Package | Description |
---|---|
mondrian.olap |
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
|
mondrian.parser | |
mondrian.rolap |
Implements the data access layer for the olap package.
|
Modifier and Type | Field and Description |
---|---|
List<Id.NameSegment> |
Id.KeySegment.subSegmentList |
Modifier and Type | Method and Description |
---|---|
abstract List<Id.NameSegment> |
Id.Segment.getKeyParts() |
List<Id.NameSegment> |
Id.NameSegment.getKeyParts() |
List<Id.NameSegment> |
Id.KeySegment.getKeyParts() |
Modifier and Type | Method and Description |
---|---|
Hierarchy |
Cube.lookupHierarchy(Id.NameSegment s,
boolean unique)
Finds a hierarchy whose name (or unique name, if
unique is
true) equals s . |
Hierarchy |
CubeBase.lookupHierarchy(Id.NameSegment s,
boolean unique) |
static Member |
Util.lookupHierarchyRootMember(SchemaReader reader,
Hierarchy hierarchy,
Id.NameSegment memberName) |
static Member |
Util.lookupHierarchyRootMember(SchemaReader reader,
Hierarchy hierarchy,
Id.NameSegment memberName,
MatchType matchType)
Finds a root member of a hierarchy with a given name.
|
Modifier and Type | Method and Description |
---|---|
List<Member> |
DelegatingSchemaReader.lookupMemberChildrenByNames(Member parent,
List<Id.NameSegment> childNames,
MatchType matchType) |
List<Member> |
SchemaReader.lookupMemberChildrenByNames(Member parent,
List<Id.NameSegment> childNames,
MatchType matchType)
Finds a list of child members with the given names.
|
Constructor and Description |
---|
KeySegment(Id.NameSegment... subSegments)
Creates a KeySegment with one or more sub-segments.
|
Constructor and Description |
---|
KeySegment(List<Id.NameSegment> subSegmentList)
Creates a KeySegment a list of sub-segments.
|
Modifier and Type | Method and Description |
---|---|
Id.NameSegment |
MdxParserImpl.ampId() |
Id.NameSegment |
MdxParserImpl.nameSegment() |
Modifier and Type | Method and Description |
---|---|
MemberChildrenConstraint |
SqlConstraintFactory.getChildByNameConstraint(RolapMember parent,
Id.NameSegment childName) |
Modifier and Type | Method and Description |
---|---|
MemberChildrenConstraint |
SqlConstraintFactory.getChildrenByNamesConstraint(RolapMember parent,
List<Id.NameSegment> childNames) |
List<Member> |
RolapSchemaReader.lookupMemberChildrenByNames(Member parent,
List<Id.NameSegment> childNames,
MatchType matchType) |
Copyright © 2019 Hitachi Vantara. All rights reserved.