Uses of Interface
io.trino.type.BlockTypeOperators.BlockPositionIsDistinctFrom
Packages that use BlockTypeOperators.BlockPositionIsDistinctFrom
-
Uses of BlockTypeOperators.BlockPositionIsDistinctFrom in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type BlockTypeOperators.BlockPositionIsDistinctFromModifier and TypeMethodDescriptionstatic TypedSetTypedSet.createDistinctTypedSet(Type elementType, BlockTypeOperators.BlockPositionIsDistinctFrom elementDistinctFromOperator, BlockTypeOperators.BlockPositionHashCode elementHashCodeOperator, int expectedSize, String functionName) Create aTypedSetthat compares its elements using the semantics ofIS DISTINCT.static TypedSetTypedSet.createDistinctTypedSet(Type elementType, BlockTypeOperators.BlockPositionIsDistinctFrom elementDistinctFromOperator, BlockTypeOperators.BlockPositionHashCode elementHashCodeOperator, BlockBuilder elementBlock, int expectedSize, String functionName) Create aTypedSetthat compares its elements using the semantics ofIS DISTINCT. -
Uses of BlockTypeOperators.BlockPositionIsDistinctFrom in io.trino.operator.scalar
Methods in io.trino.operator.scalar with parameters of type BlockTypeOperators.BlockPositionIsDistinctFromModifier and TypeMethodDescriptionArrayDistinctFunction.distinct(Type type, BlockTypeOperators.BlockPositionIsDistinctFrom elementIsDistinctFrom, BlockTypeOperators.BlockPositionHashCode elementHashCode, Block array) ArrayIntersectFunction.intersect(Type type, BlockTypeOperators.BlockPositionIsDistinctFrom elementIsDistinctFrom, BlockTypeOperators.BlockPositionHashCode elementHashCode, Block leftArray, Block rightArray) -
Uses of BlockTypeOperators.BlockPositionIsDistinctFrom in io.trino.type
Methods in io.trino.type that return BlockTypeOperators.BlockPositionIsDistinctFrom