Uses of Class
org.apache.drill.exec.store.plan.rel.PluginSortRel
Packages that use PluginSortRel
Package
Description
-
Uses of PluginSortRel in org.apache.drill.exec.store.drill.plugin.plan
Methods in org.apache.drill.exec.store.drill.plugin.plan with parameters of type PluginSortRel -
Uses of PluginSortRel in org.apache.drill.exec.store.mongo.plan
Methods in org.apache.drill.exec.store.mongo.plan with parameters of type PluginSortRel -
Uses of PluginSortRel in org.apache.drill.exec.store.plan
Methods in org.apache.drill.exec.store.plan with parameters of type PluginSortRelModifier and TypeMethodDescriptionvoidAbstractPluginImplementor.implement(PluginSortRel sort) voidPluginImplementor.implement(PluginSortRel sort) -
Uses of PluginSortRel in org.apache.drill.exec.store.plan.rel
Methods in org.apache.drill.exec.store.plan.rel that return PluginSortRelModifier and TypeMethodDescriptionPluginSortRel.copy(org.apache.calcite.plan.RelTraitSet traitSet, org.apache.calcite.rel.RelNode input, org.apache.calcite.rel.RelCollation newCollation, org.apache.calcite.rex.RexNode offset, org.apache.calcite.rex.RexNode fetch)