@DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=FIELD) @DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=PARAMETER) @DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=RETURN)
See: Description
| Interface | Description |
|---|---|
| Profiler |
Analyzes data sets.
|
| Profiler.Statistic |
Statistic produced by the profiler.
|
| Class | Description |
|---|---|
| Profiler.Column |
Column.
|
| Profiler.Distribution |
Value distribution, including cardinality and optionally values, of a
column or set of columns.
|
| Profiler.FunctionalDependency |
Functional dependency.
|
| Profiler.Profile |
The result of profiling, contains various statistics about the
data in a table.
|
| Profiler.RowCount |
Whole data set.
|
| Profiler.Unique |
Unique key.
|
| ProfilerImpl |
Implementation of
Profiler that only investigates "interesting"
combinations of columns. |
| ProfilerImpl.Builder |
Builds a
ProfilerImpl. |
| SimpleProfiler |
Basic implementation of
Profiler. |
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.