Uses of Interface
mondrian.olap.FunCall
-
Packages that use FunCall Package Description mondrian.mdx Defines a parse tree for MDX expressions. -
-
Uses of FunCall in mondrian.mdx
Classes in mondrian.mdx that implement FunCall Modifier and Type Class Description class
ResolvedFunCall
AResolvedFunCall
is a function applied to a list of operands, which has been validated and resolved to afunction definition
.class
UnresolvedFunCall
An expression consisting of a named function or operator applied to a set of arguments.
-