| Package | Description |
|---|---|
| org.apache.flink.table.connector.sink.abilities | |
| org.apache.flink.table.connector.source.abilities |
| Modifier and Type | Method and Description |
|---|---|
SupportsRowLevelDelete.RowLevelDeleteInfo |
SupportsRowLevelDelete.applyRowLevelDelete(RowLevelModificationScanContext context)
Applies row-level delete with
RowLevelModificationScanContext, and return a SupportsRowLevelDelete.RowLevelDeleteInfo. |
SupportsRowLevelUpdate.RowLevelUpdateInfo |
SupportsRowLevelUpdate.applyRowLevelUpdate(List<Column> updatedColumns,
RowLevelModificationScanContext context)
Applies row-level update with providing the updated columns and
RowLevelModificationScanContext, and return SupportsRowLevelUpdate.RowLevelUpdateInfo. |
| Modifier and Type | Method and Description |
|---|---|
RowLevelModificationScanContext |
SupportsRowLevelModificationScan.applyRowLevelModificationScan(SupportsRowLevelModificationScan.RowLevelModificationType rowLevelModificationType,
RowLevelModificationScanContext previousContext)
Applies the type of row-level modification and the previous
RowLevelModificationScanContext returned by previous table source scan, return a new RowLevelModificationScanContext. |
| Modifier and Type | Method and Description |
|---|---|
RowLevelModificationScanContext |
SupportsRowLevelModificationScan.applyRowLevelModificationScan(SupportsRowLevelModificationScan.RowLevelModificationType rowLevelModificationType,
RowLevelModificationScanContext previousContext)
Applies the type of row-level modification and the previous
RowLevelModificationScanContext returned by previous table source scan, return a new RowLevelModificationScanContext. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.