public interface TypedHistogram
| Modifier and Type | Method and Description |
|---|---|
void |
add(int position,
Block block,
long count) |
void |
addAll(TypedHistogram other) |
default void |
ensureCapacity(long size) |
long |
getEstimatedSize() |
int |
getExpectedSize() |
Type |
getType() |
boolean |
isEmpty() |
void |
readAllValues(HistogramValueReader reader) |
void |
serialize(BlockBuilder out) |
default TypedHistogram |
setGroupId(long groupId) |
long getEstimatedSize()
void serialize(BlockBuilder out)
void addAll(TypedHistogram other)
void readAllValues(HistogramValueReader reader)
void add(int position,
Block block,
long count)
Type getType()
int getExpectedSize()
boolean isEmpty()
default TypedHistogram setGroupId(long groupId)
default void ensureCapacity(long size)
Copyright © 2012–2019. All rights reserved.