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 0a7387a4c4 deploy: c1a57cb548ddbc49f70ccb4b4d401b4c012ae6f6
     new 1a0ed365d2 deploy: 19a14dcf506953c14e0e380c557a4db8c75bf43e

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   (0a7387a4c4)
            \
             N -- N -- N   refs/heads/asf-site (1a0ed365d2)

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/all.html                                     |    2 +-
 .../ffi_stream/struct.ArrowArrayStreamReader.html  |    8 +-
 arrow/array/struct.ArrayData.html                  |    8 +-
 arrow/array/struct.RecordBatch.html                |    8 +-
 arrow/array/trait.RecordBatchReader.html           |    4 +-
 arrow/compute/fn.day.html                          |    6 -
 arrow/compute/fn.day_dyn.html                      |    4 -
 arrow/compute/fn.doy.html                          |    8 -
 arrow/compute/fn.doy_dyn.html                      |    5 -
 arrow/compute/fn.hour.html                         |    7 -
 arrow/compute/fn.hour_dyn.html                     |    4 -
 arrow/compute/fn.microsecond.html                  |    6 -
 arrow/compute/fn.microsecond_dyn.html              |    4 -
 arrow/compute/fn.millisecond.html                  |    6 -
 arrow/compute/fn.millisecond_dyn.html              |    4 -
 arrow/compute/fn.minute.html                       |    6 -
 arrow/compute/fn.minute_dyn.html                   |    4 -
 arrow/compute/fn.month.html                        |    7 -
 arrow/compute/fn.month_dyn.html                    |    4 -
 arrow/compute/fn.nanosecond.html                   |    6 -
 arrow/compute/fn.nanosecond_dyn.html               |    4 -
 arrow/compute/fn.num_days_from_monday.html         |    9 -
 arrow/compute/fn.num_days_from_monday_dyn.html     |    9 -
 arrow/compute/fn.num_days_from_sunday.html         |    9 -
 arrow/compute/fn.num_days_from_sunday_dyn.html     |    9 -
 arrow/compute/fn.quarter.html                      |    7 -
 arrow/compute/fn.quarter_dyn.html                  |    4 -
 arrow/compute/fn.second.html                       |    6 -
 arrow/compute/fn.second_dyn.html                   |    4 -
 arrow/compute/fn.week.html                         |    6 -
 arrow/compute/fn.week_dyn.html                     |    4 -
 arrow/compute/fn.year.html                         |    6 -
 arrow/compute/fn.year_dyn.html                     |    4 -
 arrow/compute/index.html                           |   45 +-
 arrow/compute/kernels/temporal/fn.day.html         |    6 -
 arrow/compute/kernels/temporal/fn.day_dyn.html     |    4 -
 arrow/compute/kernels/temporal/fn.doy.html         |    8 -
 arrow/compute/kernels/temporal/fn.doy_dyn.html     |    5 -
 arrow/compute/kernels/temporal/fn.hour.html        |    7 -
 arrow/compute/kernels/temporal/fn.hour_dyn.html    |    4 -
 arrow/compute/kernels/temporal/fn.microsecond.html |    6 -
 .../kernels/temporal/fn.microsecond_dyn.html       |    4 -
 arrow/compute/kernels/temporal/fn.millisecond.html |    6 -
 .../kernels/temporal/fn.millisecond_dyn.html       |    4 -
 arrow/compute/kernels/temporal/fn.minute.html      |    6 -
 arrow/compute/kernels/temporal/fn.minute_dyn.html  |    4 -
 arrow/compute/kernels/temporal/fn.month.html       |    7 -
 arrow/compute/kernels/temporal/fn.month_dyn.html   |    4 -
 arrow/compute/kernels/temporal/fn.nanosecond.html  |    6 -
 .../kernels/temporal/fn.nanosecond_dyn.html        |    4 -
 .../kernels/temporal/fn.num_days_from_monday.html  |    9 -
 .../temporal/fn.num_days_from_monday_dyn.html      |    9 -
 .../kernels/temporal/fn.num_days_from_sunday.html  |    9 -
 .../temporal/fn.num_days_from_sunday_dyn.html      |    9 -
 arrow/compute/kernels/temporal/fn.quarter.html     |    7 -
 arrow/compute/kernels/temporal/fn.quarter_dyn.html |    4 -
 arrow/compute/kernels/temporal/fn.second.html      |    6 -
 arrow/compute/kernels/temporal/fn.second_dyn.html  |    4 -
 arrow/compute/kernels/temporal/fn.week.html        |    6 -
 arrow/compute/kernels/temporal/fn.week_dyn.html    |    4 -
 arrow/compute/kernels/temporal/fn.year.html        |    6 -
 arrow/compute/kernels/temporal/fn.year_dyn.html    |    4 -
 arrow/compute/kernels/temporal/index.html          |   29 +-
 arrow/compute/kernels/temporal/sidebar-items.js    |    2 +-
 arrow/compute/sidebar-items.js                     |    2 +-
 arrow/datatypes/enum.DataType.html                 |    8 +-
 arrow/datatypes/struct.Field.html                  |    8 +-
 arrow/datatypes/struct.Schema.html                 |    8 +-
 .../ffi_stream/struct.ArrowArrayStreamReader.html  |    8 +-
 arrow/index.html                                   |    2 +-
 arrow/record_batch/struct.RecordBatch.html         |    8 +-
 arrow/record_batch/trait.RecordBatchReader.html    |    4 +-
 arrow_arith/all.html                               |    2 +-
 arrow_arith/temporal/enum.DatePart.html            |    6 +-
 arrow_arith/temporal/fn.date_part.html             |    2 +-
 arrow_arith/temporal/fn.date_part_primitive.html   |    6 -
 arrow_arith/temporal/fn.day.html                   |    4 -
 arrow_arith/temporal/fn.day_dyn.html               |    4 -
 arrow_arith/temporal/fn.doy.html                   |    6 -
 arrow_arith/temporal/fn.doy_dyn.html               |    5 -
 .../temporal/fn.get_date_time_part_extract_fn.html |    2 +-
 arrow_arith/temporal/fn.get_tz.html                |    2 +-
 arrow_arith/temporal/fn.hour.html                  |    5 -
 arrow_arith/temporal/fn.hour_dyn.html              |    4 -
 arrow_arith/temporal/fn.microsecond.html           |    6 -
 arrow_arith/temporal/fn.microsecond_dyn.html       |    4 -
 arrow_arith/temporal/fn.millisecond.html           |    6 -
 arrow_arith/temporal/fn.millisecond_dyn.html       |    4 -
 arrow_arith/temporal/fn.minute.html                |    4 -
 arrow_arith/temporal/fn.minute_dyn.html            |    4 -
 arrow_arith/temporal/fn.month.html                 |    5 -
 arrow_arith/temporal/fn.month_dyn.html             |    4 -
 arrow_arith/temporal/fn.nanosecond.html            |    6 -
 arrow_arith/temporal/fn.nanosecond_dyn.html        |    4 -
 arrow_arith/temporal/fn.num_days_from_monday.html  |    9 -
 .../temporal/fn.num_days_from_monday_dyn.html      |    9 -
 arrow_arith/temporal/fn.num_days_from_sunday.html  |    9 -
 .../temporal/fn.num_days_from_sunday_dyn.html      |    9 -
 arrow_arith/temporal/fn.quarter.html               |    5 -
 arrow_arith/temporal/fn.quarter_dyn.html           |    4 -
 arrow_arith/temporal/fn.second.html                |    4 -
 arrow_arith/temporal/fn.second_dyn.html            |    4 -
 arrow_arith/temporal/fn.week.html                  |    4 -
 arrow_arith/temporal/fn.week_dyn.html              |    4 -
 arrow_arith/temporal/fn.year.html                  |    4 -
 arrow_arith/temporal/fn.year_dyn.html              |    4 -
 arrow_arith/temporal/index.html                    |   34 +-
 .../temporal/macro.return_compute_error_with.html  |    2 +-
 arrow_arith/temporal/sidebar-items.js              |    2 +-
 arrow_arith/temporal/trait.ChronoDateExt.html      |    8 +-
 arrow_arith/temporal/trait.ExtractDatePartExt.html |    4 +-
 arrow_array/arithmetic/index.html                  |    2 +-
 .../arithmetic/trait.ArrowNativeTypeOp.html        |    6 +-
 .../array/binary_array/type.BinaryArray.html       |    8 +-
 .../binary_array/type.GenericBinaryArray.html      |    8 +-
 .../array/binary_array/type.LargeBinaryArray.html  |    8 +-
 .../array/boolean_array/struct.BooleanArray.html   |   26 +-
 .../array/byte_array/struct.GenericByteArray.html  |   42 +-
 .../struct.GenericByteViewArray.html               |   38 +-
 .../byte_view_array/type.BinaryViewArray.html      |    8 +-
 .../byte_view_array/type.StringViewArray.html      |    8 +-
 .../dictionary_array/struct.DictionaryArray.html   |    4 +-
 .../struct.TypedDictionaryArray.html               |    2 +-
 .../struct.FixedSizeBinaryArray.html               |   22 +-
 .../struct.FixedSizeListArray.html                 |   14 +-
 arrow_array/array/fn.get_offsets.html              |    4 +-
 .../array/list_array/struct.GenericListArray.html  |   28 +-
 .../array/list_array/trait.OffsetSizeTrait.html    |    2 +-
 .../array/list_array/type.LargeListArray.html      |    6 +-
 arrow_array/array/list_array/type.ListArray.html   |    6 +-
 .../struct.GenericListViewArray.html               |   34 +-
 .../list_view_array/type.LargeListViewArray.html   |    8 +-
 .../array/list_view_array/type.ListViewArray.html  |    8 +-
 arrow_array/array/map_array/struct.MapArray.html   |   26 +-
 arrow_array/array/null_array/struct.NullArray.html |    4 +-
 .../primitive_array/struct.NativeAdapter.html      |    4 +-
 .../primitive_array/struct.PrimitiveArray.html     |   26 +-
 .../array/primitive_array/type.Date32Array.html    |    8 +-
 .../array/primitive_array/type.Date64Array.html    |    8 +-
 .../primitive_array/type.Decimal128Array.html      |    8 +-
 .../primitive_array/type.Decimal256Array.html      |    8 +-
 .../array/primitive_array/type.Decimal32Array.html |    8 +-
 .../array/primitive_array/type.Decimal64Array.html |    8 +-
 .../type.DurationMicrosecondArray.html             |    8 +-
 .../type.DurationMillisecondArray.html             |    8 +-
 .../type.DurationNanosecondArray.html              |    8 +-
 .../primitive_array/type.DurationSecondArray.html  |    8 +-
 .../array/primitive_array/type.Float16Array.html   |    8 +-
 .../array/primitive_array/type.Float32Array.html   |    8 +-
 .../array/primitive_array/type.Float64Array.html   |    8 +-
 .../array/primitive_array/type.Int16Array.html     |    8 +-
 .../array/primitive_array/type.Int32Array.html     |    8 +-
 .../array/primitive_array/type.Int64Array.html     |    8 +-
 .../array/primitive_array/type.Int8Array.html      |    8 +-
 .../primitive_array/type.IntervalDayTimeArray.html |    8 +-
 .../type.IntervalMonthDayNanoArray.html            |    8 +-
 .../type.IntervalYearMonthArray.html               |    8 +-
 .../type.Time32MillisecondArray.html               |    8 +-
 .../primitive_array/type.Time32SecondArray.html    |    8 +-
 .../type.Time64MicrosecondArray.html               |    8 +-
 .../type.Time64NanosecondArray.html                |    8 +-
 .../type.TimestampMicrosecondArray.html            |    8 +-
 .../type.TimestampMillisecondArray.html            |    8 +-
 .../type.TimestampNanosecondArray.html             |    8 +-
 .../primitive_array/type.TimestampSecondArray.html |    8 +-
 .../array/primitive_array/type.UInt16Array.html    |    8 +-
 .../array/primitive_array/type.UInt32Array.html    |    8 +-
 .../array/primitive_array/type.UInt64Array.html    |    8 +-
 .../array/primitive_array/type.UInt8Array.html     |    8 +-
 arrow_array/array/run_array/struct.RunArray.html   |   10 +-
 .../array/run_array/struct.TypedRunArray.html      |    4 +-
 .../array/run_array/type.Int16RunArray.html        |    4 +-
 .../array/run_array/type.Int32RunArray.html        |    4 +-
 .../array/run_array/type.Int64RunArray.html        |    4 +-
 .../string_array/type.GenericStringArray.html      |    8 +-
 .../array/string_array/type.LargeStringArray.html  |    8 +-
 .../array/string_array/type.StringArray.html       |    8 +-
 arrow_array/array/struct.BooleanArray.html         |   26 +-
 arrow_array/array/struct.DictionaryArray.html      |    4 +-
 arrow_array/array/struct.FixedSizeBinaryArray.html |   22 +-
 arrow_array/array/struct.FixedSizeListArray.html   |   14 +-
 arrow_array/array/struct.GenericByteArray.html     |   42 +-
 arrow_array/array/struct.GenericByteViewArray.html |   38 +-
 arrow_array/array/struct.GenericListArray.html     |   28 +-
 arrow_array/array/struct.GenericListViewArray.html |   34 +-
 arrow_array/array/struct.MapArray.html             |   26 +-
 arrow_array/array/struct.NativeAdapter.html        |    4 +-
 arrow_array/array/struct.NullArray.html            |    4 +-
 arrow_array/array/struct.PrimitiveArray.html       |   26 +-
 arrow_array/array/struct.RunArray.html             |   10 +-
 arrow_array/array/struct.StructArray.html          |   24 +-
 arrow_array/array/struct.TypedDictionaryArray.html |    2 +-
 arrow_array/array/struct.TypedRunArray.html        |    4 +-
 arrow_array/array/struct.UnionArray.html           |   46 +-
 .../array/struct_array/struct.StructArray.html     |   24 +-
 arrow_array/array/trait.Array.html                 |   12 +-
 arrow_array/array/trait.OffsetSizeTrait.html       |    2 +-
 arrow_array/array/type.ArrayRef.html               |    2 +-
 arrow_array/array/type.BinaryArray.html            |    8 +-
 arrow_array/array/type.BinaryViewArray.html        |    8 +-
 arrow_array/array/type.Date32Array.html            |    8 +-
 arrow_array/array/type.Date64Array.html            |    8 +-
 arrow_array/array/type.Decimal128Array.html        |    8 +-
 arrow_array/array/type.Decimal256Array.html        |    8 +-
 arrow_array/array/type.Decimal32Array.html         |    8 +-
 arrow_array/array/type.Decimal64Array.html         |    8 +-
 .../array/type.DurationMicrosecondArray.html       |    8 +-
 .../array/type.DurationMillisecondArray.html       |    8 +-
 .../array/type.DurationNanosecondArray.html        |    8 +-
 arrow_array/array/type.DurationSecondArray.html    |    8 +-
 arrow_array/array/type.Float16Array.html           |    8 +-
 arrow_array/array/type.Float32Array.html           |    8 +-
 arrow_array/array/type.Float64Array.html           |    8 +-
 arrow_array/array/type.GenericBinaryArray.html     |    8 +-
 arrow_array/array/type.GenericStringArray.html     |    8 +-
 arrow_array/array/type.Int16Array.html             |    8 +-
 arrow_array/array/type.Int16RunArray.html          |    4 +-
 arrow_array/array/type.Int32Array.html             |    8 +-
 arrow_array/array/type.Int32RunArray.html          |    4 +-
 arrow_array/array/type.Int64Array.html             |    8 +-
 arrow_array/array/type.Int64RunArray.html          |    4 +-
 arrow_array/array/type.Int8Array.html              |    8 +-
 arrow_array/array/type.IntervalDayTimeArray.html   |    8 +-
 .../array/type.IntervalMonthDayNanoArray.html      |    8 +-
 arrow_array/array/type.IntervalYearMonthArray.html |    8 +-
 arrow_array/array/type.LargeBinaryArray.html       |    8 +-
 arrow_array/array/type.LargeListArray.html         |    6 +-
 arrow_array/array/type.LargeListViewArray.html     |    8 +-
 arrow_array/array/type.LargeStringArray.html       |    8 +-
 arrow_array/array/type.ListArray.html              |    6 +-
 arrow_array/array/type.ListViewArray.html          |    8 +-
 arrow_array/array/type.StringArray.html            |    8 +-
 arrow_array/array/type.StringViewArray.html        |    8 +-
 arrow_array/array/type.Time32MillisecondArray.html |    8 +-
 arrow_array/array/type.Time32SecondArray.html      |    8 +-
 arrow_array/array/type.Time64MicrosecondArray.html |    8 +-
 arrow_array/array/type.Time64NanosecondArray.html  |    8 +-
 .../array/type.TimestampMicrosecondArray.html      |    8 +-
 .../array/type.TimestampMillisecondArray.html      |    8 +-
 .../array/type.TimestampNanosecondArray.html       |    8 +-
 arrow_array/array/type.TimestampSecondArray.html   |    8 +-
 arrow_array/array/type.UInt16Array.html            |    8 +-
 arrow_array/array/type.UInt32Array.html            |    8 +-
 arrow_array/array/type.UInt64Array.html            |    8 +-
 arrow_array/array/type.UInt8Array.html             |    8 +-
 arrow_array/array/union_array/enum.Mask.html       |    2 +-
 .../array/union_array/enum.SparseStrategy.html     |    2 +-
 .../array/union_array/struct.UnionArray.html       |   46 +-
 .../boolean_builder/struct.BooleanBuilder.html     |    2 +-
 arrow_array/builder/buffer_builder/index.html      |    2 +-
 .../buffer_builder/struct.BufferBuilder.html       |   60 +-
 .../buffer_builder/struct.OffsetBufferBuilder.html |   26 +-
 .../struct.FixedSizeBinaryBuilder.html             |    2 +-
 .../struct.FixedSizeBinaryDictionaryBuilder.html   |    2 +-
 .../struct.FixedSizeListBuilder.html               |    2 +-
 .../struct.GenericByteRunBuilder.html              |    2 +-
 .../struct.GenericByteBuilder.html                 |    8 +-
 .../struct.GenericByteDictionaryBuilder.html       |    2 +-
 .../enum.BlockSizeGrowthStrategy.html              |    2 +-
 .../struct.GenericByteViewBuilder.html             |   10 +-
 .../type.BinaryViewBuilder.html                    |    4 +-
 .../type.StringViewBuilder.html                    |    4 +-
 .../struct.GenericListBuilder.html                 |    2 +-
 .../struct.GenericListViewBuilder.html             |    2 +-
 arrow_array/builder/index.html                     |    2 +-
 .../builder/map_builder/struct.MapBuilder.html     |    6 +-
 .../builder/map_builder/struct.MapFieldNames.html  |    2 +-
 .../builder/null_builder/struct.NullBuilder.html   |    2 +-
 .../primitive_builder/struct.PrimitiveBuilder.html |    6 +-
 .../primitive_builder/type.Decimal256Builder.html  |    4 +-
 .../struct.PrimitiveDictionaryBuilder.html         |    2 +-
 .../primitive_dictionary_builder/struct.Value.html |    8 +-
 .../struct.PrimitiveRunBuilder.html                |    2 +-
 .../builder/struct.BooleanBufferBuilder.html       |   56 +-
 arrow_array/builder/struct.BooleanBuilder.html     |    2 +-
 arrow_array/builder/struct.BufferBuilder.html      |   60 +-
 .../builder/struct.FixedSizeBinaryBuilder.html     |    2 +-
 .../struct.FixedSizeBinaryDictionaryBuilder.html   |    2 +-
 .../builder/struct.FixedSizeListBuilder.html       |    2 +-
 arrow_array/builder/struct.GenericByteBuilder.html |    8 +-
 .../struct.GenericByteDictionaryBuilder.html       |    2 +-
 .../builder/struct.GenericByteRunBuilder.html      |    2 +-
 .../builder/struct.GenericByteViewBuilder.html     |   10 +-
 arrow_array/builder/struct.GenericListBuilder.html |    2 +-
 .../builder/struct.GenericListViewBuilder.html     |    2 +-
 arrow_array/builder/struct.MapBuilder.html         |    6 +-
 arrow_array/builder/struct.MapFieldNames.html      |    2 +-
 arrow_array/builder/struct.NullBufferBuilder.html  |   46 +-
 arrow_array/builder/struct.NullBuilder.html        |    2 +-
 .../builder/struct.OffsetBufferBuilder.html        |   26 +-
 arrow_array/builder/struct.PrimitiveBuilder.html   |    6 +-
 .../builder/struct.PrimitiveDictionaryBuilder.html |    2 +-
 .../builder/struct.PrimitiveRunBuilder.html        |    2 +-
 arrow_array/builder/type.BinaryViewBuilder.html    |    4 +-
 arrow_array/builder/type.Decimal256Builder.html    |    4 +-
 arrow_array/builder/type.StringViewBuilder.html    |    4 +-
 .../union_builder/trait.FieldDataValues.html       |    4 +-
 arrow_array/ffi/fn.create_buffer.html              |    2 +-
 arrow_array/ffi/struct.FFI_ArrowArray.html         |    2 +-
 arrow_array/ffi/struct.ImportedArrowArray.html     |    6 +-
 arrow_array/index.html                             |   16 +-
 arrow_array/iterator/struct.ArrayIter.html         |    6 +-
 arrow_array/iterator/type.BooleanIter.html         |    4 +-
 arrow_array/iterator/type.FixedSizeBinaryIter.html |    4 +-
 arrow_array/iterator/type.FixedSizeListIter.html   |    4 +-
 arrow_array/iterator/type.GenericBinaryIter.html   |    4 +-
 .../iterator/type.GenericListArrayIter.html        |    4 +-
 .../iterator/type.GenericListViewArrayIter.html    |    4 +-
 arrow_array/iterator/type.GenericStringIter.html   |    4 +-
 arrow_array/iterator/type.MapArrayIter.html        |    4 +-
 arrow_array/iterator/type.PrimitiveIter.html       |    4 +-
 .../record_batch/struct.RecordBatchIterator.html   |    2 +-
 .../record_batch/struct.RecordBatchOptions.html    |    2 +-
 arrow_array/scalar/struct.Scalar.html              |    2 +-
 arrow_array/struct.RecordBatchIterator.html        |    2 +-
 arrow_array/struct.RecordBatchOptions.html         |    2 +-
 arrow_array/struct.Scalar.html                     |    2 +-
 arrow_array/timezone/private/enum.TzInner.html     |    2 +-
 arrow_array/timezone/private/struct.Tz.html        |    2 +-
 arrow_array/timezone/private/struct.TzOffset.html  |    2 +-
 arrow_array/timezone/struct.Tz.html                |    2 +-
 arrow_array/timezone/struct.TzOffset.html          |    2 +-
 arrow_array/trait.ArrowNativeTypeOp.html           |    6 +-
 arrow_array/trusted_len/fn.trusted_len_unzip.html  |    6 +-
 arrow_array/trusted_len/index.html                 |    2 +-
 arrow_array/types/struct.BinaryViewType.html       |    4 +-
 arrow_array/types/struct.BooleanType.html          |    2 +-
 arrow_array/types/struct.Date32Type.html           |    2 +-
 arrow_array/types/struct.Date64Type.html           |    2 +-
 arrow_array/types/struct.Decimal128Type.html       |    2 +-
 arrow_array/types/struct.Decimal256Type.html       |    6 +-
 arrow_array/types/struct.Decimal32Type.html        |    2 +-
 arrow_array/types/struct.Decimal64Type.html        |    2 +-
 .../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    |    6 +-
 arrow_array/types/struct.GenericStringType.html    |    6 +-
 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      |   94 +-
 arrow_array/types/struct.IntervalDayTimeType.html  |    2 +-
 arrow_array/types/struct.IntervalMonthDayNano.html |   94 +-
 .../types/struct.IntervalMonthDayNanoType.html     |    2 +-
 .../types/struct.IntervalYearMonthType.html        |    2 +-
 arrow_array/types/struct.StringViewType.html       |    4 +-
 .../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    |    4 +-
 arrow_array/types/trait.ByteArrayType.html         |    8 +-
 arrow_array/types/trait.ByteViewType.html          |    4 +-
 help.html                                          |    2 +-
 search-index.js                                    |    4 +-
 search.desc/arrow/arrow-desc-0-.js                 |    2 +-
 search.desc/arrow/arrow-desc-1-.js                 |    2 +-
 search.desc/arrow_arith/arrow_arith-desc-0-.js     |    2 +-
 settings.html                                      |    2 +-
 src/arrow_arith/temporal.rs.html                   | 4057 +++++++++-----------
 trait.impl/core/cmp/trait.Eq.js                    |    4 +-
 trait.impl/core/cmp/trait.PartialEq.js             |    4 +-
 trait.impl/core/convert/trait.From.js              |    4 +-
 trait.impl/core/hash/trait.Hash.js                 |    4 +-
 .../arrow_array/array/struct.DictionaryArray.js    |    4 +-
 .../arrow_array/array/struct.GenericByteArray.js   |    4 +-
 .../array/struct.GenericByteViewArray.js           |    4 +-
 .../arrow_array/array/struct.GenericListArray.js   |    4 +-
 .../array/struct.GenericListViewArray.js           |    4 +-
 .../arrow_array/array/struct.PrimitiveArray.js     |    4 +-
 type.impl/arrow_array/array/struct.RunArray.js     |    4 +-
 .../arrow_array/builder/struct.BufferBuilder.js    |    4 +-
 .../builder/struct.GenericByteBuilder.js           |    4 +-
 .../builder/struct.GenericByteViewBuilder.js       |    4 +-
 .../arrow_array/builder/struct.PrimitiveBuilder.js |    4 +-
 .../arrow_array/types/struct.GenericBinaryType.js  |    4 +-
 .../arrow_array/types/struct.GenericStringType.js  |    4 +-
 391 files changed, 3139 insertions(+), 3976 deletions(-)
 delete mode 100644 arrow/compute/fn.day.html
 delete mode 100644 arrow/compute/fn.day_dyn.html
 delete mode 100644 arrow/compute/fn.doy.html
 delete mode 100644 arrow/compute/fn.doy_dyn.html
 delete mode 100644 arrow/compute/fn.hour.html
 delete mode 100644 arrow/compute/fn.hour_dyn.html
 delete mode 100644 arrow/compute/fn.microsecond.html
 delete mode 100644 arrow/compute/fn.microsecond_dyn.html
 delete mode 100644 arrow/compute/fn.millisecond.html
 delete mode 100644 arrow/compute/fn.millisecond_dyn.html
 delete mode 100644 arrow/compute/fn.minute.html
 delete mode 100644 arrow/compute/fn.minute_dyn.html
 delete mode 100644 arrow/compute/fn.month.html
 delete mode 100644 arrow/compute/fn.month_dyn.html
 delete mode 100644 arrow/compute/fn.nanosecond.html
 delete mode 100644 arrow/compute/fn.nanosecond_dyn.html
 delete mode 100644 arrow/compute/fn.num_days_from_monday.html
 delete mode 100644 arrow/compute/fn.num_days_from_monday_dyn.html
 delete mode 100644 arrow/compute/fn.num_days_from_sunday.html
 delete mode 100644 arrow/compute/fn.num_days_from_sunday_dyn.html
 delete mode 100644 arrow/compute/fn.quarter.html
 delete mode 100644 arrow/compute/fn.quarter_dyn.html
 delete mode 100644 arrow/compute/fn.second.html
 delete mode 100644 arrow/compute/fn.second_dyn.html
 delete mode 100644 arrow/compute/fn.week.html
 delete mode 100644 arrow/compute/fn.week_dyn.html
 delete mode 100644 arrow/compute/fn.year.html
 delete mode 100644 arrow/compute/fn.year_dyn.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.day.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.day_dyn.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.doy.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.doy_dyn.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.hour.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.hour_dyn.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.microsecond.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.microsecond_dyn.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.millisecond.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.millisecond_dyn.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.minute.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.minute_dyn.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.month.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.month_dyn.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.nanosecond.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.nanosecond_dyn.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.num_days_from_monday.html
 delete mode 100644 
