Uses of Class
org.apache.iotdb.db.mpp.plan.statement.component.SortItem
-
Packages that use SortItem Package Description org.apache.iotdb.db.mpp.plan.planner.plan.parameter org.apache.iotdb.db.mpp.plan.statement.component org.apache.iotdb.db.mpp.plan.statement.crud -
-
Uses of SortItem in org.apache.iotdb.db.mpp.plan.planner.plan.parameter
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.parameter that return types with arguments of type SortItem Modifier and Type Method Description java.util.List<SortItem>OrderByParameter. getSortItemList()Constructor parameters in org.apache.iotdb.db.mpp.plan.planner.plan.parameter with type arguments of type SortItem Constructor Description OrderByParameter(java.util.List<SortItem> sortItemList) -
Uses of SortItem in org.apache.iotdb.db.mpp.plan.statement.component
Methods in org.apache.iotdb.db.mpp.plan.statement.component that return SortItem Modifier and Type Method Description static SortItemSortItem. deserialize(java.nio.ByteBuffer byteBuffer)SortItemSortItem. reverse()Methods in org.apache.iotdb.db.mpp.plan.statement.component that return types with arguments of type SortItem Modifier and Type Method Description java.util.List<SortItem>OrderByComponent. getSortItemList()Methods in org.apache.iotdb.db.mpp.plan.statement.component with parameters of type SortItem Modifier and Type Method Description voidOrderByComponent. addSortItem(SortItem sortItem) -
Uses of SortItem in org.apache.iotdb.db.mpp.plan.statement.crud
Methods in org.apache.iotdb.db.mpp.plan.statement.crud that return types with arguments of type SortItem Modifier and Type Method Description java.util.List<SortItem>QueryStatement. getSortItemList()
-