druid/sql
somu-imply 90d445536d
SQL version of unnest native druid function (#13576)
* adds the SQL component of the native unnest functionality in Druid to unnest SQL queries on a table dimension, virtual column or a constant array and convert them into native Druid queries
* unnest in SQL is implemented as a combination of Correlate (the comma join part) and Uncollect (the unnest part)
2023-01-23 12:53:31 -08:00
..
src SQL version of unnest native druid function (#13576) 2023-01-23 12:53:31 -08:00
pom.xml Use template file for adding table functions grammar (#13553) 2022-12-14 21:52:09 +05:30