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