Re: [GSoC] array processing questions

Поиск
Список
Период
Сортировка
От Charles Cui
Тема Re: [GSoC] array processing questions
Дата
Msg-id CA+SXE9tO5onneNsoD2RkJ97cOE1_-Ta=4+0++8aasgppCNVUoQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GSoC] array processing questions  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-hackers
thanks Andrew, will take a look.

On Sat, Jun 23, 2018, 5:44 PM Andrew Gierth <andrew@tao11.riddles.org.uk> wrote:
>>>>> "Charles" == Charles Cui <charles.cui1984@gmail.com> writes:

 Charles> Hi mentors and hackers,
 Charles>     One question about array processing in postgresql. Assume
 Charles> my input is a Datum (which contains an array). Are there any
 Charles> examples to loop through the array and operates on each
 Charles> element? feel like it is not that straight-ford.

See array_iter_setup and array_iter_next

--
Andrew (irc:RhodiumToad)

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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: [GSoC] array processing questions
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: WIP: BRIN multi-range indexes