public static interface RelFactories.AggregateFactory
LogicalAggregate of the appropriate type
for this rule's calling convention.| Modifier and Type | Method and Description |
|---|---|
RelNode |
createAggregate(RelNode child,
boolean indicator,
ImmutableBitSet groupSet,
com.google.common.collect.ImmutableList<ImmutableBitSet> groupSets,
List<AggregateCall> aggCalls)
Creates an aggregate.
|
RelNode createAggregate(RelNode child, boolean indicator, ImmutableBitSet groupSet, com.google.common.collect.ImmutableList<ImmutableBitSet> groupSets, List<AggregateCall> aggCalls)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.