All Implemented Interfaces:
Serializable, BeamSqlTable
Direct Known Subclasses:
TestBoundedTable, TestUnboundedTable

public abstract class TestTable extends SchemaBaseBeamTable
Base class for mocked table.
See Also:
  • Field Details

  • Constructor Details

    • TestTable

      public TestTable(Schema beamSchema)
  • Method Details

    • buildIOWriter

      public POutput buildIOWriter(PCollection<Row> input)
      Description copied from interface: BeamSqlTable
      create a IO.write() instance to write to target.