public static class PigRelFactories.PigAggregateFactory extends Object implements org.apache.calcite.rel.core.RelFactories.AggregateFactory
RelFactories.AggregateFactory that
returns a PigAggregate.| 限定符和类型 | 字段和说明 |
|---|---|
static PigRelFactories.PigAggregateFactory |
INSTANCE |
| 构造器和说明 |
|---|
PigAggregateFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 org.apache.calcite.rel.core.RelFactories.AggregateFactoryCopyright © 2012-2023 Apache Software Foundation. All Rights Reserved.