This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
from 7e53c0aa fix(arrow/array): fix concat for out of order REE slices
(#587)
add 2931bade new(arrow/compute): temporal rounding methods (#572)
No new revisions were added by this update.
Summary of changes:
arrow/compute/arithmetic.go | 94 ++
arrow/compute/exec/kernel.go | 30 +
arrow/compute/internal/kernels/rounding.go | 587 +++++++++++
arrow/compute/registry.go | 3 +-
arrow/compute/temporal_rounding_test.go | 1523 ++++++++++++++++++++++++++++
5 files changed, 2236 insertions(+), 1 deletion(-)
create mode 100644 arrow/compute/temporal_rounding_test.go