#include <BTreePrefetchSearchExecStream.h>
Public Attributes | |
SearchEndpoint | lowerBoundDirective |
Lower bound directive of the search key. | |
SearchEndpoint | upperBoundDirective |
Upper bound directive of the search key. | |
PBuffer | lowerKeyBuffer |
Buffer used to store lower key value. | |
PBuffer | upperKeyBuffer |
Buffer used to store upper key value. | |
bool | newSearch |
True if the pre-fetched leaf page needs to be searched before it's read. |
Definition at line 39 of file BTreePrefetchSearchExecStream.h.
Lower bound directive of the search key.
Definition at line 44 of file BTreePrefetchSearchExecStream.h.
Referenced by BTreePrefetchSearchExecStream::setSearchKeyData(), and BTreePrefetchSearchExecStream::setUpSearchKey().
Upper bound directive of the search key.
Definition at line 49 of file BTreePrefetchSearchExecStream.h.
Referenced by BTreePrefetchSearchExecStream::setSearchKeyData(), and BTreePrefetchSearchExecStream::setUpSearchKey().
Buffer used to store lower key value.
Definition at line 54 of file BTreePrefetchSearchExecStream.h.
Referenced by BTreePrefetchSearchExecStream::initPrefetchEntry(), BTreePrefetchSearchExecStream::setSearchKeyData(), and BTreePrefetchSearchExecStream::setUpSearchKey().
Buffer used to store upper key value.
Definition at line 59 of file BTreePrefetchSearchExecStream.h.
Referenced by BTreePrefetchSearchExecStream::initPrefetchEntry(), BTreePrefetchSearchExecStream::setSearchKeyData(), and BTreePrefetchSearchExecStream::setUpSearchKey().
True if the pre-fetched leaf page needs to be searched before it's read.
Otherwise, the first key on the page can be read.
Definition at line 65 of file BTreePrefetchSearchExecStream.h.
Referenced by BTreePrefetchSearchExecStream::setSearchKeyData().