Enumeration
ArrowRoundMode
since: 7.0.0
Description [src]
They correspond to the values of arrow::compute::RoundMode.
Available since: 7.0.0
Members
| Name | Description | 
|---|---|
GARROW_ROUND_DOWN | 
          No description available. | 
GARROW_ROUND_UP | 
          No description available. | 
GARROW_ROUND_TOWARDS_ZERO | 
          Get the integral part without fractional digits (aka “trunc”)
  | 
        
GARROW_ROUND_TOWARDS_INFINITY | 
          No description available. | 
GARROW_ROUND_HALF_DOWN | 
          No description available. | 
GARROW_ROUND_HALF_UP | 
          No description available. | 
GARROW_ROUND_HALF_TOWARDS_ZERO | 
          No description available. | 
GARROW_ROUND_HALF_TOWARDS_INFINITY | 
          No description available. | 
GARROW_ROUND_HALF_TO_EVEN | 
          No description available. | 
GARROW_ROUND_HALF_TO_ODD | 
          No description available. |