|
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 256 of file postgres_fdw.c.
| MemoryContext PgFdwAnalyzeState::anl_cxt |
Definition at line 273 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
| AttInMetadata* PgFdwAnalyzeState::attinmeta |
Definition at line 259 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
| int PgFdwAnalyzeState::numrows |
Definition at line 265 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
| Relation PgFdwAnalyzeState::rel |
Definition at line 258 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
| List* PgFdwAnalyzeState::retrieved_attrs |
Definition at line 260 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
| HeapTuple* PgFdwAnalyzeState::rows |
Definition at line 263 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
| double PgFdwAnalyzeState::rowstoskip |
Definition at line 269 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
| ReservoirStateData PgFdwAnalyzeState::rstate |
Definition at line 270 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
| double PgFdwAnalyzeState::samplerows |
Definition at line 268 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
| int PgFdwAnalyzeState::targrows |
Definition at line 264 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().
| MemoryContext PgFdwAnalyzeState::temp_cxt |
Definition at line 274 of file postgres_fdw.c.
Referenced by analyze_row_processor(), and postgresAcquireSampleRowsFunc().