Uses of Class
org.apache.flink.table.connector.sink.abilities.SupportsRowLevelUpdate.RowLevelUpdateMode
-
Packages that use SupportsRowLevelUpdate.RowLevelUpdateMode Package Description org.apache.flink.table.connector.sink.abilities -
-
Uses of SupportsRowLevelUpdate.RowLevelUpdateMode in org.apache.flink.table.connector.sink.abilities
Methods in org.apache.flink.table.connector.sink.abilities that return SupportsRowLevelUpdate.RowLevelUpdateMode Modifier and Type Method Description default SupportsRowLevelUpdate.RowLevelUpdateModeSupportsRowLevelUpdate.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).static SupportsRowLevelUpdate.RowLevelUpdateModeSupportsRowLevelUpdate.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.
-