Where is Aggregation Attribute - Mailing list pgsql-hackers

From Zhe He
Subject Where is Aggregation Attribute
Date
Msg-id d7ca04b40809171939k4492623fjf3960d16dc3b976@mail.gmail.com
Whole thread Raw
List pgsql-hackers
I want to get the attribute from an Aggregation node, 
where is it?

typedef struct Agg
{
Plan plan;
AggStrategy aggstrategy;
int numCols; /* number of grouping columns */
AttrNumber *grpColIdx; /* their indexes in the target list */
Oid   *grpOperators; /* equality operators to compare with */
long numGroups; /* estimated number of groups in input */
} Agg;

--
Best Regards,
Zhe HE
TEL: (001) 646-789-3008
Address:965 Amsterdam Avenue,
New York, NY 10025

Master Student, CS Dept.
Columbia University
www.columbia.edu/~zh2132
-------------------------------------------
07 Alumni
Bachelor of Eng, BUPT
www.bupt.edu.cn

pgsql-hackers by date:

Previous
From: ITAGAKI Takahiro
Date:
Subject: 0x1A in control file on Windows
Next
From: Tatsuo Ishii
Date:
Subject: Re: Common Table Expressions (WITH RECURSIVE) patch