PostgreSQL Source Code git master
|
#include <statistics.h>
Data Fields | |
uint32 | magic |
uint32 | type |
uint32 | ndeps |
MVDependency * | deps [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 57 of file statistics.h.
MVDependency* MVDependencies::deps[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 62 of file statistics.h.
Referenced by dependencies_clauselist_selectivity(), find_strongest_dependency(), pg_dependencies_out(), statext_dependencies_build(), statext_dependencies_deserialize(), and statext_dependencies_serialize().
uint32 MVDependencies::magic |
Definition at line 59 of file statistics.h.
Referenced by statext_dependencies_build(), statext_dependencies_deserialize(), and statext_dependencies_serialize().
uint32 MVDependencies::ndeps |
Definition at line 61 of file statistics.h.
Referenced by dependencies_clauselist_selectivity(), find_strongest_dependency(), pg_dependencies_out(), statext_dependencies_build(), statext_dependencies_deserialize(), and statext_dependencies_serialize().
uint32 MVDependencies::type |
Definition at line 60 of file statistics.h.
Referenced by statext_dependencies_build(), statext_dependencies_deserialize(), and statext_dependencies_serialize().