@PublicEvolving public abstract class ColumnSummary extends Object
构造器和说明 |
---|
ColumnSummary() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
containsNonNull()
True if this column contains any non-null values.
|
boolean |
containsNull()
True if this column contains any null values.
|
abstract long |
getNonNullCount()
The number of non-null values in this column.
|
abstract long |
getNullCount()
The number of null values in this column.
|
long |
getTotalCount()
The number of all rows in this column including both nulls and non-nulls.
|
public long getTotalCount()
public abstract long getNonNullCount()
public abstract long getNullCount()
public boolean containsNull()
public boolean containsNonNull()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.