google_api_big_query v0.12.0 GoogleApi.BigQuery.V2.Model.ViewDefinition View Source
Attributes
- query (String.t): [Required] A query that BigQuery executes when the view is referenced. Defaults to
nil
. - useLegacySql (boolean()): 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. Defaults to
nil
. - userDefinedFunctionResources (list(GoogleApi.BigQuery.V2.Model.UserDefinedFunctionResource.t)): Describes user-defined function resources used in the query. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.BigQuery.V2.Model.ViewDefinition{
query: String.t(),
useLegacySql: boolean(),
userDefinedFunctionResources: [
GoogleApi.BigQuery.V2.Model.UserDefinedFunctionResource.t()
]
}
t() :: %GoogleApi.BigQuery.V2.Model.ViewDefinition{ query: String.t(), useLegacySql: boolean(), userDefinedFunctionResources: [ GoogleApi.BigQuery.V2.Model.UserDefinedFunctionResource.t() ] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.