PostgreSQL Source Code
git master
|
Data Fields | |
Relation | rel |
AttInMetadata * | attinmeta |
List * | retrieved_attrs |
HeapTuple * | rows |
int | targrows |
int | numrows |
double | samplerows |
double | rowstoskip |
ReservoirStateData | rstate |
MemoryContext | anl_cxt |
MemoryContext | temp_cxt |
Definition at line 252 of file postgres_fdw.c.
MemoryContext PgFdwAnalyzeState::anl_cxt |
Definition at line 269 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
AttInMetadata* PgFdwAnalyzeState::attinmeta |
Definition at line 255 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
int PgFdwAnalyzeState::numrows |
Definition at line 261 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
Relation PgFdwAnalyzeState::rel |
Definition at line 254 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
List* PgFdwAnalyzeState::retrieved_attrs |
Definition at line 256 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
HeapTuple* PgFdwAnalyzeState::rows |
Definition at line 259 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
double PgFdwAnalyzeState::rowstoskip |
Definition at line 265 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
ReservoirStateData PgFdwAnalyzeState::rstate |
Definition at line 266 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
double PgFdwAnalyzeState::samplerows |
Definition at line 264 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
int PgFdwAnalyzeState::targrows |
Definition at line 260 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
MemoryContext PgFdwAnalyzeState::temp_cxt |
Definition at line 270 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().