Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

Path Struct Reference

#include <relation.h>

Data Fields

NodeTag type
NodeTag pathtype
RelOptInfoparent
ParamPathInfoparam_info
double rows
Cost startup_cost
Cost total_cost
Listpathkeys

Detailed Description

Definition at line 702 of file relation.h.


Field Documentation

Definition at line 708 of file relation.h.

Referenced by _outPathInfo(), approx_tuple_count(), bitmap_and_cost_est(), bitmap_scan_cost_est(), build_minmax_path(), calc_nestloop_required_outer(), calc_non_nestloop_required_outer(), copy_path_costsize(), cost_rescan(), create_append_path(), create_append_plan(), create_bitmap_and_path(), create_bitmap_heap_path(), create_bitmap_or_path(), create_bitmap_scan_plan(), create_bitmap_subplan(), create_ctescan_path(), create_ctescan_plan(), create_foreignscan_path(), create_foreignscan_plan(), create_functionscan_path(), create_functionscan_plan(), create_hashjoin_path(), create_hashjoin_plan(), create_index_path(), create_indexscan_plan(), create_join_plan(), create_material_path(), create_merge_append_path(), create_merge_append_plan(), create_mergejoin_path(), create_mergejoin_plan(), create_nestloop_path(), create_nestloop_plan(), create_result_path(), create_result_plan(), create_scan_plan(), create_seqscan_path(), create_seqscan_plan(), create_subqueryscan_path(), create_subqueryscan_plan(), create_tidscan_path(), create_tidscan_plan(), create_unique_path(), create_unique_plan(), create_valuesscan_path(), create_valuesscan_plan(), create_worktablescan_path(), create_worktablescan_plan(), disuse_physical_tlist(), final_cost_hashjoin(), final_cost_mergejoin(), final_cost_nestloop(), get_joinrel_parampathinfo(), grouping_planner(), has_indexed_join_quals(), initial_cost_hashjoin(), initial_cost_mergejoin(), optimize_minmax_aggregates(), and reparameterize_path().

double Path::rows

Definition at line 704 of file relation.h.

Referenced by bitmap_and_cost_est(), and bitmap_scan_cost_est().


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