public interface BeamSqlTable
| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row> |
buildIOReader(org.apache.beam.sdk.values.PBegin begin)
create a
PCollection<Row> from source. |
org.apache.beam.sdk.values.POutput |
buildIOWriter(org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row> input)
create a
IO.write() instance to write to target. |
org.apache.beam.sdk.schemas.Schema |
getSchema()
Get the schema info of the table.
|
org.apache.beam.sdk.values.PCollection.IsBounded |
isBounded()
Whether this table is bounded (known to be finite) or unbounded (may or may not be finite).
|
org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row> buildIOReader(org.apache.beam.sdk.values.PBegin begin)
PCollection<Row> from source.org.apache.beam.sdk.values.POutput buildIOWriter(org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row> input)
IO.write() instance to write to target.org.apache.beam.sdk.values.PCollection.IsBounded isBounded()
org.apache.beam.sdk.schemas.Schema getSchema()