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
fromSerializableFunctionWithOutputTypeMethods 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:ProcessFunctionReturns the result of invoking this function on the given input.- Specified by:
applyin interfaceProcessFunction<com.google.bigtable.v2.Row,Row> - Specified by:
applyin interfaceSerializableFunction<com.google.bigtable.v2.Row,Row> - Overrides:
applyin classSimpleFunction<com.google.bigtable.v2.Row,Row>
-