GoogleApi.Dataproc.V1.Model.SqlExecutionUiData (google_api_dataproc v0.59.0)

View Source

SQL Execution Data

Attributes

  • completionTime (type: DateTime.t, default: nil) -
  • description (type: String.t, default: nil) -
  • details (type: String.t, default: nil) -
  • errorMessage (type: String.t, default: nil) -
  • executionId (type: String.t, default: nil) -
  • jobs (type: map(), default: nil) -
  • metricValues (type: map(), default: nil) -
  • metricValuesIsNull (type: boolean(), default: nil) -
  • metrics (type: list(GoogleApi.Dataproc.V1.Model.SqlPlanMetric.t), default: nil) -
  • modifiedConfigs (type: map(), default: nil) -
  • physicalPlanDescription (type: String.t, default: nil) -
  • rootExecutionId (type: String.t, default: nil) -
  • stages (type: list(String.t), default: nil) -
  • submissionTime (type: DateTime.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.SqlExecutionUiData{
  completionTime: DateTime.t() | nil,
  description: String.t() | nil,
  details: String.t() | nil,
  errorMessage: String.t() | nil,
  executionId: String.t() | nil,
  jobs: map() | nil,
  metricValues: map() | nil,
  metricValuesIsNull: boolean() | nil,
  metrics: [GoogleApi.Dataproc.V1.Model.SqlPlanMetric.t()] | nil,
  modifiedConfigs: map() | nil,
  physicalPlanDescription: String.t() | nil,
  rootExecutionId: String.t() | nil,
  stages: [String.t()] | nil,
  submissionTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.