Class LinReg.PointFunDef

  • All Implemented Interfaces:
    FunDef
    Enclosing class:
    LinReg

    public static class LinReg.PointFunDef
    extends LinReg
    Definition of the LinRegPoint MDX function.

    Synopsis:

    LinRegPoint(<Numeric Expression>, <Set>, <Numeric Expression>[, <Numeric Expression>])
    • Constructor Detail

      • PointFunDef

        public PointFunDef​(FunDef funDef)
    • Method Detail

      • 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 LinReg