public interface BeamSqlTable
| Modifier and Type | Method and Description | 
|---|---|
| PCollection<Row> | buildIOReader(PBegin begin)create a  PCollection<Row>from source. | 
| POutput | buildIOWriter(PCollection<Row> input)create a  IO.write()instance to write to target. | 
| Schema | getSchema()Get the schema info of the table. | 
PCollection<Row> buildIOReader(PBegin begin)
PCollection<Row> from source.POutput buildIOWriter(PCollection<Row> input)
IO.write() instance to write to target.Schema getSchema()