Uses of Class
org.apache.flink.table.client.cli.CliClient.ExecutionMode
-
Packages that use CliClient.ExecutionMode Package Description org.apache.flink.table.client.cli org.apache.flink.table.client.cli.parser -
-
Uses of CliClient.ExecutionMode in org.apache.flink.table.client.cli
Methods in org.apache.flink.table.client.cli that return CliClient.ExecutionMode Modifier and Type Method Description static CliClient.ExecutionModeCliClient.ExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CliClient.ExecutionMode[]CliClient.ExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CliClient.ExecutionMode in org.apache.flink.table.client.cli.parser
Constructors in org.apache.flink.table.client.cli.parser with parameters of type CliClient.ExecutionMode Constructor Description SqlMultiLineParser(SqlCommandParser parser, Executor executor, CliClient.ExecutionMode mode)
-