PostgreSQL Source Code  git master
_pivot_field Struct Reference

Data Fields

char * name
 
char * sort_value
 
int rank
 

Detailed Description

Definition at line 21 of file crosstabview.c.

Field Documentation

◆ name

char* _pivot_field::name

Definition at line 28 of file crosstabview.c.

Referenced by avlMergeValue(), pivotFieldCompare(), and printCrosstab().

◆ rank

int _pivot_field::rank

Definition at line 45 of file crosstabview.c.

Referenced by avlMergeValue(), printCrosstab(), and rankSort().

◆ sort_value

char* _pivot_field::sort_value

Definition at line 36 of file crosstabview.c.

Referenced by avlMergeValue(), and rankSort().


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