PostgreSQL Source Code  git master
FinalPathExtraData Struct Reference

#include <pathnodes.h>

Data Fields

bool limit_needed
 
Cardinality limit_tuples
 
int64 count_est
 
int64 offset_est
 

Detailed Description

Definition at line 3301 of file pathnodes.h.

Field Documentation

◆ count_est

int64 FinalPathExtraData::count_est

Definition at line 3305 of file pathnodes.h.

Referenced by add_foreign_final_paths(), and grouping_planner().

◆ limit_needed

bool FinalPathExtraData::limit_needed

Definition at line 3303 of file pathnodes.h.

Referenced by add_foreign_final_paths(), and grouping_planner().

◆ limit_tuples

Cardinality FinalPathExtraData::limit_tuples

Definition at line 3304 of file pathnodes.h.

Referenced by add_foreign_final_paths(), and grouping_planner().

◆ offset_est

int64 FinalPathExtraData::offset_est

Definition at line 3306 of file pathnodes.h.

Referenced by add_foreign_final_paths(), and grouping_planner().


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