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