Package mondrian.rolap
Class MeasureMemberSource
- java.lang.Object
-
- mondrian.rolap.ArrayMemberSource
-
- mondrian.rolap.MeasureMemberSource
-
- All Implemented Interfaces:
MemberSource
class MeasureMemberSource extends ArrayMemberSource
AMeasureMemberSource
implements theMemberReader
interface for the special Measures dimension.Usually when a member is added to the context, the resulting SQL statement has extra filters in its WHERE clause, but for members from this source, but this implementation columns are added to the SELECT list.
- Since:
- 21 December, 2001
- Author:
- jhyde
-
-
Field Summary
-
Fields inherited from class mondrian.rolap.ArrayMemberSource
hierarchy, members
-
-
Constructor Summary
Constructors Constructor Description MeasureMemberSource(RolapHierarchy hierarchy, java.util.List<RolapMember> members)
-
Method Summary
-
Methods inherited from class mondrian.rolap.ArrayMemberSource
getHierarchy, getMemberChildren, getMemberChildren, getMemberCount, getMembers, getRootMembers, lookupMember, setCache
-
-
-
-
Constructor Detail
-
MeasureMemberSource
MeasureMemberSource(RolapHierarchy hierarchy, java.util.List<RolapMember> members)
-
-