PostgreSQL Source Code git master
Loading...
Searching...
No Matches
SortItem Struct Reference

#include <extended_stats_internal.h>

Data Fields

Datumvalues
 
boolisnull
 
int count
 

Detailed Description

Definition at line 53 of file extended_stats_internal.h.

Field Documentation

◆ count

int SortItem::count

Definition at line 57 of file extended_stats_internal.h.

Referenced by build_column_frequencies().

◆ isnull

bool* SortItem::isnull

Definition at line 56 of file extended_stats_internal.h.

Referenced by build_column_frequencies().

◆ values

Datum* SortItem::values

Definition at line 55 of file extended_stats_internal.h.

Referenced by build_column_frequencies().


The documentation for this struct was generated from the following file: