|
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 1412 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 1434 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 1422 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 1431 of file pathnodes.h.
Referenced by choose_best_statistics(), estimate_multivariate_ndistinct(), and get_relation_statistics_worker().
| char StatisticExtInfo::kind |
Definition at line 1428 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 1419 of file pathnodes.h.
Referenced by estimate_multivariate_ndistinct(), examine_variable(), and get_relation_statistics_worker().