T - Type of the bounded InputFormat created by this TableSource.DynamicTableSource. The new interface
produces internal data structures. See FLIP-95 for more information.@Deprecated @Experimental public abstract class InputFormatTableSource<T> extends Object implements StreamTableSource<T>
| 构造器和说明 |
|---|
InputFormatTableSource()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.streaming.api.datastream.DataStream<T> |
getDataStream(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment execEnv)
已过时。
Returns the data of the table as a
DataStream. |
abstract org.apache.flink.api.common.io.InputFormat<T,?> |
getInputFormat()
已过时。
Returns an
InputFormat for reading the data of the table. |
boolean |
isBounded()
已过时。
Always returns true which indicates this is a bounded source.
|
public abstract org.apache.flink.api.common.io.InputFormat<T,?> getInputFormat()
InputFormat for reading the data of the table.public final boolean isBounded()
isBounded 在接口中 StreamTableSource<T>public final org.apache.flink.streaming.api.datastream.DataStream<T> getDataStream(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment execEnv)
StreamTableSourceDataStream.
NOTE: This method is for internal use only for defining a TableSource. Do not use
it in Table API programs.
getDataStream 在接口中 StreamTableSource<T>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.