|
PostgreSQL Source Code git master
|
#include <statistics.h>
Data Fields | |
| uint32 | magic |
| uint32 | type |
| uint32 | nitems |
| MVNDistinctItem | items [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 34 of file statistics.h.
| MVNDistinctItem MVNDistinct::items[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 39 of file statistics.h.
Referenced by build_mvndistinct(), estimate_multivariate_ndistinct(), pg_ndistinct_out(), statext_ndistinct_build(), statext_ndistinct_deserialize(), and statext_ndistinct_serialize().
| uint32 MVNDistinct::magic |
Definition at line 36 of file statistics.h.
Referenced by build_mvndistinct(), statext_ndistinct_build(), statext_ndistinct_deserialize(), and statext_ndistinct_serialize().
| uint32 MVNDistinct::nitems |
Definition at line 38 of file statistics.h.
Referenced by build_mvndistinct(), estimate_multivariate_ndistinct(), pg_ndistinct_out(), statext_ndistinct_build(), statext_ndistinct_deserialize(), and statext_ndistinct_serialize().
| uint32 MVNDistinct::type |
Definition at line 37 of file statistics.h.
Referenced by build_mvndistinct(), statext_ndistinct_build(), statext_ndistinct_deserialize(), and statext_ndistinct_serialize().