GoogleApi.BigQuery.V2.Model.Argument (google_api_big_query v0.61.0) View Source
Input/output argument of a function or a stored procedure.
Attributes
-
argumentKind
(type:String.t
, default:nil
) - Optional. Defaults to FIXED_TYPE. -
dataType
(type:GoogleApi.BigQuery.V2.Model.StandardSqlDataType.t
, default:nil
) - Required unless argument_kind = ANY_TYPE. -
mode
(type:String.t
, default:nil
) - Optional. Specifies whether the argument is input or output. Can be set for procedures only. -
name
(type:String.t
, default:nil
) - Optional. The name of this argument. Can be absent for function return argument.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigQuery.V2.Model.Argument{ argumentKind: String.t() | nil, dataType: GoogleApi.BigQuery.V2.Model.StandardSqlDataType.t() | nil, mode: String.t() | nil, name: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.