Package io.trino.benchmark
Class HashJoinBenchmark
- java.lang.Object
-
- io.trino.benchmark.AbstractBenchmark
-
- io.trino.benchmark.AbstractOperatorBenchmark
-
- io.trino.benchmark.HashJoinBenchmark
-
public class HashJoinBenchmark extends AbstractOperatorBenchmark
-
-
Field Summary
-
Fields inherited from class io.trino.benchmark.AbstractOperatorBenchmark
localQueryRunner, session
-
-
Constructor Summary
Constructors Constructor Description HashJoinBenchmark(LocalQueryRunner localQueryRunner)HashJoinBenchmark(LocalQueryRunner localQueryRunner, OperatorFactories operatorFactories)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Driver>createDrivers(TaskContext taskContext)static voidmain(String[] args)-
Methods inherited from class io.trino.benchmark.AbstractOperatorBenchmark
createAggregationFunction, createHashProjectOperator, createTableScanOperator, execute, getColumnTypes, runOnce, tearDown
-
Methods inherited from class io.trino.benchmark.AbstractBenchmark
getBenchmarkName, getMeasuredIterations, getWarmupIterations, runBenchmark, runBenchmark, setUp
-
-
-
-
Constructor Detail
-
HashJoinBenchmark
public HashJoinBenchmark(LocalQueryRunner localQueryRunner)
-
HashJoinBenchmark
public HashJoinBenchmark(LocalQueryRunner localQueryRunner, OperatorFactories operatorFactories)
-
-
Method Detail
-
createDrivers
protected List<Driver> createDrivers(TaskContext taskContext)
- Specified by:
createDriversin classAbstractOperatorBenchmark
-
main
public static void main(String[] args)
-
-