v.24.10Experimental Feature
Support for Dynamic Type in Functions
Support for theDynamictype in most functions by executing them on internal types insideDynamic. #69691 (Pavel Kruglov).
Why it matters
This feature enables users to work seamlessly with theDynamic type in various functions without manual extraction or conversion. It improves flexibility and usability when handling dynamic or nested data structures, simplifying query development and enhancing functionality.How to use it
Users can now directly apply most built-in functions to columns of theDynamic type. The functions automatically operate on the internal data types contained within Dynamic without requiring special syntax or preprocessing.