PostgreSQL Source Code  git master
_pivot_field Struct Reference

Data Fields

char * name
 
char * sort_value
 
int rank
 

Detailed Description

Definition at line 22 of file crosstabview.c.

Field Documentation

◆ name

char* _pivot_field::name

Definition at line 29 of file crosstabview.c.

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

◆ rank

int _pivot_field::rank

Definition at line 46 of file crosstabview.c.

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

◆ sort_value

char* _pivot_field::sort_value

Definition at line 37 of file crosstabview.c.

Referenced by avlMergeValue(), and rankSort().


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