Uses of Class
org.apache.flink.table.client.cli.CliInputView.InputOperation
-
Packages that use CliInputView.InputOperation Package Description org.apache.flink.table.client.cli -
-
Uses of CliInputView.InputOperation in org.apache.flink.table.client.cli
Methods in org.apache.flink.table.client.cli that return CliInputView.InputOperation Modifier and Type Method Description static CliInputView.InputOperationCliInputView.InputOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static CliInputView.InputOperation[]CliInputView.InputOperation. 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 CliInputView.InputOperation Modifier and Type Method Description protected org.jline.keymap.KeyMap<CliInputView.InputOperation>CliInputView. getKeys()Methods in org.apache.flink.table.client.cli with parameters of type CliInputView.InputOperation Modifier and Type Method Description protected voidCliInputView. evaluate(CliInputView.InputOperation operation, String binding)
-