DB
FunctionsType Conversion

cast_as_bigint

Casts the input value to Int64. Values that cannot be represented as a signed 64-bit integer produce NULL.

cast_as_bigint(…) → Int64

Kind · scalar

Casts the input value to Int64. Values that cannot be represented as a signed 64-bit integer produce NULL.

Part of the Type Conversion family.