Class IndexOrderByItemSegment
- java.lang.Object
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item.OrderByItemSegment
-
- org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item.IndexOrderByItemSegment
-
- All Implemented Interfaces:
ASTNode,SQLSegment
public final class IndexOrderByItemSegment extends OrderByItemSegment
Order by item segment for index.
-
-
Constructor Summary
Constructors Constructor Description IndexOrderByItemSegment(int startIndex, int stopIndex, int columnIndex, OrderDirection orderDirection, NullsOrderType nullsOrderType)
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.order.item.OrderByItemSegment
getNullsOrderType, getNullsOrderType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.shardingsphere.sql.parser.sql.common.segment.SQLSegment
getStartIndex, getStopIndex
-
-
-
-
Constructor Detail
-
IndexOrderByItemSegment
public IndexOrderByItemSegment(int startIndex, int stopIndex, int columnIndex, OrderDirection orderDirection, NullsOrderType nullsOrderType)
-
-