| Modifier and Type | Method and Description |
|---|---|
List<Query> |
QuerySet.getQuery()
List of queries in each query set
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuerySet.setQuery(List<Query> query) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryResult |
| Constructor and Description |
|---|
QueryResult(Query query) |
| Modifier and Type | Method and Description |
|---|---|
String |
PhoenixUtil.getExplainPlan(Query query) |
String |
PhoenixUtil.getExplainPlan(Query query,
Scenario scenario,
RulesApplier ruleApplier)
Get explain plan for a query
|
org.apache.hadoop.hbase.util.Pair<Long,Long> |
PhoenixUtil.getResults(Query query,
ResultSet rs,
String queryIteration,
boolean isSelectCountStatement,
Long queryStartTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueryVerifier.doDiff(Query query,
String newCSV)
Do a diff between exported query results and temporary CSV file
|
String |
QueryVerifier.exportCSV(Query query)
Export query resultSet to CSV file
|
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryOperation.getQuery() |
Copyright © 2022 Apache Software Foundation. All rights reserved.