| Package | Description |
|---|---|
| io.prestosql | |
| io.prestosql.operator |
| Constructor and Description |
|---|
GroupByHashPageIndexer(GroupByHash hash) |
| Modifier and Type | Class and Description |
|---|---|
class |
BigintGroupByHash |
class |
MultiChannelGroupByHash |
class |
NoChannelGroupByHash |
| Modifier and Type | Method and Description |
|---|---|
static GroupByHash |
GroupByHash.createGroupByHash(List<? extends Type> hashTypes,
int[] hashChannels,
Optional<Integer> inputHashChannel,
int expectedSize,
boolean processDictionary,
JoinCompiler joinCompiler,
UpdateMemory updateMemory) |
static GroupByHash |
GroupByHash.createGroupByHash(Session session,
List<? extends Type> hashTypes,
int[] hashChannels,
Optional<Integer> inputHashChannel,
int expectedSize,
JoinCompiler joinCompiler) |
| Constructor and Description |
|---|
ChannelSet(GroupByHash hash,
boolean containsNull,
int[] hashChannels) |
GroupedTopNBuilder(List<Type> sourceTypes,
PageWithPositionComparator comparator,
int topN,
boolean produceRowNumber,
GroupByHash groupByHash) |
Copyright © 2012–2019. All rights reserved.