|
PostgreSQL Source Code git master
|
Data Fields | |
| char * | buf1 |
| char * | buf2 |
| int | buflen1 |
| int | buflen2 |
| int | last_len1 |
| int | last_len2 |
| int | last_returned |
| bool | cache_blob |
| bool | collate_c |
| Oid | typid |
| hyperLogLogState | abbr_card |
| hyperLogLogState | full_card |
| double | prop_card |
| pg_locale_t | locale |
| hyperLogLogState VarStringSortSupport::abbr_card |
Definition at line 96 of file varlena.c.
Referenced by varstr_abbrev_abort(), varstr_abbrev_convert(), and varstr_sortsupport().
| char* VarStringSortSupport::buf1 |
Definition at line 85 of file varlena.c.
Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().
| char* VarStringSortSupport::buf2 |
Definition at line 87 of file varlena.c.
Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().
| int VarStringSortSupport::buflen1 |
Definition at line 88 of file varlena.c.
Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().
| int VarStringSortSupport::buflen2 |
Definition at line 89 of file varlena.c.
Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().
| bool VarStringSortSupport::cache_blob |
Definition at line 93 of file varlena.c.
Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().
| bool VarStringSortSupport::collate_c |
Definition at line 94 of file varlena.c.
Referenced by varstr_abbrev_convert(), and varstr_sortsupport().
| hyperLogLogState VarStringSortSupport::full_card |
Definition at line 97 of file varlena.c.
Referenced by varstr_abbrev_abort(), varstr_abbrev_convert(), and varstr_sortsupport().
| int VarStringSortSupport::last_len1 |
Definition at line 90 of file varlena.c.
Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().
| int VarStringSortSupport::last_len2 |
Definition at line 91 of file varlena.c.
Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().
| int VarStringSortSupport::last_returned |
Definition at line 92 of file varlena.c.
Referenced by varstr_sortsupport(), and varstrfastcmp_locale().
| pg_locale_t VarStringSortSupport::locale |
Definition at line 99 of file varlena.c.
Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().
| double VarStringSortSupport::prop_card |
Definition at line 98 of file varlena.c.
Referenced by varstr_abbrev_abort(), and varstr_sortsupport().
| Oid VarStringSortSupport::typid |
Definition at line 95 of file varlena.c.
Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().