public static class BatchSQLTestProgram.GeneratorTableSource extends InputFormatTableSource<Row>
Modifier and Type | Method and Description |
---|---|
InputFormat<Row,?> |
getInputFormat()
Returns an
InputFormat for reading the data of the table. |
DataType |
getProducedDataType()
Returns the
DataType for the produced data of the TableSource . |
TableSchema |
getTableSchema()
Returns the schema of the produced table.
|
getDataStream, isBounded
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
explainSource, getReturnType
public InputFormat<Row,?> getInputFormat()
InputFormatTableSource
InputFormat
for reading the data of the table.getInputFormat
in class InputFormatTableSource<Row>
public DataType getProducedDataType()
TableSource
DataType
for the produced data of the TableSource
.DataStream
.public TableSchema getTableSchema()
TableSource
TableSchema
of the produced table.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.