Closed mihaibudiu closed 1 year ago
Signed-off-by: Mihai Budiu mbudiu@vmware.com @Kixiron hopefully this can be used as a basis for the JIT. The output is on the large side, and the compiler does not yet have a flag to output json.
With this last PR you can dump json from the SQL compiler as follows:
cd SQL-compiler ./sql-to-dbsp -j -o x.json file.sql
Signed-off-by: Mihai Budiu mbudiu@vmware.com @Kixiron hopefully this can be used as a basis for the JIT. The output is on the large side, and the compiler does not yet have a flag to output json.