@Internal
public static final class ScalaAggregateOperator.AggregatingUdf<T extends scala.Product>
extends org.apache.flink.api.common.functions.RichGroupReduceFunction<T,T>
implements org.apache.flink.api.common.functions.GroupCombineFunction<T,T>
| Constructor and Description |
|---|
AggregatingUdf(org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo,
org.apache.flink.api.java.aggregation.AggregationFunction<Object>[] aggFunctions,
int[] fieldPositions) |
| Modifier and Type | Method and Description |
|---|---|
void |
combine(Iterable<T> records,
org.apache.flink.util.Collector<T> out) |
void |
open(org.apache.flink.configuration.Configuration parameters) |
void |
reduce(Iterable<T> records,
org.apache.flink.util.Collector<T> out) |
public void open(org.apache.flink.configuration.Configuration parameters)
throws Exception
open in interface org.apache.flink.api.common.functions.RichFunctionopen in class org.apache.flink.api.common.functions.AbstractRichFunctionExceptionCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.