Uses of Class
org.apache.druid.java.util.common.NonnullPair
Packages that use NonnullPair
-
Uses of NonnullPair in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr that return NonnullPairModifier and TypeMethodDescriptionstatic NonnullPair<ExpressionType, Object[]> ExprEval.coerceListToArray(List<?> val, boolean homogenizeMultiValueStrings) Converts a List to an appropriate array type, optionally doing some conversion to make multi-valued strings consistent across selector types, which are not consistent in treatment of null, [], and [null].