Uses of Interface
mondrian.olap.NamedSet
-
Packages that use NamedSet 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. -
-
Uses of NamedSet in mondrian.mdx
Methods in mondrian.mdx that return NamedSet Modifier and Type Method Description NamedSet
NamedSetExpr. getNamedSet()
Returns the named set.Constructors in mondrian.mdx with parameters of type NamedSet Constructor Description NamedSetExpr(NamedSet namedSet)
Creates a usage of a named set. -
Uses of NamedSet in mondrian.olap
Classes in mondrian.olap that implement NamedSet Modifier and Type Class Description static class
Query.ScopedNamedSet
class
SetBase
Skeleton implementation ofNamedSet
interface.Methods in mondrian.olap that return NamedSet Modifier and Type Method Description NamedSet
DelegatingSchemaReader. getNamedSet(List<Id.Segment> nameParts)
NamedSet
Formula. getNamedSet()
NamedSet
SchemaReader. getNamedSet(List<Id.Segment> nameParts)
Looks up a set by name.NamedSet[]
Cube. getNamedSets()
Returns the named sets of this cube.NamedSet
NamedSet. validate(Validator validator)
NamedSet
Query.ScopedNamedSet. validate(Validator validator)
NamedSet
SetBase. validate(Validator validator)
Methods in mondrian.olap with parameters of type NamedSet Modifier and Type Method Description Access
DelegatingRole. getAccess(NamedSet set)
Access
Role. getAccess(NamedSet set)
Returns the access this role has to a given named set.Access
RoleImpl. getAccess(NamedSet set)
Evaluator.NamedSetEvaluator
Evaluator. getNamedSetEvaluator(NamedSet namedSet, boolean create)
Returns an evaluator for a named set. -
Uses of NamedSet in mondrian.rolap
Methods in mondrian.rolap that return NamedSet Modifier and Type Method Description NamedSet
RolapSchema. getNamedSet(String name)
NamedSet
RolapSchema. getNamedSet(org.olap4j.mdx.IdentifierSegment segment)
NamedSet
RolapSchemaReader. getNamedSet(List<Id.Segment> nameParts)
NamedSet[]
RolapCube. getNamedSets()
Returns the named sets of this cube.Methods in mondrian.rolap with parameters of type NamedSet Modifier and Type Method Description protected Evaluator.NamedSetEvaluator
RolapResult.RolapResultEvaluatorRoot. evaluateNamedSet(NamedSet namedSet, boolean create)
Evaluator.NamedSetEvaluator
RolapEvaluator. getNamedSetEvaluator(NamedSet namedSet, boolean create)
-