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