FunctionsType Conversion
reinterpret_as_float64
Reinterprets the first 8 bytes of each input value as IEEE-754 Float64 bits. Numeric inputs fall back to Float64 cast semantics.
reinterpret_as_float64(…) → Float64Kind · scalar
Reinterprets the first 8 bytes of each input value as IEEE-754 Float64 bits. Numeric inputs fall back to Float64 cast semantics.
Part of the Type Conversion family.
reinterpret_as_float32
Reinterprets the first 4 bytes of each input value as IEEE-754 Float32 bits. Numeric inputs fall back to Float32 cast semantics.
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.