google_api_spanner v0.18.0 GoogleApi.Spanner.V1.Model.StructType View Source
StructType
defines the fields of a STRUCT type.
Attributes
fields
(type:list(GoogleApi.Spanner.V1.Model.Field.t)
, default:nil
) - The list of fields that make up this struct. Order is significant, because values of this struct type are represented as lists, where the order of field values matches the order of fields in the StructType. In turn, the order of fields matches the order of columns in a read request, or the order of fields in theSELECT
clause of a query.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Spanner.V1.Model.StructType{ fields: [GoogleApi.Spanner.V1.Model.Field.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.