public static class PigRelFactories.PigAggregateFactory extends Object implements RelFactories.AggregateFactory
RelFactories.AggregateFactory that
returns a PigAggregate.| Modifier and Type | Field and Description |
|---|---|
static PigRelFactories.PigAggregateFactory |
INSTANCE |
| Constructor and Description |
|---|
PigAggregateFactory() |
| Modifier and Type | Method and Description |
|---|---|
RelNode |
createAggregate(RelNode input,
ImmutableBitSet groupSet,
com.google.common.collect.ImmutableList<ImmutableBitSet> groupSets,
List<AggregateCall> aggCalls) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateAggregatepublic static final PigRelFactories.PigAggregateFactory INSTANCE
public RelNode createAggregate(RelNode input, ImmutableBitSet groupSet, com.google.common.collect.ImmutableList<ImmutableBitSet> groupSets, List<AggregateCall> aggCalls)
createAggregate in interface RelFactories.AggregateFactoryCopyright © 2012–2019 The Apache Software Foundation. All rights reserved.