You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to divide which returns only the quotient, it'd be useful to have a function which returns both quotient and remainder (these are efficient to compute simultaneously), probably as a struct<quotient: T, remainder: T>.
Ian Cook / @ianmcook:
We should also expose quotient and modulo compute functions that would presumably use the same code as this but would return only the quotient or only the remainder (ARROW-12755)
Apache Arrow JIRA Bot:
This issue was last updated over 90 days ago, which may be an indication it is no longer being actively worked. To better reflect the current state, the issue is being unassigned per project policy. Please feel free to re-take assignment of the issue if it is being actively worked, or if you plan to start that work soon.
In addition to
divide
which returns only the quotient, it'd be useful to have a function which returns both quotient and remainder (these are efficient to compute simultaneously), probably as astruct<quotient: T, remainder: T>
.Reporter: Ben Kietzman / @bkietz
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-12084. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: