public class PigRelFactories extends Object
RelFactories
for the Pig adapter.| Modifier and Type | Class and Description |
|---|---|
static class |
PigRelFactories.PigAggregateFactory
Implementation of
RelFactories.AggregateFactory that
returns a PigAggregate. |
static class |
PigRelFactories.PigFilterFactory
Implementation of
RelFactories.FilterFactory that
returns a PigFilter. |
static class |
PigRelFactories.PigJoinFactory
Implementation of
RelFactories.JoinFactory that
returns a PigJoin. |
static class |
PigRelFactories.PigTableScanFactory
Implementation of
RelFactories.TableScanFactory that
returns a PigTableScan. |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.calcite.plan.Context |
ALL_PIG_REL_FACTORIES |
Copyright © 2012-2023 Apache Software Foundation. All Rights Reserved.