| Package | Description |
|---|---|
| org.apache.flink.table.connector.sink.abilities |
| Modifier and Type | Method and Description |
|---|---|
default SupportsRowLevelDelete.RowLevelDeleteMode |
SupportsRowLevelDelete.RowLevelDeleteInfo.getRowLevelDeleteMode()
Planner will rewrite delete statement to query base on the
SupportsRowLevelDelete.RowLevelDeleteInfo,
keeping the query of delete unchanged by default(in `DELETE_ROWS` mode), or changing the
query to the complementary set in REMAINING_ROWS mode. |
static SupportsRowLevelDelete.RowLevelDeleteMode |
SupportsRowLevelDelete.RowLevelDeleteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportsRowLevelDelete.RowLevelDeleteMode[] |
SupportsRowLevelDelete.RowLevelDeleteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.