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