Uses of Interface
io.trino.operator.scalar.ObjectToBooleanFunction
-
Packages that use ObjectToBooleanFunction Package Description io.trino.operator.scalar -
-
Uses of ObjectToBooleanFunction in io.trino.operator.scalar
Methods in io.trino.operator.scalar with parameters of type ObjectToBooleanFunction Modifier and Type Method Description static 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)
-