Interface ChangelogResult

All Superinterfaces:
DynamicResult
All Known Implementing Classes:
ChangelogCollectResult

public interface ChangelogResult extends DynamicResult
A result that is represented as a changelog consisting of insert and delete records.
  • Method Summary

    Modifier and Type
    Method
    Description
    TypedResult<List<org.apache.flink.table.data.RowData>>
    Retrieves the available result records.

    Methods inherited from interface org.apache.flink.table.client.gateway.result.DynamicResult

    close
  • Method Details

    • retrieveChanges

      TypedResult<List<org.apache.flink.table.data.RowData>> retrieveChanges()
      Retrieves the available result records.