PostgreSQL Source Code  git master
BoolAggState Struct Reference

Data Fields

int64 aggcount
 
int64 aggtrue
 

Detailed Description

Definition at line 304 of file bool.c.

Field Documentation

◆ aggcount

int64 BoolAggState::aggcount

Definition at line 306 of file bool.c.

◆ aggtrue

int64 BoolAggState::aggtrue

Definition at line 307 of file bool.c.


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