public class StatisticsColumnOverrides extends Object implements Serializable
| Constructor and Description |
|---|
StatisticsColumnOverrides(Long nulls,
Long distinct,
Long total,
Integer size)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
distinct()
Get number of distinct values in column.
|
boolean |
equals(Object o) |
int |
hashCode() |
Long |
nulls()
Get number of
null values in column. |
Integer |
size()
Get average size in bytes.
|
String |
toString() |
Long |
total()
Get total number of values in column.
|
public StatisticsColumnOverrides(Long nulls, Long distinct, Long total, Integer size)
nulls - Number of null values or null to keep calculated value.distinct - Number of distinct values or null to keep calculated value.total - Total number of values in column or null to keep calculated value.size - Average size in bytes or null to keep calculated value.public Long nulls()
null values in column.public Long distinct()
public Long total()
null's).public Integer size()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023