| Package | Description |
|---|---|
| org.apache.calcite.profile |
Utilities to analyze data sets.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
ProfilerImpl.CompositeCollector
Collector that collects two or more column values in a tree set.
|
(package private) static class |
ProfilerImpl.HllCollector
Collector that collects two or more column values into a HyperLogLog
sketch.
|
(package private) static class |
ProfilerImpl.HllCompositeCollector
Collector that collects two or more column values into a HyperLogLog
sketch.
|
(package private) static class |
ProfilerImpl.HllSingletonCollector
Collector that collects one column value into a HyperLogLog sketch.
|
(package private) static class |
ProfilerImpl.SingletonCollector
Collector that collects values of a single column.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ProfilerImpl.Collector |
ProfilerImpl.Space.collector |
| Modifier and Type | Method and Description |
|---|---|
static ProfilerImpl.Collector |
ProfilerImpl.Collector.create(ProfilerImpl.Space space,
int sketchThreshold)
Creates an initial collector of the appropriate kind.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.