public abstract class BaseBeamTable extends java.lang.Object implements BeamSqlTable, java.io.Serializable
BaseBeamTable.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.beam.sdk.schemas.Schema |
schema |
| Constructor and Description |
|---|
BaseBeamTable(org.apache.beam.sdk.schemas.Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.sdk.schemas.Schema |
getSchema()
Get the schema info of the table.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildIOReader, buildIOWriter, isBoundedpublic org.apache.beam.sdk.schemas.Schema getSchema()
BeamSqlTablegetSchema in interface BeamSqlTable