vmware / 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

Compiling an OVER query should also generate a semigroup data structure

mihaibudiu opened this issue · comments

Currently the compiler generates code using UnimplementedSemiGroup, which can cause a crash at runtime.