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

Code generation API uses some static variables in IR classes #96

Closed mihaibudiu closed 1 year ago

mihaibudiu commented 1 year ago

In particular, to generate Tuples and Semigroups. These should be cleaned-up and handled by Visitors instead.

mihaibudiu commented 1 year ago

Fixed in #123