Uses of Class
org.apache.druid.java.util.common.NonnullPair
-
Packages that use NonnullPair Package Description org.apache.druid.math.expr -
-
Uses of NonnullPair in org.apache.druid.math.expr
Methods in org.apache.druid.math.expr that return NonnullPair Modifier and Type Method Description static 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].
-