vmware-archive / sql-to-dbsp-compiler

Compiler translating SQL view definitions into DBSP circuits (https://github.com/vmware/database-stream-processor)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code generation API uses some static variables in IR classes

mihaibudiu opened this issue · comments

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

Fixed in #123