Class BigtableReadSchemaTransformProvider.BigtableRowToBeamRow
java.lang.Object
org.apache.beam.sdk.transforms.InferableFunction<com.google.bigtable.v2.Row,Row>
org.apache.beam.sdk.transforms.SimpleFunction<com.google.bigtable.v2.Row,Row>
org.apache.beam.sdk.io.gcp.bigtable.BigtableReadSchemaTransformProvider.BigtableRowToBeamRow
- All Implemented Interfaces:
Serializable
,HasDisplayData
,ProcessFunction<com.google.bigtable.v2.Row,
,Row> SerializableFunction<com.google.bigtable.v2.Row,
Row>
- Enclosing class:
BigtableReadSchemaTransformProvider
public static class BigtableReadSchemaTransformProvider.BigtableRowToBeamRow
extends SimpleFunction<com.google.bigtable.v2.Row,Row>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.beam.sdk.transforms.SimpleFunction
fromSerializableFunctionWithOutputType
Methods inherited from class org.apache.beam.sdk.transforms.InferableFunction
fromProcessFunctionWithOutputType, getInputTypeDescriptor, getOutputTypeDescriptor, populateDisplayData
-
Constructor Details
-
BigtableRowToBeamRow
public BigtableRowToBeamRow()
-
-
Method Details
-
apply
Description copied from interface:ProcessFunction
Returns the result of invoking this function on the given input.- Specified by:
apply
in interfaceProcessFunction<com.google.bigtable.v2.Row,
Row> - Specified by:
apply
in interfaceSerializableFunction<com.google.bigtable.v2.Row,
Row> - Overrides:
apply
in classSimpleFunction<com.google.bigtable.v2.Row,
Row>
-