| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.stat |
| Modifier and Type | Method and Description |
|---|---|
static ColumnStatistics |
ColumnStatisticsCollector.aggregate(Comparator<org.gridgain.internal.h2.value.Value> comp,
List<ColumnStatistics> partStats,
StatisticsColumnOverrides overrides)
Aggregate specified (partition or local) column statistics into (local or global) single one.
|
ColumnStatistics |
ObjectStatisticsImpl.columnStatistics(String colName)
Get column statistics.
|
ColumnStatistics |
ColumnStatisticsCollector.finish()
Get total column statistics.
|
static ColumnStatistics |
StatisticsUtils.toColumnStatistics(GridKernalContext ctx,
StatisticsColumnData data)
Convert statistics column data message to column statistics object.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ColumnStatistics> |
ObjectStatisticsImpl.columnsStatistics() |
| Modifier and Type | Method and Description |
|---|---|
static StatisticsColumnData |
StatisticsUtils.toMessage(ColumnStatistics stat)
Convert ColumnStatistics to StaticColumnData message.
|
| Modifier and Type | Method and Description |
|---|---|
static ColumnStatistics |
ColumnStatisticsCollector.aggregate(Comparator<org.gridgain.internal.h2.value.Value> comp,
List<ColumnStatistics> partStats,
StatisticsColumnOverrides overrides)
Aggregate specified (partition or local) column statistics into (local or global) single one.
|
| Constructor and Description |
|---|
ObjectPartitionStatisticsImpl(int partId,
long rowsCnt,
long updCnt,
Map<String,ColumnStatistics> colNameToStat)
Constructor.
|
ObjectStatisticsImpl(long rowsCnt,
Map<String,ColumnStatistics> colNameToStat)
Constructor.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025