v.20.5New Feature
Now dictGet* functions accept table names
Now dictGet* functions accept table names. #11050 (Vitaly Baranov).Why it matters
This feature enhances the flexibility of thedictGet* functions by allowing users to specify tables directly, simplifying queries and expanding their applicability when working with dictionary data in ClickHouse.How to use it
Use thedictGet* functions by passing table names instead of dictionary names. For example, you can write dictGet('table_name', ...) to retrieve data from a specified table.