Interface Histogram
@Evolving
public interface Histogram
An interface to represent an equi-height histogram, which is a part of
 
ColumnStatistics. Equi-height histogram represents the distribution of
 a column's values by a sequence of bins.- Since:
- 3.4.0
- 
Method Summary
- 
Method Details- 
heightdouble height()- Returns:
- number of rows in each bin
 
- 
binsHistogramBin[] bins()- Returns:
- equi-height histogram bins
 
 
-