| Package | Description |
|---|---|
| org.apache.flink.table.connector.sink.abilities |
| Modifier and Type | Method and Description |
|---|---|
default SupportsRowLevelUpdate.RowLevelUpdateMode |
SupportsRowLevelUpdate.RowLevelUpdateInfo.getRowLevelUpdateMode()
Planner will rewrite the update statement to query base on the
SupportsRowLevelUpdate.RowLevelUpdateMode, keeping the query of update unchanged by default(in `UPDATED_ROWS`
mode), or changing the query to union the updated rows and the other rows (in `ALL_ROWS`
mode). |
static SupportsRowLevelUpdate.RowLevelUpdateMode |
SupportsRowLevelUpdate.RowLevelUpdateMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportsRowLevelUpdate.RowLevelUpdateMode[] |
SupportsRowLevelUpdate.RowLevelUpdateMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.