DB
FunctionsType Conversion

cast_as_int

Casts the input value to Int64. Values outside the signed 64-bit range yield NULL.

cast_as_int(…) → Int64

Kind · scalar

Casts the input value to Int64. Values outside the signed 64-bit range yield NULL.

Part of the Type Conversion family.