Uses of Interface
io.trino.operator.scalar.BooleanToBooleanFunction
-
Packages that use BooleanToBooleanFunction Package Description io.trino.operator.scalar -
-
Uses of BooleanToBooleanFunction in io.trino.operator.scalar
Methods in io.trino.operator.scalar with parameters of type BooleanToBooleanFunction Modifier and Type Method Description static BooleanArrayAllMatchFunction. allMatchBoolean(Type elementType, Block arrayBlock, BooleanToBooleanFunction function)static BooleanArrayAnyMatchFunction. anyMatchBoolean(Type elementType, Block arrayBlock, BooleanToBooleanFunction function)static BlockArrayFilterFunction. filterBoolean(Type elementType, Block arrayBlock, BooleanToBooleanFunction function)static BooleanArrayNoneMatchFunction. noneMatchBoolean(Type elementType, Block arrayBlock, BooleanToBooleanFunction function)
-