T
- Type of the DataSet
created by this TableSource
.InputFormatTableSource
instead.@Deprecated public interface BatchTableSource<T> extends TableSource<T>
Modifier and Type | Method and Description |
---|---|
DataSet<T> |
getDataSet(ExecutionEnvironment execEnv)
Deprecated.
Returns the data of the table as a
DataSet . |
explainSource, getProducedDataType, getReturnType, getTableSchema
DataSet<T> getDataSet(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–2021 The Apache Software Foundation. All rights reserved.