|
xapian-core
1.4.29
|
Inheritance diagram for VStats:
Collaboration diagram for VStats:Public Member Functions | |
| VStats () | |
| VStats () | |
Public Member Functions inherited from ValueStats | |
| ValueStats () | |
| Construct an empty ValueStats object. More... | |
| void | clear () |
| Clear the statistics. More... | |
Public Attributes | |
| Xapian::doccount | freq_real |
Public Attributes inherited from ValueStats | |
| Xapian::doccount | freq |
| The number of documents which have a (non-empty) value stored in the slot. More... | |
| std::string | lower_bound |
| A lower bound on the values stored in the given value slot. More... | |
| std::string | upper_bound |
| An upper bound on the values stored in the given value slot. More... | |
Definition at line 52 of file chert_dbcheck.cc.
|
inline |
Definition at line 55 of file chert_dbcheck.cc.
|
inline |
Definition at line 57 of file glass_dbcheck.cc.
| Xapian::doccount VStats::freq_real |
Definition at line 53 of file chert_dbcheck.cc.
Referenced by check_chert_table(), and check_glass_table().