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

IR APIs can be more consistent #91

Open mihaibudiu opened 1 year ago

mihaibudiu commented 1 year ago

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