public interface StringColumnStatistics extends ColumnStatistics
Modifier and Type | Method and Description |
---|---|
String |
getLowerBound()
Get the lower bound of the values in this column.
|
String |
getMaximum()
Get the maximum string.
|
String |
getMinimum()
Get the minimum string.
|
long |
getSum()
Get the total length of all strings
|
String |
getUpperBound()
Get the upper bound of the values in this column.
|
getBytesOnDisk, getNumberOfValues, hasNull
String getMinimum()
String getMaximum()
String getLowerBound()
String getUpperBound()
long getSum()
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.