public interface MaterializedResult extends DynamicResult
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.flink.types.Row> |
retrievePage(int page)
Retrieves a page of a snapshotted result.
|
TypedResult<Integer> |
snapshot(int pageSize)
Takes a snapshot of the current table and returns the number of pages for navigating through
the snapshot.
|
close, isMaterializedTypedResult<Integer> snapshot(int pageSize)
List<org.apache.flink.types.Row> retrievePage(int page)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.