public abstract class SchemaBaseBeamTable extends BaseBeamTable implements java.io.Serializable
SchemaBaseBeamTable.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.beam.sdk.schemas.Schema |
schema |
| Constructor and Description |
|---|
SchemaBaseBeamTable(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.
|
buildIOReader, constructFilter, getTableStatistics, supportsProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildIOReader, buildIOWriter, isBoundedpublic SchemaBaseBeamTable(org.apache.beam.sdk.schemas.Schema schema)
public org.apache.beam.sdk.schemas.Schema getSchema()
BeamSqlTablegetSchema in interface BeamSqlTable