public interface StringColumnStatistics extends ColumnStatistics
Modifier and Type | Method and Description |
---|---|
String |
getMaximum()
Get the maximum string.
|
String |
getMinimum()
Get the minimum string.
|
long |
getSum()
Get the total length of all strings
|
getNumberOfValues, hasNull
Copyright © 2017 The Apache Software Foundation. All rights reserved.