Home
last modified time | relevance | path

Searched refs:NeedToReadSequence (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/table/
Dget_context.h143 bool NeedToReadSequence() const { return (seq_ != nullptr); } in NeedToReadSequence() function
/rocksdb-6.9/db/
Dtable_cache.cc369 if (ioptions_.row_cache && !get_context->NeedToReadSequence()) { in Get()
453 ioptions_.row_cache && !first_key.get_context->NeedToReadSequence(); in MultiGet()