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
i th 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)
i
th column.
If the column is unconstrained, returns
LiteralStarPredicate
(true).
i
- Column ordinalPair<String,List<SqlStatement.Type>> generateSqlQuery()
Copyright © 2020 Hitachi Vantara. All rights reserved.