FunctionsType Conversion
cast_as_blob
Casts the input value to raw bytes. String-like inputs are copied as-is; other values are serialized as UTF-8 text bytes.
cast_as_blob(…) → BytesKind · scalar
Casts the input value to raw bytes. String-like inputs are copied as-is; other values are serialized as UTF-8 text bytes.
Part of the Type Conversion family.