public interface CascadeQueryRunner extends QueryRunner
| Modifier and Type | Method and Description |
|---|---|
void |
clearResults() |
float[] |
getCascadeCostAllQueries_lastStage() |
float[] |
getCascadeCostAllQueries() |
Map<String,Accumulator[]> |
getResults() |
Accumulator[] |
getResults(String qid) |
Accumulator[] |
runQuery(String[] query) |
void |
runQuery(String qid,
String[] query) |
void clearResults()
clearResults in interface QueryRunnerfloat[] getCascadeCostAllQueries_lastStage()
float[] getCascadeCostAllQueries()
Map<String,Accumulator[]> getResults()
getResults in interface QueryRunnerAccumulator[] getResults(String qid)
getResults in interface QueryRunnerAccumulator[] runQuery(String[] query)
runQuery in interface QueryRunnervoid runQuery(String qid, String[] query)
runQuery in interface QueryRunner