@Deprecated @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–2024 The Apache Software Foundation. All rights reserved.