Class | Description |
---|---|
ExecuteJoinFlatMapFunction |
Execute a join
|
ExecuteJoinFlatMapFunctionAdapter |
Execute a join
|
ExecuteJoinFunction |
Execute a join
|
FilterAndFlattenJoinedValues |
Doing two things here:
(a) filter out any unnecessary values, and
(b) extract the List
|
FilterAndFlattenJoinedValuesAdapter |
Doing two things here:
(a) filter out any unnecessary values, and
(b) extract the List
|
JoinedValue |
Simple helper class for executing joins
|
JoinValue |
Simple helper class for executing joins
|
MapToJoinValuesFunction |
Map an example to a Tuple2
Join |
TestJoin |
Created by Alex on 13/10/2016.
|