Package org.apache.calcite.profile
@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)
package org.apache.calcite.profile
Utilities to analyze data sets.
-
ClassDescriptionAnalyzes data sets.Column.Value distribution, including cardinality and optionally values, of a column or set of columns.Functional dependency.The result of profiling, contains various statistics about the data in a table.Whole data set.Statistic produced by the profiler.Unique key.Implementation of
Profiler
that only investigates "interesting" combinations of columns.Builds aProfilerImpl
.Basic implementation ofProfiler
.