Interface TableResultInternal
-
- All Superinterfaces:
TableResult
- All Known Implementing Classes:
TableResultImpl
@Internal public interface TableResultInternal extends TableResult
Internal interface with internal methods forTableResult
.
-
-
Field Summary
Fields Modifier and Type Field Description static TableResultInternal
TABLE_RESULT_OK
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.CachedPlan
getCachedPlan()
org.apache.flink.table.utils.print.RowDataToStringConverter
getRowDataToStringConverter()
-
Methods inherited from interface org.apache.flink.table.api.TableResult
await, await, collect, getJobClient, getResolvedSchema, getResultKind, getTableSchema, print
-
-
-
-
Field Detail
-
TABLE_RESULT_OK
static final TableResultInternal TABLE_RESULT_OK
-
-
Method Detail
-
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
@Nullable CachedPlan getCachedPlan()
-
-