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

Data Fields

Relation rel
 
output_typestat
 
BlockNumber current_blocknum
 
BlockNumber nblocks
 
BlockNumber scanned
 
Buffer vmbuffer
 

Detailed Description

Definition at line 52 of file pgstatapprox.c.

Field Documentation

◆ current_blocknum

BlockNumber StatApproxReadStreamPrivate::current_blocknum

Definition at line 56 of file pgstatapprox.c.

Referenced by statapprox_heap(), and statapprox_heap_read_stream_next().

◆ nblocks

BlockNumber StatApproxReadStreamPrivate::nblocks

Definition at line 57 of file pgstatapprox.c.

Referenced by statapprox_heap(), and statapprox_heap_read_stream_next().

◆ rel

Relation StatApproxReadStreamPrivate::rel

Definition at line 54 of file pgstatapprox.c.

Referenced by statapprox_heap(), and statapprox_heap_read_stream_next().

◆ scanned

BlockNumber StatApproxReadStreamPrivate::scanned

Definition at line 58 of file pgstatapprox.c.

Referenced by statapprox_heap(), and statapprox_heap_read_stream_next().

◆ stat

output_type* StatApproxReadStreamPrivate::stat

Definition at line 55 of file pgstatapprox.c.

Referenced by statapprox_heap(), and statapprox_heap_read_stream_next().

◆ vmbuffer

Buffer StatApproxReadStreamPrivate::vmbuffer

Definition at line 59 of file pgstatapprox.c.

Referenced by statapprox_heap(), and statapprox_heap_read_stream_next().


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