| Interface | Description |
|---|---|
| DrillRelNode |
| Class | Description |
|---|---|
| DrillAggregateRelBase |
Base class for logical and physical Aggregations implemented in Drill
|
| DrillFilterRelBase |
Base class for logical and physical Filters implemented in Drill
|
| DrillJoinRelBase |
Base class for logical and physical Joins implemented in Drill.
|
| DrillLimitRelBase |
Base class for logical and physical Limits implemented in Drill
|
| DrillProjectRelBase |
Base class for logical and physical Project implemented in Drill
|
| DrillRelOptUtil |
Utility class that is a subset of the RelOptUtil class and is a placeholder for Drill specific
static methods that are needed during either logical or physical planning.
|
| DrillScanRelBase |
Base class for logical scan rel implemented in Drill.
|
| DrillScreenRelBase |
Base class for logical and physical Screen implemented in Drill
|
| DrillStoreRelBase |
Base class for logical and physical Store implemented in Drill
|
| DrillUnionRelBase |
Base class for logical and physical Union implemented in Drill
|
| DrillValuesRelBase |
Base class for logical and physical Values implemented in Drill.
|
| DrillWindowRelBase | |
| DrillWriterRelBase |
Base class for logical and physical Writer implemented in Drill.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.