PostgreSQL Source Code git master
|
#include <pathnodes.h>
Public Member Functions | |
pg_node_attr (no_copy_equal, no_read, no_query_jumble) NodeTag type | |
RelOptInfo *rel | pg_node_attr (read_write_ignore) |
Data Fields | |
Oid | statOid |
bool | inherit |
char | kind |
Bitmapset * | keys |
List * | exprs |
Definition at line 1294 of file pathnodes.h.
StatisticExtInfo::pg_node_attr | ( | no_copy_equal | , |
no_read | , | ||
no_query_jumble | |||
) |
RelOptInfo *rel StatisticExtInfo::pg_node_attr | ( | read_write_ignore | ) |
List* StatisticExtInfo::exprs |
Definition at line 1316 of file pathnodes.h.
Referenced by choose_best_statistics(), dependency_is_compatible_expression(), estimate_multivariate_ndistinct(), examine_variable(), and get_relation_statistics_worker().
bool StatisticExtInfo::inherit |
Definition at line 1304 of file pathnodes.h.
Referenced by choose_best_statistics(), estimate_multivariate_ndistinct(), examine_variable(), and get_relation_statistics_worker().
Bitmapset* StatisticExtInfo::keys |
Definition at line 1313 of file pathnodes.h.
Referenced by choose_best_statistics(), estimate_multivariate_ndistinct(), and get_relation_statistics_worker().
char StatisticExtInfo::kind |
Definition at line 1310 of file pathnodes.h.
Referenced by choose_best_statistics(), dependency_is_compatible_expression(), estimate_multivariate_ndistinct(), examine_variable(), and get_relation_statistics_worker().
Oid StatisticExtInfo::statOid |
Definition at line 1301 of file pathnodes.h.
Referenced by estimate_multivariate_ndistinct(), examine_variable(), and get_relation_statistics_worker().