arrow/compute/kernels/temporal/fn.num_days_from_monday_dyn.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.num_days_from_sunday.html
 delete mode 100644 
arrow/compute/kernels/temporal/fn.num_days_from_sunday_dyn.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.quarter.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.quarter_dyn.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.second.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.second_dyn.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.week.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.week_dyn.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.year.html
 delete mode 100644 arrow/compute/kernels/temporal/fn.year_dyn.html
 delete mode 100644 arrow_arith/temporal/fn.date_part_primitive.html
 delete mode 100644 arrow_arith/temporal/fn.day.html
 delete mode 100644 arrow_arith/temporal/fn.day_dyn.html
 delete mode 100644 arrow_arith/temporal/fn.doy.html
 delete mode 100644 arrow_arith/temporal/fn.doy_dyn.html
 delete mode 100644 arrow_arith/temporal/fn.hour.html
 delete mode 100644 arrow_arith/temporal/fn.hour_dyn.html
 delete mode 100644 arrow_arith/temporal/fn.microsecond.html
 delete mode 100644 arrow_arith/temporal/fn.microsecond_dyn.html
 delete mode 100644 arrow_arith/temporal/fn.millisecond.html
 delete mode 100644 arrow_arith/temporal/fn.millisecond_dyn.html
 delete mode 100644 arrow_arith/temporal/fn.minute.html
 delete mode 100644 arrow_arith/temporal/fn.minute_dyn.html
 delete mode 100644 arrow_arith/temporal/fn.month.html
 delete mode 100644 arrow_arith/temporal/fn.month_dyn.html
 delete mode 100644 arrow_arith/temporal/fn.nanosecond.html
 delete mode 100644 arrow_arith/temporal/fn.nanosecond_dyn.html
 delete mode 100644 arrow_arith/temporal/fn.num_days_from_monday.html
 delete mode 100644 arrow_arith/temporal/fn.num_days_from_monday_dyn.html
 delete mode 100644 arrow_arith/temporal/fn.num_days_from_sunday.html
 delete mode 100644 arrow_arith/temporal/fn.num_days_from_sunday_dyn.html
 delete mode 100644 arrow_arith/temporal/fn.quarter.html
 delete mode 100644 arrow_arith/temporal/fn.quarter_dyn.html
 delete mode 100644 arrow_arith/temporal/fn.second.html
 delete mode 100644 arrow_arith/temporal/fn.second_dyn.html
 delete mode 100644 arrow_arith/temporal/fn.week.html
 delete mode 100644 arrow_arith/temporal/fn.week_dyn.html
 delete mode 100644 arrow_arith/temporal/fn.year.html
 delete mode 100644 arrow_arith/temporal/fn.year_dyn.html

Reply via email to