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. 
 | 
fromSerializableFunctionWithOutputTypefromProcessFunctionWithOutputType, getInputTypeDescriptor, getOutputTypeDescriptor, populateDisplayDatapublic Row apply(com.google.bigtable.v2.Row bigtableRow)
ProcessFunctionapply 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>