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 NamedSetNamedSetExpr. 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 classQuery.ScopedNamedSetclassSetBaseSkeleton implementation ofNamedSetinterface.Methods in mondrian.olap that return NamedSet Modifier and Type Method Description NamedSetDelegatingSchemaReader. getNamedSet(List<Id.Segment> nameParts)NamedSetFormula. getNamedSet()NamedSetSchemaReader. getNamedSet(List<Id.Segment> nameParts)Looks up a set by name.NamedSet[]Cube. getNamedSets()Returns the named sets of this cube.NamedSetNamedSet. validate(Validator validator)NamedSetQuery.ScopedNamedSet. validate(Validator validator)NamedSetSetBase. validate(Validator validator)Methods in mondrian.olap with parameters of type NamedSet Modifier and Type Method Description AccessDelegatingRole. getAccess(NamedSet set)AccessRole. getAccess(NamedSet set)Returns the access this role has to a given named set.AccessRoleImpl. getAccess(NamedSet set)Evaluator.NamedSetEvaluatorEvaluator. 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 NamedSetRolapSchema. getNamedSet(String name)NamedSetRolapSchema. getNamedSet(org.olap4j.mdx.IdentifierSegment segment)NamedSetRolapSchemaReader. 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.NamedSetEvaluatorRolapResult.RolapResultEvaluatorRoot. evaluateNamedSet(NamedSet namedSet, boolean create)Evaluator.NamedSetEvaluatorRolapEvaluator. getNamedSetEvaluator(NamedSet namedSet, boolean create)
-