useExplicitColumnNames property

bool? useExplicitColumnNames
getter/setter pair

True if the column names are explicitly specified.

For example by using the 'CREATE VIEW v(c1, c2) AS ...' syntax. Can only be set using BigQuery's standard SQL: https://cloud.google.com/bigquery/sql-reference/

Implementation

core.bool? useExplicitColumnNames;