Uses of Interface
io.trino.operator.scalar.ObjectToBooleanFunction
Packages that use ObjectToBooleanFunction
-
Uses of ObjectToBooleanFunction in io.trino.operator.scalar
Methods in io.trino.operator.scalar with parameters of type ObjectToBooleanFunctionModifier and TypeMethodDescriptionstatic BooleanArrayAllMatchFunction.allMatch(MethodHandle readValue, Block arrayBlock, ObjectToBooleanFunction function) static BooleanArrayAnyMatchFunction.anyMatch(MethodHandle readValue, Block arrayBlock, ObjectToBooleanFunction function) static BlockArrayFilterFunction.filterObject(Type elementType, Block arrayBlock, ObjectToBooleanFunction function) static BooleanArrayNoneMatchFunction.noneMatch(MethodHandle readValue, Block arrayBlock, ObjectToBooleanFunction function)