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

Serializer and deserializer information.

Attributes

  • name (type: String.t, default: nil) - Optional. Name of the SerDe. The maximum length is 256 characters.
  • parameters (type: map(), default: nil) - Optional. Key-value pairs that define the initialization parameters for the serialization library. Maximum size 10 Kib.
  • serializationLibrary (type: String.t, default: nil) - Required. Specifies a fully-qualified class name of the serialization library that is responsible for the translation of data between table representation and the underlying low-level input and output format structures. The maximum length is 256 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.SerDeInfo{
  name: String.t() | nil,
  parameters: map() | nil,
  serializationLibrary: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.