Uses of Interface
mondrian.olap.NamedSet
Packages that use 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
Methods in mondrian.mdx that return NamedSetConstructors in mondrian.mdx with parameters of type NamedSet -
Uses of NamedSet in mondrian.olap
Classes in mondrian.olap that implement NamedSetModifier and TypeClassDescriptionstatic class
class
Skeleton implementation ofNamedSet
interface.Methods in mondrian.olap that return NamedSetModifier 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.Methods in mondrian.olap with parameters of type NamedSetModifier 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
Methods in mondrian.olap4j that return NamedSet -
Uses of NamedSet in mondrian.rolap
Methods in mondrian.rolap that return NamedSetModifier 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.Methods in mondrian.rolap with parameters of type NamedSetModifier and TypeMethodDescriptionprotected Evaluator.NamedSetEvaluator
RolapResult.RolapResultEvaluatorRoot.evaluateNamedSet
(NamedSet namedSet, boolean create) RolapEvaluator.getNamedSetEvaluator
(NamedSet namedSet, boolean create)