Other
Last updated
Was this helpful?
Last updated
Was this helpful?
Converts the type of a variable. Consider using the "retype" step for additional functionality. –>
dynamic (input-dependent)
@variable
true
-
@castType
any of: INT64
, FLOAT64
, STRING
, TIME
, DATETIME
, DATE
, BOOLEAN
true
(Choose a type)
@safe
true
-
Takes the first non-null value of a set of values. –>
dynamic (input-dependent)
@expression
true
-
dynamic (input-dependent)
@literal
true
-
string
@expression
true
-
float
@variable
true
-
string
any
any
s or s
any
Create a constant value as a variable –>
or
any
Returns an MD5 hash of all values as a base64 encoded string. Non-string values will be first coerced to strings. Note that order of inputs will affect the hash. –>
s or s
any
Create a random, deterministic value in the range of [0, 1) based on a specific set of variable(s). –>
s
any
Generate a random universally unique identifier (UUID) –>