public static class BeamSetOperatorsTransforms.BeamSqlRow2KvFn extends SimpleFunction<Row,KV<Row,Row>>
BeamSqlRow
to a KV<BeamSqlRow, BeamSqlRow>
.Constructor and Description |
---|
BeamSqlRow2KvFn() |
Modifier and Type | Method and Description |
---|---|
KV<Row,Row> |
apply(Row input)
Returns the result of invoking this function on the given input.
|
fromSerializableFunctionWithOutputType
fromProcessFunctionWithOutputType, getInputTypeDescriptor, getOutputTypeDescriptor, populateDisplayData
public KV<Row,Row> apply(Row input)
ProcessFunction