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 Context |
ALL_PIG_REL_FACTORIES |
| Modifier | Constructor and Description |
|---|---|
private |
PigRelFactories() |
public static final Context ALL_PIG_REL_FACTORIES
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.