PostgreSQL Source Code
git master
|
#include <nbtree.h>
Data Fields | |
bool | qual_ok |
int | numberOfKeys |
ScanKey | keyData |
ScanKey | arrayKeyData |
bool | arraysStarted |
int | numArrayKeys |
int | arrayKeyCount |
BTArrayKeyInfo * | arrayKeys |
MemoryContext | arrayContext |
int * | killedItems |
int | numKilled |
bool | firstPage |
char * | currTuples |
char * | markTuples |
int | markItemIndex |
BTScanPosData | currPos |
BTScanPosData | markPos |
MemoryContext BTScanOpaqueData::arrayContext |
Definition at line 1053 of file nbtree.h.
Referenced by _bt_preprocess_array_keys(), btbeginscan(), and btendscan().
int BTScanOpaqueData::arrayKeyCount |
Definition at line 1050 of file nbtree.h.
Referenced by _bt_parallel_advance_array_keys(), _bt_parallel_done(), _bt_parallel_seize(), and btrescan().
ScanKey BTScanOpaqueData::arrayKeyData |
Definition at line 1045 of file nbtree.h.
Referenced by _bt_advance_array_keys(), _bt_preprocess_array_keys(), _bt_preprocess_keys(), _bt_restore_array_keys(), _bt_start_array_keys(), and btbeginscan().
BTArrayKeyInfo* BTScanOpaqueData::arrayKeys |
Definition at line 1052 of file nbtree.h.
Referenced by _bt_advance_array_keys(), _bt_mark_array_keys(), _bt_preprocess_array_keys(), _bt_restore_array_keys(), _bt_start_array_keys(), and btbeginscan().
bool BTScanOpaqueData::arraysStarted |
Definition at line 1046 of file nbtree.h.
Referenced by _bt_advance_array_keys(), _bt_restore_array_keys(), _bt_start_array_keys(), and btbeginscan().
BTScanPosData BTScanOpaqueData::currPos |
Definition at line 1080 of file nbtree.h.
Referenced by _bt_endpoint(), _bt_first(), _bt_initialize_more_data(), _bt_killitems(), _bt_next(), _bt_parallel_readpage(), _bt_readnextpage(), _bt_readpage(), _bt_saveitem(), _bt_savepostingitem(), _bt_setuppostingitems(), _bt_steppage(), btbeginscan(), btendscan(), btgetbitmap(), btgettuple(), btmarkpos(), btrescan(), and btrestrpos().
char* BTScanOpaqueData::currTuples |
Definition at line 1067 of file nbtree.h.
Referenced by _bt_endpoint(), _bt_first(), _bt_next(), _bt_saveitem(), _bt_savepostingitem(), _bt_setuppostingitems(), _bt_steppage(), btbeginscan(), btendscan(), btrescan(), and btrestrpos().
bool BTScanOpaqueData::firstPage |
Definition at line 1060 of file nbtree.h.
Referenced by _bt_endpoint(), _bt_first(), _bt_readpage(), and btrescan().
ScanKey BTScanOpaqueData::keyData |
Definition at line 1042 of file nbtree.h.
Referenced by _bt_checkkeys(), _bt_first(), _bt_preprocess_keys(), btbeginscan(), and btendscan().
int* BTScanOpaqueData::killedItems |
Definition at line 1056 of file nbtree.h.
Referenced by _bt_killitems(), btbeginscan(), btendscan(), and btgettuple().
int BTScanOpaqueData::markItemIndex |
Definition at line 1077 of file nbtree.h.
Referenced by _bt_initialize_more_data(), _bt_steppage(), btendscan(), btmarkpos(), btrescan(), and btrestrpos().
BTScanPosData BTScanOpaqueData::markPos |
Definition at line 1081 of file nbtree.h.
Referenced by _bt_steppage(), btbeginscan(), btendscan(), btmarkpos(), btrescan(), and btrestrpos().
char* BTScanOpaqueData::markTuples |
Definition at line 1068 of file nbtree.h.
Referenced by _bt_steppage(), btbeginscan(), btrescan(), and btrestrpos().
int BTScanOpaqueData::numArrayKeys |
Definition at line 1048 of file nbtree.h.
Referenced by _bt_advance_array_keys(), _bt_mark_array_keys(), _bt_preprocess_array_keys(), _bt_restore_array_keys(), _bt_start_array_keys(), btbeginscan(), btgetbitmap(), btgettuple(), and btrestrpos().
int BTScanOpaqueData::numberOfKeys |
Definition at line 1041 of file nbtree.h.
Referenced by _bt_checkkeys(), _bt_first(), _bt_preprocess_keys(), and btrescan().
int BTScanOpaqueData::numKilled |
Definition at line 1057 of file nbtree.h.
Referenced by _bt_initialize_more_data(), _bt_killitems(), _bt_steppage(), btbeginscan(), btendscan(), btgettuple(), btrescan(), and btrestrpos().
bool BTScanOpaqueData::qual_ok |
Definition at line 1040 of file nbtree.h.
Referenced by _bt_first(), _bt_preprocess_keys(), and _bt_restore_array_keys().