Package org.apache.orc.impl
Class ColumnStatisticsImpl.BinaryStatisticsImpl
java.lang.Object
org.apache.orc.impl.ColumnStatisticsImpl
org.apache.orc.impl.ColumnStatisticsImpl.BinaryStatisticsImpl
- All Implemented Interfaces:
BinaryColumnStatistics,ColumnStatistics
- Enclosing class:
- ColumnStatisticsImpl
protected static final class ColumnStatisticsImpl.BinaryStatisticsImpl
extends ColumnStatisticsImpl
implements BinaryColumnStatistics
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.orc.impl.ColumnStatisticsImpl
ColumnStatisticsImpl.BinaryStatisticsImpl, ColumnStatisticsImpl.StringStatisticsImpl -
Field Summary
Fields inherited from class org.apache.orc.impl.ColumnStatisticsImpl
count -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonggetSum()inthashCode()voidmerge(ColumnStatisticsImpl other) voidreset()toString()voidupdateBinary(byte[] bytes, int offset, int length, int repetitions) voidupdateBinary(BytesWritable value) Methods inherited from class org.apache.orc.impl.ColumnStatisticsImpl
create, create, deserialize, deserialize, getBytesOnDisk, getNumberOfValues, hasNull, increment, increment, isStatsExists, setNull, updateBoolean, updateByteCount, updateCollectionLength, updateDate, updateDate, updateDecimal, updateDecimal64, updateDouble, updateGeometry, updateGeometry, updateInteger, updateString, updateString, updateTimestamp, updateTimestampMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.orc.ColumnStatistics
getBytesOnDisk, getNumberOfValues, hasNull
-
Method Details
-
reset
public void reset()- Overrides:
resetin classColumnStatisticsImpl
-
updateBinary
- Overrides:
updateBinaryin classColumnStatisticsImpl
-
updateBinary
public void updateBinary(byte[] bytes, int offset, int length, int repetitions) - Overrides:
updateBinaryin classColumnStatisticsImpl
-
merge
- Overrides:
mergein classColumnStatisticsImpl
-
getSum
public long getSum()- Specified by:
getSumin interfaceBinaryColumnStatistics
-
serialize
- Overrides:
serializein classColumnStatisticsImpl
-
toString
- Overrides:
toStringin classColumnStatisticsImpl
-
equals
- Overrides:
equalsin classColumnStatisticsImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classColumnStatisticsImpl
-