PostgreSQL Source Code
git master
|
#include <extended_stats_internal.h>
Data Fields | |
Datum * | values |
bool * | isnull |
int | count |
Definition at line 53 of file extended_stats_internal.h.
int SortItem::count |
Definition at line 57 of file extended_stats_internal.h.
Referenced by build_column_frequencies(), build_distinct_groups(), compare_sort_item_count(), and statext_mcv_build().
bool* SortItem::isnull |
Definition at line 56 of file extended_stats_internal.h.
Referenced by build_column_frequencies(), multi_sort_compare(), sort_item_compare(), and statext_mcv_build().
Datum* SortItem::values |
Definition at line 55 of file extended_stats_internal.h.
Referenced by build_column_frequencies(), multi_sort_compare(), sort_item_compare(), and statext_mcv_build().