PostgreSQL Source Code git master
Loading...
Searching...
No Matches
BitmapHeapScanInstrumentation Struct Reference

#include <instrument_node.h>

Data Fields

uint64 exact_pages
 
uint64 lossy_pages
 
TableScanInstrumentation stats
 

Detailed Description

Definition at line 127 of file instrument_node.h.

Field Documentation

◆ exact_pages

uint64 BitmapHeapScanInstrumentation::exact_pages

Definition at line 129 of file instrument_node.h.

Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), and show_tidbitmap_info().

◆ lossy_pages

uint64 BitmapHeapScanInstrumentation::lossy_pages

Definition at line 130 of file instrument_node.h.

Referenced by BitmapHeapNext(), ExecEndBitmapHeapScan(), and show_tidbitmap_info().

◆ stats

TableScanInstrumentation BitmapHeapScanInstrumentation::stats

Definition at line 131 of file instrument_node.h.

Referenced by show_scan_io_usage().


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