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