- Add
timestamp_sequence_nsfunction #21 array_elem_min,array_elem_max,array_elem_sum,array_elem_avg,now_ns,systimestamp_ns,rnd_timestamp_nsfunctions #19
- LATERAL JOIN support:
{INNER|LEFT|CROSS} JOIN LATERAL (subquery)and standaloneFROM t, LATERAL (subquery)6e5e5e7 - UNNEST support including JSON UNNEST 6e5e5e7
- PARQUET column config in CREATE/ALTER table statements 6e5e5e7
- remove quoted identifier suppression #17
boost expression operators over clause keywords in WHERE context #15
- Compound JOIN suggestions: suggest "LEFT JOIN", "ASOF JOIN" etc. as single completions instead of bare keywords #13
- CTE grammar: extract
selectBodyrule so DECLARE/WITH are not suggested after WITH clause #13
- Table suggestion ranking: tables no longer interleave with columns in autocomplete #13
- horizon join support #9
- Prioritize tables with mentioned columns in the suggestions #6
- grammar-level table/column classification, join-specific suggestions #2
- Initial release