PostgreSQL Source Code  git master
uuid_sortsupport_state Struct Reference

Data Fields

int64 input_count
 
bool estimating
 
hyperLogLogState abbr_card
 

Detailed Description

Definition at line 27 of file uuid.c.

Field Documentation

◆ abbr_card

hyperLogLogState uuid_sortsupport_state::abbr_card

Definition at line 32 of file uuid.c.

Referenced by uuid_abbrev_abort(), uuid_abbrev_convert(), and uuid_sortsupport().

◆ estimating

bool uuid_sortsupport_state::estimating

Definition at line 30 of file uuid.c.

Referenced by uuid_abbrev_abort(), uuid_abbrev_convert(), and uuid_sortsupport().

◆ input_count

int64 uuid_sortsupport_state::input_count

Definition at line 29 of file uuid.c.

Referenced by uuid_abbrev_abort(), uuid_abbrev_convert(), and uuid_sortsupport().


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