v.24.4Experimental Feature
Support Variant in JSONExtract Functions
Support Variant in JSONExtract functions. #62014 (Kruglov Pavel).Why it matters
This feature enables users to extract and work with JSON data containingVariant types directly using JSONExtract functions, improving flexibility and ease of handling varied JSON structures in ClickHouse.How to use it
Use JSONExtract functions as before, but now they can handle theVariant data type seamlessly. No additional configuration is required.