Package io.trino.operator.scalar
Class ArrayNoneMatchFunction
java.lang.Object
io.trino.operator.scalar.ArrayNoneMatchFunction
-
Method Summary
Modifier and TypeMethodDescriptionstatic BooleannoneMatch(MethodHandle readValue, Block arrayBlock, ObjectToBooleanFunction function)
-
Method Details
-
noneMatch
public static Boolean noneMatch(MethodHandle readValue, Block arrayBlock, ObjectToBooleanFunction function) throws Throwable - Throws:
Throwable
-