Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
ARROW-13772 binds quantile() to tdigest() which returns approximate quantiles and binds median() to approximate_median() which returns an approximate median. The bindings issue a warning saying that the median/quantile is approximate. Once ARROW-13309 is implemented, modify the binding to call Arrow functions that returns exact quantiles and medians, and remove the warnings.
We should keep the approximate quantile and median bindings but rename them.
When doing this, we should also modify the bindings to accept type and interpolation arguments like we do in the quantile.ArrowDatum method: https://github.com/apache/arrow/blob/170a24fc5f9f6f9c7c7d15a716c5995f03204a4b/r/R/compute.R#L156-L187
Attachments
Issue Links
- depends upon
-
ARROW-13309 [C++] Implement hash_aggregate exact quantile kernel
-
- Open
-
- relates to
-
ARROW-13772 [R] Binding for median() and quantile() aggregation functions
-
- Resolved
-