PostgreSQL Source Code
git master
|
Data Fields | |
TBMSharedIteratorState * | state |
PTEntryArray * | ptbase |
PTIterationArray * | ptpages |
PTIterationArray * | ptchunks |
TBMIterateResult | output |
Definition at line 219 of file tidbitmap.c.
TBMIterateResult TBMSharedIterator::output |
Definition at line 225 of file tidbitmap.c.
Referenced by tbm_shared_iterate().
PTEntryArray* TBMSharedIterator::ptbase |
Definition at line 222 of file tidbitmap.c.
Referenced by tbm_attach_shared_iterate(), and tbm_shared_iterate().
PTIterationArray* TBMSharedIterator::ptchunks |
Definition at line 224 of file tidbitmap.c.
Referenced by tbm_attach_shared_iterate(), and tbm_shared_iterate().
PTIterationArray* TBMSharedIterator::ptpages |
Definition at line 223 of file tidbitmap.c.
Referenced by tbm_attach_shared_iterate(), and tbm_shared_iterate().
TBMSharedIteratorState* TBMSharedIterator::state |
Definition at line 221 of file tidbitmap.c.
Referenced by tbm_attach_shared_iterate(), and tbm_shared_iterate().