private static class RelFactories.AggregateFactoryImpl extends Object implements RelFactories.AggregateFactory
RelFactories.AggregateFactory
that returns a vanilla LogicalAggregate.| Modifier | Constructor and Description |
|---|---|
private |
AggregateFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
RelNode |
createAggregate(RelNode input,
boolean indicator,
ImmutableBitSet groupSet,
com.google.common.collect.ImmutableList<ImmutableBitSet> groupSets,
List<AggregateCall> aggCalls)
Creates an aggregate.
|
public RelNode createAggregate(RelNode input, boolean indicator, ImmutableBitSet groupSet, com.google.common.collect.ImmutableList<ImmutableBitSet> groupSets, List<AggregateCall> aggCalls)
RelFactories.AggregateFactorycreateAggregate in interface RelFactories.AggregateFactoryCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.