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, wait
buildIOReader, buildIOWriter, getRowCount, isBounded
protected Schema schema
public BaseBeamTable(Schema schema)
public Schema getSchema()
BeamSqlTable
getSchema
in interface BeamSqlTable