You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2022/11/01 23:08:00 UTC

[jira] [Created] (IGNITE-18056) Sql. Make RangeConditions accordant to index row type

Andrey Mashenkov created IGNITE-18056:
-----------------------------------------

             Summary: Sql. Make RangeConditions accordant to index row type
                 Key: IGNITE-18056
                 URL: https://issues.apache.org/jira/browse/IGNITE-18056
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Andrey Mashenkov


As of now, RangeIndexCondition bounds is accordant to table row type,
however, bound conditions are filled only on indexed column positions.
Later, before passing bounds to storage, we convert the bounds respectively to index row type either way.

Let's build bounds according to index row type, as valid index row prefixes.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)