public class ResultStore extends Object
| Modifier and Type | Field and Description |
|---|---|
static ResultStore |
DUMMY_RESULT_STORE |
| Constructor and Description |
|---|
ResultStore(org.apache.flink.util.CloseableIterator<org.apache.flink.table.data.RowData> result,
int maxBufferSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getBufferedRecordSize() |
boolean |
isRetrieving() |
Optional<List<org.apache.flink.table.data.RowData>> |
retrieveRecords() |
void |
waitUntilHasData() |
public static final ResultStore DUMMY_RESULT_STORE
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.