vmware-archive / sql-to-dbsp-compiler

Compiler translating SQL view definitions into DBSP circuits (https://github.com/vmware/database-stream-processor)
Other
28 stars 4 forks source link

Initial support for array columns #126

Closed mihaibudiu closed 1 year ago

mihaibudiu commented 1 year ago

This adds support for columns of an array type. There still is some work needed to support nested arrays and the unnest SQL operator. The documentation describes what the array syntax and operations available.