Re: MAP syntax for arrays

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: MAP syntax for arrays
Дата
Msg-id 42cf8743-971d-b816-bd24-c17d70167ebf@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: MAP syntax for arrays  (Chapman Flack <chap@anastigmatix.net>)
Ответы Re: MAP syntax for arrays  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Re: MAP syntax for arrays  (Ildar Musin <i.musin@postgrespro.ru>)
Список pgsql-hackers
On 5/8/18 09:19, Chapman Flack wrote:
> On 05/08/2018 08:57 AM, Ildar Musin wrote:
>>
>> select map (pow(2, x) - 1 for x in array[1,2,3,4,5]);
> 
> I wonder how efficient an implementation would be possible strictly
> as a function, without grammar changes?

Yeah, you can pass a function to another function (using regprocedure or
just oid), so this should be possible entirely in user space.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: perlcritic and perltidy
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: MAP syntax for arrays