google_api_big_query v0.16.0 GoogleApi.BigQuery.V2.Model.Argument 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
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.