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
38
38
property | description
39
39
:-- | :--
40
40
` 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
42
42
` histogram ` | A [ histogram] ( #histogram ) of integer values
43
43
` statistics ` | A set of [ statistics] ( #statistics ) of integer values
44
44
@@ -47,7 +47,7 @@ property | description
47
47
property | description
48
48
:-- | :--
49
49
` 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
51
51
` histogram ` | A [ histogram] ( #histogram ) of number values
52
52
` statistics ` | A set of [ statistics] ( #statistics ) of number values
53
53
@@ -61,5 +61,5 @@ property | description
61
61
property | description
62
62
:-- |:--
63
63
` 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