@Internal public interface TableResultInternal extends TableResult
TableResult
.Modifier and Type | Field and Description |
---|---|
static TableResultInternal |
TABLE_RESULT_OK |
Modifier and Type | Method and 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.
|
org.apache.flink.table.utils.print.RowDataToStringConverter |
getRowDataToStringConverter() |
await, await, collect, getJobClient, getResolvedSchema, getResultKind, getTableSchema, print
static final TableResultInternal TABLE_RESULT_OK
org.apache.flink.util.CloseableIterator<org.apache.flink.table.data.RowData> collectInternal()
org.apache.flink.table.utils.print.RowDataToStringConverter getRowDataToStringConverter()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.