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 827fa58b2e deploy: 79ea6ad89cdee81cab5fe54e4dcd22b0c26ea090
     new 9c7d4c1233 deploy: 20433530e7f60fa9ff45ae7c51c3e5ab27c7a2d0

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   (827fa58b2e)
            \
             N -- N -- N   refs/heads/asf-site (9c7d4c1233)

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/array/array/struct.BooleanArray.html         |   4 +-
 arrow/array/array/struct.FixedSizeListArray.html   |  22 ++--
 arrow/array/array/struct.GenericListArray.html     |   6 +-
 arrow/array/array/struct.GenericListViewArray.html |   6 +-
 arrow/array/array/struct.MapArray.html             |   4 +-
 arrow/array/array/struct.PrimitiveArray.html       |   6 +-
 arrow/array/array/struct.RunArray.html             |   8 +-
 arrow/array/array/struct.TypedDictionaryArray.html |  12 +-
 arrow/array/array/struct.TypedRunArray.html        |  10 +-
 arrow/array/array/trait.Array.html                 |  12 +-
 arrow/array/array/trait.ArrayAccessor.html         |  14 +--
 arrow/array/struct.BooleanArray.html               |   4 +-
 arrow/array/struct.FixedSizeListArray.html         |  22 ++--
 arrow/array/struct.GenericListArray.html           |   6 +-
 arrow/array/struct.GenericListViewArray.html       |   6 +-
 arrow/array/struct.MapArray.html                   |   4 +-
 arrow/array/struct.MutableArrayData.html           |   4 +-
 arrow/array/struct.PrimitiveArray.html             |   6 +-
 arrow/array/struct.RunArray.html                   |   8 +-
 arrow/array/struct.TypedDictionaryArray.html       |  12 +-
 arrow/array/struct.TypedRunArray.html              |  10 +-
 arrow/array/trait.Array.html                       |  12 +-
 arrow/array/trait.ArrayAccessor.html               |  14 +--
 arrow/buffer/struct.BooleanBuffer.html             |   2 +-
 arrow/buffer/struct.NullBuffer.html                |   2 +-
 arrow/compute/kernels/cast/struct.CastOptions.html |   4 +-
 .../kernels/filter/struct.SlicesIterator.html      |   6 +-
 arrow/compute/struct.CastOptions.html              |   4 +-
 arrow/compute/struct.SlicesIterator.html           |   6 +-
 arrow/datatypes/struct.Field.html                  |   4 +-
 .../util/bit_iterator/struct.BitIndexIterator.html |   6 +-
 arrow/util/bit_iterator/struct.BitIterator.html    |   8 +-
 .../util/bit_iterator/struct.BitSliceIterator.html |   6 +-
 arrow/util/display/struct.FormatOptions.html       |   4 +-
 arrow/util/display/struct.ValueFormatter.html      |   6 +-
 .../arithmetic/trait.ArrowNativeTypeOp.html        |  30 ++---
 .../array/binary_array/type.BinaryArray.html       |   4 +-
 .../binary_array/type.GenericBinaryArray.html      |   4 +-
 .../array/binary_array/type.LargeBinaryArray.html  |   4 +-
 .../array/boolean_array/struct.BooleanArray.html   |   4 +-
 .../array/byte_array/struct.GenericByteArray.html  |  14 +--
 .../struct.GenericByteViewArray.html               |  10 +-
 .../byte_view_array/type.BinaryViewArray.html      |   4 +-
 .../byte_view_array/type.StringViewArray.html      |   4 +-
 .../dictionary_array/struct.DictionaryArray.html   |  10 +-
 .../struct.TypedDictionaryArray.html               |  10 +-
 .../type.Int16DictionaryArray.html                 |   4 +-
 .../type.Int32DictionaryArray.html                 |   4 +-
 .../type.Int64DictionaryArray.html                 |   4 +-
 .../dictionary_array/type.Int8DictionaryArray.html |   4 +-
 .../type.UInt16DictionaryArray.html                |   4 +-
 .../type.UInt32DictionaryArray.html                |   4 +-
 .../type.UInt64DictionaryArray.html                |   4 +-
 .../type.UInt8DictionaryArray.html                 |   4 +-
 .../struct.FixedSizeBinaryArray.html               |  14 +--
 .../struct.FixedSizeListArray.html                 |  38 +++---
 arrow_array/array/fn.new_empty_array.html          |   2 +-
 arrow_array/array/fn.new_null_array.html           |   2 +-
 .../array/list_array/struct.GenericListArray.html  |  26 ++--
 .../array/list_array/type.LargeListArray.html      |   4 +-
 arrow_array/array/list_array/type.ListArray.html   |   4 +-
 .../struct.GenericListViewArray.html               |  26 ++--
 .../list_view_array/type.LargeListViewArray.html   |   4 +-
 .../array/list_view_array/type.ListViewArray.html  |   4 +-
 arrow_array/array/map_array/struct.MapArray.html   |  24 ++--
 arrow_array/array/null_array/struct.NullArray.html |   4 +-
 arrow_array/array/primitive_array/index.html       |   2 +-
 .../macro.def_from_for_primitive.html              |   2 +-
 .../macro.def_numeric_from_vec.html                |   2 +-
 .../primitive_array/struct.NativeAdapter.html      |   6 +-
 .../primitive_array/struct.PrimitiveArray.html     | 138 ++++++++++-----------
 .../array/primitive_array/type.Date32Array.html    |   4 +-
 .../array/primitive_array/type.Date64Array.html    |   4 +-
 .../primitive_array/type.Decimal128Array.html      |   4 +-
 .../primitive_array/type.Decimal256Array.html      |   4 +-
 .../type.DurationMicrosecondArray.html             |   4 +-
 .../type.DurationMillisecondArray.html             |   4 +-
 .../type.DurationNanosecondArray.html              |   4 +-
 .../primitive_array/type.DurationSecondArray.html  |   4 +-
 .../array/primitive_array/type.Float16Array.html   |   4 +-
 .../array/primitive_array/type.Float32Array.html   |   4 +-
 .../array/primitive_array/type.Float64Array.html   |   4 +-
 .../array/primitive_array/type.Int16Array.html     |   4 +-
 .../array/primitive_array/type.Int32Array.html     |   4 +-
 .../array/primitive_array/type.Int64Array.html     |   4 +-
 .../array/primitive_array/type.Int8Array.html      |   4 +-
 .../primitive_array/type.IntervalDayTimeArray.html |   4 +-
 .../type.IntervalMonthDayNanoArray.html            |   4 +-
 .../type.IntervalYearMonthArray.html               |   4 +-
 .../type.Time32MillisecondArray.html               |   4 +-
 .../primitive_array/type.Time32SecondArray.html    |   4 +-
 .../type.Time64MicrosecondArray.html               |   4 +-
 .../type.Time64NanosecondArray.html                |   4 +-
 .../type.TimestampMicrosecondArray.html            |   4 +-
 .../type.TimestampMillisecondArray.html            |   4 +-
 .../type.TimestampNanosecondArray.html             |   4 +-
 .../primitive_array/type.TimestampSecondArray.html |   6 +-
 .../array/primitive_array/type.UInt16Array.html    |   4 +-
 .../array/primitive_array/type.UInt32Array.html    |   4 +-
 .../array/primitive_array/type.UInt64Array.html    |   4 +-
 .../array/primitive_array/type.UInt8Array.html     |   4 +-
 arrow_array/array/run_array/index.html             |   2 +-
 arrow_array/array/run_array/struct.RunArray.html   |  52 ++++----
 .../array/run_array/struct.TypedRunArray.html      |  24 ++--
 .../array/run_array/type.Int16RunArray.html        |   6 +-
 .../array/run_array/type.Int32RunArray.html        |   6 +-
 .../array/run_array/type.Int64RunArray.html        |   6 +-
 .../string_array/type.GenericStringArray.html      |   6 +-
 .../array/string_array/type.LargeStringArray.html  |   4 +-
 .../array/string_array/type.StringArray.html       |   4 +-
 arrow_array/array/struct.BooleanArray.html         |   4 +-
 arrow_array/array/struct.DictionaryArray.html      |  10 +-
 arrow_array/array/struct.FixedSizeBinaryArray.html |  14 +--
 arrow_array/array/struct.FixedSizeListArray.html   |  38 +++---
 arrow_array/array/struct.GenericByteArray.html     |  14 +--
 arrow_array/array/struct.GenericByteViewArray.html |  10 +-
 arrow_array/array/struct.GenericListArray.html     |  26 ++--
 arrow_array/array/struct.GenericListViewArray.html |  26 ++--
 arrow_array/array/struct.MapArray.html             |  24 ++--
 arrow_array/array/struct.NativeAdapter.html        |   6 +-
 arrow_array/array/struct.NullArray.html            |   4 +-
 arrow_array/array/struct.PrimitiveArray.html       | 138 ++++++++++-----------
 arrow_array/array/struct.RunArray.html             |  52 ++++----
 arrow_array/array/struct.StructArray.html          |  28 ++---
 arrow_array/array/struct.TypedDictionaryArray.html |  10 +-
 arrow_array/array/struct.TypedRunArray.html        |  24 ++--
 arrow_array/array/struct.UnionArray.html           |  14 +--
 .../array/struct_array/struct.StructArray.html     |  28 ++---
 arrow_array/array/trait.Array.html                 |  14 +--
 arrow_array/array/trait.ArrayAccessor.html         |   6 +-
 arrow_array/array/type.ArrayRef.html               |   6 +-
 arrow_array/array/type.BinaryArray.html            |   4 +-
 arrow_array/array/type.BinaryViewArray.html        |   4 +-
 arrow_array/array/type.Date32Array.html            |   4 +-
 arrow_array/array/type.Date64Array.html            |   4 +-
 arrow_array/array/type.Decimal128Array.html        |   4 +-
 arrow_array/array/type.Decimal256Array.html        |   4 +-
 .../array/type.DurationMicrosecondArray.html       |   4 +-
 .../array/type.DurationMillisecondArray.html       |   4 +-
 .../array/type.DurationNanosecondArray.html        |   4 +-
 arrow_array/array/type.DurationSecondArray.html    |   4 +-
 arrow_array/array/type.Float16Array.html           |   4 +-
 arrow_array/array/type.Float32Array.html           |   4 +-
 arrow_array/array/type.Float64Array.html           |   4 +-
 arrow_array/array/type.GenericBinaryArray.html     |   4 +-
 arrow_array/array/type.GenericStringArray.html     |   6 +-
 arrow_array/array/type.Int16Array.html             |   4 +-
 arrow_array/array/type.Int16DictionaryArray.html   |   4 +-
 arrow_array/array/type.Int16RunArray.html          |   6 +-
 arrow_array/array/type.Int32Array.html             |   4 +-
 arrow_array/array/type.Int32DictionaryArray.html   |   4 +-
 arrow_array/array/type.Int32RunArray.html          |   6 +-
 arrow_array/array/type.Int64Array.html             |   4 +-
 arrow_array/array/type.Int64DictionaryArray.html   |   4 +-
 arrow_array/array/type.Int64RunArray.html          |   6 +-
 arrow_array/array/type.Int8Array.html              |   4 +-
 arrow_array/array/type.Int8DictionaryArray.html    |   4 +-
 arrow_array/array/type.IntervalDayTimeArray.html   |   4 +-
 .../array/type.IntervalMonthDayNanoArray.html      |   4 +-
 arrow_array/array/type.IntervalYearMonthArray.html |   4 +-
 arrow_array/array/type.LargeBinaryArray.html       |   4 +-
 arrow_array/array/type.LargeListArray.html         |   4 +-
 arrow_array/array/type.LargeListViewArray.html     |   4 +-
 arrow_array/array/type.LargeStringArray.html       |   4 +-
 arrow_array/array/type.ListArray.html              |   4 +-
 arrow_array/array/type.ListViewArray.html          |   4 +-
 arrow_array/array/type.StringArray.html            |   4 +-
 arrow_array/array/type.StringViewArray.html        |   4 +-
 arrow_array/array/type.Time32MillisecondArray.html |   4 +-
 arrow_array/array/type.Time32SecondArray.html      |   4 +-
 arrow_array/array/type.Time64MicrosecondArray.html |   4 +-
 arrow_array/array/type.Time64NanosecondArray.html  |   4 +-
 .../array/type.TimestampMicrosecondArray.html      |   4 +-
 .../array/type.TimestampMillisecondArray.html      |   4 +-
 .../array/type.TimestampNanosecondArray.html       |   4 +-
 arrow_array/array/type.TimestampSecondArray.html   |   6 +-
 arrow_array/array/type.UInt16Array.html            |   4 +-
 arrow_array/array/type.UInt16DictionaryArray.html  |   4 +-
 arrow_array/array/type.UInt32Array.html            |   4 +-
 arrow_array/array/type.UInt32DictionaryArray.html  |   4 +-
 arrow_array/array/type.UInt64Array.html            |   4 +-
 arrow_array/array/type.UInt64DictionaryArray.html  |   4 +-
 arrow_array/array/type.UInt8Array.html             |   4 +-
 arrow_array/array/type.UInt8DictionaryArray.html   |   4 +-
 .../array/union_array/struct.UnionArray.html       |  14 +--
 .../boolean_builder/struct.BooleanBuilder.html     |   2 +-
 .../struct.FixedSizeBinaryBuilder.html             |   2 +-
 .../struct.FixedSizeListBuilder.html               |   6 +-
 arrow_array/builder/fn.make_builder.html           |   2 +-
 .../struct.GenericByteDictionaryBuilder.html       |   8 +-
 .../struct.GenericByteViewBuilder.html             |   2 +-
 .../struct.GenericListBuilder.html                 |   6 +-
 arrow_array/builder/index.html                     |   2 +-
 arrow_array/builder/map_builder/index.html         |   2 +-
 .../builder/map_builder/struct.MapBuilder.html     |   8 +-
 .../builder/map_builder/struct.MapFieldNames.html  |   8 +-
 .../primitive_builder/struct.PrimitiveBuilder.html |  10 +-
 .../primitive_builder/type.Date32Builder.html      |   4 +-
 .../primitive_builder/type.Date64Builder.html      |   4 +-
 .../primitive_builder/type.Decimal128Builder.html  |   4 +-
 .../primitive_builder/type.Decimal256Builder.html  |   4 +-
 .../type.DurationMicrosecondBuilder.html           |   4 +-
 .../type.DurationMillisecondBuilder.html           |   4 +-
 .../type.DurationNanosecondBuilder.html            |   4 +-
 .../type.DurationSecondBuilder.html                |   4 +-
 .../primitive_builder/type.Float16Builder.html     |   4 +-
 .../primitive_builder/type.Float32Builder.html     |   4 +-
 .../primitive_builder/type.Float64Builder.html     |   4 +-
 .../primitive_builder/type.Int16Builder.html       |   4 +-
 .../primitive_builder/type.Int32Builder.html       |   4 +-
 .../primitive_builder/type.Int64Builder.html       |   4 +-
 .../primitive_builder/type.Int8Builder.html        |   4 +-
 .../type.IntervalDayTimeBuilder.html               |   4 +-
 .../type.IntervalMonthDayNanoBuilder.html          |   4 +-
 .../type.IntervalYearMonthBuilder.html             |   4 +-
 .../type.Time32MillisecondBuilder.html             |   4 +-
 .../type.Time32SecondBuilder.html                  |   4 +-
 .../type.Time64MicrosecondBuilder.html             |   4 +-
 .../type.Time64NanosecondBuilder.html              |   4 +-
 .../type.TimestampMicrosecondBuilder.html          |   4 +-
 .../type.TimestampMillisecondBuilder.html          |   4 +-
 .../type.TimestampNanosecondBuilder.html           |   4 +-
 .../type.TimestampSecondBuilder.html               |   4 +-
 .../primitive_builder/type.UInt16Builder.html      |   4 +-
 .../primitive_builder/type.UInt32Builder.html      |   4 +-
 .../primitive_builder/type.UInt64Builder.html      |   4 +-
 .../primitive_builder/type.UInt8Builder.html       |   4 +-
 .../struct.PrimitiveDictionaryBuilder.html         |   4 +-
 arrow_array/builder/struct.BooleanBuilder.html     |   2 +-
 .../builder/struct.FixedSizeBinaryBuilder.html     |   2 +-
 .../builder/struct.FixedSizeListBuilder.html       |   6 +-
 .../struct.GenericByteDictionaryBuilder.html       |   8 +-
 .../builder/struct.GenericByteViewBuilder.html     |   2 +-
 arrow_array/builder/struct.GenericListBuilder.html |   6 +-
 arrow_array/builder/struct.MapBuilder.html         |   8 +-
 arrow_array/builder/struct.MapFieldNames.html      |   8 +-
 arrow_array/builder/struct.PrimitiveBuilder.html   |  10 +-
 .../builder/struct.PrimitiveDictionaryBuilder.html |   4 +-
 arrow_array/builder/struct.StructBuilder.html      |   8 +-
 arrow_array/builder/struct.UnionBuilder.html       |   6 +-
 .../builder/struct_builder/fn.make_builder.html    |   2 +-
 .../struct_builder/struct.StructBuilder.html       |   8 +-
 arrow_array/builder/type.Date32Builder.html        |   4 +-
 arrow_array/builder/type.Date64Builder.html        |   4 +-
 arrow_array/builder/type.Decimal128Builder.html    |   4 +-
 arrow_array/builder/type.Decimal256Builder.html    |   4 +-
 .../builder/type.DurationMicrosecondBuilder.html   |   4 +-
 .../builder/type.DurationMillisecondBuilder.html   |   4 +-
 .../builder/type.DurationNanosecondBuilder.html    |   4 +-
 .../builder/type.DurationSecondBuilder.html        |   4 +-
 arrow_array/builder/type.Float16Builder.html       |   4 +-
 arrow_array/builder/type.Float32Builder.html       |   4 +-
 arrow_array/builder/type.Float64Builder.html       |   4 +-
 arrow_array/builder/type.Int16Builder.html         |   4 +-
 arrow_array/builder/type.Int32Builder.html         |   4 +-
 arrow_array/builder/type.Int64Builder.html         |   4 +-
 arrow_array/builder/type.Int8Builder.html          |   4 +-
 .../builder/type.IntervalDayTimeBuilder.html       |   4 +-
 .../builder/type.IntervalMonthDayNanoBuilder.html  |   4 +-
 .../builder/type.IntervalYearMonthBuilder.html     |   4 +-
 arrow_array/builder/type.LargeListBuilder.html     |   4 +-
 arrow_array/builder/type.ListBuilder.html          |   4 +-
 .../builder/type.Time32MillisecondBuilder.html     |   4 +-
 arrow_array/builder/type.Time32SecondBuilder.html  |   4 +-
 .../builder/type.Time64MicrosecondBuilder.html     |   4 +-
 .../builder/type.Time64NanosecondBuilder.html      |   4 +-
 .../builder/type.TimestampMicrosecondBuilder.html  |   4 +-
 .../builder/type.TimestampMillisecondBuilder.html  |   4 +-
 .../builder/type.TimestampNanosecondBuilder.html   |   4 +-
 .../builder/type.TimestampSecondBuilder.html       |   4 +-
 arrow_array/builder/type.UInt16Builder.html        |   4 +-
 arrow_array/builder/type.UInt32Builder.html        |   4 +-
 arrow_array/builder/type.UInt64Builder.html        |   4 +-
 arrow_array/builder/type.UInt8Builder.html         |   4 +-
 .../builder/union_builder/struct.FieldData.html    |   6 +-
 .../builder/union_builder/struct.UnionBuilder.html |   6 +-
 arrow_array/cast/fn.as_boolean_array.html          |   2 +-
 arrow_array/cast/fn.as_decimal_array.html          |   2 +-
 arrow_array/cast/fn.as_dictionary_array.html       |   2 +-
 arrow_array/cast/fn.as_fixed_size_list_array.html  |   2 +-
 arrow_array/cast/fn.as_generic_binary_array.html   |   2 +-
 arrow_array/cast/fn.as_generic_list_array.html     |   2 +-
 arrow_array/cast/fn.as_large_list_array.html       |   2 +-
 arrow_array/cast/fn.as_largestring_array.html      |   2 +-
 arrow_array/cast/fn.as_list_array.html             |   2 +-
 arrow_array/cast/fn.as_map_array.html              |   2 +-
 arrow_array/cast/fn.as_null_array.html             |   2 +-
 arrow_array/cast/fn.as_primitive_array.html        |   2 +-
 arrow_array/cast/fn.as_run_array.html              |   2 +-
 arrow_array/cast/fn.as_string_array.html           |   2 +-
 arrow_array/cast/fn.as_struct_array.html           |   2 +-
 arrow_array/cast/fn.as_union_array.html            |   2 +-
 arrow_array/cast/fn.downcast_array.html            |   2 +-
 arrow_array/cast/index.html                        |   2 +-
 arrow_array/cast/macro.array_downcast_fn.html      |   2 +-
 arrow_array/cast/private/index.html                |   2 +-
 arrow_array/cast/private/trait.Sealed.html         |   2 +-
 arrow_array/cast/trait.AsArray.html                |  68 +++++-----
 arrow_array/ffi/fn.bit_width.html                  |   2 +-
 arrow_array/ffi/fn.export_array_into_raw.html      |   2 +-
 arrow_array/ffi/fn.from_ffi.html                   |   2 +-
 arrow_array/ffi/fn.from_ffi_and_data_type.html     |   4 +-
 arrow_array/ffi/fn.to_ffi.html                     |   2 +-
 arrow_array/ffi/struct.FFI_ArrowSchema.html        |  48 +++----
 arrow_array/ffi/struct.ImportedArrowArray.html     |  16 +--
 arrow_array/ffi/type.Result.html                   |   6 +-
 arrow_array/ffi_stream/fn.get_error_code.html      |   2 +-
 arrow_array/ffi_stream/fn.get_stream_schema.html   |   2 +-
 .../ffi_stream/struct.ArrowArrayStreamReader.html  |  10 +-
 arrow_array/ffi_stream/type.Result.html            |   6 +-
 arrow_array/index.html                             |  18 +--
 arrow_array/macro.downcast_dictionary_array.html   |   4 +-
 arrow_array/macro.downcast_integer.html            |   2 +-
 arrow_array/macro.downcast_primitive.html          |   2 +-
 arrow_array/macro.downcast_primitive_array.html    |   2 +-
 arrow_array/macro.downcast_run_array.html          |   4 +-
 arrow_array/macro.downcast_run_end_index.html      |   2 +-
 arrow_array/macro.downcast_temporal.html           |   2 +-
 arrow_array/macro.downcast_temporal_array.html     |   2 +-
 arrow_array/record_batch/index.html                |   4 +-
 arrow_array/record_batch/struct.RecordBatch.html   |  34 ++---
 .../record_batch/struct.RecordBatchIterator.html   |  12 +-
 .../record_batch/trait.RecordBatchReader.html      |  14 +--
 .../record_batch/trait.RecordBatchWriter.html      |   8 +-
 arrow_array/struct.RecordBatch.html                |  34 ++---
 arrow_array/struct.RecordBatchIterator.html        |  12 +-
 arrow_array/timezone/private/struct.Tz.html        |   2 +-
 arrow_array/timezone/struct.Tz.html                |   2 +-
 arrow_array/trait.ArrowNativeTypeOp.html           |  30 ++---
 arrow_array/trait.RecordBatchReader.html           |  14 +--
 arrow_array/trait.RecordBatchWriter.html           |   8 +-
 .../fn.validate_decimal_precision_and_scale.html   |   2 +-
 arrow_array/types/index.html                       |   2 +-
 arrow_array/types/struct.BinaryViewType.html       |   2 +-
 arrow_array/types/struct.BooleanType.html          |   2 +-
 arrow_array/types/struct.Date32Type.html           |   2 +-
 arrow_array/types/struct.Date64Type.html           |   4 +-
 arrow_array/types/struct.Decimal128Type.html       |   4 +-
 arrow_array/types/struct.Decimal256Type.html       |   4 +-
 .../types/struct.DurationMicrosecondType.html      |   2 +-
 .../types/struct.DurationMillisecondType.html      |   2 +-
 .../types/struct.DurationNanosecondType.html       |   2 +-
 arrow_array/types/struct.DurationSecondType.html   |   2 +-
 arrow_array/types/struct.Float16Type.html          |   2 +-
 arrow_array/types/struct.Float32Type.html          |   2 +-
 arrow_array/types/struct.Float64Type.html          |   2 +-
 arrow_array/types/struct.GenericBinaryType.html    |   4 +-
 arrow_array/types/struct.GenericStringType.html    |   4 +-
 arrow_array/types/struct.Int16Type.html            |   2 +-
 arrow_array/types/struct.Int32Type.html            |   2 +-
 arrow_array/types/struct.Int64Type.html            |   2 +-
 arrow_array/types/struct.Int8Type.html             |   2 +-
 arrow_array/types/struct.IntervalDayTime.html      |   2 +-
 arrow_array/types/struct.IntervalDayTimeType.html  |   2 +-
 arrow_array/types/struct.IntervalMonthDayNano.html |   2 +-
 .../types/struct.IntervalMonthDayNanoType.html     |   2 +-
 .../types/struct.IntervalYearMonthType.html        |   2 +-
 arrow_array/types/struct.StringViewType.html       |   2 +-
 .../types/struct.Time32MillisecondType.html        |   2 +-
 arrow_array/types/struct.Time32SecondType.html     |   2 +-
 .../types/struct.Time64MicrosecondType.html        |   2 +-
 arrow_array/types/struct.Time64NanosecondType.html |   2 +-
 .../types/struct.TimestampMicrosecondType.html     |   2 +-
 .../types/struct.TimestampMillisecondType.html     |   2 +-
 .../types/struct.TimestampNanosecondType.html      |   2 +-
 arrow_array/types/struct.TimestampSecondType.html  |   2 +-
 arrow_array/types/struct.UInt16Type.html           |   2 +-
 arrow_array/types/struct.UInt32Type.html           |   2 +-
 arrow_array/types/struct.UInt64Type.html           |   2 +-
 arrow_array/types/struct.UInt8Type.html            |   2 +-
 arrow_array/types/trait.ArrowPrimitiveType.html    |   8 +-
 arrow_array/types/trait.ArrowTimestampType.html    |  12 +-
 arrow_array/types/trait.ByteArrayType.html         |  10 +-
 arrow_array/types/trait.ByteViewType.html          |   8 +-
 arrow_array/types/trait.DecimalType.html           |  14 +--
 arrow_avro/schema/struct.Attributes.html           |   2 +-
 .../bit_iterator/struct.BitIndexIterator.html      |   4 +-
 arrow_buffer/bit_iterator/struct.BitIterator.html  |   6 +-
 .../bit_iterator/struct.BitSliceIterator.html      |   4 +-
 .../buffer/boolean/struct.BooleanBuffer.html       |   2 +-
 arrow_buffer/buffer/null/struct.NullBuffer.html    |   2 +-
 arrow_buffer/buffer/struct.BooleanBuffer.html      |   2 +-
 arrow_buffer/buffer/struct.NullBuffer.html         |   2 +-
 .../util/bit_iterator/struct.BitIndexIterator.html |   4 +-
 .../util/bit_iterator/struct.BitIterator.html      |   6 +-
 .../util/bit_iterator/struct.BitSliceIterator.html |   4 +-
 arrow_cast/cast/struct.CastOptions.html            |   4 +-
 arrow_cast/display/struct.FormatOptions.html       |   4 +-
 .../display/struct.MillisecondsFormatter.html      |   4 +-
 .../display/struct.NanosecondsFormatter.html       |   4 +-
 arrow_cast/display/struct.ValueFormatter.html      |   6 +-
 arrow_cast/display/trait.DisplayIndex.html         |   4 +-
 .../bit_iterator/struct.BitIndexIterator.html      |   6 +-
 arrow_data/bit_iterator/struct.BitIterator.html    |   8 +-
 .../bit_iterator/struct.BitSliceIterator.html      |   6 +-
 arrow_data/transform/struct.MutableArrayData.html  |   4 +-
 arrow_data/transform/struct._MutableArrayData.html |   2 +-
 arrow_flight/encode/index.html                     |   2 +-
 .../flight_service_server/trait.FlightService.html |   4 +-
 .../flight_service_server/trait.FlightService.html |   4 +-
 .../sql/server/fn.arrow_error_to_status.html       |   2 +-
 .../sql/server/fn.decode_error_to_status.html      |   2 +-
 arrow_flight/sql/server/index.html                 |   2 +-
 .../server/struct.PeekableFlightDataStream.html    |  10 +-
 .../sql/server/trait.FlightSqlService.html         |   6 +-
 arrow_ipc/convert/struct.IpcSchemaEncoder.html     |   4 +-
 arrow_ipc/gen/Schema/struct.Field.html             |   4 +-
 arrow_ipc/writer/constant.PADDING.html             |   2 +-
 .../writer/fn.append_variadic_buffer_counts.html   |   2 +-
 arrow_ipc/writer/fn.buffer_need_truncate.html      |   2 +-
 arrow_ipc/writer/fn.get_buffer_element_width.html  |   2 +-
 arrow_ipc/writer/fn.get_byte_array_buffers.html    |   2 +-
 arrow_ipc/writer/fn.get_list_array_buffers.html    |   2 +-
 arrow_ipc/writer/fn.has_validity_bitmap.html       |   2 +-
 .../writer/fn.into_zero_offset_run_array.html      |   2 +-
 arrow_ipc/writer/fn.pad_to_alignment.html          |   2 +-
 arrow_ipc/writer/fn.reencode_offsets.html          |   2 +-
 arrow_ipc/writer/fn.unslice_run_array.html         |   2 +-
 arrow_ipc/writer/fn.write_array_data.html          |   2 +-
 arrow_ipc/writer/fn.write_body_buffers.html        |   2 +-
 arrow_ipc/writer/fn.write_buffer.html              |   2 +-
 arrow_ipc/writer/fn.write_continuation.html        |   2 +-
 arrow_ipc/writer/fn.write_message.html             |   2 +-
 arrow_ipc/writer/index.html                        |   2 +-
 arrow_ipc/writer/struct.DictionaryTracker.html     |  14 +--
 arrow_ipc/writer/struct.EncodedData.html           |   2 +-
 arrow_ipc/writer/struct.FileWriter.html            |  26 ++--
 arrow_ipc/writer/struct.IpcDataGenerator.html      |  16 +--
 arrow_ipc/writer/struct.StreamWriter.html          |  22 ++--
 .../reader/serializer/struct.ListSerializer.html   |   8 +-
 .../reader/serializer/struct.ObjectSerializer.html |   6 +-
 arrow_json/reader/tape/struct.BufIter.html         |   4 +-
 .../writer/encoder/struct.BooleanEncoder.html      |   2 +-
 .../writer/encoder/struct.DictionaryEncoder.html   |   4 +-
 .../encoder/struct.FixedSizeListEncoder.html       |   4 +-
 arrow_json/writer/encoder/struct.ListEncoder.html  |   4 +-
 arrow_json/writer/encoder/struct.MapEncoder.html   |   4 +-
 .../writer/encoder/struct.StringEncoder.html       |   2 +-
 .../writer/encoder/struct.StructArrayEncoder.html  |   4 +-
 arrow_json/writer/encoder/trait.Encoder.html       |   6 +-
 arrow_ord/cmp/trait.ArrayOrd.html                  |   4 +-
 arrow_row/struct.Row.html                          |  12 +-
 arrow_row/struct.RowsIter.html                     |   6 +-
 arrow_schema/datatype/enum.DataType.html           |   6 +-
 arrow_schema/datatype_parse/struct.Tokenizer.html  |   4 +-
 arrow_schema/enum.DataType.html                    |   6 +-
 arrow_schema/ffi/fn.get_format_string.html         |   2 +-
 arrow_schema/ffi/index.html                        |   2 +-
 arrow_schema/ffi/struct.FFI_ArrowSchema.html       |  10 +-
 arrow_schema/field/struct.Field.html               |   2 +-
 arrow_schema/schema/struct.Schema.html             |   2 +-
 arrow_schema/struct.Field.html                     |   2 +-
 arrow_schema/struct.Schema.html                    |   2 +-
 arrow_select/filter/struct.IndexIterator.html      |   4 +-
 arrow_select/filter/struct.SlicesIterator.html     |   4 +-
 parquet/arrow/arrow_reader/trait.RowGroups.html    |   2 +-
 .../async_reader/metadata/trait.MetadataFetch.html |   4 +-
 .../async_reader/struct.InMemoryRowGroup.html      |   4 +-
 .../arrow/async_reader/trait.MetadataFetch.html    |   4 +-
 parquet/column/page/trait.PageWriter.html          |   2 +-
 parquet/column/writer/enum.ColumnWriter.html       |   2 +-
 parquet/data_type/trait.AsBytes.html               |   4 +-
 parquet/file/reader/trait.RowGroupReader.html      |   2 +-
 .../struct.SerializedFileReader.html               |   4 +-
 .../struct.SerializedRowGroupReader.html           |   4 +-
 .../file/writer/struct.SerializedPageWriter.html   |   4 +-
 parquet/record/api/struct.MapList.html             |   4 +-
 parquet/record/api/trait.ListAccessor.html         |   2 +-
 parquet/record/reader/enum.Either.html             |   2 +-
 parquet/record/reader/struct.RowIter.html          |   4 +-
 parquet/record/trait.ListAccessor.html             |   2 +-
 parquet/schema/parser/struct.Parser.html           |   2 +-
 parquet/schema/printer/struct.Printer.html         |   2 +-
 parquet/schema/types/struct.ColumnPath.html        |   4 +-
 .../thrift/struct.TCompactSliceInputProtocol.html  |   4 +-
 search-index.js                                    |   2 +-
 src/arrow_arith/aggregate.rs.html                  |   4 +-
 src/arrow_array/array/boolean_array.rs.html        |   2 +-
 src/arrow_array/array/dictionary_array.rs.html     |  10 +-
 .../array/fixed_size_list_array.rs.html            |  20 +--
 src/arrow_array/array/list_array.rs.html           |   2 +-
 src/arrow_array/array/list_view_array.rs.html      |   2 +-
 src/arrow_array/array/map_array.rs.html            |   2 +-
 src/arrow_array/array/mod.rs.html                  |   2 +-
 src/arrow_array/array/primitive_array.rs.html      |   6 +-
 src/arrow_array/array/run_array.rs.html            |  20 ++-
 src/arrow_array/cast.rs.html                       |   4 +-
 src/arrow_array/ffi.rs.html                        |   2 +-
 src/arrow_avro/schema.rs.html                      |   2 +-
 src/arrow_buffer/util/bit_iterator.rs.html         |  10 +-
 src/arrow_buffer/util/bit_mask.rs.html             |   2 +-
 src/arrow_buffer/util/bit_util.rs.html             |   2 +-
 src/arrow_cast/cast/mod.rs.html                    |   2 +-
 src/arrow_cast/display.rs.html                     |  30 ++---
 src/arrow_data/transform/mod.rs.html               |   4 +-
 src/arrow_flight/encode.rs.html                    |  12 +-
 src/arrow_flight/sql/server.rs.html                |   4 +-
 src/arrow_ipc/convert.rs.html                      |   4 +-
 src/arrow_ipc/writer.rs.html                       |   4 +-
 src/arrow_json/reader/serializer.rs.html           |  10 +-
 src/arrow_json/reader/tape.rs.html                 |   4 +-
 src/arrow_json/writer/encoder.rs.html              |  16 +--
 src/arrow_ord/cmp.rs.html                          |   2 +-
 src/arrow_row/lib.rs.html                          |  16 +--
 src/arrow_schema/datatype_parse.rs.html            |   2 +-
 src/arrow_schema/ffi.rs.html                       |  14 ++-
 src/arrow_select/filter.rs.html                    |   4 +-
 src/parquet/arrow/async_reader/metadata.rs.html    |   2 +-
 src/parquet/arrow/async_reader/mod.rs.html         |   2 +-
 src/parquet/bloom_filter/mod.rs.html               |   2 +-
 src/parquet/column/writer/mod.rs.html              |   2 +-
 src/parquet/data_type.rs.html                      |   2 +-
 src/parquet/encodings/rle.rs.html                  |  40 +++---
 src/parquet/file/serialized_reader.rs.html         |   6 +-
 src/parquet/file/writer.rs.html                    |   2 +-
 src/parquet/record/api.rs.html                     |   2 +-
 src/parquet/record/reader.rs.html                  |   4 +-
 src/parquet/schema/parser.rs.html                  |   2 +-
 src/parquet/schema/printer.rs.html                 |   2 +-
 src/parquet/schema/types.rs.html                   |   2 +-
 src/parquet/thrift.rs.html                         |   2 +-
 src/parquet/util/bit_util.rs.html                  |   2 +-
 trait.impl/core/clone/trait.Clone.js               |   4 +-
 trait.impl/core/cmp/trait.Eq.js                    |   4 +-
 trait.impl/core/cmp/trait.Ord.js                   |   4 +-
 trait.impl/core/cmp/trait.PartialEq.js             |   4 +-
 trait.impl/core/cmp/trait.PartialOrd.js            |   4 +-
 trait.impl/core/convert/trait.AsRef.js             |   4 +-
 trait.impl/core/convert/trait.From.js              |   4 +-
 trait.impl/core/convert/trait.TryFrom.js           |   4 +-
 trait.impl/core/default/trait.Default.js           |   4 +-
 trait.impl/core/fmt/trait.Debug.js                 |   4 +-
 trait.impl/core/fmt/trait.Display.js               |   4 +-
 trait.impl/core/hash/trait.Hash.js                 |   4 +-
 .../core/iter/traits/collect/trait.IntoIterator.js |   4 +-
 .../double_ended/trait.DoubleEndedIterator.js      |   4 +-
 .../traits/exact_size/trait.ExactSizeIterator.js   |   4 +-
 .../core/iter/traits/iterator/trait.Iterator.js    |   4 +-
 trait.impl/core/marker/trait.Copy.js               |   4 +-
 trait.impl/serde/ser/trait.SerializeMap.js         |   4 +-
 trait.impl/serde/ser/trait.SerializeSeq.js         |   4 +-
 trait.impl/serde/ser/trait.SerializeStruct.js      |   4 +-
 trait.impl/serde/ser/trait.SerializeTuple.js       |   4 +-
 trait.impl/serde/ser/trait.SerializeTupleStruct.js |   4 +-
 trait.impl/thrift/protocol/trait.TInputProtocol.js |   4 +-
 .../array/binary_array/type.GenericBinaryArray.js  |   4 +-
 .../array/byte_array/struct.GenericByteArray.js    |   4 +-
 .../byte_view_array/struct.GenericByteViewArray.js |   4 +-
 .../dictionary_array/struct.DictionaryArray.js     |   4 +-
 .../array/list_array/struct.GenericListArray.js    |   4 +-
 .../list_view_array/struct.GenericListViewArray.js |   4 +-
 .../array/primitive_array/struct.PrimitiveArray.js |   4 +-
 .../arrow_array/array/run_array/struct.RunArray.js |   4 +-
 .../array/string_array/type.GenericStringArray.js  |   4 +-
 .../struct.GenericByteDictionaryBuilder.js         |   4 +-
 .../struct.GenericByteViewBuilder.js               |   4 +-
 .../struct.GenericListBuilder.js                   |   4 +-
 .../primitive_builder/struct.PrimitiveBuilder.js   |   4 +-
 .../arrow_array/types/struct.GenericBinaryType.js  |   4 +-
 .../arrow_array/types/struct.GenericStringType.js  |   4 +-
 560 files changed, 1747 insertions(+), 1755 deletions(-)


Reply via email to