FunctionsType Conversion
cast_as_varint
Casts values to arbitrary-precision integer text. Numeric inputs are stringified as integers, and textual inputs must contain only an optional sign and digits.
cast_as_varint(…) → StringKind · scalar
Casts values to arbitrary-precision integer text. Numeric inputs are stringified as integers, and textual inputs must contain only an optional sign and digits.
Part of the Type Conversion family.
cast_as_uuid
Casts the input value to canonical UUID text. Accepts UUID strings (with or without dashes) and 16-byte binary payloads.
castas
Casts each input value to a target type provided by argument. Supported targets include text/string, int, float, bool, bytes, time, timestamp, uuid/timeuuid, varint, tinyint, and counter.