T - Type of the DataStream created by this TableSource.DynamicTableSource. The new interface
produces internal data structures and only works with the Blink planner. See FLIP-95 for more
information.@Deprecated public interface StreamTableSource<T> extends org.apache.flink.table.sources.TableSource<T>
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.streaming.api.datastream.DataStream<T> |
getDataStream(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment execEnv)
Deprecated.
Returns the data of the table as a
DataStream. |
default boolean |
isBounded()
Deprecated.
Returns true if this is a bounded source, false if this is an unbounded source.
|
default boolean isBounded()
org.apache.flink.streaming.api.datastream.DataStream<T> getDataStream(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment execEnv)
DataStream.
NOTE: This method is for internal use only for defining a TableSource. Do not use
it in Table API programs.
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.