database-stream-processor
database-stream-processor copied to clipboard
[JIT] Function parity with the SQL compiler
Port all functions in the SQL library to the IR. This may or may not require implementing an FFI mechanism.
Testing:
- Extend the SQL compiler to output Rust code to feed data to/read from JIT-compiled circuit (@mbudiu-vmw)
- At this point all SQL compiler tests (including 7M SLT tests) should pass.