PostgreSQL Source Code git master
ByteaSortSupport Struct Reference

Data Fields

bool abbreviate
 
hyperLogLogState abbr_card
 
hyperLogLogState full_card
 
double prop_card
 

Detailed Description

Definition at line 41 of file bytea.c.

Field Documentation

◆ abbr_card

hyperLogLogState ByteaSortSupport::abbr_card

Definition at line 44 of file bytea.c.

Referenced by bytea_abbrev_abort(), bytea_abbrev_convert(), and bytea_sortsupport().

◆ abbreviate

bool ByteaSortSupport::abbreviate

Definition at line 43 of file bytea.c.

Referenced by bytea_sortsupport().

◆ full_card

hyperLogLogState ByteaSortSupport::full_card

Definition at line 45 of file bytea.c.

Referenced by bytea_abbrev_abort(), bytea_abbrev_convert(), and bytea_sortsupport().

◆ prop_card

double ByteaSortSupport::prop_card

Definition at line 46 of file bytea.c.

Referenced by bytea_abbrev_abort(), and bytea_sortsupport().


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