|
|||||||||
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(Object other)
|
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()
|
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 requestMethod Detail |
---|
public int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
public String toString()
toString
in class Object
public final BitKey getConstrainedColumnsBitKey()
public final RolapStar getStar()
public List<StarPredicate> getCompoundPredicateList()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |