Package org.gridgain.tpcds.query
Class QueriesWithSteps
java.lang.Object
org.gridgain.tpcds.query.QueriesWithSteps
A TPC-DS utility which knows about queries that consists of multiple steps.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallStepsOfQuery(String queryName) Expands query name with the list of all query steps.
-
Constructor Details
-
QueriesWithSteps
public QueriesWithSteps()
-
-
Method Details
-
allStepsOfQuery
Expands query name with the list of all query steps.- Parameters:
queryName- name of the query.- Returns:
- list of sql template names for this query.
-