Uses of Interface
org.apache.drill.exec.planner.physical.LeafPrel
Packages that use LeafPrel
Package
Description
-
Uses of LeafPrel in org.apache.drill.exec.planner.physical
Classes in org.apache.drill.exec.planner.physical that implement LeafPrel -
Uses of LeafPrel in org.apache.drill.exec.planner.physical.visitor
Methods in org.apache.drill.exec.planner.physical.visitor with parameters of type LeafPrelModifier and TypeMethodDescriptionPrelVisualizerVisitor.visitLeaf
(LeafPrel prel, PrelVisualizerVisitor.VisualizationState value) -
Uses of LeafPrel in org.apache.drill.exec.store.enumerable.plan
Classes in org.apache.drill.exec.store.enumerable.plan that implement LeafPrelModifier and TypeClassDescriptionclass
LeafPrel
implementation that generates java code that may be executed to obtain results for the provided plan part. -
Uses of LeafPrel in org.apache.drill.exec.store.plan.rel
Classes in org.apache.drill.exec.store.plan.rel that implement LeafPrelModifier and TypeClassDescriptionclass
Represents a plugin-specific plan once children nodes have been pushed down into group scan.