|
PostgreSQL Source Code git master
|
Data Fields | |
| bool | abbreviate |
| hyperLogLogState | abbr_card |
| hyperLogLogState | full_card |
| double | prop_card |
| hyperLogLogState ByteaSortSupport::abbr_card |
Definition at line 44 of file bytea.c.
Referenced by bytea_abbrev_abort(), bytea_abbrev_convert(), and bytea_sortsupport().
| bool ByteaSortSupport::abbreviate |
Definition at line 43 of file bytea.c.
Referenced by bytea_sortsupport().
| hyperLogLogState ByteaSortSupport::full_card |
Definition at line 45 of file bytea.c.
Referenced by bytea_abbrev_abort(), bytea_abbrev_convert(), and bytea_sortsupport().
| double ByteaSortSupport::prop_card |
Definition at line 46 of file bytea.c.
Referenced by bytea_abbrev_abort(), and bytea_sortsupport().