issues
search
vmware-archive
/
sql-to-dbsp-compiler
Compiler translating SQL view definitions into DBSP circuits (https://github.com/vmware/database-stream-processor)
Other
28
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove ZetaSQL tests and ANTLR; they are not really SQL compliant
#156
mihaibudiu
closed
1 year ago
0
Utilities to generate fresh names
#155
mihaibudiu
closed
1 year ago
0
Added an explicit representation for the JIT IR
#154
mihaibudiu
closed
1 year ago
0
Support for timestamp functions
#153
mihaibudiu
closed
1 year ago
0
JIT code generation fixes; a few more numeric tests
#152
mihaibudiu
closed
1 year ago
0
JIT codegen produces invalid strings
#151
Kixiron
opened
1 year ago
0
Fix JSON code generation for several operations
#150
mihaibudiu
closed
1 year ago
0
Calcite 1.33 broke TIMESTAMPDIFF
#149
mihaibudiu
closed
1 year ago
1
Buggy calcite optimization rule
#148
mihaibudiu
opened
1 year ago
0
Test default calcite planner with SLT
#147
mihaibudiu
closed
1 year ago
1
Replace postgres with HSQLDB for testing
#146
mihaibudiu
closed
1 year ago
2
Preserve relation name casing
#145
mihaibudiu
opened
1 year ago
5
-js does not preserve case of table/view characters
#144
gz
opened
1 year ago
4
JIT compiler code generation
#143
mihaibudiu
closed
1 year ago
0
Implement SQL Unnest
#142
mihaibudiu
closed
1 year ago
0
compiler output should use DBSP handles
#141
mihaibudiu
closed
1 year ago
0
Calcite plans sometimes produce unnecessary columns which are projected away later
#140
mihaibudiu
opened
1 year ago
0
Two bug fixes; WIP SLT Calcite executor
#139
mihaibudiu
closed
1 year ago
0
Extract code related to sqllogictest to separate library
#138
dssysolyatin
closed
1 year ago
2
Switch from BigDecimal to the maintained crate rust_decimal
#137
mihaibudiu
closed
1 year ago
2
More work on the JIT compiler code generation
#136
mihaibudiu
closed
1 year ago
0
Generates jit code with invalid binary operand types
#135
Kixiron
closed
1 year ago
4
Remove generics bindings on incremental operators.
#134
ryzhyk
closed
1 year ago
2
Option to emit jpg output
#133
mihaibudiu
closed
1 year ago
1
Schema
#132
mihaibudiu
closed
1 year ago
1
Get table and view names + types
#131
gz
closed
1 year ago
0
Calcite infers the wrong type for th ELEMENT function when applied to a constant array
#130
mihaibudiu
closed
1 year ago
0
Compile and run the Nexmark tests written in SQL
#129
mihaibudiu
opened
1 year ago
0
Support the unnest SQL operator
#128
mihaibudiu
closed
1 year ago
1
The use of .clone() in Rust should be revisited
#127
mihaibudiu
opened
1 year ago
0
Initial support for array columns
#126
mihaibudiu
closed
1 year ago
0
There is no support for real-time based functions
#125
mihaibudiu
opened
1 year ago
0
There is no documentation on how to run the sql compiler
#124
mihaibudiu
opened
1 year ago
3
New JSON representation for JIT compilation
#123
mihaibudiu
closed
1 year ago
1
Decimal tests; reorganize error handling
#122
mihaibudiu
closed
1 year ago
0
We cannot support very large Decimal (Numeric) values
#121
mihaibudiu
opened
1 year ago
0
Set up an extendable Calcite parser
#120
lalithsuresh
opened
1 year ago
1
Compiler versioning/releases
#119
ryzhyk
opened
1 year ago
0
handle properly nullability of ST_POINT
#118
mihaibudiu
closed
1 year ago
2
Emit nicer error messages
#117
mihaibudiu
closed
1 year ago
1
Panic unwrapping NULL value in `ST_POINT`
#116
ryzhyk
closed
1 year ago
1
Machine-readable error messages
#115
gz
closed
1 year ago
0
Combine Calcite BABEL and DDL parsers
#114
mihaibudiu
opened
1 year ago
1
More timestamp tests and runtime functions
#113
mihaibudiu
closed
1 year ago
0
Lift IR abstraction level with comparator and sort operations
#112
mihaibudiu
closed
1 year ago
1
Remove the `serdebug` dependency.
#111
ryzhyk
closed
1 year ago
1
Several fixes for three-operand conversion
#110
mihaibudiu
closed
1 year ago
3
Made IR a little less Rust-dependent; implement visitor rewriting IR into three-operand code
#109
mihaibudiu
closed
1 year ago
2
Add instructions to build docs/ folder on Apple hardware
#108
lalithsuresh
closed
1 year ago
0
Support for string concatenation with ||
#107
mihaibudiu
closed
1 year ago
0
Next