Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Building on CALCITE-128, enable the RECURSIVE keyword.
This feature allows relations to be computed iteratively. Whereas CALCITE-128 was mainly a parser/validator change, this feature requires significant changes to the planner and runtime.
---------------- Imported from GitHub ---------------- Url: https://github.com/julianhyde/optiq/issues/129 Created by: [julianhyde|https://github.com/julianhyde] Labels: enhancement, Created at: Tue Feb 11 20:29:35 CET 2014 State: open
Attachments
Issue Links
- blocks
-
CALCITE-4356 In JDBC adapter, generate WITH RECURSIVE queries
- Open
- is blocked by
-
CALCITE-2812 Add algebraic operators to allow expressing recursive queries
- Closed
- relates to
-
CALCITE-6188 Multi-query optimization
- Open
- requires
-
CALCITE-128 Support WITH queries (common table expressions)
- Closed
- links to