Uses of Class
org.apache.pinot.common.function.FunctionInfo
-
Packages that use FunctionInfo Package Description org.apache.pinot.common.function -
-
Uses of FunctionInfo in org.apache.pinot.common.function
Methods in org.apache.pinot.common.function that return FunctionInfo Modifier and Type Method Description static FunctionInfoFunctionRegistry. getFunctionInfo(String functionName, int numParameters)Returns theFunctionInfoassociated with the given function name and number of parameters, ornullif there is no matching method.Constructors in org.apache.pinot.common.function with parameters of type FunctionInfo Constructor Description FunctionInvoker(FunctionInfo functionInfo)
-