Class FunctionCall
java.lang.Object
io.nosqlbench.virtdata.lang.ast.FunctionCall
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.nosqlbench.virtdata.lang.ast.ArgType
ArgType.TypeName -
Constructor Summary
ConstructorsConstructorDescriptionFunctionCall(String funcName) FunctionCall(String inputType, String funcName) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFunctionArg(ArgType argType) getArgs()Object[]getVirtdataCall(int i) voidsetFuncName(String funcName) voidsetInputType(String inputType) voidsetOutputType(String outputType) toString()
-
Constructor Details
-
FunctionCall
public FunctionCall() -
FunctionCall
-
FunctionCall
-
-
Method Details
-
addFunctionArg
-
setInputType
-
setFuncName
-
setOutputType
-
toString
-
getVirtdataCall
-
getFunctionName
-
getInputType
-
getOutputType
-
getArgs
-
getArguments
-