Class BeamSetOperatorsTransforms.BeamSqlRow2KvFn
java.lang.Object
org.apache.beam.sdk.transforms.InferableFunction<Row,KV<Row,Row>>
org.apache.beam.sdk.transforms.SimpleFunction<Row,KV<Row,Row>>
org.apache.beam.sdk.extensions.sql.impl.transform.BeamSetOperatorsTransforms.BeamSqlRow2KvFn
- All Implemented Interfaces:
Serializable,HasDisplayData,ProcessFunction<Row,,KV<Row, Row>> SerializableFunction<Row,KV<Row, Row>>
- Enclosing class:
BeamSetOperatorsTransforms
public static class BeamSetOperatorsTransforms.BeamSqlRow2KvFn
extends SimpleFunction<Row,KV<Row,Row>>
Transform a
BeamSqlRow to a KV<BeamSqlRow, BeamSqlRow>.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.beam.sdk.transforms.SimpleFunction
fromSerializableFunctionWithOutputTypeMethods inherited from class org.apache.beam.sdk.transforms.InferableFunction
fromProcessFunctionWithOutputType, getInputTypeDescriptor, getOutputTypeDescriptor, populateDisplayData
-
Constructor Details
-
BeamSqlRow2KvFn
public BeamSqlRow2KvFn()
-
-
Method Details
-
apply
Description copied from interface:ProcessFunctionReturns the result of invoking this function on the given input.
-