Package org.apache.druid.math.expr
Class ExpressionTypeFactory
java.lang.Object
org.apache.druid.math.expr.ExpressionTypeFactory
- All Implemented Interfaces:
TypeFactory<ExpressionType>
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExpressionTypeFactory<T> TypeStrategy<T>getTypeStrategy(ExpressionType expressionType) ofArray(ExpressionType elementType) ofDouble()ofFloat()ofLong()ofString()
-
Method Details
-
getInstance
-
ofString
- Specified by:
ofStringin interfaceTypeFactory<ExpressionType>
-
ofFloat
- Specified by:
ofFloatin interfaceTypeFactory<ExpressionType>
-
ofDouble
- Specified by:
ofDoublein interfaceTypeFactory<ExpressionType>
-
ofLong
- Specified by:
ofLongin interfaceTypeFactory<ExpressionType>
-
ofArray
- Specified by:
ofArrayin interfaceTypeFactory<ExpressionType>
-
ofComplex
- Specified by:
ofComplexin interfaceTypeFactory<ExpressionType>
-
getTypeStrategy
- Specified by:
getTypeStrategyin interfaceTypeFactory<ExpressionType>
-