useLegacySql

@JvmName(name = "igdunogtfrtvbshf")
suspend fun useLegacySql(value: Output<Boolean>)
@JvmName(name = "yiehxcfovxhgyyju")
suspend fun useLegacySql(value: Boolean?)

Parameters

value

Specifies whether to use BigQuery's legacy SQL for this view. The default value is true. If set to false, the view will use BigQuery's standard SQL: https://cloud.google.com/bigquery/sql-reference/ Queries and views that reference this view must use the same flag value.