static class ProfilerImpl.SingletonCollector extends ProfilerImpl.Collector
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
columnOrdinal |
(package private) int |
nullCount |
(package private) int |
sketchThreshold |
(package private) SortedSet<Comparable> |
values |
space| Constructor and Description |
|---|
SingletonCollector(ProfilerImpl.Space space,
int columnOrdinal,
int sketchThreshold) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(List<Comparable> row) |
void |
finish() |
createfinal SortedSet<Comparable> values
final int columnOrdinal
final int sketchThreshold
int nullCount
SingletonCollector(ProfilerImpl.Space space, int columnOrdinal, 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.