PostgreSQL Source Code git master
Loading...
Searching...
No Matches
BTScanOpaqueData Struct Reference

#include <nbtree.h>

Data Fields

bool qual_ok
 
int numberOfKeys
 
ScanKey keyData
 
int numArrayKeys
 
bool skipScan
 
bool needPrimScan
 
bool scanBehind
 
bool oppositeDirCheck
 
BTArrayKeyInfoarrayKeys
 
FmgrInfoorderProcs
 
MemoryContext arrayContext
 
intkilledItems
 
int numKilled
 
bool dropPin
 
charcurrTuples
 
charmarkTuples
 
int markItemIndex
 
BTScanPosData currPos
 
BTScanPosData markPos
 

Detailed Description

Definition at line 1053 of file nbtree.h.

Field Documentation

◆ arrayContext

MemoryContext BTScanOpaqueData::arrayContext

Definition at line 1068 of file nbtree.h.

◆ arrayKeys

BTArrayKeyInfo* BTScanOpaqueData::arrayKeys

Definition at line 1066 of file nbtree.h.

◆ currPos

BTScanPosData BTScanOpaqueData::currPos

Definition at line 1093 of file nbtree.h.

◆ currTuples

char* BTScanOpaqueData::currTuples

Definition at line 1080 of file nbtree.h.

◆ dropPin

bool BTScanOpaqueData::dropPin

Definition at line 1073 of file nbtree.h.

◆ keyData

ScanKey BTScanOpaqueData::keyData

Definition at line 1058 of file nbtree.h.

◆ killedItems

int* BTScanOpaqueData::killedItems

Definition at line 1071 of file nbtree.h.

◆ markItemIndex

int BTScanOpaqueData::markItemIndex

Definition at line 1090 of file nbtree.h.

◆ markPos

BTScanPosData BTScanOpaqueData::markPos

Definition at line 1094 of file nbtree.h.

◆ markTuples

char* BTScanOpaqueData::markTuples

Definition at line 1081 of file nbtree.h.

◆ needPrimScan

bool BTScanOpaqueData::needPrimScan

Definition at line 1063 of file nbtree.h.

◆ numArrayKeys

int BTScanOpaqueData::numArrayKeys

Definition at line 1061 of file nbtree.h.

◆ numberOfKeys

int BTScanOpaqueData::numberOfKeys

Definition at line 1057 of file nbtree.h.

◆ numKilled

int BTScanOpaqueData::numKilled

Definition at line 1072 of file nbtree.h.

◆ oppositeDirCheck

bool BTScanOpaqueData::oppositeDirCheck

Definition at line 1065 of file nbtree.h.

◆ orderProcs

FmgrInfo* BTScanOpaqueData::orderProcs

Definition at line 1067 of file nbtree.h.

◆ qual_ok

bool BTScanOpaqueData::qual_ok

Definition at line 1056 of file nbtree.h.

◆ scanBehind

bool BTScanOpaqueData::scanBehind

Definition at line 1064 of file nbtree.h.

◆ skipScan

bool BTScanOpaqueData::skipScan

Definition at line 1062 of file nbtree.h.


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