Uses of Class
org.apache.druid.math.expr.ExprType
-
Packages that use ExprType Package Description org.apache.druid.math.expr -
-
Uses of ExprType in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr that return ExprType Modifier and Type Method Description static ExprTypeExprType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExprType[]ExprType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.druid.math.expr with parameters of type ExprType Constructor Description ExpressionType(ExprType exprType, String complexTypeName, ExpressionType elementType)
-