FunctionsType Conversion
reinterpret_as_int128
Reinterprets input bytes as Int128 in native byte order. In this runtime path the low 64 bits are materialized and typed as Int128.
reinterpret_as_int128(…) → Int128Kind · scalar
Reinterprets input bytes as Int128 in native byte order. In this runtime path the low 64 bits are materialized and typed as Int128.
Part of the Type Conversion family.