RE: Partial aggregates pushdown
От | Fujii.Yuki@df.MitsubishiElectric.co.jp" |
---|---|
Тема | RE: Partial aggregates pushdown |
Дата | |
Msg-id | TY2PR01MB383583A1AB42A2CDEE49E25495D22@TY2PR01MB3835.jpnprd01.prod.outlook.com обсуждение исходный текст |
Ответ на | RE: Partial aggregates pushdown ("Fujii.Yuki@df.MitsubishiElectric.co.jp" <Fujii.Yuki@df.MitsubishiElectric.co.jp>) |
Список | pgsql-hackers |
> From: Fujii Yuki <Fujii.Yuki@df.MitsubishiElectric.co.jp> > Sent: Monday, July 1, 2024 6:42 AM > Hi hackers. > > On Wed, Jun 5, 2024 at 9:15?AM Fujii.Yuki@df.MitsubishiElectric.co.jp <Fujii.Yuki@df.mitsubishielectric.co.jp> wrote: > > Requirement2. Consider appropriate position of the new keyword "PARTIAL_AGGREGATE". (with Robert) > > Existing patch: Before the target expression. Ex. avg(PARTIAL_AGGREGATE c1) > > Ideal: Before the aggregate function. Ex. PARTIAL_AGGREGATE avg(c1) > > Requirement3. Consider to avoid to make the new keyword "PARTIAL_AGGREGATE" become a reserved word. (with > Robert) > > In the existing patch, "PARTIAL_AGGREGATE" is a reserved word. > I considered the above two requirement. > Based on my research, there is no way to use PARTIAL_AGGREGATE in front of a function name without making it a > reserved word. With this way, I couldn't resolve shift/reduce conflicts.
В списке pgsql-hackers по дате отправления: