sqlglot
sqlglot copied to clipboard
fix(starrocks): exp.Unnest transpilation
Fixes #3962
This PR adds support for the following:
- Default initialize
exp.UNNEST
to include "unnest" as the default table alias if not specified - Added expression type of
exp.Inline
- use arrays_zip to merge multiple Lateral views
- Added some ut to validate unnest transpile