Uses of Interface
io.trino.operator.GroupByHash
Packages that use GroupByHash
-
Uses of GroupByHash in io.trino.operator
Classes in io.trino.operator that implement GroupByHashModifier and TypeClassDescriptionclassclassclassMethods in io.trino.operator that return GroupByHashModifier and TypeMethodDescriptionstatic GroupByHashGroupByHash.createGroupByHash(Session session, List<Type> types, boolean hasPrecomputedHash, int expectedSize, FlatHashStrategyCompiler hashStrategyCompiler, UpdateMemory updateMemory) static GroupByHashGroupByHash.createGroupByHash(List<Type> types, boolean hasPrecomputedHash, int expectedSize, boolean dictionaryAggregationEnabled, FlatHashStrategyCompiler hashStrategyCompiler, UpdateMemory updateMemory) Constructors in io.trino.operator with parameters of type GroupByHashModifierConstructorDescriptionGroupedTopNRankBuilder(List<Type> sourceTypes, PageWithPositionComparator comparator, PageWithPositionEqualsAndHash equalsAndHash, int topN, boolean produceRanking, int[] groupByChannels, GroupByHash groupByHash) GroupedTopNRowNumberBuilder(List<Type> sourceTypes, PageWithPositionComparator comparator, int topN, boolean produceRowNumber, int[] groupByChannels, GroupByHash groupByHash)