Package | Description |
---|---|
org.apache.flink.table.connector.source.abilities | |
org.apache.flink.table.planner.utils |
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 . |
Modifier and Type | Method and Description |
---|---|
static SupportsRowLevelModificationScan.RowLevelModificationType |
RowLevelModificationContextUtils.getModificationType() |
Modifier and Type | Method and Description |
---|---|
static void |
RowLevelModificationContextUtils.setModificationType(SupportsRowLevelModificationScan.RowLevelModificationType rowLevelModificationType) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.