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<? extends Type> hashTypes, int[] hashChannels, Optional<Integer> inputHashChannel, int expectedSize, JoinCompiler joinCompiler, BlockTypeOperators blockTypeOperators, UpdateMemory updateMemory) static GroupByHashGroupByHash.createGroupByHash(List<? extends Type> hashTypes, int[] hashChannels, Optional<Integer> inputHashChannel, int expectedSize, boolean processDictionary, JoinCompiler joinCompiler, BlockTypeOperators blockTypeOperators, UpdateMemory updateMemory) Constructors in io.trino.operator with parameters of type GroupByHashModifierConstructorDescriptionChannelSet(GroupByHash hash, boolean containsNull, int[] hashChannels) GroupedTopNRankBuilder(List<Type> sourceTypes, PageWithPositionComparator comparator, PageWithPositionEqualsAndHash equalsAndHash, int topN, boolean produceRanking, GroupByHash groupByHash) GroupedTopNRowNumberBuilder(List<Type> sourceTypes, PageWithPositionComparator comparator, int topN, boolean produceRowNumber, GroupByHash groupByHash)