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

View Source

Options for external data sources.

Attributes

  • useAvroLogicalTypes (type: boolean(), default: nil) - Optional. If sourceFormat is set to "AVRO", indicates whether to interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQuery.V2.Model.AvroOptions{
  useAvroLogicalTypes: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.