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

Parquet Options for load and make external tables.

Attributes

  • enableListInference (type: boolean(), default: nil) - Optional. Indicates whether to use schema inference specifically for Parquet LIST logical type.
  • enumAsString (type: boolean(), default: nil) - Optional. Indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.ParquetOptions{
  enableListInference: boolean() | nil,
  enumAsString: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.