mondrian.rolap
Class MeasureMemberSource
java.lang.Object
mondrian.rolap.ArrayMemberSource
mondrian.rolap.MeasureMemberSource
- All Implemented Interfaces:
- MemberSource
class MeasureMemberSource
- extends ArrayMemberSource
A MeasureMemberSource
implements the MemberReader
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
-
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MeasureMemberSource
MeasureMemberSource(RolapHierarchy hierarchy,
List<RolapMember> members)