Class NativizeSetFunDef

  • All Implemented Interfaces:
    FunDef

    public class NativizeSetFunDef
    extends FunDefBase
    Definition of the NativizeSet MDX function.
    Since:
    Oct 14, 2009
    Author:
    jrand
    • Field Detail

      • LOGGER

        protected static final org.apache.logging.log4j.Logger LOGGER
    • Constructor Detail

      • NativizeSetFunDef

        public NativizeSetFunDef​(FunDef dummyFunDef)
    • 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 FunDefBase