Uses of Interface
org.apache.flink.table.connector.RowLevelModificationScanContext
Packages that use RowLevelModificationScanContext
Package
Description
-
Uses of RowLevelModificationScanContext in org.apache.flink.table.connector.sink.abilities
Methods in org.apache.flink.table.connector.sink.abilities with parameters of type RowLevelModificationScanContextModifier and TypeMethodDescriptionSupportsRowLevelDelete.applyRowLevelDelete(RowLevelModificationScanContext context) Applies row-level delete withRowLevelModificationScanContext, and return aSupportsRowLevelDelete.RowLevelDeleteInfo.SupportsRowLevelUpdate.applyRowLevelUpdate(List<Column> updatedColumns, RowLevelModificationScanContext context) Applies row-level update with providing the updated columns andRowLevelModificationScanContext, and returnSupportsRowLevelUpdate.RowLevelUpdateInfo. -
Uses of RowLevelModificationScanContext in org.apache.flink.table.connector.source.abilities
Methods in org.apache.flink.table.connector.source.abilities that return RowLevelModificationScanContextModifier and TypeMethodDescriptionSupportsRowLevelModificationScan.applyRowLevelModificationScan(SupportsRowLevelModificationScan.RowLevelModificationType rowLevelModificationType, RowLevelModificationScanContext previousContext) Applies the type of row-level modification and the previousRowLevelModificationScanContextreturned by previous table source scan, return a newRowLevelModificationScanContext.Methods in org.apache.flink.table.connector.source.abilities with parameters of type RowLevelModificationScanContextModifier and TypeMethodDescriptionSupportsRowLevelModificationScan.applyRowLevelModificationScan(SupportsRowLevelModificationScan.RowLevelModificationType rowLevelModificationType, RowLevelModificationScanContext previousContext) Applies the type of row-level modification and the previousRowLevelModificationScanContextreturned by previous table source scan, return a newRowLevelModificationScanContext.