Enumeration
ArrowQuantileInterpolation
since: 9.0.0
Description [src]
They correspond to the values of
arrow::compute::QuantileOptions::Interpolation
.
Available since: 9.0.0
Members
Name | Description |
---|---|
GARROW_QUANTILE_INTERPOLATION_LINEAR |
Linear. |
GARROW_QUANTILE_INTERPOLATION_LOWER |
Lower. |
GARROW_QUANTILE_INTERPOLATION_HIGHER |
Higher. |
GARROW_QUANTILE_INTERPOLATION_NEAREST |
Nearest. |
GARROW_QUANTILE_INTERPOLATION_MIDPOINT |
Midpoint. |