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:
michaelschiff 2020-11-19 10:38:27 -08:00 committed by GitHub
parent abb03d38b0
commit 2f4d6da33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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