| Package | Description |
|---|---|
| org.apache.flink.api.common.functions | |
| org.apache.flink.api.common.operators.base | |
| org.apache.flink.api.java.typeutils |
| Modifier and Type | Class and Description |
|---|---|
class |
RichGroupCombineFunction<IN,OUT>
Rich variant of the
GroupCombineFunction. |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupCombineOperatorBase<IN,OUT,FT extends GroupCombineFunction<IN,OUT>>
Base operator for the combineGroup transformation.
|
| Modifier and Type | Method and Description |
|---|---|
static <IN,OUT> TypeInformation<OUT> |
TypeExtractor.getGroupCombineReturnTypes(GroupCombineFunction<IN,OUT> combineInterface,
TypeInformation<IN> inType) |
static <IN,OUT> TypeInformation<OUT> |
TypeExtractor.getGroupCombineReturnTypes(GroupCombineFunction<IN,OUT> combineInterface,
TypeInformation<IN> inType,
String functionName,
boolean allowMissing) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.