You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2021/09/23 07:46:00 UTC

[jira] [Created] (IGNITE-15563) Calcite. Support RANGE functionality.

Evgeny Stanilovsky created IGNITE-15563:
-------------------------------------------

             Summary: Calcite. Support RANGE functionality.
                 Key: IGNITE-15563
                 URL: https://issues.apache.org/jira/browse/IGNITE-15563
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Evgeny Stanilovsky


We need to support _RANGE_ functionality or replace with existing  system_range .

{code:bash}
 /insert/null_values.test_ignore 
{code}


{noformat}
INSERT INTO integers SELECT i FROM range(100) tbl(i);
INSERT INTO a SELECT * FROM range(0, 1024, 1);
{noformat}




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