public static class Profiler.FunctionalDependency extends Object implements Profiler.Statistic
| Modifier and Type | Field and Description |
|---|---|
(package private) NavigableSet<Profiler.Column> |
columns |
(package private) Profiler.Column |
dependentColumn |
| Constructor and Description |
|---|
FunctionalDependency(SortedSet<Profiler.Column> columns,
Profiler.Column dependentColumn) |
| Modifier and Type | Method and Description |
|---|---|
private static List<Object> |
getObjects(JsonBuilder jsonBuilder,
NavigableSet<Profiler.Column> columns) |
Object |
toMap(JsonBuilder jsonBuilder) |
final NavigableSet<Profiler.Column> columns
final Profiler.Column dependentColumn
FunctionalDependency(SortedSet<Profiler.Column> columns, Profiler.Column dependentColumn)
public Object toMap(JsonBuilder jsonBuilder)
toMap in interface Profiler.Statisticprivate static List<Object> getObjects(JsonBuilder jsonBuilder, NavigableSet<Profiler.Column> columns)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.