PostgreSQL Source Code git master
BoolAggState Struct Reference

Data Fields

int64 aggcount
 
int64 aggtrue
 

Detailed Description

Definition at line 317 of file bool.c.

Field Documentation

◆ aggcount

int64 BoolAggState::aggcount

Definition at line 319 of file bool.c.

◆ aggtrue

int64 BoolAggState::aggtrue

Definition at line 320 of file bool.c.


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