public static class CodeGenerationBenchmark.QueryState extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
currentPlan |
(package private) int |
joins
The number of joins for each generated query.
|
(package private) CodeGenerationBenchmark.PlanInfo[] |
planInfos
The necessary plan information for every generated query.
|
(package private) int |
queries
The number of distinct queries to be generated.
|
(package private) int |
whereClauseDisjunctions
The number of disjunctions for each generated query.
|
| Constructor and Description |
|---|
QueryState() |
int queries
int joins
int whereClauseDisjunctions
CodeGenerationBenchmark.PlanInfo[] planInfos
private int currentPlan
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.