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 4a32fb15a9 deploy: f92ff183aad326b1a818f6495215f60b27d9ad4b
new 31de1d4cbd deploy: ef91857d40a8f5f325296b7e6a70d1ecf302dd48
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 (4a32fb15a9)
\
N -- N -- N refs/heads/asf-site (31de1d4cbd)
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_select/all.html | 2 +-
arrow_select/concat/index.html | 2 +-
arrow_select/dictionary/fn.bytes_ptr_eq.html | 2 +-
.../dictionary/fn.compute_values_mask.html | 2 +-
arrow_select/dictionary/fn.get_masked_values.html | 2 +-
arrow_select/dictionary/fn.masked_bytes.html | 2 +-
.../dictionary/fn.masked_primitives_to_bytes.html | 6 +
.../dictionary/fn.merge_dictionary_values.html | 2 +-
.../fn.should_merge_dictionary_values.html | 2 +-
arrow_select/dictionary/index.html | 4 +-
.../macro.masked_primitive_to_bytes_helper!.html | 11 +
.../macro.masked_primitive_to_bytes_helper.html | 3 +
arrow_select/dictionary/sidebar-items.js | 2 +-
arrow_select/dictionary/struct.Interner.html | 6 +-
.../dictionary/struct.MergedDictionaries.html | 2 +-
arrow_select/dictionary/type.InternerBucket.html | 2 +-
arrow_select/dictionary/type.PtrEq.html | 2 +-
search-index.js | 4 +-
search.desc/arrow_select/arrow_select-desc-0-.js | 2 +-
src/arrow_select/concat.rs.html | 1023 ++++++++++----------
src/arrow_select/dictionary.rs.html | 670 +++++++------
.../function/trait.Fn.js => std/primitive.fn.js} | 0
22 files changed, 924 insertions(+), 829 deletions(-)
create mode 100644 arrow_select/dictionary/fn.masked_primitives_to_bytes.html
create mode 100644
arrow_select/dictionary/macro.masked_primitive_to_bytes_helper!.html
create mode 100644
arrow_select/dictionary/macro.masked_primitive_to_bytes_helper.html
rename type.impl/{core/ops/function/trait.Fn.js => std/primitive.fn.js} (100%)