public static class BigtableReadSchemaTransformProvider.BigtableRowToBeamRow extends SimpleFunction<com.google.bigtable.v2.Row,Row>
Constructor and Description |
---|
BigtableRowToBeamRow() |
Modifier and Type | Method and Description |
---|---|
Row |
apply(com.google.bigtable.v2.Row bigtableRow)
Returns the result of invoking this function on the given input.
|
fromSerializableFunctionWithOutputType
fromProcessFunctionWithOutputType, getInputTypeDescriptor, getOutputTypeDescriptor, populateDisplayData
public Row apply(com.google.bigtable.v2.Row bigtableRow)
ProcessFunction
apply
in interface ProcessFunction<com.google.bigtable.v2.Row,Row>
apply
in interface SerializableFunction<com.google.bigtable.v2.Row,Row>
apply
in class SimpleFunction<com.google.bigtable.v2.Row,Row>