DB
FunctionsType Conversion

reinterpret_as_uint128

Reinterprets input bytes as UInt128 in native byte order. In this runtime path the low 64 bits are materialized and typed as UInt128.

reinterpret_as_uint128(…) → UInt128

Kind · scalar

Reinterprets input bytes as UInt128 in native byte order. In this runtime path the low 64 bits are materialized and typed as UInt128.

Part of the Type Conversion family.