Uses of Interface
mondrian.olap.NamedSet
Package
Description
Defines a parse tree for MDX expressions.
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
olap4j driver for the Mondrian OLAP engine.
Implements the data access layer for the olap package.
-
Uses of NamedSet in mondrian.mdx
-
Uses of NamedSet in mondrian.olap
Modifier and TypeClassDescriptionstatic class
class
Skeleton implementation ofNamedSet
interface.Modifier and TypeMethodDescriptionDelegatingSchemaReader.getNamedSet
(List<Id.Segment> nameParts) Formula.getNamedSet()
SchemaReader.getNamedSet
(List<Id.Segment> nameParts) Looks up a set by name.NamedSet[]
Cube.getNamedSets()
Returns the named sets of this cube.Modifier and TypeMethodDescriptionReturns the access this role has to a given named set.Evaluator.getNamedSetEvaluator
(NamedSet namedSet, boolean create) Returns an evaluator for a named set. -
Uses of NamedSet in mondrian.olap4j
-
Uses of NamedSet in mondrian.rolap
Modifier and TypeMethodDescriptionRolapSchema.getNamedSet
(String name) RolapSchema.getNamedSet
(org.olap4j.mdx.IdentifierSegment segment) RolapSchemaReader.getNamedSet
(List<Id.Segment> nameParts) NamedSet[]
RolapCube.getNamedSets()
Returns the named sets of this cube.Modifier and TypeMethodDescriptionprotected Evaluator.NamedSetEvaluator
RolapResult.RolapResultEvaluatorRoot.evaluateNamedSet
(NamedSet namedSet, boolean create) RolapEvaluator.getNamedSetEvaluator
(NamedSet namedSet, boolean create)