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 Details

    • BigtableRowToBeamRow

      public BigtableRowToBeamRow()
  • Method Details