|
PostgreSQL Source Code git master
|
#include <heapam.h>
| TableScanDescData HeapScanDescData::rs_base |
Definition at line 58 of file heapam.h.
Referenced by heap_beginscan(), heap_endscan(), heap_getnext(), heap_getnextslot(), heap_getnextslot_tidrange(), heap_prepare_pagescan(), heap_rescan(), heap_scan_stream_read_next_parallel(), heap_setscanlimits(), heapgettup(), heapgettup_advance_block(), heapgettup_initial_block(), initscan(), and page_collect_tuples().
| BlockNumber HeapScanDescData::rs_cblock |
Definition at line 69 of file heapam.h.
Referenced by heap_fetch_next_buffer(), heap_prepare_pagescan(), heapgettup(), heapgettup_pagemode(), and initscan().
| Buffer HeapScanDescData::rs_cbuf |
Definition at line 70 of file heapam.h.
Referenced by heap_beginscan(), heap_endscan(), heap_fetch_next_buffer(), heap_getnextslot(), heap_getnextslot_tidrange(), heap_prepare_pagescan(), heap_rescan(), heapgettup(), heapgettup_continue_page(), heapgettup_pagemode(), heapgettup_start_page(), and initscan().
| uint32 HeapScanDescData::rs_cindex |
Definition at line 98 of file heapam.h.
Referenced by heapgettup_pagemode(), and initscan().
| OffsetNumber HeapScanDescData::rs_coffset |
Definition at line 68 of file heapam.h.
Referenced by heapgettup(), and heapgettup_continue_page().
| HeapTupleData HeapScanDescData::rs_ctup |
Definition at line 75 of file heapam.h.
Referenced by heap_beginscan(), heap_getnext(), heap_getnextslot(), heap_getnextslot_tidrange(), heapgettup(), heapgettup_pagemode(), and initscan().
| ScanDirection HeapScanDescData::rs_dir |
Definition at line 88 of file heapam.h.
Referenced by heap_fetch_next_buffer(), heap_scan_stream_read_next_parallel(), heap_scan_stream_read_next_serial(), and initscan().
| bool HeapScanDescData::rs_inited |
Definition at line 67 of file heapam.h.
Referenced by heap_scan_stream_read_next_parallel(), heap_scan_stream_read_next_serial(), heap_setscanlimits(), heapgettup(), heapgettup_continue_page(), heapgettup_initial_block(), heapgettup_pagemode(), heapgettup_start_page(), and initscan().
| BlockNumber HeapScanDescData::rs_nblocks |
Definition at line 61 of file heapam.h.
Referenced by heap_set_tidrange(), heapgettup_advance_block(), heapgettup_initial_block(), and initscan().
| uint32 HeapScanDescData::rs_ntuples |
Definition at line 99 of file heapam.h.
Referenced by heap_prepare_pagescan(), heapgettup_pagemode(), and initscan().
| BlockNumber HeapScanDescData::rs_numblocks |
Definition at line 63 of file heapam.h.
Referenced by heap_scan_stream_read_next_parallel(), heap_setscanlimits(), heapgettup_advance_block(), heapgettup_initial_block(), and initscan().
| ParallelBlockTableScanWorkerData* HeapScanDescData::rs_parallelworkerdata |
Definition at line 95 of file heapam.h.
Referenced by heap_beginscan(), heap_endscan(), and heap_scan_stream_read_next_parallel().
| BlockNumber HeapScanDescData::rs_prefetch_block |
Definition at line 89 of file heapam.h.
Referenced by heap_fetch_next_buffer(), heap_scan_stream_read_next_parallel(), heap_scan_stream_read_next_serial(), heapgettup(), heapgettup_pagemode(), and initscan().
| ReadStream* HeapScanDescData::rs_read_stream |
Definition at line 78 of file heapam.h.
Referenced by heap_beginscan(), heap_endscan(), heap_fetch_next_buffer(), and heap_rescan().
| BlockNumber HeapScanDescData::rs_startblock |
Definition at line 62 of file heapam.h.
Referenced by heap_scan_stream_read_next_parallel(), heap_setscanlimits(), heapgettup_advance_block(), heapgettup_initial_block(), and initscan().
| BufferAccessStrategy HeapScanDescData::rs_strategy |
Definition at line 73 of file heapam.h.
Referenced by heap_beginscan(), heap_endscan(), and initscan().
| OffsetNumber HeapScanDescData::rs_vistuples[MaxHeapTuplesPerPage] |
Definition at line 100 of file heapam.h.
Referenced by page_collect_tuples().