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 2021/05/17 15:09:00 UTC

[jira] [Created] (IGNITE-14732) Use enum sort order in index columns configuration.

Andrey Mashenkov created IGNITE-14732:
-----------------------------------------

             Summary: Use enum sort order in index columns configuration.
                 Key: IGNITE-14732
                 URL: https://issues.apache.org/jira/browse/IGNITE-14732
             Project: Ignite
          Issue Type: Improvement
            Reporter: Andrey Mashenkov
             Fix For: 3.0


Now SortedIndexColumn interface has method that returns boolean for sort order.
{code:java}
boolean asc();{code}
Let's introduce a enum Sort with ASC/DESC values for this.



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