| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/api/../../cpp/../c_glib/arrow-glib/enum.RoundMode.html | [Back] [Original] |
Generated by gi-docgen 2025.3
since: 7.0.0
They correspond to the values of arrow::compute::RoundMode.
Available since: 7.0.0
GARROW_ROUND_DOWN
No description available.
0GARROW_ROUND_UP
No description available.
1GARROW_ROUND_TOWARDS_ZERO
Get the integral part without fractional digits (aka “trunc”)
GARROW_ROUND_TOWARDS_INFINITY,
Round negative values with GARROW_ROUND_MODE_DOWN rule
and positive values with UP rule (aka “away from zero”)
GARROW_ROUND_HALF_DOWN,
Round ties with GARROW_ROUND_MODE_DOWN rule
(also called “round half towards negative infinity”)
GARROW_ROUND_HALF_UP,
Round ties with GARROW_ROUND_MODE_UP rule
(also called “round half towards positive infinity”)
GARROW_ROUND_HALF_TOWARDS_ZERO,
Round ties with GARROW_ROUND_MODE_TOWARDS_ZERO rule
(also called “round half away from infinity”)
GARROW_ROUND_HALF_TOWARDS_INFINITY,
Round ties with GARROW_ROUND_MODE_TOWARDS_INFINITY rule
(also called “round half away from zero”)
GARROW_ROUND_HALF_TO_EVEN,
Round ties to nearest even integer
GARROW_ROUND_HALF_TO_ODD,
Round ties to nearest odd integer.
2GARROW_ROUND_TOWARDS_INFINITY
No description available.
3GARROW_ROUND_HALF_DOWN
No description available.
4GARROW_ROUND_HALF_UP
No description available.
5GARROW_ROUND_HALF_TOWARDS_ZERO
No description available.
6GARROW_ROUND_HALF_TOWARDS_INFINITY
No description available.
7GARROW_ROUND_HALF_TO_EVEN
No description available.
8GARROW_ROUND_HALF_TO_ODD
No description available.
9Content
| Web Proxy Viewer | New URL | Original Page |