Uses of Class
io.trino.cli.QueryPreprocessorException
-
-
Uses of QueryPreprocessorException in io.trino.cli
Methods in io.trino.cli that throw QueryPreprocessorException Modifier and Type Method Description static StringQueryPreprocessor. preprocessQuery(org.jline.terminal.Terminal terminal, Optional<String> catalog, Optional<String> schema, String query)static StringQueryPreprocessor. preprocessQuery(org.jline.terminal.Terminal terminal, Optional<String> catalog, Optional<String> schema, String query, List<String> preprocessorCommand, io.airlift.units.Duration timeout)
-