google_api_big_query v0.24.0 GoogleApi.BigQuery.V2.Model.ScriptStatistics View Source

Attributes

  • evaluationKind (type: String.t, default: nil) - [Output-only] Whether this child job was a statement or expression.
  • stackFrames (type: list(GoogleApi.BigQuery.V2.Model.ScriptStackFrame.t), default: nil) - Stack trace showing the line/column/procedure name of each frame on the stack at the point where the current evaluation happened. The leaf frame is first, the primary script is last. Never empty.

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() :: %GoogleApi.BigQuery.V2.Model.ScriptStatistics{
  evaluationKind: String.t(),
  stackFrames: [GoogleApi.BigQuery.V2.Model.ScriptStackFrame.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.