public class MarkDistinctHash extends Object
| Constructor and Description |
|---|
MarkDistinctHash(Session session,
List<Type> types,
int[] channels,
Optional<Integer> hashChannel,
int expectedDistinctValues,
JoinCompiler joinCompiler,
UpdateMemory updateMemory) |
MarkDistinctHash(Session session,
List<Type> types,
int[] channels,
Optional<Integer> hashChannel,
JoinCompiler joinCompiler,
UpdateMemory updateMemory) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCapacity() |
long |
getEstimatedSize() |
Work<Block> |
markDistinctRows(Page page) |
public MarkDistinctHash(Session session, List<Type> types, int[] channels, Optional<Integer> hashChannel, JoinCompiler joinCompiler, UpdateMemory updateMemory)
public MarkDistinctHash(Session session, List<Type> types, int[] channels, Optional<Integer> hashChannel, int expectedDistinctValues, JoinCompiler joinCompiler, UpdateMemory updateMemory)
Copyright © 2012–2019. All rights reserved.