Uses of Enum Class
mondrian.olap.Syntax
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.
Defines the set of MDX built-in functions.
Contains the server-provider interfaces (SPIs) which user-defined
extensions to Mondrian should implement.
-
Uses of Syntax in mondrian.mdx
Modifier and TypeMethodDescriptionResolvedFunCall.getSyntax()
UnresolvedFunCall.getSyntax()
Returns the syntax of this function call.ModifierConstructorDescriptionUnresolvedFunCall
(String name, Syntax syntax, Exp[] args) Creates a function call. -
Uses of Syntax in mondrian.olap
Modifier and TypeMethodDescriptionFunCall.getSyntax()
Returns the syntax of the call.FunDef.getSyntax()
Returns the syntactic type of the function.static Syntax
Returns the enum constant of this class with the specified name.static Syntax[]
Syntax.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Syntax in mondrian.olap.fun
Modifier and TypeMethodDescriptionstatic Syntax
FunUtil.decodeSyntacticType
(String flags) Decodes the syntactic type of an operator.FunDefBase.getSyntax()
FunInfo.getSyntax()
Returns the syntactic type of the function.MultiResolver.getSyntax()
Resolver.getSyntax()
Returns the syntax with which the function or operator was invoked.UdfResolver.getSyntax()
Modifier and TypeMethodDescriptionFunTableImpl.getResolvers
(String name, Syntax syntax) static FunDef
FunUtil.resolveFunArgs
(Validator validator, FunDef funDef, Exp[] args, Exp[] newArgs, String name, Syntax syntax) Validates the arguments to a function and resolves the function.ModifierConstructorDescriptionJavaFunDef
(String name, String desc, Syntax syntax, int returnCategory, int[] paramCategories, Method method) Creates a JavaFunDef. -
Uses of Syntax in mondrian.spi
-
Uses of Syntax in mondrian.udf