Uses of Class
org.apache.druid.math.expr.ApplyFunction.MatchFunction
-
Packages that use ApplyFunction.MatchFunction Package Description org.apache.druid.math.expr -
-
Uses of ApplyFunction.MatchFunction in org.apache.druid.math.expr
Subclasses of ApplyFunction.MatchFunction in org.apache.druid.math.expr Modifier and Type Class Description static classApplyFunction.AllMatchFunctionEvaluates to true if all element of the array inputExprcauses theLambdaExprto evaluate to a 'truthy' valuestatic classApplyFunction.AnyMatchFunctionEvaluates to true if any element of the array inputExprcauses theLambdaExprto evaluate to a 'truthy' value
-