vmware-archive / sql-to-dbsp-compiler

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

Lift IR abstraction level with comparator and sort operations #112

Closed mihaibudiu closed 1 year ago

mihaibudiu commented 1 year ago

The Rust code generation has been pushed in the visitor. The high-level nodes should be more amenable for cross-platform code generation (hopefully for the JIT compiler too).

lalithsuresh commented 1 year ago

LGTM