| Modifier and Type | Class and Description |
|---|---|
static class |
ProfilerImpl.Builder
Builds a
ProfilerImpl. |
Profiler.Column, Profiler.Distribution, Profiler.FunctionalDependency, Profiler.Profile, Profiler.RowCount, Profiler.Statistic, Profiler.Unique| Modifier and Type | Method and Description |
|---|---|
static ProfilerImpl.Builder |
builder() |
Profiler.Profile |
profile(Iterable<List<Comparable>> rows,
List<Profiler.Column> columns,
Collection<ImmutableBitSet> initialGroups)
Creates a profile of a data set.
|
public static ProfilerImpl.Builder builder()
public Profiler.Profile profile(Iterable<List<Comparable>> rows, List<Profiler.Column> columns, Collection<ImmutableBitSet> initialGroups)
Profilerprofile in interface Profilerrows - List of rows. Can be iterated over more than once (maybe not
cheaply)columns - Column definitionsinitialGroups - List of combinations of columns that should be
profiled early, because they may be interestingCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.