Uses of Enum
org.apache.druid.math.expr.ExprType
Packages that use ExprType
-
Uses of ExprType in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr that return ExprTypeModifier and TypeMethodDescriptionstatic ExprTypeReturns 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 ExprTypeModifierConstructorDescriptionExpressionType(ExprType exprType, String complexTypeName, ExpressionType elementType)