@Deprecated @PublicEvolving public class BooleanColumnSummary extends ColumnSummary
构造器和说明 |
---|
BooleanColumnSummary(long trueCount,
long falseCount,
long nullCount)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
long |
getFalseCount()
已过时。
|
long |
getNonNullCount()
已过时。
The number of non-null values in this column.
|
long |
getNullCount()
已过时。
The number of null values in this column.
|
long |
getTrueCount()
已过时。
|
String |
toString()
已过时。
|
containsNonNull, containsNull, getTotalCount
public BooleanColumnSummary(long trueCount, long falseCount, long nullCount)
public long getTrueCount()
public long getFalseCount()
public long getNonNullCount()
getNonNullCount
在类中 ColumnSummary
public long getNullCount()
ColumnSummary
getNullCount
在类中 ColumnSummary
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.