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