Skip to content

Commit 5396f3c

Browse files
authored
Add mention of cardinality with distinctValues
Signed-off-by: Michael Mior <[email protected]>
1 parent 0961b95 commit 5396f3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ property | description
3838
property | 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
4747
property | 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
6161
property | 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

0 commit comments

Comments
 (0)