mirror of https://github.com/apache/druid.git
Updates segment metadata query documentation (#10589)
* updates segment metadata query documentation to be clearer about cardinality estimation * typo in documentation
This commit is contained in:
parent
abb03d38b0
commit
2f4d6da33f
|
@ -144,8 +144,8 @@ Types of column analyses are described below:
|
||||||
|
|
||||||
### cardinality
|
### cardinality
|
||||||
|
|
||||||
* `cardinality` in the result will return the estimated floor of cardinality for each column. Only relevant for
|
* `cardinality` in the result will return the size of the bitmap index or dictionary encoding for string dimensions, or null for other dimension types.
|
||||||
dimension columns.
|
If `merge` was set, the result will be the max of this value across segments. Only relevant for dimension columns.
|
||||||
|
|
||||||
### minmax
|
### minmax
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue