| Package | Description |
|---|---|
| org.apache.flink.api.java.record.operators |
| Modifier and Type | Method and Description |
|---|---|
static CoGroupOperator.Builder |
CoGroupOperator.builder(CoGroupFunction udf,
Class<? extends org.apache.flink.types.Key<?>> keyClass,
int keyColumn1,
int keyColumn2)
Deprecated.
Creates a Builder with the provided
CoGroupFunction implementation. |
| Modifier and Type | Method and Description |
|---|---|
static CoGroupOperator.Builder |
CoGroupOperator.builder(Class<? extends CoGroupFunction> udf,
Class<? extends org.apache.flink.types.Key<?>> keyClass,
int keyColumn1,
int keyColumn2)
Deprecated.
Creates a Builder with the provided
CoGroupFunction implementation. |
| Constructor and Description |
|---|
WrappingCoGroupFunction(CoGroupFunction coGrouper) |
| Constructor and Description |
|---|
WrappingClassCoGroupFunction(Class<? extends CoGroupFunction> reducer) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.