See: Description
| Interface | Description |
|---|---|
| BeamSqlTable |
This interface defines a Beam Sql Table.
|
| Class | Description |
|---|---|
| BaseBeamTable |
Each IO in Beam has one table schema, by extending
BaseBeamTable. |
| BeamPCollectionTable |
BeamPCollectionTable converts a PCollection<BeamSqlRow> as a virtual table,
then a downstream query can query directly. |
| BeamTableUtils |
Utility methods for working with
BeamTable. |
| Enum | Description |
|---|---|
| BeamIOType |
Type as a source IO, determined whether it's a STREAMING process, or batch
process.
|