Uses of Class
org.apache.pinot.common.request.Function
-
Packages that use Function Package Description org.apache.pinot.common.request org.apache.pinot.common.request.context org.apache.pinot.parsers.utils -
-
Uses of Function in org.apache.pinot.common.request
Methods in org.apache.pinot.common.request that return Function Modifier and Type Method Description FunctionFunction. deepCopy()FunctionExpression. getFunctionCall()Methods in org.apache.pinot.common.request with parameters of type Function Modifier and Type Method Description intFunction. compareTo(Function other)booleanFunction. equals(Function that)voidExpression. setFunctionCall(Function functionCall)Constructors in org.apache.pinot.common.request with parameters of type Function Constructor Description Function(Function other)Performs a deep copy on other. -
Uses of Function in org.apache.pinot.common.request.context
Methods in org.apache.pinot.common.request.context with parameters of type Function Modifier and Type Method Description static FunctionContextRequestContextUtils. getFunction(Function thriftFunction)Converts the given ThriftFunctioninto aFunctionContext. -
Uses of Function in org.apache.pinot.parsers.utils
Methods in org.apache.pinot.parsers.utils with parameters of type Function Modifier and Type Method Description static StringParserUtils. standardizeFunction(Function functionCall)Standardizes a function call by quoting literal operands.
-