public static class BeamJoinTransforms.JoinParts2WholeRow extends SimpleFunction<KV<Row,KV<Row,Row>>,Row>
SimpleFunction to combine two rows into one.| Constructor and Description |
|---|
JoinParts2WholeRow(Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
Row |
apply(KV<Row,KV<Row,Row>> input)
Returns the result of invoking this function on the given input.
|
fromSerializableFunctionWithOutputTypefromProcessFunctionWithOutputType, getInputTypeDescriptor, getOutputTypeDescriptor, populateDisplayData