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,
boolean indicator,
ImmutableBitSet groupSet,
com.google.common.collect.ImmutableList<ImmutableBitSet> groupSets,
List<AggregateCall> aggCalls) |
public static final PigRelFactories.PigAggregateFactory INSTANCE
public RelNode createAggregate(RelNode input, boolean indicator, ImmutableBitSet groupSet, com.google.common.collect.ImmutableList<ImmutableBitSet> groupSets, List<AggregateCall> aggCalls)
createAggregate in interface RelFactories.AggregateFactoryCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.