Uses of Class
org.apache.flink.table.client.cli.parser.Command
-
Packages that use Command Package Description org.apache.flink.table.client.cli.parser -
-
Uses of Command in org.apache.flink.table.client.cli.parser
Methods in org.apache.flink.table.client.cli.parser that return Command Modifier and Type Method Description static CommandCommand. valueOf(String name)Returns the enum constant of this type with the specified name.static Command[]Command. 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.parser that return types with arguments of type Command Modifier and Type Method Description Optional<Command>SqlCommandParser. parseStatement(String statement)Parses given statement.Optional<Command>SqlCommandParserImpl. parseStatement(String statement)
-