public abstract class TestTable extends SchemaBaseBeamTable
| Modifier and Type | Field and Description |
|---|---|
static java.util.concurrent.atomic.AtomicInteger |
COUNTER |
schema| Constructor and Description |
|---|
TestTable(org.apache.beam.sdk.schemas.Schema beamSchema) |
| Modifier and Type | Method and Description |
|---|---|
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. |
getSchemabuildIOReader, constructFilter, getTableStatistics, supportsProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildIOReader, isBoundedpublic org.apache.beam.sdk.values.POutput buildIOWriter(org.apache.beam.sdk.values.PCollection<org.apache.beam.sdk.values.Row> input)
BeamSqlTableIO.write() instance to write to target.