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 input,
List<RelHint> hints,
ImmutableBitSet groupSet,
com.google.common.collect.ImmutableList<ImmutableBitSet> groupSets,
List<AggregateCall> aggCalls)
Creates an aggregate.
|
RelNode createAggregate(RelNode input, List<RelHint> hints, ImmutableBitSet groupSet, com.google.common.collect.ImmutableList<ImmutableBitSet> groupSets, List<AggregateCall> aggCalls)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.