greenplum-db / PivotalR-archive

An convenient R tool for manipulating tables in PostgreSQL type databases and a wrapper of Apache MADlib.
https://pivotalsoftware.github.io/gp-r/
125 stars 53 forks source link

PL/R support #31

Open walkingsparrow opened 9 years ago

walkingsparrow commented 9 years ago

Implement plr.map, plr.reduce, plr.filter, plr.flatmap functions, which utilize PL/R to create functions directly in Postgres databases.

Using these functions as the basis for building more complicated algorithms.

walkingsparrow commented 9 years ago

Work underway in the branch plr

wjjung317 commented 9 years ago

It would be great if the interface was similar to R's apply() family of functions

haltux commented 7 years ago

Hello,

Is plr support still planned? plr branch has not been updated for two years and not merged into master.

Regards,

fmcquillan99 commented 7 years ago

We are interested in it. @wjjung317 asked about it recently as well. So it is on the roadmap but I don't have a timeline on when it will be done.