DB
FunctionsType Conversion

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.

reinterpret_as_int256(…) → Int256

Kind · scalar

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

Part of the Type Conversion family.