v.21.3Improvement

Function 'reinterpretAs' renamed to 'reinterpret'

Function 'reinterpretAs(x, Type)' renamed into 'reinterpret(x, Type)'. #20611 (Maksim Kita).
Function reinterpretAs(x, Type) renamed to reinterpret(x, Type) in ClickHouse.

Why it matters

This change simplifies and standardizes the function name used for type reinterpretation, improving clarity and consistency in the ClickHouse function naming conventions.

How to use it

Replace any usage of reinterpretAs(x, Type) with the new function name reinterpret(x, Type) in your queries and scripts.