Uses of Class
org.apache.pinot.common.request.ExpressionType
-
Packages that use ExpressionType Package Description org.apache.pinot.common.request -
-
Uses of ExpressionType in org.apache.pinot.common.request
Fields in org.apache.pinot.common.request declared as ExpressionType Modifier and Type Field Description ExpressionTypeExpression. typeMethods in org.apache.pinot.common.request that return ExpressionType Modifier and Type Method Description static ExpressionTypeExpressionType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ExpressionTypeExpression. getType()static ExpressionTypeExpressionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpressionType[]ExpressionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.common.request with parameters of type ExpressionType Modifier and Type Method Description ExpressionExpression. setType(ExpressionType type)Constructors in org.apache.pinot.common.request with parameters of type ExpressionType Constructor Description Expression(ExpressionType type)
-