| Package | Description |
|---|---|
| org.apache.flink.table.client.cli.parser |
| Modifier and Type | Method and Description |
|---|---|
static Command |
Command.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.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Command> |
SqlCommandParser.parseStatement(String statement)
Parses given statement.
|
Optional<Command> |
SqlCommandParserImpl.parseStatement(String statement) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.