This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
discard b045443a69 deploy: fe65b8d9377cb9734cc2be8e4517492fa7eba867 new 75353295ca deploy: ecd2905cc2a7bf3c2e3f6048b8558202028fe108 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (b045443a69) \ N -- N -- N refs/heads/asf-site (75353295ca) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: arrow_data/all.html | 2 +- arrow_data/transform/enum.Capacities.html | 4 +- arrow_data/transform/fn.build_extend.html | 2 +- .../transform/fn.build_extend_dictionary.html | 2 +- .../transform/fn.build_extend_null_bits.html | 2 +- arrow_data/transform/fn.build_extend_nulls.html | 2 +- arrow_data/transform/fn.build_extend_view.html | 2 +- .../fn.preallocate_offset_and_binary_buffer.html | 2 +- arrow_data/transform/index.html | 4 +- arrow_data/transform/run/fn.build_extend.html | 5 + .../transform/run/fn.build_extend_arrays.html | 8 + arrow_data/transform/run/fn.extend_nulls.html | 4 + .../run/fn.get_last_run_end.html} | 5 +- .../transform/run/fn.process_extends_batch.html | 7 + arrow_data/transform/run/index.html | 1 + arrow_data/transform/run/sidebar-items.js | 1 + arrow_data/transform/sidebar-items.js | 2 +- arrow_data/transform/struct.MutableArrayData.html | 22 +- arrow_data/transform/struct._MutableArrayData.html | 4 +- arrow_data/transform/type.Extend.html | 2 +- arrow_data/transform/type.ExtendNullBits.html | 2 +- arrow_data/transform/type.ExtendNulls.html | 2 +- arrow_select/interleave/index.html | 2 +- search-index.js | 4 +- search.desc/arrow/arrow-desc-0-.js | 2 +- search.desc/arrow_data/arrow_data-desc-0-.js | 2 +- src-files.js | 4 +- src/arrow_data/transform/mod.rs.html | 1608 ++++++++++---------- src/arrow_data/transform/run.rs.html | 655 ++++++++ src/arrow_select/interleave.rs.html | 924 ++++++----- 30 files changed, 2094 insertions(+), 1194 deletions(-) create mode 100644 arrow_data/transform/run/fn.build_extend.html create mode 100644 arrow_data/transform/run/fn.build_extend_arrays.html create mode 100644 arrow_data/transform/run/fn.extend_nulls.html copy arrow_data/{equal/list/fn.lengths_equal.html => transform/run/fn.get_last_run_end.html} (60%) create mode 100644 arrow_data/transform/run/fn.process_extends_batch.html create mode 100644 arrow_data/transform/run/index.html create mode 100644 arrow_data/transform/run/sidebar-items.js create mode 100644 src/arrow_data/transform/run.rs.html