@PublicEvolving public class ObjectColumnSummary extends ColumnSummary
Constructor and Description |
---|
ObjectColumnSummary(long notNullCount,
long nullCount) |
Modifier and Type | Method and Description |
---|---|
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 ObjectColumnSummary(long notNullCount, long nullCount)
public long getNonNullCount()
getNonNullCount
in class ColumnSummary
public long getNullCount()
ColumnSummary
getNullCount
in class ColumnSummary
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.