Class QueriesWithSteps

java.lang.Object
org.gridgain.tpcds.query.QueriesWithSteps

public class QueriesWithSteps extends Object
A TPC-DS utility which knows about queries that consists of multiple steps.
  • Constructor Details

    • QueriesWithSteps

      public QueriesWithSteps()
  • Method Details

    • allStepsOfQuery

      public static Stream<String> allStepsOfQuery(String queryName)
      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.