Interface TableResultInternal
- All Superinterfaces:
TableResult
- All Known Implementing Classes:
TableResultImpl
Internal interface with internal methods for
TableResult.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.util.CloseableIterator<org.apache.flink.table.data.RowData>Returns an iterator that returns the iterator with the internal row data type.org.apache.flink.table.utils.print.RowDataToStringConverterMethods inherited from interface org.apache.flink.table.api.TableResult
await, await, collect, getJobClient, getResolvedSchema, getResultKind, print
-
Field Details
-
TABLE_RESULT_OK
-
-
Method Details
-
collectInternal
org.apache.flink.util.CloseableIterator<org.apache.flink.table.data.RowData> collectInternal()Returns an iterator that returns the iterator with the internal row data type. -
getRowDataToStringConverter
org.apache.flink.table.utils.print.RowDataToStringConverter getRowDataToStringConverter() -
getCachedPlan
-