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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypedResult<List<org.apache.flink.table.data.RowData>>retrieveChanges()Retrieves the available result records.-
Methods inherited from interface org.apache.flink.table.client.gateway.result.DynamicResult
close
-
-
-
-
Method Detail
-
retrieveChanges
TypedResult<List<org.apache.flink.table.data.RowData>> retrieveChanges()
Retrieves the available result records.
-
-