| Package | Description |
|---|---|
| org.apache.calcite.materialize |
Management of materialized query results.
|
| org.apache.calcite.profile |
Utilities to analyze data sets.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Supplier<Profiler.Profile> |
ProfilerLatticeStatisticProvider.profile |
| Modifier and Type | Method and Description |
|---|---|
(package private) Profiler.Profile |
SimpleProfiler.Run.profile(Iterable<List<Comparable>> rows) |
(package private) Profiler.Profile |
ProfilerImpl.Run.profile(Iterable<List<Comparable>> rows) |
Profiler.Profile |
Profiler.profile(Iterable<List<Comparable>> rows,
List<Profiler.Column> columns,
Collection<ImmutableBitSet> initialGroups)
Creates a profile of a data set.
|
Profiler.Profile |
SimpleProfiler.profile(Iterable<List<Comparable>> rows,
List<Profiler.Column> columns,
Collection<ImmutableBitSet> initialGroups) |
Profiler.Profile |
ProfilerImpl.profile(Iterable<List<Comparable>> rows,
List<Profiler.Column> columns,
Collection<ImmutableBitSet> initialGroups) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.