| Package | Description |
|---|---|
| org.apache.calcite.profile |
Utilities to analyze data sets.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Profiler.Distribution
Value distribution, including cardinality and optionally values, of a
column or set of columns.
|
static class |
Profiler.FunctionalDependency
Functional dependency.
|
static class |
Profiler.RowCount
Whole data set.
|
static class |
Profiler.Unique
Unique key.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) List<Profiler.Statistic> |
SimpleProfiler.Run.statistics |
| Modifier and Type | Method and Description |
|---|---|
List<Profiler.Statistic> |
Profiler.Profile.statistics() |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.