Uses of Enum
org.apache.flink.table.connector.sink.abilities.SupportsRowLevelUpdate.RowLevelUpdateMode
Packages that use SupportsRowLevelUpdate.RowLevelUpdateMode
-
Uses of SupportsRowLevelUpdate.RowLevelUpdateMode in org.apache.flink.table.connector.sink.abilities
Methods in org.apache.flink.table.connector.sink.abilities that return SupportsRowLevelUpdate.RowLevelUpdateModeModifier and TypeMethodDescriptionSupportsRowLevelUpdate.RowLevelUpdateInfo.getRowLevelUpdateMode()Planner will rewrite the update statement to query base on theSupportsRowLevelUpdate.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).Returns the enum constant of this type with the specified name.SupportsRowLevelUpdate.RowLevelUpdateMode.values()Returns an array containing the constants of this enum type, in the order they are declared.