| Package | Description |
|---|---|
| org.apache.flink.api.java.operators | |
| org.apache.flink.api.java.operators.translation |
| Modifier and Type | Class and Description |
|---|---|
static class |
JoinOperator.DefaultJoin.WrappingFlatJoinFunction<IN1,IN2,OUT>
Wrapper around
JoinFunction. |
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanFilterOperator.FlatMapFilter<T> |
class |
TupleLeftUnwrappingJoiner<I1,I2,OUT,K>
Joiner that unwraps values from the left set before applying the join operation.
|
class |
TupleRightUnwrappingJoiner<I1,I2,OUT,K>
Joiner that unwraps values from the right set before applying the join operation.
|
class |
TupleUnwrappingJoiner<I1,I2,OUT,K>
Joiner that unwraps both values before applying the join operation.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.