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

View Source

The partitioning information, which includes managed table, external table and metastore partitioned table partition information.

Attributes

  • partitionedColumn (type: list(GoogleApi.BigQuery.V2.Model.PartitionedColumn.t), default: nil) - Optional. Details about each partitioning column. This field is output only for all partitioning types other than metastore partitioned tables. BigQuery native tables only support 1 partitioning column. Other table types may support 0, 1 or more partitioning columns. For metastore partitioned tables, the order must match the definition order in the Hive Metastore, where it must match the physical layout of the table. For example, CREATE TABLE a_table(id BIGINT, name STRING) PARTITIONED BY (city STRING, state STRING). In this case the values must be ['city', 'state'] in that order.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQuery.V2.Model.PartitioningDefinition{
  partitionedColumn: [GoogleApi.BigQuery.V2.Model.PartitionedColumn.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.