mondrian.rolap
Class RolapNativeCrossJoin.NonEmptyCrossJoinConstraint
java.lang.Object
mondrian.rolap.SqlContextConstraint
mondrian.rolap.RolapNativeSet.SetConstraint
mondrian.rolap.RolapNativeCrossJoin.NonEmptyCrossJoinConstraint
- All Implemented Interfaces:
- MemberChildrenConstraint, SqlConstraint, TupleConstraint
- Enclosing class:
- RolapNativeCrossJoin
static class RolapNativeCrossJoin.NonEmptyCrossJoinConstraint
- extends RolapNativeSet.SetConstraint
Constraint that restricts the result to the current context.
If the current context contains calculated members, silently ignores
them. This means means that too many members are returned, but this does
not matter, because the RolapConnection.NonEmptyResult
will
filter out these later.
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RolapNativeCrossJoin.NonEmptyCrossJoinConstraint
RolapNativeCrossJoin.NonEmptyCrossJoinConstraint(RolapNativeSet.CrossJoinArg[] args,
RolapEvaluator evaluator)