public abstract class BaseBeamTable extends java.lang.Object implements BeamSqlTable, java.io.Serializable
BaseBeamTable
.Constructor and Description |
---|
BaseBeamTable(RowType rowType) |
Modifier and Type | Method and Description |
---|---|
RowType |
getRowType()
Get the schema info of the table.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildIOReader, buildIOWriter, getSourceType
protected RowType rowType
public BaseBeamTable(RowType rowType)
public RowType getRowType()
BeamSqlTable
getRowType
in interface BeamSqlTable