Eneboo - Documentación para desarrolladores
|
#include <relation.h>
Atributos públicos | |
NodeTag | type |
RelOptKind | reloptkind |
Relids | relids |
double | rows |
int | width |
List * | reltargetlist |
List * | pathlist |
struct Path * | cheapest_startup_path |
struct Path * | cheapest_total_path |
struct Path * | cheapest_unique_path |
Index | relid |
RTEKind | rtekind |
AttrNumber | min_attr |
AttrNumber | max_attr |
Relids * | attr_needed |
int32 * | attr_widths |
List * | indexlist |
BlockNumber | pages |
double | tuples |
struct Plan * | subplan |
List * | baserestrictinfo |
QualCost | baserestrictcost |
Relids | outerjoinset |
List * | joininfo |
Relids | index_outer_relids |
List * | index_inner_paths |
struct Path* RelOptInfo::cheapest_total_path |
struct Path* RelOptInfo::cheapest_unique_path |
AttrNumber RelOptInfo::max_attr |
AttrNumber RelOptInfo::min_attr |
BlockNumber RelOptInfo::pages |
double RelOptInfo::rows |
struct Plan* RelOptInfo::subplan |
double RelOptInfo::tuples |