Uses of Interface
org.apache.flink.table.connector.sink.abilities.SupportsRowLevelUpdate.RowLevelUpdateInfo
-
Packages that use SupportsRowLevelUpdate.RowLevelUpdateInfo Package Description org.apache.flink.table.connector.sink.abilities -
-
Uses of SupportsRowLevelUpdate.RowLevelUpdateInfo in org.apache.flink.table.connector.sink.abilities
Methods in org.apache.flink.table.connector.sink.abilities that return SupportsRowLevelUpdate.RowLevelUpdateInfo Modifier and Type Method Description SupportsRowLevelUpdate.RowLevelUpdateInfoSupportsRowLevelUpdate. applyRowLevelUpdate(List<Column> updatedColumns, RowLevelModificationScanContext context)Applies row-level update with providing the updated columns andRowLevelModificationScanContext, and returnSupportsRowLevelUpdate.RowLevelUpdateInfo.
-