PostgreSQL Source Code
git master
|
Data Fields | |
void * | buf |
int64 | input_count |
bool | estimating |
hyperLogLogState | abbr_card |
hyperLogLogState NumericSortSupport::abbr_card |
Definition at line 345 of file numeric.c.
Referenced by numeric_abbrev_abort(), and numeric_sortsupport().
void* NumericSortSupport::buf |
Definition at line 341 of file numeric.c.
Referenced by numeric_abbrev_convert(), and numeric_sortsupport().
bool NumericSortSupport::estimating |
Definition at line 343 of file numeric.c.
Referenced by numeric_abbrev_abort(), and numeric_sortsupport().
int64 NumericSortSupport::input_count |
Definition at line 342 of file numeric.c.
Referenced by numeric_abbrev_abort(), numeric_abbrev_convert(), and numeric_sortsupport().