Uses of Class
org.apache.flink.table.client.cli.parser.SqlClientParserState
-
Packages that use SqlClientParserState Package Description org.apache.flink.table.client.cli.parser -
-
Uses of SqlClientParserState in org.apache.flink.table.client.cli.parser
Methods in org.apache.flink.table.client.cli.parser that return SqlClientParserState Modifier and Type Method Description static SqlClientParserStateSqlClientParserState. computeCurrentStateAtTheEndOfLine(String line, org.apache.flink.table.api.SqlDialect dialect)static SqlClientParserStateSqlClientParserState. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlClientParserState[]SqlClientParserState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-