Uses of Interface
io.trino.operator.scalar.DoubleToBooleanFunction
-
Packages that use DoubleToBooleanFunction Package Description io.trino.operator.scalar -
-
Uses of DoubleToBooleanFunction in io.trino.operator.scalar
Methods in io.trino.operator.scalar with parameters of type DoubleToBooleanFunction Modifier and Type Method Description static BooleanArrayAllMatchFunction. allMatchDouble(Type elementType, Block arrayBlock, DoubleToBooleanFunction function)static BooleanArrayAnyMatchFunction. anyMatchDouble(Type elementType, Block arrayBlock, DoubleToBooleanFunction function)static BlockArrayFilterFunction. filterDouble(Type elementType, Block arrayBlock, DoubleToBooleanFunction function)static BooleanArrayNoneMatchFunction. noneMatchDouble(Type elementType, Block arrayBlock, DoubleToBooleanFunction function)
-