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 classResolvedFunCallAResolvedFunCallis a function applied to a list of operands, which has been validated and resolved to afunction definition.classUnresolvedFunCallAn expression consisting of a named function or operator applied to a set of arguments. 
 -