This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 1d9f7781ac GH-14787: [Java] [Doc] Update table.rst (#14794)
add 1c8853bfbb ARROW-18112: [Go] Remaining Scalar Arithmetic (#14777)
No new revisions were added by this update.
Summary of changes:
dev/release/rat_exclude_files.txt | 1 +
go/arrow/compute/arithmetic.go | 286 ++++
go/arrow/compute/arithmetic_test.go | 1600 +++++++++++++++++++-
go/arrow/compute/cast_test.go | 6 +-
.../internal/kernels/_lib/base_arithmetic.cc | 22 +
.../kernels/_lib/base_arithmetic_avx2_amd64.s | 34 +-
.../kernels/_lib/base_arithmetic_sse4_amd64.s | 34 +-
.../compute/internal/kernels/base_arithmetic.go | 252 ++-
.../internal/kernels/base_arithmetic_amd64.go | 22 +-
.../internal/kernels/base_arithmetic_avx2_amd64.s | 34 +-
.../internal/kernels/base_arithmetic_sse4_amd64.s | 34 +-
go/arrow/compute/internal/kernels/rounding.go | 809 ++++++++++
.../compute/internal/kernels/roundmode_string.go | 34 +
.../compute/internal/kernels/scalar_arithmetic.go | 41 +
go/arrow/compute/scalar_compare_test.go | 2 +-
go/arrow/compute/vector_selection_test.go | 4 +-
go/arrow/decimal128/decimal128.go | 16 +-
go/arrow/decimal256/decimal256.go | 16 +-
go/arrow/scalar/numeric.gen.go | 58 +
go/arrow/scalar/numeric.gen.go.tmpl | 36 +
20 files changed, 3181 insertions(+), 160 deletions(-)
create mode 100644 go/arrow/compute/internal/kernels/rounding.go
create mode 100644 go/arrow/compute/internal/kernels/roundmode_string.go