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

IR APIs can be more consistent

mihaibudiu opened this issue · comments

For example, ZSets literals are created by specifying the zset type, while Vec literals are created by specifying the element type.