Class ResultStore
- java.lang.Object
-
- org.apache.flink.table.gateway.service.result.ResultStore
-
public class ResultStore extends Object
A result store which stores and buffers results.
-
-
Field Summary
Fields Modifier and Type Field Description static ResultStoreDUMMY_RESULT_STORE
-
Constructor Summary
Constructors Constructor Description ResultStore(org.apache.flink.util.CloseableIterator<org.apache.flink.table.data.RowData> result, int maxBufferSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intgetBufferedRecordSize()booleanisRetrieving()Optional<List<org.apache.flink.table.data.RowData>>retrieveRecords()voidwaitUntilHasData()
-
-
-
Field Detail
-
DUMMY_RESULT_STORE
public static final ResultStore DUMMY_RESULT_STORE
-
-