| PigAggregate |
|
| PigFilter |
|
| PigJoin |
|
| PigProject |
|
| PigRel.Implementor |
Callback for the implementation process that converts a tree of
PigRel nodes into complete Pig Latin script.
|
| PigRelFactories |
Implementations of factories in RelFactories
for the Pig adapter.
|
| PigRelFactories.PigAggregateFactory |
|
| PigRelFactories.PigFilterFactory |
|
| PigRelFactories.PigJoinFactory |
|
| PigRelFactories.PigTableScanFactory |
|
| PigRules |
|
| PigRules.PigAggregateRule |
|
| PigRules.PigFilterRule |
|
| PigRules.PigJoinRule |
|
| PigRules.PigProjectRule |
|
| PigRules.PigTableScanRule |
|
| PigSchema |
Schema that contains one more or more Pig tables.
|
| PigSchemaFactory |
|
| PigTable |
Represents a Pig relation that is created by Pig Latin
LOAD statement.
|
| PigTableFactory |
|
| PigTableScan |
|
| PigToEnumerableConverter |
Relational expression representing a scan of a table in a Pig data source.
|
| PigToEnumerableConverterRule |
|