@PublicEvolving public class StringColumnSummary extends ColumnSummary
Constructor and Description |
---|
StringColumnSummary(long nonNullCount,
long nullCount,
long emptyCount,
Integer minLength,
Integer maxLength,
Double meanLength) |
Modifier and Type | Method and Description |
---|---|
long |
getEmptyCount()
Number of empty strings e.g.
|
Integer |
getMaxLength()
Longest String length.
|
Double |
getMeanLength() |
Integer |
getMinLength()
Shortest String length.
|
long |
getNonNullCount()
The number of non-null values in this column.
|
long |
getNullCount()
The number of null values in this column.
|
String |
toString() |
containsNonNull, containsNull, getTotalCount
public long getNonNullCount()
ColumnSummary
getNonNullCount
in class ColumnSummary
public long getNullCount()
ColumnSummary
getNullCount
in class ColumnSummary
public long getEmptyCount()
public Integer getMinLength()
public Integer getMaxLength()
public Double getMeanLength()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.