Eneboo - Documentación para desarrolladores
|
#include <relation.h>
Atributos públicos | |
NodeTag | type |
Query * | parse |
struct RelOptInfo ** | base_rel_array |
int | base_rel_array_size |
List * | join_rel_list |
struct HTAB * | join_rel_hash |
List * | equi_key_list |
List * | left_join_clauses |
List * | right_join_clauses |
List * | full_join_clauses |
List * | in_info_list |
List * | query_pathkeys |
List * | group_pathkeys |
List * | sort_pathkeys |
double | tuple_fraction |
bool | hasJoinRTEs |
bool | hasOuterJoins |
bool | hasHavingQual |
struct RelOptInfo** PlannerInfo::base_rel_array |
struct HTAB* PlannerInfo::join_rel_hash |
double PlannerInfo::tuple_fraction |