v.21.3Improvement
Function 'reinterpretAs' renamed to 'reinterpret'
Function 'reinterpretAs(x, Type)' renamed into 'reinterpret(x, Type)'. #20611 (Maksim Kita).
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 ofreinterpretAs(x, Type) with the new function name reinterpret(x, Type) in your queries and scripts.