Add bindings for glue(). Should behave consistent with glue::glue().
Also look at the various other glue functions to check if any of them are relevant.
glue_safe() might be relevant and worth implementing.
glue_sql() is for formatting SQL queries; that doesn't seem important here.
I think the _data variations of these functions are not relevant here.
I don't think there is any way to implement glue_col() in Arrow because that's just about the presentation layer.
glue_collapse() and the other glue functions that are relevant only in conjunction with glue_collapse() should be implemented separately (since they aggregate rows).
Reporter: Ian Cook / @ianmcook
Related issues:
Note: This issue was originally created as ARROW-13105. Please see the migration documentation for further details.
Add bindings for
glue(). Should behave consistent withglue::glue().Also look at the various other
gluefunctions to check if any of them are relevant.glue_safe()might be relevant and worth implementing.glue_sql()is for formatting SQL queries; that doesn't seem important here.I think the
_datavariations of these functions are not relevant here.I don't think there is any way to implement
glue_col()in Arrow because that's just about the presentation layer.glue_collapse()and the othergluefunctions that are relevant only in conjunction withglue_collapse()should be implemented separately (since they aggregate rows).Reporter: Ian Cook / @ianmcook
Related issues:
Note: This issue was originally created as ARROW-13105. Please see the migration documentation for further details.