|
xapian-core
2.0.0
|
Inheritance diagram for HoneyCompact::PositionCursor< const HoneyTable & >:
Collaboration diagram for HoneyCompact::PositionCursor< const HoneyTable & >:Public Member Functions | |
| PositionCursor (const HoneyTable *in, Xapian::docid offset_) | |
| bool | next () |
| const string & | get_tag () const |
Public Attributes | |
| string | key |
| Xapian::docid | firstdid |
Private Attributes | |
| Xapian::docid | offset |
Private Attributes inherited from HoneyCursor | |
| std::string | current_key |
| std::string | current_tag |
| size_t | val_size = 0 |
| bool | current_compressed = false |
| CompressionStream | comp_stream |
| bool | is_at_end = false |
| std::string | last_key |
| off_t | root |
| off_t | offset |
Additional Inherited Members | |
Private Member Functions inherited from HoneyCursor | |
| HoneyCursor (const HoneyTable *table) | |
| HoneyCursor (const HoneyCursor &o) | |
| void | rewind () |
| Position cursor on the dummy empty key. More... | |
| void | to_end () |
| bool | after_end () const |
| bool | next () |
| bool | read_tag (bool keep_compressed=false) |
| bool | find_exact (std::string_view key) |
| bool | find_entry_ge (std::string_view key) |
| bool | prev () |
| Move to the item before the current one. More... | |
Definition at line 1848 of file honey_compact.cc.
|
inline |
Definition at line 1855 of file honey_compact.cc.
|
inline |
Definition at line 1879 of file honey_compact.cc.
|
inline |
Definition at line 1860 of file honey_compact.cc.
References HoneyCursor::next(), pack_string_preserving_sort(), pack_uint_preserving_sort(), term, unpack_string_preserving_sort(), and unpack_uint_preserving_sort().
| Xapian::docid HoneyCompact::PositionCursor< const HoneyTable & >::firstdid |
Definition at line 1853 of file honey_compact.cc.
| string HoneyCompact::PositionCursor< const HoneyTable & >::key |
Definition at line 1852 of file honey_compact.cc.
|
private |
Definition at line 1849 of file honey_compact.cc.