nealrichardson commented on a change in pull request #9875:
URL: https://github.com/apache/arrow/pull/9875#discussion_r606393391
##########
File path: r/R/compute.R
##########
@@ -80,6 +80,36 @@ collect_arrays_from_dots <- function(dots) {
ChunkedArray$create(!!!arrays)
}
+#' @export
+quantile.ArrowDatum <- function(x,
+ probs = seq(0, 1, 0.25),
+ na.rm = FALSE,
+ interpolation = c("linear", "lower", "higher",
"nearest", "midpoint"),
+ ...) {
Review comment:
Ok to defer to a followup, though if you do, it would be good in this PR
if our default was the same as the R default (whichever it is) and we errored
if the user specifies a non-default value for `type`
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]