columnType property

String? columnType
getter/setter pair

The type of the selected field.

This comes from the schema. Can be one of the BigQuery data types: - STRING - INT64 - FLOAT64 - BOOL - TIMESTAMP - DATE - RECORD - JSON

Implementation

core.String? columnType;