Uses of Interface
org.apache.drill.exec.planner.common.DrillRelNode
Package
Description
-
Uses of DrillRelNode in org.apache.drill.exec.planner.common
Modifier and TypeInterfaceDescriptioninterface
Class implementing OrderedPrel interface guarantees to provide ordered output on certain columns.Modifier and TypeClassDescriptionclass
Base class for logical and physical Aggregations implemented in Drillclass
Base class for logical and physical Filters implemented in Drillclass
Base class for logical and physical Joins implemented in Drill.class
class
Base class for logical and physical Limits implemented in Drillclass
Base class for logical and physical Project implemented in Drillclass
Base class for logical/physical scan rel implemented in Drill.class
Base class for logical and physical Screen implemented in Drillclass
Base class for logical and physical Sort implemented in Drill.class
class
Base class for logical and physical Values implemented in Drill.class
class
Base class for logical and physical Writer implemented in Drill. -
Uses of DrillRelNode in org.apache.drill.exec.planner.logical
Modifier and TypeInterfaceDescriptioninterface
Interface which needs to be implemented by all the join relation expressions.interface
Relational expression that is implemented in Drill.Modifier and TypeClassDescriptionclass
Aggregation implemented in Drill.class
Drill logical node for "Analyze".class
Logical RelNode representing aDirectGroupScan
.class
Minus implemented in Drill.class
class
Intersect implemented in Drill.class
Logical Join implemented in Drill.class
class
class
Project implemented in Drill.class
GroupScan of a Drill table.class
class
class
Sort implemented in Drill.class
class
Union implemented in Drill.class
class
Logical Values implementation in Drill.class
class
class
class
class
class
-
Uses of DrillRelNode in org.apache.drill.exec.planner.physical
Modifier and TypeInterfaceDescriptioninterface
interface
Prel without children.interface
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
Base class for MergeJoinPrel and HashJoinPrelclass
class
class
class
class
class
class
class
class
OrderedMuxExchangePrel is mux exchange created to multiplex the streams for a MergeReceiver.class
class
class
class
A physical Prel node for Project operator.class
A RangePartitionExchange provides the ability to divide up the rows into separate ranges or 'buckets' based on the values of a set of columns (the range partitioning columns).class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Physical Values implementation in Drill.class
class
-
Uses of DrillRelNode in org.apache.drill.exec.store.enumerable.plan
Modifier and TypeClassDescriptionclass
class
LeafPrel
implementation that generates java code that may be executed to obtain results for the provided plan part.class
The vertex simply holds the child nodes but contains its own traits. -
Uses of DrillRelNode in org.apache.drill.exec.store.jdbc
Modifier and TypeClassDescriptionclass
Prel used to represent a JDBC Conversion within an expression tree.class
Represents a JDBC Plan once the children nodes have been rewritten into SQL. -
Uses of DrillRelNode in org.apache.drill.exec.store.phoenix.rules
-
Uses of DrillRelNode in org.apache.drill.exec.store.plan.rel
Modifier and TypeClassDescriptionclass
Aggregate implementation for Drill plugins.class
Filter implementation for Drill plugins.class
Prel used to represent a Plugin Conversion within an expression tree.class
Join implementation for Drill plugins.class
Limit implementation for Drill plugins.class
Represents a plugin-specific plan once children nodes have been pushed down into group scan.class
Project implementation for Drill plugins.class
Sort implementation for Drill plugins.class
Storage plugin table scan rel implementation.