TableView

data class TableView(val query: String, val useLegacySql: Boolean? = null)

Constructors

Link copied to clipboard
constructor(query: String, useLegacySql: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A query that BigQuery executes when the view is referenced.

Link copied to clipboard
val useLegacySql: Boolean? = null

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.