PostgreSQL Source Code  git master
NumericSortSupport Struct Reference

Data Fields

void * buf
 
int64 input_count
 
bool estimating
 
hyperLogLogState abbr_card
 

Detailed Description

Definition at line 330 of file numeric.c.

Field Documentation

◆ abbr_card

hyperLogLogState NumericSortSupport::abbr_card

Definition at line 336 of file numeric.c.

Referenced by numeric_abbrev_abort(), and numeric_sortsupport().

◆ buf

void* NumericSortSupport::buf

Definition at line 332 of file numeric.c.

Referenced by numeric_abbrev_convert(), and numeric_sortsupport().

◆ estimating

bool NumericSortSupport::estimating

Definition at line 334 of file numeric.c.

Referenced by numeric_abbrev_abort(), and numeric_sortsupport().

◆ input_count

int64 NumericSortSupport::input_count

Definition at line 333 of file numeric.c.

Referenced by numeric_abbrev_abort(), numeric_abbrev_convert(), and numeric_sortsupport().


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