Uses of Class
org.apache.flink.table.client.cli.CliRowView.RowOperation
-
Packages that use CliRowView.RowOperation Package Description org.apache.flink.table.client.cli -
-
Uses of CliRowView.RowOperation in org.apache.flink.table.client.cli
Methods in org.apache.flink.table.client.cli that return CliRowView.RowOperation Modifier and Type Method Description static CliRowView.RowOperationCliRowView.RowOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static CliRowView.RowOperation[]CliRowView.RowOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.table.client.cli that return types with arguments of type CliRowView.RowOperation Modifier and Type Method Description protected org.jline.keymap.KeyMap<CliRowView.RowOperation>CliRowView. getKeys()Methods in org.apache.flink.table.client.cli with parameters of type CliRowView.RowOperation Modifier and Type Method Description protected voidCliRowView. evaluate(CliRowView.RowOperation operation, String binding)
-