PostgreSQL Source Code
git master
|
Data Fields | |
char * | name |
char * | sort_value |
int | rank |
Definition at line 22 of file crosstabview.c.
char* _pivot_field::name |
Definition at line 29 of file crosstabview.c.
Referenced by avlMergeValue(), pivotFieldCompare(), and printCrosstab().
int _pivot_field::rank |
Definition at line 46 of file crosstabview.c.
Referenced by avlMergeValue(), printCrosstab(), and rankSort().
char* _pivot_field::sort_value |
Definition at line 37 of file crosstabview.c.
Referenced by avlMergeValue(), and rankSort().