|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.rolap.agg.AggregationKey
public class AggregationKey
Column context that an Aggregation is computed for.
Column context has two components:
OR(AND(column predicates))
Any column is only used in either column context or compound context, not both.
| Constructor Summary | |
|---|---|
AggregationKey(CellRequest request)
Creates an AggregationKey. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
java.util.List<StarPredicate> |
getCompoundPredicateList()
Returns the list of compound predicates. |
BitKey |
getConstrainedColumnsBitKey()
Returns the bitkey of columns that constrain this aggregation. |
RolapStar |
getStar()
Returns the star. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AggregationKey(CellRequest request)
request - Cell request| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic final BitKey getConstrainedColumnsBitKey()
public final RolapStar getStar()
public java.util.List<StarPredicate> getCompoundPredicateList()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||