This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 472c97731 Add ListArray Constructors (#3879) (#4065)
add 295ca8634 Add DictionaryArray Constructors (#3879) (#4068)
No new revisions were added by this update.
Summary of changes:
arrow-arith/src/aggregate.rs | 17 ++--
arrow-arith/src/arithmetic.rs | 8 +-
arrow-arith/src/arity.rs | 5 +-
arrow-arith/src/temporal.rs | 108 ++++++++++---------------
arrow-array/src/array/dictionary_array.rs | 129 +++++++++++++++++++-----------
arrow-flight/src/encode.rs | 2 +-
arrow-ipc/src/reader.rs | 25 +++---
arrow-ipc/src/writer.rs | 2 +-
arrow-ord/src/comparison.rs | 94 +++++++++++-----------
arrow-ord/src/ord.rs | 29 +++----
arrow-ord/src/sort.rs | 7 +-
arrow-string/src/length.rs | 2 +-
arrow-string/src/substring.rs | 2 +-
arrow/src/array/ffi.rs | 2 +-
14 files changed, 218 insertions(+), 214 deletions(-)