PostgreSQL Source Code git master
TBMSharedIterator Struct Reference

Data Fields

TBMSharedIteratorStatestate
 
PTEntryArrayptbase
 
PTIterationArrayptpages
 
PTIterationArrayptchunks
 

Detailed Description

Definition at line 209 of file tidbitmap.c.

Field Documentation

◆ ptbase

PTEntryArray* TBMSharedIterator::ptbase

Definition at line 212 of file tidbitmap.c.

Referenced by tbm_attach_shared_iterate(), and tbm_shared_iterate().

◆ ptchunks

PTIterationArray* TBMSharedIterator::ptchunks

Definition at line 214 of file tidbitmap.c.

Referenced by tbm_attach_shared_iterate(), and tbm_shared_iterate().

◆ ptpages

PTIterationArray* TBMSharedIterator::ptpages

Definition at line 213 of file tidbitmap.c.

Referenced by tbm_attach_shared_iterate(), and tbm_shared_iterate().

◆ state

TBMSharedIteratorState* TBMSharedIterator::state

Definition at line 211 of file tidbitmap.c.

Referenced by tbm_attach_shared_iterate(), and tbm_shared_iterate().


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