amol- commented on a change in pull request #11624:
URL: https://github.com/apache/arrow/pull/11624#discussion_r746691614
##########
File path: python/pyarrow/_compute.pyx
##########
@@ -1294,3 +1294,30 @@ class TDigestOptions(_TDigestOptions):
if not isinstance(q, (list, tuple, np.ndarray)):
q = [q]
self._set_options(q, delta, buffer_size, skip_nulls, min_count)
+
+
+def _group_by(args, keys, aggregations):
Review comment:
Not sure, should we? I made it internal because we plan to replace this
with the exec engine on long term, so I guess that the `Table.group_by`
implementation will switch to use something different in the future.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]