PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
BTReadPageState Struct Reference

#include <nbtree.h>

Data Fields

OffsetNumber minoff
 
OffsetNumber maxoff
 
IndexTuple finaltup
 
Page page
 
OffsetNumber offnum
 
OffsetNumber skip
 
bool continuescan
 
bool prechecked
 
bool firstmatch
 
int16 rechecks
 
int16 targetdistance
 

Detailed Description

Definition at line 1078 of file nbtree.h.

Field Documentation

◆ continuescan

bool BTReadPageState::continuescan

Definition at line 1091 of file nbtree.h.

Referenced by _bt_advance_array_keys(), and _bt_checkkeys().

◆ finaltup

IndexTuple BTReadPageState::finaltup

Definition at line 1083 of file nbtree.h.

Referenced by _bt_advance_array_keys(), and _bt_checkkeys().

◆ firstmatch

bool BTReadPageState::firstmatch

Definition at line 1098 of file nbtree.h.

Referenced by _bt_advance_array_keys(), and _bt_checkkeys().

◆ maxoff

OffsetNumber BTReadPageState::maxoff

Definition at line 1082 of file nbtree.h.

Referenced by _bt_advance_array_keys(), and _bt_checkkeys_look_ahead().

◆ minoff

OffsetNumber BTReadPageState::minoff

Definition at line 1081 of file nbtree.h.

Referenced by _bt_checkkeys_look_ahead().

◆ offnum

OffsetNumber BTReadPageState::offnum

Definition at line 1087 of file nbtree.h.

Referenced by _bt_checkkeys_look_ahead().

◆ page

Page BTReadPageState::page

Definition at line 1084 of file nbtree.h.

Referenced by _bt_checkkeys_look_ahead().

◆ prechecked

bool BTReadPageState::prechecked

Definition at line 1097 of file nbtree.h.

Referenced by _bt_advance_array_keys(), and _bt_checkkeys().

◆ rechecks

int16 BTReadPageState::rechecks

Definition at line 1104 of file nbtree.h.

Referenced by _bt_advance_array_keys(), _bt_checkkeys(), and _bt_checkkeys_look_ahead().

◆ skip

OffsetNumber BTReadPageState::skip

Definition at line 1090 of file nbtree.h.

Referenced by _bt_advance_array_keys(), and _bt_checkkeys_look_ahead().

◆ targetdistance

int16 BTReadPageState::targetdistance

Definition at line 1105 of file nbtree.h.

Referenced by _bt_advance_array_keys(), and _bt_checkkeys_look_ahead().


The documentation for this struct was generated from the following file: