Package mondrian.rolap.sql
Class DescendantsCrossJoinArg
java.lang.Object
mondrian.rolap.sql.DescendantsCrossJoinArg
- All Implemented Interfaces:
CrossJoinArg
Represents one of:
- Level.Members: member == null and level != null
- Member.Children: member != null and level = member.getLevel().getChildLevel()
- Member.Descendants: member != null and level == some level below member.getLevel()
-
Field Summary
Fields inherited from interface mondrian.rolap.sql.CrossJoinArg
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConstraint(SqlQuery sqlQuery, RolapCube baseCube, AggStar aggStar) booleangetLevel()inthashCode()booleanisPreferInterpreter(boolean joinArg)
-
Constructor Details
-
DescendantsCrossJoinArg
-
-
Method Details
-
getLevel
- Specified by:
getLevelin interfaceCrossJoinArg
-
getMembers
- Specified by:
getMembersin interfaceCrossJoinArg
-
addConstraint
- Specified by:
addConstraintin interfaceCrossJoinArg
-
isPreferInterpreter
public boolean isPreferInterpreter(boolean joinArg) - Specified by:
isPreferInterpreterin interfaceCrossJoinArg
-
equals
-
hashCode
public int hashCode()
-