PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SetOpStatePerGroupData Struct Reference

Data Fields

int64 numLeft
 
int64 numRight
 

Detailed Description

Definition at line 62 of file nodeSetOp.c.

Field Documentation

◆ numLeft

int64 SetOpStatePerGroupData::numLeft

Definition at line 64 of file nodeSetOp.c.

Referenced by set_output_count(), and setop_retrieve_sorted().

◆ numRight

int64 SetOpStatePerGroupData::numRight

Definition at line 65 of file nodeSetOp.c.

Referenced by set_output_count(), and setop_retrieve_sorted().


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