public static class PigRelFactories.PigAggregateFactory extends Object implements org.apache.calcite.rel.core.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 |
|---|---|
org.apache.calcite.rel.RelNode |
createAggregate(org.apache.calcite.rel.RelNode input,
List<org.apache.calcite.rel.hint.RelHint> hints,
org.apache.calcite.util.ImmutableBitSet groupSet,
com.google.common.collect.ImmutableList<org.apache.calcite.util.ImmutableBitSet> groupSets,
List<org.apache.calcite.rel.core.AggregateCall> aggCalls) |
public static final PigRelFactories.PigAggregateFactory INSTANCE
public org.apache.calcite.rel.RelNode createAggregate(org.apache.calcite.rel.RelNode input,
List<org.apache.calcite.rel.hint.RelHint> hints,
org.apache.calcite.util.ImmutableBitSet groupSet,
com.google.common.collect.ImmutableList<org.apache.calcite.util.ImmutableBitSet> groupSets,
List<org.apache.calcite.rel.core.AggregateCall> aggCalls)
createAggregate in interface org.apache.calcite.rel.core.RelFactories.AggregateFactoryCopyright © 2012-2023 Apache Software Foundation. All Rights Reserved.