Uses of Interface
io.trino.operator.GroupByHash
-
Packages that use GroupByHash Package Description io.trino.operator -
-
Uses of GroupByHash in io.trino.operator
Classes in io.trino.operator that implement GroupByHash Modifier and Type Class Description classBigintGroupByHashclassMultiChannelGroupByHashclassNoChannelGroupByHashMethods in io.trino.operator that return GroupByHash Modifier and Type Method Description static 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 GroupByHash Constructor Description ChannelSet(GroupByHash hash, boolean containsNull, int[] hashChannels)GroupByHashPageIndexer(GroupByHash hash)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)
-