PostgreSQL Source Code  git master
VarStringSortSupport Struct Reference

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
 

Detailed Description

Definition at line 80 of file varlena.c.

Field Documentation

◆ abbr_card

hyperLogLogState VarStringSortSupport::abbr_card

Definition at line 93 of file varlena.c.

Referenced by varstr_abbrev_abort(), varstr_abbrev_convert(), and varstr_sortsupport().

◆ buf1

char* VarStringSortSupport::buf1

Definition at line 82 of file varlena.c.

Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().

◆ buf2

char* VarStringSortSupport::buf2

Definition at line 84 of file varlena.c.

Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().

◆ buflen1

int VarStringSortSupport::buflen1

Definition at line 85 of file varlena.c.

Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().

◆ buflen2

int VarStringSortSupport::buflen2

Definition at line 86 of file varlena.c.

Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().

◆ cache_blob

bool VarStringSortSupport::cache_blob

Definition at line 90 of file varlena.c.

Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().

◆ collate_c

bool VarStringSortSupport::collate_c

Definition at line 91 of file varlena.c.

Referenced by varstr_abbrev_convert(), and varstr_sortsupport().

◆ full_card

hyperLogLogState VarStringSortSupport::full_card

Definition at line 94 of file varlena.c.

Referenced by varstr_abbrev_abort(), varstr_abbrev_convert(), and varstr_sortsupport().

◆ last_len1

int VarStringSortSupport::last_len1

Definition at line 87 of file varlena.c.

Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().

◆ last_len2

int VarStringSortSupport::last_len2

Definition at line 88 of file varlena.c.

Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().

◆ last_returned

int VarStringSortSupport::last_returned

Definition at line 89 of file varlena.c.

Referenced by varstr_sortsupport(), and varstrfastcmp_locale().

◆ locale

pg_locale_t VarStringSortSupport::locale

Definition at line 96 of file varlena.c.

Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().

◆ prop_card

double VarStringSortSupport::prop_card

Definition at line 95 of file varlena.c.

Referenced by varstr_abbrev_abort(), and varstr_sortsupport().

◆ typid

Oid VarStringSortSupport::typid

Definition at line 92 of file varlena.c.

Referenced by varstr_abbrev_convert(), varstr_sortsupport(), and varstrfastcmp_locale().


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