Re: Distinct tightly coupled with Agg

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Distinct tightly coupled with Agg
Дата
Msg-id 1178736.1668538565@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Distinct tightly coupled with Agg  (Ankit Kumar Pandey <itsankitkp@gmail.com>)
Ответы Re: Distinct tightly coupled with Agg  (Ankit Kumar Pandey <itsankitkp@gmail.com>)
Список pgsql-hackers
Ankit Kumar Pandey <itsankitkp@gmail.com> writes:
> I am looking at todo item (#1) /Implement DISTINCT clause in window 
> aggregates/ and while looking at code, I found distinct tightly coupled 
> with Agg function. Looking at another todo item(#2) /Do we really need 
> so much duplicated code between Agg and WindowAgg/?  I was wondering 
> what is general stance on this? Is #2 per-requisite for #1?

No, I think #2 is just a general statement of annoyance.  It'd be
great if someone finds a way to refactor things to improve that; but
seeing that window functions operate in a much different environment
than plain aggregates, I'm not holding my breath.  It's certainly
not a prerequisite for any other work in the area.

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ankit Kumar Pandey
Дата:
Сообщение: Re: Distinct tightly coupled with Agg
Следующее
От: Andres Freund
Дата:
Сообщение: Re: meson oddities