Uses of Class
mondrian.olap.fun.AbstractAggregateFunDef
-
Packages that use AbstractAggregateFunDef Package Description mondrian.olap.fun Defines the set of MDX built-in functions.mondrian.olap.fun.extra Defines MDX extension functions. -
-
Uses of AbstractAggregateFunDef in mondrian.olap.fun
Subclasses of AbstractAggregateFunDef in mondrian.olap.fun Modifier and Type Class Description class
AggregateFunDef
Definition of theAGGREGATE
MDX function. -
Uses of AbstractAggregateFunDef in mondrian.olap.fun.extra
Subclasses of AbstractAggregateFunDef in mondrian.olap.fun.extra Modifier and Type Class Description class
NthQuartileFunDef
Definition of theFirstQ
andThirdQ
MDX extension functions.
-