Uses of Class
mondrian.olap.Formula
Packages that use Formula
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.
Implements the data access layer for the olap package.
-
Uses of Formula in mondrian.mdx
Methods in mondrian.mdx with parameters of type Formula -
Uses of Formula in mondrian.olap
Methods in mondrian.olap that return FormulaModifier and TypeMethodDescriptionQuery.findFormula(String uniqueName) Looks up a calculated member or set defined in this Query.Formula[]Query.getFormulas()Returns an array of the formulas used in this query.Methods in mondrian.olap with parameters of type FormulaModifier and TypeMethodDescriptionvoidQuery.addFormula(Formula formula) Adds a new formula specifying a member or a set to an existing query; resolve is called after the formula has been added.voidQuery.addFormulas(Formula... additions) Adds some number of new formulas specifying members or sets to an existing query; resolve is only called once, after all the new members have been added to the query.Hierarchy.createMember(Member parent, Level level, String name, Formula formula) Creates a member of this hierarchy.Parser.FactoryImpl.makeQuery(Statement statement, Formula[] formulae, QueryAxis[] axes, String cube, Exp slicer, QueryPart[] cellProps, boolean strictValidation) static booleanNameResolver.matches(Formula formula, OlapElement parent, org.olap4j.mdx.IdentifierSegment segment) Returns whether a formula (representing a calculated member or named set) matches a given parent and name segment.voidValidates a formula.Constructors in mondrian.olap with parameters of type FormulaModifierConstructorDescriptionQuery(Statement statement, Cube mdxCube, Formula[] formulas, QueryAxis[] axes, QueryAxis slicerAxis, QueryPart[] cellProps, Parameter[] parameters, boolean strictValidation) Creates a Query.Query(Statement statement, Formula[] formulas, QueryAxis[] axes, String cube, QueryAxis slicerAxis, QueryPart[] cellProps, boolean strictValidation) Creates a Query. -
Uses of Formula in mondrian.parser
Methods in mondrian.parser that return FormulaModifier and TypeMethodDescriptionfinal FormulaMdxParserImpl.memberSpecification()final FormulaMdxParserImpl.setSpecification()Methods in mondrian.parser with parameters of type Formula -
Uses of Formula in mondrian.rolap
Methods in mondrian.rolap that return FormulaMethods in mondrian.rolap with parameters of type FormulaModifier and TypeMethodDescriptionRolapCubeHierarchy.createMember(Member parent, Level level, String name, Formula formula) RolapHierarchy.createMember(Member parent, Level level, String name, Formula formula) Constructors in mondrian.rolap with parameters of type FormulaModifierConstructorDescriptionRolapCalculatedMeasure(RolapMember parent, RolapLevel level, String name, Formula formula)