GoogleApi.BigQuery.V2.Model.ScriptOptions (google_api_big_query v0.88.0)

View Source

Options related to script execution.

Attributes

  • keyResultStatement (type: String.t, default: nil) - Determines which statement in the script represents the "key result", used to populate the schema and query results of the script job. Default is LAST.
  • statementByteBudget (type: String.t, default: nil) - Limit on the number of bytes billed per statement. Exceeding this budget results in an error.
  • statementTimeoutMs (type: String.t, default: nil) - Timeout period for each statement in a script.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQuery.V2.Model.ScriptOptions{
  keyResultStatement: String.t() | nil,
  statementByteBudget: String.t() | nil,
  statementTimeoutMs: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.