Class AggregateFunDef

java.lang.Object
org.eigenbase.xom.XMLUtil
All Implemented Interfaces:
FunDef

public class AggregateFunDef extends AbstractAggregateFunDef
Definition of the AGGREGATE MDX function.
Since:
2005/8/14
Author:
jhyde
  • Constructor Details

    • AggregateFunDef

      public AggregateFunDef(FunDef dummyFunDef)
      Creates an AggregateFunDef.
      Parameters:
      dummyFunDef - Dummy function
  • Method Details

    • compileCall

      public Calc compileCall(ResolvedFunCall call, ExpCompiler compiler)
      Description copied from interface: FunDef
      Converts a call to this function into executable objects.

      The result must implement the appropriate interface for the result type. For example, a function which returns an integer must return an object which implements IntegerCalc.

      Specified by:
      compileCall in interface FunDef
      Overrides:
      compileCall in class FunDefBase