FunctionsType Conversion
reinterpret_as_int16
Reinterprets the first 2 bytes of input as a signed 16-bit integer in native byte order.
reinterpret_as_int16(…) → Int16Kind · scalar
Reinterprets the first 2 bytes of input as a signed 16-bit integer in native byte order.
Part of the Type Conversion family.
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_int256
Reinterprets input bytes as Int256 in native byte order. In this runtime path the low 64 bits are materialized and typed as Int256.