Interface MaterializedResult

    • Method Detail

      • snapshot

        TypedResult<Integer> snapshot​(int pageSize)
        Takes a snapshot of the current table and returns the number of pages for navigating through the snapshot.
      • retrievePage

        List<org.apache.flink.table.data.RowData> retrievePage​(int page)
        Retrieves a page of a snapshotted result.