Package org.apache.cassandra.cql3
Class Ordering
java.lang.Object
org.apache.cassandra.cql3.Ordering
A single element of an ORDER BY clause.
ORDER BY ordering1 [, ordering2 [, ...]]
An ordering comprises an expression that produces the values to compare against each other and a sorting direction (ASC, DESC).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn expression used in Approximate Nearest Neighbor ordering.static enumstatic classstatic classRepresents ANTLR's abstract syntax tree of a single element in theORDER BYclause.static classRepresents a single column inORDER BY column -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expression
-
direction
-
-
Constructor Details
-
Ordering
-