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.allMatchObject(Type elementType, Block arrayBlock, ObjectToBooleanFunction function) static BooleanArrayAnyMatchFunction.anyMatchObject(Type elementType, Block arrayBlock, ObjectToBooleanFunction function) static BlockArrayFilterFunction.filterObject(Type elementType, Block arrayBlock, ObjectToBooleanFunction function) static BooleanArrayNoneMatchFunction.noneMatchObject(Type elementType, Block arrayBlock, ObjectToBooleanFunction function)