Uses of Class
mondrian.olap.Id
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.
-
Uses of Id in mondrian.mdx
-
Uses of Id in mondrian.olap
Modifier and TypeMethodDescriptionId.append
(Id.Segment segment) Returns a new Identifier consisting of this one with another segment appended.Id.clone()
Id[]
QueryAxis.getDimensionProperties()
Formula.getIdentifier()
Returns the Identifier of the set or member which is declared by this Formula.Modifier and TypeMethodDescriptionvoid
Query.addFormula
(Id id, Exp exp) Adds a new formula specifying a set to an existing query.void
Query.addFormula
(Id id, Exp exp, MemberProperty[] memberProperties) Adds a new formula specifying a member to an existing query.ModifierConstructorDescriptionConstructs formula specifying a set.Formula
(Id id, Exp exp, MemberProperty[] memberProperties) Constructs a formula specifying a member.QueryAxis
(boolean nonEmpty, Exp set, AxisOrdinal axisOrdinal, QueryAxis.SubtotalVisibility subtotalVisibility, Id[] dimensionProperties) Creates an axis. -
Uses of Id in mondrian.parser
Modifier and TypeMethodDescriptionfinal Id
MdxParserImpl.compoundId()
final Id
MdxParserImpl.returnItem()