public interface QuerySpec
| Modifier and Type | Method and Description | 
|---|---|
Pair<String,List<SqlStatement.Type>> | 
generateSqlQuery()  | 
String | 
getColumnAlias(int i)  | 
StarColumnPredicate | 
getColumnPredicate(int i)
Returns the predicate on the  
ith column. | 
RolapStar.Column[] | 
getColumns()  | 
RolapStar.Measure | 
getMeasure(int i)  | 
String | 
getMeasureAlias(int i)  | 
int | 
getMeasureCount()  | 
RolapStar | 
getStar()  | 
RolapStar getStar()
int getMeasureCount()
RolapStar.Measure getMeasure(int i)
String getMeasureAlias(int i)
RolapStar.Column[] getColumns()
String getColumnAlias(int i)
StarColumnPredicate getColumnPredicate(int i)
ith column.
 If the column is unconstrained, returns
 LiteralStarPredicate(true).
i - Column ordinalPair<String,List<SqlStatement.Type>> generateSqlQuery()
Copyright © 2019 Hitachi Vantara. All rights reserved.