@PublicEvolving public class ObjectColumnSummary extends ColumnSummary
构造器和说明 |
---|
ObjectColumnSummary(long notNullCount,
long nullCount) |
限定符和类型 | 方法和说明 |
---|---|
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()
getNonNullCount
在类中 ColumnSummary
public long getNullCount()
ColumnSummary
getNullCount
在类中 ColumnSummary
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.