[ 
https://issues.apache.org/jira/browse/IGNITE-14195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yury Gerzhedovich updated IGNITE-14195:
---------------------------------------
    Description: 
As of now, we don't have an easy way to use the Calcite engine. The proposal is 
following, add some 'hint' or preffix for SQL query which will force to use the 
new engine independent of using API (Java, JDBC, ....).
For example: */*+ CALCITE_ENGINE */* SELECT * FROM table;

  was:
As of now, we don't have an easy way to use the Calcite engine. The proposal is 
following, add some 'hint' or preffix for SQL query which will force to use the 
new engine.
For example: /*+ CALCITE_ENGINE */ SELECT * FROM table;


> SQL Calcite: ease of use of new Calcite engine
> ----------------------------------------------
>
>                 Key: IGNITE-14195
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14195
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>            Reporter: Yury Gerzhedovich
>            Priority: Major
>
> As of now, we don't have an easy way to use the Calcite engine. The proposal 
> is following, add some 'hint' or preffix for SQL query which will force to 
> use the new engine independent of using API (Java, JDBC, ....).
> For example: */*+ CALCITE_ENGINE */* SELECT * FROM table;



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to