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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.