File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ property | description
3838property | description
3939:-- | :--
4040` bloomFilter ` | A [ Bloom filter] ( #bloom-filter ) of integer values
41- ` distinctValues ` | An estimate of the number of distinct values of this property
41+ ` distinctValues ` | An estimate of the number of distinct values (cardinality) of this property
4242` histogram ` | A [ histogram] ( #histogram ) of integer values
4343` statistics ` | A set of [ statistics] ( #statistics ) of integer values
4444
@@ -47,7 +47,7 @@ property | description
4747property | description
4848:-- | :--
4949` bloomFilter ` | A [ Bloom filter] ( #bloom-filter ) of number values
50- ` distinctValues ` | An estimate of the number of distinct values of this property
50+ ` distinctValues ` | An estimate of the number of distinct values (cardinality) of this property
5151` histogram ` | A [ histogram] ( #histogram ) of number values
5252` statistics ` | A set of [ statistics] ( #statistics ) of number values
5353
@@ -61,5 +61,5 @@ property | description
6161property | description
6262:-- |:--
6363` bloomFilter ` | A [ Bloom filter] ( #bloom-filter ) of string values
64- ` distinctValues ` | An estimate of the number of distinct values of this property
65- ` lengthHistogram ` | A [ histogram] ( #Histogram ) of string lengths
64+ ` distinctValues ` | An estimate of the number of distinct values (cardinality) of this property
65+ ` lengthHistogram ` | A [ histogram] ( #Histogram ) of string lengths
You can’t perform that action at this time.
0 commit comments