PostgreSQL Source Code
git master
|
#include <statistics.h>
Data Fields | |
double | degree |
AttrNumber | nattributes |
AttrNumber | attributes [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 50 of file statistics.h.
AttrNumber MVDependency::attributes[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 54 of file statistics.h.
Referenced by clauselist_apply_dependencies(), dependencies_clauselist_selectivity(), dependency_is_fully_matched(), pg_dependencies_out(), statext_dependencies_build(), statext_dependencies_deserialize(), and statext_dependencies_serialize().
double MVDependency::degree |
Definition at line 52 of file statistics.h.
Referenced by clauselist_apply_dependencies(), find_strongest_dependency(), pg_dependencies_out(), statext_dependencies_build(), statext_dependencies_deserialize(), and statext_dependencies_serialize().
AttrNumber MVDependency::nattributes |
Definition at line 53 of file statistics.h.
Referenced by clauselist_apply_dependencies(), dependencies_clauselist_selectivity(), dependency_is_fully_matched(), find_strongest_dependency(), pg_dependencies_out(), statext_dependencies_build(), statext_dependencies_deserialize(), and statext_dependencies_serialize().