Uses of Interface
io.trino.operator.scalar.DoubleToBooleanFunction
Packages that use DoubleToBooleanFunction
-
Uses of DoubleToBooleanFunction in io.trino.operator.scalar
Methods in io.trino.operator.scalar with parameters of type DoubleToBooleanFunctionModifier and TypeMethodDescriptionstatic 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)