Andrey Mashenkov created IGNITE-15141:
-----------------------------------------
Summary: Support NULL_FIRST/LAST for index column ordering.
Key: IGNITE-15141
URL: https://issues.apache.org/jira/browse/IGNITE-15141
Project: Ignite
Issue Type: Improvement
Reporter: Andrey Mashenkov
'Null' values are out of natural order in general.
SQL standard offers the next options: nulls_first and nulls_last.
Let's extend SortOrder enum to support both cases for Asc and Desc orders.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)