@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, getTotalCountpublic long getNonNullCount()
ColumnSummarygetNonNullCount in class ColumnSummarypublic long getNullCount()
ColumnSummarygetNullCount in class ColumnSummarypublic long getEmptyCount()
public Integer getMinLength()
public Integer getMaxLength()
public Double getMeanLength()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.