Uses of Interface
io.trino.type.BlockTypeOperators.BlockPositionIsDistinctFrom
-
Packages that use BlockTypeOperators.BlockPositionIsDistinctFrom Package Description io.trino.operator.aggregation io.trino.operator.scalar io.trino.type -
-
Uses of BlockTypeOperators.BlockPositionIsDistinctFrom in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type BlockTypeOperators.BlockPositionIsDistinctFrom Modifier and Type Method Description static 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.BlockPositionIsDistinctFrom Modifier and Type Method Description BlockArrayDistinctFunction. distinct(Type type, BlockTypeOperators.BlockPositionIsDistinctFrom elementIsDistinctFrom, BlockTypeOperators.BlockPositionHashCode elementHashCode, Block array)BlockArrayIntersectFunction. 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 Modifier and Type Method Description BlockTypeOperators.BlockPositionIsDistinctFromBlockTypeOperators. getDistinctFromOperator(Type type)
-