protected static final class ColumnStatisticsImpl.BinaryStatisticsImpl extends ColumnStatisticsImpl implements BinaryColumnStatistics
ColumnStatisticsImpl.BinaryStatisticsImpl, ColumnStatisticsImpl.StringStatisticsImpl
count
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getSum() |
int |
hashCode() |
void |
merge(ColumnStatisticsImpl other) |
void |
reset() |
OrcProto.ColumnStatistics.Builder |
serialize() |
String |
toString() |
void |
updateBinary(byte[] bytes,
int offset,
int length,
int repetitions) |
void |
updateBinary(BytesWritable value) |
create, create, deserialize, deserialize, getBytesOnDisk, getNumberOfValues, hasNull, increment, increment, isStatsExists, setNull, updateBoolean, updateByteCount, updateCollectionLength, updateDate, updateDate, updateDecimal, updateDecimal64, updateDouble, updateInteger, updateString, updateString, updateTimestamp, updateTimestamp
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getBytesOnDisk, getNumberOfValues, hasNull
public void reset()
reset
in class ColumnStatisticsImpl
public void updateBinary(BytesWritable value)
updateBinary
in class ColumnStatisticsImpl
public void updateBinary(byte[] bytes, int offset, int length, int repetitions)
updateBinary
in class ColumnStatisticsImpl
public void merge(ColumnStatisticsImpl other)
merge
in class ColumnStatisticsImpl
public long getSum()
getSum
in interface BinaryColumnStatistics
public OrcProto.ColumnStatistics.Builder serialize()
serialize
in class ColumnStatisticsImpl
public String toString()
toString
in class ColumnStatisticsImpl
public boolean equals(Object o)
equals
in class ColumnStatisticsImpl
public int hashCode()
hashCode
in class ColumnStatisticsImpl
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.