Package org.apache.calcite.adapter.pig
Class PigRelFactories
java.lang.Object
org.apache.calcite.adapter.pig.PigRelFactories
Implementations of factories in
RelFactories
for the Pig adapter.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Implementation ofRelFactories.AggregateFactory
that returns aPigAggregate
.static class
Implementation ofRelFactories.FilterFactory
that returns aPigFilter
.static class
Implementation ofRelFactories.JoinFactory
that returns aPigJoin
.static class
Implementation ofRelFactories.TableScanFactory
that returns aPigTableScan
. -
Field Summary
-
Method Summary
-
Field Details
-
ALL_PIG_REL_FACTORIES
-