@Deprecated @PublicEvolving public class StringColumnSummary extends ColumnSummary
Constructor and Description |
---|
StringColumnSummary(long nonNullCount,
long nullCount,
long emptyCount,
Integer minLength,
Integer maxLength,
Double meanLength)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getEmptyCount()
Deprecated.
Number of empty strings e.g. java.lang.String.isEmpty().
|
Integer |
getMaxLength()
Deprecated.
Longest String length.
|
Double |
getMeanLength()
Deprecated.
|
Integer |
getMinLength()
Deprecated.
Shortest String length.
|
long |
getNonNullCount()
Deprecated.
The number of non-null values in this column.
|
long |
getNullCount()
Deprecated.
The number of null values in this column.
|
String |
toString()
Deprecated.
|
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–2024 The Apache Software Foundation. All rights reserved.