| Package | Description |
|---|---|
| org.apache.flink.table.connector.source.abilities |
| Modifier and Type | Method and Description |
|---|---|
static SupportsRowLevelModificationScan.RowLevelModificationType |
SupportsRowLevelModificationScan.RowLevelModificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportsRowLevelModificationScan.RowLevelModificationType[] |
SupportsRowLevelModificationScan.RowLevelModificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.