Uses of Class
org.apache.drill.exec.planner.logical.DrillSortRel
-
Uses of DrillSortRel in org.apache.drill.exec.planner.index
ModifierConstructorDescriptionIndexLogicalPlanCallContext
(org.apache.calcite.plan.RelOptRuleCall call, DrillSortRel sort, DrillProjectRel capProject, DrillFilterRel filter, DrillProjectRel project, DrillScanRel scan) IndexLogicalPlanCallContext
(org.apache.calcite.plan.RelOptRuleCall call, DrillSortRel sort, DrillProjectRel project, DrillScanRel scan) -
Uses of DrillSortRel in org.apache.drill.exec.planner.logical
Modifier and TypeMethodDescriptionDrillSortRel.copy
(org.apache.calcite.plan.RelTraitSet traitSet, org.apache.calcite.rel.RelNode input, org.apache.calcite.rel.RelCollation collation, org.apache.calcite.rex.RexNode offset, org.apache.calcite.rex.RexNode fetch)