T - Type of the DataSet created by this TableSource.InputFormatTableSource instead.@Deprecated public interface BatchTableSource<T> extends org.apache.flink.table.sources.TableSource<T>
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.java.DataSet<T> |
getDataSet(org.apache.flink.api.java.ExecutionEnvironment execEnv)
Deprecated.
Returns the data of the table as a
DataSet. |
org.apache.flink.api.java.DataSet<T> getDataSet(org.apache.flink.api.java.ExecutionEnvironment execEnv)
DataSet.
NOTE: This method is for internal use only for defining a TableSource.
Do not use it in Table API programs.
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.