PostgreSQL Source Code  git master
TBMIterator Struct Reference

Data Fields

TIDBitmaptbm
 
int spageptr
 
int schunkptr
 
int schunkbit
 
TBMIterateResult output
 

Detailed Description

Definition at line 178 of file tidbitmap.c.

Field Documentation

◆ output

TBMIterateResult TBMIterator::output

Definition at line 184 of file tidbitmap.c.

Referenced by tbm_iterate().

◆ schunkbit

int TBMIterator::schunkbit

Definition at line 183 of file tidbitmap.c.

Referenced by tbm_begin_iterate(), and tbm_iterate().

◆ schunkptr

int TBMIterator::schunkptr

Definition at line 182 of file tidbitmap.c.

Referenced by tbm_begin_iterate(), and tbm_iterate().

◆ spageptr

int TBMIterator::spageptr

Definition at line 181 of file tidbitmap.c.

Referenced by tbm_begin_iterate(), and tbm_iterate().

◆ tbm

TIDBitmap* TBMIterator::tbm

Definition at line 180 of file tidbitmap.c.

Referenced by tbm_begin_iterate(), and tbm_iterate().


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