Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

BTScanOpaqueData Struct Reference

#include <nbtree.h>

Data Fields

bool qual_ok
int numberOfKeys
ScanKey keyData
ScanKey arrayKeyData
int numArrayKeys
BTArrayKeyInfoarrayKeys
MemoryContext arrayContext
int * killedItems
int numKilled
char * currTuples
char * markTuples
int markItemIndex
BTScanPosData currPos
BTScanPosData markPos

Detailed Description

Definition at line 543 of file nbtree.h.


Field Documentation

Definition at line 555 of file nbtree.h.

Referenced by _bt_preprocess_array_keys(), btbeginscan(), and btendscan().

Definition at line 548 of file nbtree.h.

Referenced by _bt_checkkeys(), _bt_first(), _bt_preprocess_keys(), btbeginscan(), and btendscan().

Definition at line 558 of file nbtree.h.

Referenced by _bt_killitems(), btbeginscan(), btendscan(), and btgettuple().

Definition at line 576 of file nbtree.h.

Referenced by _bt_endpoint(), _bt_first(), _bt_steppage(), btendscan(), btmarkpos(), btrescan(), and btrestrpos().

Definition at line 580 of file nbtree.h.

Referenced by _bt_steppage(), btbeginscan(), btendscan(), btmarkpos(), btrescan(), and btrestrpos().

Definition at line 567 of file nbtree.h.

Referenced by _bt_steppage(), btbeginscan(), btrescan(), and btrestrpos().

Definition at line 547 of file nbtree.h.

Referenced by _bt_checkkeys(), _bt_first(), _bt_preprocess_keys(), and btrescan().

Definition at line 546 of file nbtree.h.

Referenced by _bt_first(), _bt_preprocess_keys(), and _bt_restore_array_keys().


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