Uses of Class
io.trino.operator.aggregation.TypedSet
-
Packages that use TypedSet Package Description io.trino.operator.aggregation -
-
Uses of TypedSet in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation that return TypedSet Modifier and Type Method Description static TypedSetTypedSet. createDistinctTypedSet(Type elementType, BlockTypeOperators.BlockPositionIsDistinctFrom elementDistinctFromOperator, BlockTypeOperators.BlockPositionHashCode elementHashCodeOperator, int expectedSize, String functionName)static TypedSetTypedSet. createDistinctTypedSet(Type elementType, BlockTypeOperators.BlockPositionIsDistinctFrom elementDistinctFromOperator, BlockTypeOperators.BlockPositionHashCode elementHashCodeOperator, BlockBuilder blockBuilder, int expectedSize, String functionName)static TypedSetTypedSet. createEqualityTypedSet(Type elementType, BlockTypeOperators.BlockPositionEqual elementEqualOperator, BlockTypeOperators.BlockPositionHashCode elementHashCodeOperator, int expectedSize, String functionName)static TypedSetTypedSet. createEqualityTypedSet(Type elementType, BlockTypeOperators.BlockPositionEqual elementEqualOperator, BlockTypeOperators.BlockPositionHashCode elementHashCodeOperator, BlockBuilder blockBuilder, int expectedSize, String functionName, boolean unboundedMemory)
-