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

There is no support for real-time based functions

mihaibudiu opened this issue · comments

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.