[ 
https://issues.apache.org/jira/browse/CALCITE-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286668#comment-14286668
 ] 

Julian Hyde edited comment on CALCITE-558 at 3/21/17 6:06 PM:
--------------------------------------------------------------

Progress: Commit http://git-wip-us.apache.org/repos/asf/calcite/commit/66cfb120 
adds bindable convention but does not make it default.


was (Author: julianhyde):
Progress: Commit 
http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/66cfb120 adds 
bindable convention but does not make it default.

> Add BINDABLE convention and make it the default convention for query root
> -------------------------------------------------------------------------
>
>                 Key: CALCITE-558
>                 URL: https://issues.apache.org/jira/browse/CALCITE-558
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Julian Hyde
>            Assignee: Julian Hyde
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to