Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
The default convention is currently ENUMERABLE, which means that to execute a query, and in particular to use the JDBC driver, RelNodes need to be able to convert themselves to code. This introduces a lot of dependencies that make CALCITE-466 difficult to solve.
We propose to add a new convention that can be more easily implemented by a RelNode, using an interpreter or otherwise.
Attachments
Issue Links
- blocks
-
CALCITE-466 Move the "enumerable" adapter out of core
- Open
- depends upon
-
CALCITE-418 Finish implementation of Interpreter
- Open
- relates to
-
CALCITE-107 Implement queries using an interpreter, as an alternative to code generation & compilation
- Open
-
CALCITE-454 Remove dependency of adapters on QueryableTable
- Open