Uses of Class
org.apache.drill.exec.planner.logical.DrillImplementor
Packages that use DrillImplementor
Package
Description
-
Uses of DrillImplementor in org.apache.drill.exec.planner.logical
Methods in org.apache.drill.exec.planner.logical with parameters of type DrillImplementorModifier and TypeMethodDescriptionDrillAggregateRel.implement(DrillImplementor implementor) DrillAnalyzeRel.implement(DrillImplementor implementor) DrillDirectScanRel.implement(DrillImplementor implementor) DrillExceptRel.implement(DrillImplementor implementor) DrillFilterRel.implement(DrillImplementor implementor) DrillIntersectRel.implement(DrillImplementor implementor) DrillJoinRel.implement(DrillImplementor implementor) DrillLateralJoinRel.implement(DrillImplementor implementor) DrillLimitRel.implement(DrillImplementor implementor) DrillProjectRel.implement(DrillImplementor implementor) DrillRel.implement(DrillImplementor implementor) DrillScanRel.implement(DrillImplementor implementor) DrillScreenRel.implement(DrillImplementor implementor) DrillSemiJoinRel.implement(DrillImplementor implementor) DrillSortRel.implement(DrillImplementor implementor) DrillTableModify.implement(DrillImplementor implementor) DrillUnionRel.implement(DrillImplementor implementor) DrillUnnestRel.implement(DrillImplementor implementor) DrillValuesRel.implement(DrillImplementor implementor) DrillWindowRel.implement(DrillImplementor implementor) DrillWriterRel.implement(DrillImplementor implementor) MetadataAggRel.implement(DrillImplementor implementor) MetadataControllerRel.implement(DrillImplementor implementor) MetadataHandlerRel.implement(DrillImplementor implementor) RowKeyJoinRel.implement(DrillImplementor implementor) static LogicalOperatorDrillJoinRel.implementInput(DrillImplementor implementor, int i, int offset, org.apache.calcite.rel.RelNode input, DrillRel currentNode, List<String> parentFields) Check to make sure that the fields of the inputs are the same as the output field names.static LogicalExpressionDrillAggregateRel.toDrill(org.apache.calcite.rel.core.AggregateCall call, List<String> fn, DrillImplementor implementor) -
Uses of DrillImplementor in org.apache.drill.exec.store.enumerable.plan
Methods in org.apache.drill.exec.store.enumerable.plan with parameters of type DrillImplementor