Uses of Interface
io.trino.operator.scalar.LongToBooleanFunction
-
Packages that use LongToBooleanFunction Package Description io.trino.operator.scalar -
-
Uses of LongToBooleanFunction in io.trino.operator.scalar
Methods in io.trino.operator.scalar with parameters of type LongToBooleanFunction Modifier and Type Method Description static BooleanArrayAllMatchFunction. allMatchLong(Type elementType, Block arrayBlock, LongToBooleanFunction function)static BooleanArrayAnyMatchFunction. anyMatchLong(Type elementType, Block arrayBlock, LongToBooleanFunction function)static BlockArrayFilterFunction. filterLong(Type elementType, Block arrayBlock, LongToBooleanFunction function)static BooleanArrayNoneMatchFunction. noneMatchLong(Type elementType, Block arrayBlock, LongToBooleanFunction function)
-