Class FunctionCall

java.lang.Object
io.nosqlbench.virtdata.lang.ast.FunctionCall
All Implemented Interfaces:
ArgType

public class FunctionCall extends Object implements ArgType
  • Constructor Details

    • FunctionCall

      public FunctionCall()
    • FunctionCall

      public FunctionCall(String funcName)
    • FunctionCall

      public FunctionCall(String inputType, String funcName)
  • Method Details

    • addFunctionArg

      public void addFunctionArg(ArgType argType)
    • setInputType

      public void setInputType(String inputType)
    • setFuncName

      public void setFuncName(String funcName)
    • setOutputType

      public void setOutputType(String outputType)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getVirtdataCall

      public FunctionCall getVirtdataCall(int i)
    • getFunctionName

      public String getFunctionName()
    • getInputType

      public String getInputType()
    • getOutputType

      public String getOutputType()
    • getArgs

      public List<ArgType> getArgs()
    • getArguments

      public Object[] getArguments()