@Experimental public abstract class TestTable extends SchemaBaseBeamTable
Modifier and Type | Field and Description |
---|---|
static java.util.concurrent.atomic.AtomicInteger |
COUNTER |
schema
Modifier and Type | Method and Description |
---|---|
POutput |
buildIOWriter(PCollection<Row> input)
create a
IO.write() instance to write to target. |
getSchema
buildIOReader, constructFilter, supportsProjects
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildIOReader, getTableStatistics, isBounded
public TestTable(Schema beamSchema)
public POutput buildIOWriter(PCollection<Row> input)
BeamSqlTable
IO.write()
instance to write to target.