Syntax
Purpose
Specifies the Google BigQuery SQL dialect to be used for querying data.
Valid Values
standard | legacy
Behavior
If set to standard, the driver uses the standard SQL dialect for querying data.
If set to legacy, the driver uses the legacy SQL dialect for querying data.
Data Source Method
setSyntax
Default
standard
Data Type
String
See also