static class ProfilerImpl.CompositeCollector extends ProfilerImpl.Collector
| Modifier and Type | Field and Description |
|---|---|
(package private) int[] |
columnOrdinals |
(package private) Comparable[] |
columnValues |
(package private) int |
nullCount |
protected static ImmutableBitSet |
OF |
private int |
sketchThreshold |
(package private) Set<FlatLists.ComparableList> |
values |
space| Constructor and Description |
|---|
CompositeCollector(ProfilerImpl.Space space,
int[] columnOrdinals,
int sketchThreshold) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(List<Comparable> row) |
void |
finish() |
createprotected static final ImmutableBitSet OF
final Set<FlatLists.ComparableList> values
final int[] columnOrdinals
final Comparable[] columnValues
int nullCount
private final int sketchThreshold
CompositeCollector(ProfilerImpl.Space space, int[] columnOrdinals, int sketchThreshold)
public void add(List<Comparable> row)
add in class ProfilerImpl.Collectorpublic void finish()
finish in class ProfilerImpl.CollectorCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.