Skip to content

Commit

Permalink
Add mention of cardinality with distinctValues
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mior <[email protected]>
  • Loading branch information
michaelmior authored Jul 7, 2023
1 parent 0961b95 commit 5396f3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ property | description
property | description
:-- | :--
`bloomFilter` | A [Bloom filter](#bloom-filter) of integer values
`distinctValues` | An estimate of the number of distinct values of this property
`distinctValues` | An estimate of the number of distinct values (cardinality) of this property
`histogram` | A [histogram](#histogram) of integer values
`statistics` | A set of [statistics](#statistics) of integer values

Expand All @@ -47,7 +47,7 @@ property | description
property | description
:-- | :--
`bloomFilter` | A [Bloom filter](#bloom-filter) of number values
`distinctValues` | An estimate of the number of distinct values of this property
`distinctValues` | An estimate of the number of distinct values (cardinality) of this property
`histogram` | A [histogram](#histogram) of number values
`statistics` | A set of [statistics](#statistics) of number values

Expand All @@ -61,5 +61,5 @@ property | description
property | description
:-- |:--
`bloomFilter` | A [Bloom filter](#bloom-filter) of string values
`distinctValues` | An estimate of the number of distinct values of this property
`lengthHistogram` | A [histogram](#Histogram) of string lengths
`distinctValues` | An estimate of the number of distinct values (cardinality) of this property
`lengthHistogram` | A [histogram](#Histogram) of string lengths

0 comments on commit 5396f3c

Please sign in to comment.