Package | Description |
---|---|
mondrian.mdx |
Defines a parse tree for MDX expressions.
|
mondrian.olap |
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
|
mondrian.rolap |
Implements the data access layer for the olap package.
|
Modifier and Type | Method and Description |
---|---|
NamedSet |
NamedSetExpr.getNamedSet()
Returns the named set.
|
Constructor and Description |
---|
NamedSetExpr(NamedSet namedSet)
Creates a usage of a named set.
|
Modifier and Type | Class and Description |
---|---|
static class |
Query.ScopedNamedSet |
class |
SetBase
Skeleton implementation of
NamedSet interface. |
Modifier and Type | Method and Description |
---|---|
NamedSet |
Formula.getNamedSet() |
NamedSet |
DelegatingSchemaReader.getNamedSet(List<Id.Segment> nameParts) |
NamedSet |
SchemaReader.getNamedSet(List<Id.Segment> nameParts)
Looks up a set by name.
|
NamedSet[] |
Cube.getNamedSets()
Returns the named sets of this cube.
|
NamedSet |
Query.ScopedNamedSet.validate(Validator validator) |
NamedSet |
NamedSet.validate(Validator validator) |
NamedSet |
SetBase.validate(Validator validator) |
Modifier and Type | Method and Description |
---|---|
Access |
Role.getAccess(NamedSet set)
Returns the access this role has to a given named set.
|
Access |
DelegatingRole.getAccess(NamedSet set) |
Access |
RoleImpl.getAccess(NamedSet set) |
Evaluator.NamedSetEvaluator |
Evaluator.getNamedSetEvaluator(NamedSet namedSet,
boolean create)
Returns an evaluator for a named set.
|
Modifier and Type | Method and Description |
---|---|
NamedSet |
RolapSchema.getNamedSet(org.olap4j.mdx.IdentifierSegment segment) |
NamedSet |
RolapSchemaReader.getNamedSet(List<Id.Segment> nameParts) |
NamedSet |
RolapSchema.getNamedSet(String name) |
NamedSet[] |
RolapCube.getNamedSets()
Returns the named sets of this cube.
|
Modifier and Type | Method and Description |
---|---|
protected Evaluator.NamedSetEvaluator |
RolapResult.RolapResultEvaluatorRoot.evaluateNamedSet(NamedSet namedSet,
boolean create) |
Evaluator.NamedSetEvaluator |
RolapEvaluator.getNamedSetEvaluator(NamedSet namedSet,
boolean create) |
Copyright © 2020 Hitachi Vantara. All rights reserved.