Class CalculatedChildFunDef

java.lang.Object
org.eigenbase.xom.XMLUtil
org.eigenbase.xom.XOMUtil
mondrian.olap.Util
mondrian.olap.fun.FunUtil
mondrian.olap.fun.FunDefBase
mondrian.olap.fun.extra.CalculatedChildFunDef
All Implemented Interfaces:
FunDef

public class CalculatedChildFunDef extends FunDefBase
Definition of the CalculatedChild MDX function.

Syntax:

<Member> CalculatedChild(<String>)
Since:
2006/4/12
Author:
bchow
  • Field Details

  • 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