|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| bool | limit_needed |
| Cardinality | limit_tuples |
| int64 | count_est |
| int64 | offset_est |
Definition at line 3579 of file pathnodes.h.
| int64 FinalPathExtraData::count_est |
Definition at line 3583 of file pathnodes.h.
Referenced by add_foreign_final_paths(), and grouping_planner().
| bool FinalPathExtraData::limit_needed |
Definition at line 3581 of file pathnodes.h.
Referenced by add_foreign_final_paths(), and grouping_planner().
| Cardinality FinalPathExtraData::limit_tuples |
Definition at line 3582 of file pathnodes.h.
Referenced by add_foreign_final_paths(), and grouping_planner().
| int64 FinalPathExtraData::offset_est |
Definition at line 3584 of file pathnodes.h.
Referenced by add_foreign_final_paths(), and grouping_planner().