Uses of Class
io.trino.benchto.driver.Query
Packages that use Query
Package
Description
-
Uses of Query in io.trino.benchto.driver
Methods in io.trino.benchto.driver that return types with arguments of type QueryConstructor parameters in io.trino.benchto.driver with type arguments of type QueryModifierConstructorDescriptionBenchmarkBuilder(String name, String sequenceId, List<Query> queries) -
Uses of Query in io.trino.benchto.driver.execution
Methods in io.trino.benchto.driver.execution that return QueryConstructors in io.trino.benchto.driver.execution with parameters of type QueryModifierConstructorDescriptionQueryExecution(Benchmark benchmark, Query query, int sequenceId, SqlStatementGenerator sqlStatementGenerator) -
Uses of Query in io.trino.benchto.driver.loader
Methods in io.trino.benchto.driver.loader that return QueryModifier and TypeMethodDescriptionQueryLoader.loadFromFile(String queryName) Loads query from givenPathAnnotatedQueryParser.parseLines(String queryName, List<String> lines) Methods in io.trino.benchto.driver.loader that return types with arguments of type QueryMethods in io.trino.benchto.driver.loader with parameters of type Query