|
PostgreSQL Source Code git master
|
Data Fields | |
| char * | name |
| char * | sort_value |
| int | rank |
Definition at line 23 of file crosstabview.c.
| char* _pivot_field::name |
Definition at line 30 of file crosstabview.c.
Referenced by avlMergeValue(), pivotFieldCompare(), and printCrosstab().
| int _pivot_field::rank |
Definition at line 47 of file crosstabview.c.
Referenced by avlMergeValue().
| char* _pivot_field::sort_value |
Definition at line 38 of file crosstabview.c.
Referenced by avlMergeValue().