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

[Experimental] Defines the ranges for range partitioning.

Attributes

  • end (type: String.t, default: nil) - [Experimental] The end of range partitioning, exclusive.
  • interval (type: String.t, default: nil) - [Experimental] The width of each interval.
  • start (type: String.t, default: nil) - [Experimental] The start of range partitioning, inclusive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.RangePartitioningRange{
  end: String.t() | nil,
  interval: String.t() | nil,
  start: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.