PostgreSQL Source Code  git master
PgFdwAnalyzeState Struct Reference

Data Fields

Relation rel
 
AttInMetadataattinmeta
 
Listretrieved_attrs
 
HeapTuplerows
 
int targrows
 
int numrows
 
double samplerows
 
double rowstoskip
 
ReservoirStateData rstate
 
MemoryContext anl_cxt
 
MemoryContext temp_cxt
 

Detailed Description

Definition at line 255 of file postgres_fdw.c.

Field Documentation

◆ anl_cxt

MemoryContext PgFdwAnalyzeState::anl_cxt

Definition at line 272 of file postgres_fdw.c.

Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().

◆ attinmeta

AttInMetadata* PgFdwAnalyzeState::attinmeta

Definition at line 258 of file postgres_fdw.c.

Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().

◆ numrows

int PgFdwAnalyzeState::numrows

Definition at line 264 of file postgres_fdw.c.

Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().

◆ rel

Relation PgFdwAnalyzeState::rel

Definition at line 257 of file postgres_fdw.c.

Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().

◆ retrieved_attrs

List* PgFdwAnalyzeState::retrieved_attrs

Definition at line 259 of file postgres_fdw.c.

Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().

◆ rows

HeapTuple* PgFdwAnalyzeState::rows

Definition at line 262 of file postgres_fdw.c.

Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().

◆ rowstoskip

double PgFdwAnalyzeState::rowstoskip

Definition at line 268 of file postgres_fdw.c.

Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().

◆ rstate

ReservoirStateData PgFdwAnalyzeState::rstate

Definition at line 269 of file postgres_fdw.c.

Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().

◆ samplerows

double PgFdwAnalyzeState::samplerows

Definition at line 267 of file postgres_fdw.c.

Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().

◆ targrows

int PgFdwAnalyzeState::targrows

Definition at line 263 of file postgres_fdw.c.

Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().

◆ temp_cxt

MemoryContext PgFdwAnalyzeState::temp_cxt

Definition at line 273 of file postgres_fdw.c.

Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().


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