static class SimpleProfiler.Space extends Object implements Comparable<SimpleProfiler.Space>
| Modifier and Type | Field and Description |
|---|---|
(package private) ImmutableBitSet |
columnOrdinals |
(package private) com.google.common.collect.ImmutableSortedSet<Profiler.Column> |
columns |
(package private) BitSet |
dependencies |
(package private) Set<ImmutableBitSet> |
dependents |
(package private) int |
nullCount |
(package private) boolean |
unique |
(package private) SortedSet<FlatLists.ComparableList<Comparable>> |
values |
| Constructor and Description |
|---|
Space(ImmutableBitSet columnOrdinals,
Iterable<Profiler.Column> columns) |
| Modifier and Type | Method and Description |
|---|---|
double |
cardinality()
Number of distinct values.
|
int |
compareTo(SimpleProfiler.Space o) |
boolean |
equals(Object o) |
int |
hashCode() |
final ImmutableBitSet columnOrdinals
final com.google.common.collect.ImmutableSortedSet<Profiler.Column> columns
int nullCount
final SortedSet<FlatLists.ComparableList<Comparable>> values
boolean unique
final BitSet dependencies
final Set<ImmutableBitSet> dependents
Space(ImmutableBitSet columnOrdinals, Iterable<Profiler.Column> columns)
public int compareTo(@Nonnull SimpleProfiler.Space o)
compareTo in interface Comparable<SimpleProfiler.Space>public double cardinality()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.