@Internal public interface TableResultInternal extends TableResult
TableResult
.Modifier and Type | Field and Description |
---|---|
static TableResultInternal |
TABLE_RESULT_OK |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<RowData> |
collectInternal()
Returns an iterator that returns the iterator with the internal row data type.
|
CachedPlan |
getCachedPlan() |
RowDataToStringConverter |
getRowDataToStringConverter() |
await, await, collect, getJobClient, getResolvedSchema, getResultKind, getTableSchema, print
static final TableResultInternal TABLE_RESULT_OK
CloseableIterator<RowData> collectInternal()
RowDataToStringConverter getRowDataToStringConverter()
@Nullable CachedPlan getCachedPlan()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.