Interface ChangelogResult
- All Superinterfaces:
DynamicResult
- All Known Implementing Classes:
ChangelogCollectResult
A result that is represented as a changelog consisting of insert and delete records.
-
Method Summary
Modifier and TypeMethodDescriptionTypedResult<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.
-