@PublicEvolving public class StringColumnSummary extends ColumnSummary
构造器和说明 |
---|
StringColumnSummary(long nonNullCount,
long nullCount,
long emptyCount,
Integer minLength,
Integer maxLength,
Double meanLength) |
限定符和类型 | 方法和说明 |
---|---|
long |
getEmptyCount()
Number of empty strings e.g. java.lang.String.isEmpty().
|
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
在类中 ColumnSummary
public long getNullCount()
ColumnSummary
getNullCount
在类中 ColumnSummary
public long getEmptyCount()
public Integer getMinLength()
public Integer getMaxLength()
public Double getMeanLength()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.