PostgreSQL Source Code  git master
TBMSharedIterator Struct Reference

Data Fields

TBMSharedIteratorStatestate
 
PTEntryArrayptbase
 
PTIterationArrayptpages
 
PTIterationArrayptchunks
 
TBMIterateResult output
 

Detailed Description

Definition at line 219 of file tidbitmap.c.

Field Documentation

◆ output

TBMIterateResult TBMSharedIterator::output

Definition at line 225 of file tidbitmap.c.

Referenced by tbm_shared_iterate().

◆ ptbase

PTEntryArray* TBMSharedIterator::ptbase

Definition at line 222 of file tidbitmap.c.

Referenced by tbm_attach_shared_iterate(), and tbm_shared_iterate().

◆ ptchunks

PTIterationArray* TBMSharedIterator::ptchunks

Definition at line 224 of file tidbitmap.c.

Referenced by tbm_attach_shared_iterate(), and tbm_shared_iterate().

◆ ptpages

PTIterationArray* TBMSharedIterator::ptpages

Definition at line 223 of file tidbitmap.c.

Referenced by tbm_attach_shared_iterate(), and tbm_shared_iterate().

◆ state

TBMSharedIteratorState* TBMSharedIterator::state

Definition at line 221 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: