Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Looking into Calcite more, I found that Calcite has its own interpreter, and also has Rex Compiler.
In other words, we don't need to handle Rex operation by ourselves. We can just borrow this and it will provide all of what Calcite supports Rex handling.
After pulling this, we just need to make tests to check that Storm SQL provides all the functionalities on SQL reference on Calcite page: http://calcite.apache.org/docs/reference.html.
Attachments
Issue Links
- blocks
-
STORM-2135 [StormSQL] document covered features of SQL reference in Calcite
- Resolved
- incorporates
-
STORM-2115 [Storm SQL] 'IN' with subquery making implicit aggregate calls which is having 'null' as name
- Resolved
- supercedes
-
STORM-2113 [Storm SQL] 'OR' and 'AND' operators cannot handle more than 2 operands
- Closed
-
STORM-2111 [Storm SQL] support 'LIKE' and 'SIMILAR TO'
- Closed
-
STORM-2114 [Storm SQL] Support 'Date' and 'Timestamp' literal
- Closed
-
STORM-2116 [Storm SQL] Support 'CASE' statement
- Closed
- links to
- mentioned in
-
Page Loading...