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

There is no support for real-time based functions #125

Open mihaibudiu opened 1 year ago

mihaibudiu commented 1 year ago

e.g., we don't have now(). We have to document how time-based computations can be performed. Perhaps we need to define compiler support that desugars calls to now() in a separate stream.