Uses of Class
org.apache.pinot.common.request.context.FunctionContext.Type
-
Packages that use FunctionContext.Type Package Description org.apache.pinot.common.request.context -
-
Uses of FunctionContext.Type in org.apache.pinot.common.request.context
Methods in org.apache.pinot.common.request.context that return FunctionContext.Type Modifier and Type Method Description FunctionContext.TypeFunctionContext. getType()static FunctionContext.TypeFunctionContext.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionContext.Type[]FunctionContext.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pinot.common.request.context with parameters of type FunctionContext.Type Constructor Description FunctionContext(FunctionContext.Type type, String functionName, List<ExpressionContext> arguments)
-