View Source GoogleApi.BigQuery.V2.Model.HighCardinalityJoin (google_api_big_query v0.79.0)

High cardinality join detailed information.

Attributes

  • leftRows (type: String.t, default: nil) - Output only. Count of left input rows.
  • outputRows (type: String.t, default: nil) - Output only. Count of the output rows.
  • rightRows (type: String.t, default: nil) - Output only. Count of right input rows.
  • stepIndex (type: integer(), default: nil) - Output only. The index of the join operator in the ExplainQueryStep lists.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.HighCardinalityJoin{
  leftRows: String.t() | nil,
  outputRows: String.t() | nil,
  rightRows: String.t() | nil,
  stepIndex: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.