FunctionsType Conversion
cast_as_counter
Casts the input value to an unsigned counter (UInt64). Negative or non-finite inputs yield NULL.
cast_as_counter(…) → UInt64Kind · scalar
Casts the input value to an unsigned counter (UInt64). Negative or non-finite inputs yield NULL.
Part of the Type Conversion family.