| Package | Description |
|---|---|
| com.facebook.presto.spi.statistics |
| Modifier and Type | Method and Description |
|---|---|
static DoubleRange |
DoubleRange.union(DoubleRange first,
DoubleRange second) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DoubleRange> |
ColumnStatistics.getRange() |
| Modifier and Type | Method and Description |
|---|---|
ColumnStatistics.Builder |
ColumnStatistics.Builder.setRange(DoubleRange range) |
static DoubleRange |
DoubleRange.union(DoubleRange first,
DoubleRange second) |
| Modifier and Type | Method and Description |
|---|---|
ColumnStatistics.Builder |
ColumnStatistics.Builder.setRange(Optional<DoubleRange> range) |
| Constructor and Description |
|---|
ColumnStatistics(Estimate nullsFraction,
Estimate distinctValuesCount,
Estimate dataSize,
Optional<DoubleRange> range) |
Copyright © 2012–2022. All rights reserved.