sqlglot icon indicating copy to clipboard operation
sqlglot copied to clipboard

fix(starrocks): exp.Unnest transpilation

Open hellozepp opened this issue 6 months ago • 4 comments

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

hellozepp avatar Aug 24 '24 19:08 hellozepp