Uses of Enum
org.apache.flink.table.connector.sink.abilities.SupportsRowLevelDelete.RowLevelDeleteMode
Packages that use SupportsRowLevelDelete.RowLevelDeleteMode
-
Uses of SupportsRowLevelDelete.RowLevelDeleteMode in org.apache.flink.table.connector.sink.abilities
Methods in org.apache.flink.table.connector.sink.abilities that return SupportsRowLevelDelete.RowLevelDeleteModeModifier and TypeMethodDescriptionSupportsRowLevelDelete.RowLevelDeleteInfo.getRowLevelDeleteMode()Planner will rewrite delete statement to query base on theSupportsRowLevelDelete.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.Returns the enum constant of this type with the specified name.SupportsRowLevelDelete.RowLevelDeleteMode.values()Returns an array containing the constants of this enum type, in the order they are declared.