Class BigtableReadSchemaTransformProvider.BigtableRowToBeamRow

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.beam.sdk.transforms.display.HasDisplayData, org.apache.beam.sdk.transforms.ProcessFunction<com.google.bigtable.v2.Row,​org.apache.beam.sdk.values.Row>, org.apache.beam.sdk.transforms.SerializableFunction<com.google.bigtable.v2.Row,​org.apache.beam.sdk.values.Row>
    Enclosing class:
    BigtableReadSchemaTransformProvider

    public static class BigtableReadSchemaTransformProvider.BigtableRowToBeamRow
    extends org.apache.beam.sdk.transforms.SimpleFunction<com.google.bigtable.v2.Row,​org.apache.beam.sdk.values.Row>
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.beam.sdk.values.Row apply​(com.google.bigtable.v2.Row bigtableRow)  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BigtableRowToBeamRow

        public BigtableRowToBeamRow()
    • Method Detail

      • apply

        public org.apache.beam.sdk.values.Row apply​(com.google.bigtable.v2.Row bigtableRow)
        Specified by:
        apply in interface org.apache.beam.sdk.transforms.ProcessFunction<com.google.bigtable.v2.Row,​org.apache.beam.sdk.values.Row>
        Specified by:
        apply in interface org.apache.beam.sdk.transforms.SerializableFunction<com.google.bigtable.v2.Row,​org.apache.beam.sdk.values.Row>
        Overrides:
        apply in class org.apache.beam.sdk.transforms.SimpleFunction<com.google.bigtable.v2.Row,​org.apache.beam.sdk.values.Row>