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