mondrian.rolap
Class MeasureMemberSource

java.lang.Object
  extended by mondrian.rolap.ArrayMemberSource
      extended by 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
Version:
$Id: //open/mondrian-release/3.0/src/main/mondrian/rolap/MeasureMemberSource.java#3 $
Author:
jhyde

Field Summary
 
Fields inherited from class mondrian.rolap.ArrayMemberSource
hierarchy, members
 
Constructor Summary
MeasureMemberSource(RolapHierarchy hierarchy, List<RolapMember> memberList)
           
 
Method Summary
 
Methods inherited from class mondrian.rolap.ArrayMemberSource
getHierarchy, getMemberChildren, getMemberChildren, getMemberCount, getMembers, getRootMembers, lookupMember, setCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasureMemberSource

MeasureMemberSource(RolapHierarchy hierarchy,
                    List<RolapMember> memberList)

SourceForge.net_Logo