DB
FunctionsType Conversion

cast

Converts the input value to a requested target type. Supported targets in this version are String/ASCII, Int64, Float64, Boolean, and Bytes.

cast(…) → Dynamic

Kind · scalar

Converts the input value to a requested target type. Supported targets in this version are String/ASCII, Int64, Float64, Boolean, and Bytes.

Part of the Type Conversion family.