You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -135,6 +152,17 @@ public List<UserDefinedFunction> getUserDefinedFunctions() {
135
152
returnuserDefinedFunctions;
136
153
}
137
154
155
+
/**
156
+
* Returns whether to use BigQuery's legacy SQL dialect for this query. By default this property
157
+
* is set to {@code false}. If set to {@code false}, the query will use BigQuery's <a
158
+
* href="https://cloud.google.com/bigquery/sql-reference/">Standard SQL</a>. If set to {@code
159
+
* null} or {@code true}, legacy SQL dialect is used. This property is experimental and might be
160
+
* subject to change.
161
+
*/
162
+
publicBooleanuseLegacySql() {
163
+
returnuseLegacySql;
164
+
}
165
+
138
166
/**
139
167
* Returns a builder for the {@code ViewInfo} object.
0 commit comments