Class RolapNativeSql.FunCallSqlCompilerBase

    • Field Detail

      • category

        int category
      • argCount

        int argCount
    • Constructor Detail

      • FunCallSqlCompilerBase

        FunCallSqlCompilerBase​(int category,
                               String mdx,
                               int argCount)
    • Method Detail

      • match

        protected boolean match​(Exp exp)
        Returns:
        true if exp is a matching FunCall
      • compileArgs

        protected String[] compileArgs​(Exp exp,
                                       RolapNativeSql.SqlCompiler compiler)
        compiles the arguments of a FunCall
        Returns:
        array of expressions or null if either exp does not match or any argument could not be compiled.