public class StatisticsColumnData extends Object implements Message
| Modifier and Type | Field and Description |
|---|---|
static short |
TYPE_CODE |
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
StatisticsColumnData()
Default constructor.
|
StatisticsColumnData(GridH2ValueMessage min,
GridH2ValueMessage max,
long nulls,
long distinct,
long total,
int size,
byte[] rawData,
long ver,
long createdAt)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
createdAt() |
short |
directType() |
long |
distinct() |
byte |
fieldsCount() |
GridH2ValueMessage |
max() |
GridH2ValueMessage |
min() |
long |
nulls() |
void |
onAckReceived() |
byte[] |
rawData() |
boolean |
readFrom(ByteBuffer buf,
MessageReader reader) |
int |
size() |
long |
total() |
long |
version() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer) |
public static final short TYPE_CODE
public StatisticsColumnData()
public StatisticsColumnData(GridH2ValueMessage min, GridH2ValueMessage max, long nulls, long distinct, long total, int size, byte[] rawData, long ver, long createdAt)
min - Min value in column.max - Max value in column.nulls - Number of null values in column.distinct - Total distinct values in column.total - Total values in column.size - Average size, for variable size types (in bytes).rawData - Raw data to make statistics aggregate.ver - Statistics version.createdAt - Created at time, milliseconds.public GridH2ValueMessage min()
public GridH2ValueMessage max()
public long nulls()
public long distinct()
public long total()
public int size()
public byte[] rawData()
public long version()
public long createdAt()
public boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public short directType()
directType in interface Messagepublic byte fieldsCount()
fieldsCount in interface Messagepublic void onAckReceived()
onAckReceived in interface Message
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025