Uses of Class
org.apache.iotdb.db.mpp.plan.statement.component.SortKey
-
Packages that use SortKey Package Description org.apache.iotdb.db.mpp.plan.statement.component -
-
Uses of SortKey in org.apache.iotdb.db.mpp.plan.statement.component
Methods in org.apache.iotdb.db.mpp.plan.statement.component that return SortKey Modifier and Type Method Description SortKeySortItem. getSortKey()static SortKeySortKey. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SortKey[]SortKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.iotdb.db.mpp.plan.statement.component with parameters of type SortKey Constructor Description SortItem(SortKey sortKey, Ordering ordering)
-