PostgreSQL Source Code  git master
macaddr_sortsupport_state Struct Reference

Data Fields

int64 input_count
 
bool estimating
 
hyperLogLogState abbr_card
 

Detailed Description

Definition at line 37 of file mac.c.

Field Documentation

◆ abbr_card

hyperLogLogState macaddr_sortsupport_state::abbr_card

Definition at line 42 of file mac.c.

Referenced by macaddr_abbrev_abort(), macaddr_abbrev_convert(), and macaddr_sortsupport().

◆ estimating

bool macaddr_sortsupport_state::estimating

Definition at line 40 of file mac.c.

Referenced by macaddr_abbrev_abort(), macaddr_abbrev_convert(), and macaddr_sortsupport().

◆ input_count

int64 macaddr_sortsupport_state::input_count

Definition at line 39 of file mac.c.

Referenced by macaddr_abbrev_abort(), macaddr_abbrev_convert(), and macaddr_sortsupport().


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