v.21.3New Feature

Function reinterpretAs Updated to Support Big Integers

Function reinterpretAs updated to support big integers. Fixes #19691. #19858 (Maksim Kita).
reinterpretAs function now supports big integers.

Why it matters

This update fixes an issue where the reinterpretAs function did not properly handle large integer types, enabling seamless reinterpretation of big integers without errors. This enhances the function's usability and reliability when working with high-precision integer data.

How to use it

Simply use the reinterpretAs function as usual to cast between data types, including now big integers. No additional configuration is required to enable this support.