Interface | Description |
---|---|
PluginRel |
Relational expression that uses specific plugin calling convention.
|
Class | Description |
---|---|
PluginAggregateRel |
Aggregate implementation for Drill plugins.
|
PluginDrillTable |
Table implementation based on
DynamicDrillTable to be used by Drill plugins. |
PluginFilterRel |
Filter implementation for Drill plugins.
|
PluginIntermediatePrel |
Prel used to represent a Plugin Conversion within an expression tree.
|
PluginJoinRel |
Join implementation for Drill plugins.
|
PluginLimitRel |
Limit implementation for Drill plugins.
|
PluginPrel |
Represents a plugin-specific plan once children nodes have been pushed down into group scan.
|
PluginProjectRel |
Project implementation for Drill plugins.
|
PluginSortRel |
Sort implementation for Drill plugins.
|
PluginUnionRel |
Union implementation for Drill plugins.
|
StoragePluginTableScan |
Storage plugin table scan rel implementation.
|
Copyright © 1970 The Apache Software Foundation. All rights reserved.