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 8f954ef145 deploy: 6a3ecefd184b51ac66942ad013395aa882676ca1 new e91997dab5 deploy: 915e9928091c24a0116b135abb2596d6905a980d 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 (8f954ef145) \ N -- N -- N refs/heads/asf-site (e91997dab5) 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/trait.Array.html | 6 +- arrow/array/cast/trait.AsArray.html | 16 +- arrow/array/trait.Array.html | 6 +- arrow/array/trait.AsArray.html | 16 +- arrow_array/arithmetic/index.html | 2 +- .../arithmetic/trait.ArrowNativeTypeOp.html | 34 +- .../array/binary_array/type.BinaryArray.html | 10 +- .../binary_array/type.GenericBinaryArray.html | 10 +- .../array/binary_array/type.LargeBinaryArray.html | 10 +- .../array/boolean_array/struct.BooleanArray.html | 28 +- .../array/byte_array/struct.GenericByteArray.html | 52 +- .../struct.GenericByteViewArray.html | 46 +- .../byte_view_array/type.BinaryViewArray.html | 10 +- .../byte_view_array/type.StringViewArray.html | 10 +- .../dictionary_array/struct.DictionaryArray.html | 14 +- .../struct.TypedDictionaryArray.html | 4 +- .../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 | 34 +- .../struct.FixedSizeListArray.html | 28 +- arrow_array/array/fn.get_offsets.html | 4 +- arrow_array/array/fn.new_empty_array.html | 2 +- arrow_array/array/fn.new_null_array.html | 2 +- .../array/list_array/struct.GenericListArray.html | 48 +- .../array/list_array/trait.OffsetSizeTrait.html | 2 +- .../array/list_array/type.LargeListArray.html | 8 +- arrow_array/array/list_array/type.ListArray.html | 8 +- .../struct.GenericListViewArray.html | 54 +- .../list_view_array/type.LargeListViewArray.html | 10 +- .../array/list_view_array/type.ListViewArray.html | 10 +- arrow_array/array/map_array/struct.MapArray.html | 44 +- arrow_array/array/null_array/struct.NullArray.html | 8 +- .../primitive_array/struct.NativeAdapter.html | 4 +- .../primitive_array/struct.PrimitiveArray.html | 42 +- .../array/primitive_array/type.Date32Array.html | 10 +- .../array/primitive_array/type.Date64Array.html | 10 +- .../primitive_array/type.Decimal128Array.html | 10 +- .../primitive_array/type.Decimal256Array.html | 10 +- .../type.DurationMicrosecondArray.html | 10 +- .../type.DurationMillisecondArray.html | 10 +- .../type.DurationNanosecondArray.html | 10 +- .../primitive_array/type.DurationSecondArray.html | 10 +- .../array/primitive_array/type.Float16Array.html | 10 +- .../array/primitive_array/type.Float32Array.html | 10 +- .../array/primitive_array/type.Float64Array.html | 10 +- .../array/primitive_array/type.Int16Array.html | 10 +- .../array/primitive_array/type.Int32Array.html | 10 +- .../array/primitive_array/type.Int64Array.html | 10 +- .../array/primitive_array/type.Int8Array.html | 10 +- .../primitive_array/type.IntervalDayTimeArray.html | 10 +- .../type.IntervalMonthDayNanoArray.html | 10 +- .../type.IntervalYearMonthArray.html | 10 +- .../type.Time32MillisecondArray.html | 10 +- .../primitive_array/type.Time32SecondArray.html | 10 +- .../type.Time64MicrosecondArray.html | 10 +- .../type.Time64NanosecondArray.html | 10 +- .../type.TimestampMicrosecondArray.html | 10 +- .../type.TimestampMillisecondArray.html | 10 +- .../type.TimestampNanosecondArray.html | 10 +- .../primitive_array/type.TimestampSecondArray.html | 12 +- .../array/primitive_array/type.UInt16Array.html | 10 +- .../array/primitive_array/type.UInt32Array.html | 10 +- .../array/primitive_array/type.UInt64Array.html | 10 +- .../array/primitive_array/type.UInt8Array.html | 10 +- arrow_array/array/run_array/struct.RunArray.html | 18 +- .../array/run_array/struct.TypedRunArray.html | 6 +- .../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 | 12 +- .../array/string_array/type.LargeStringArray.html | 10 +- .../array/string_array/type.StringArray.html | 10 +- arrow_array/array/struct.BooleanArray.html | 28 +- arrow_array/array/struct.DictionaryArray.html | 14 +- arrow_array/array/struct.FixedSizeBinaryArray.html | 34 +- arrow_array/array/struct.FixedSizeListArray.html | 28 +- arrow_array/array/struct.GenericByteArray.html | 52 +- arrow_array/array/struct.GenericByteViewArray.html | 46 +- arrow_array/array/struct.GenericListArray.html | 48 +- arrow_array/array/struct.GenericListViewArray.html | 54 +- arrow_array/array/struct.MapArray.html | 44 +- arrow_array/array/struct.NativeAdapter.html | 4 +- arrow_array/array/struct.NullArray.html | 8 +- arrow_array/array/struct.PrimitiveArray.html | 42 +- arrow_array/array/struct.RunArray.html | 18 +- arrow_array/array/struct.StructArray.html | 52 +- arrow_array/array/struct.TypedDictionaryArray.html | 4 +- arrow_array/array/struct.TypedRunArray.html | 6 +- arrow_array/array/struct.UnionArray.html | 56 +- .../array/struct_array/struct.StructArray.html | 52 +- arrow_array/array/trait.Array.html | 22 +- arrow_array/array/trait.OffsetSizeTrait.html | 2 +- arrow_array/array/type.ArrayRef.html | 10 +- arrow_array/array/type.BinaryArray.html | 10 +- arrow_array/array/type.BinaryViewArray.html | 10 +- arrow_array/array/type.Date32Array.html | 10 +- arrow_array/array/type.Date64Array.html | 10 +- arrow_array/array/type.Decimal128Array.html | 10 +- arrow_array/array/type.Decimal256Array.html | 10 +- .../array/type.DurationMicrosecondArray.html | 10 +- .../array/type.DurationMillisecondArray.html | 10 +- .../array/type.DurationNanosecondArray.html | 10 +- arrow_array/array/type.DurationSecondArray.html | 10 +- arrow_array/array/type.Float16Array.html | 10 +- arrow_array/array/type.Float32Array.html | 10 +- arrow_array/array/type.Float64Array.html | 10 +- arrow_array/array/type.GenericBinaryArray.html | 10 +- arrow_array/array/type.GenericStringArray.html | 12 +- arrow_array/array/type.Int16Array.html | 10 +- arrow_array/array/type.Int16DictionaryArray.html | 4 +- arrow_array/array/type.Int16RunArray.html | 6 +- arrow_array/array/type.Int32Array.html | 10 +- arrow_array/array/type.Int32DictionaryArray.html | 4 +- arrow_array/array/type.Int32RunArray.html | 6 +- arrow_array/array/type.Int64Array.html | 10 +- arrow_array/array/type.Int64DictionaryArray.html | 4 +- arrow_array/array/type.Int64RunArray.html | 6 +- arrow_array/array/type.Int8Array.html | 10 +- arrow_array/array/type.Int8DictionaryArray.html | 4 +- arrow_array/array/type.IntervalDayTimeArray.html | 10 +- .../array/type.IntervalMonthDayNanoArray.html | 10 +- arrow_array/array/type.IntervalYearMonthArray.html | 10 +- arrow_array/array/type.LargeBinaryArray.html | 10 +- arrow_array/array/type.LargeListArray.html | 8 +- arrow_array/array/type.LargeListViewArray.html | 10 +- arrow_array/array/type.LargeStringArray.html | 10 +- arrow_array/array/type.ListArray.html | 8 +- arrow_array/array/type.ListViewArray.html | 10 +- arrow_array/array/type.StringArray.html | 10 +- arrow_array/array/type.StringViewArray.html | 10 +- arrow_array/array/type.Time32MillisecondArray.html | 10 +- arrow_array/array/type.Time32SecondArray.html | 10 +- arrow_array/array/type.Time64MicrosecondArray.html | 10 +- arrow_array/array/type.Time64NanosecondArray.html | 10 +- .../array/type.TimestampMicrosecondArray.html | 10 +- .../array/type.TimestampMillisecondArray.html | 10 +- .../array/type.TimestampNanosecondArray.html | 10 +- arrow_array/array/type.TimestampSecondArray.html | 12 +- arrow_array/array/type.UInt16Array.html | 10 +- arrow_array/array/type.UInt16DictionaryArray.html | 4 +- arrow_array/array/type.UInt32Array.html | 10 +- arrow_array/array/type.UInt32DictionaryArray.html | 4 +- arrow_array/array/type.UInt64Array.html | 10 +- arrow_array/array/type.UInt64DictionaryArray.html | 4 +- arrow_array/array/type.UInt8Array.html | 10 +- arrow_array/array/type.UInt8DictionaryArray.html | 4 +- arrow_array/array/union_array/enum.Mask.html | 2 +- .../array/union_array/enum.SparseStrategy.html | 2 +- .../array/union_array/struct.UnionArray.html | 56 +- .../boolean_builder/struct.BooleanBuilder.html | 4 +- arrow_array/builder/buffer_builder/index.html | 2 +- .../buffer_builder/struct.BufferBuilder.html | 60 +- .../buffer_builder/struct.OffsetBufferBuilder.html | 26 +- .../struct.FixedSizeBinaryBuilder.html | 4 +- .../struct.FixedSizeBinaryDictionaryBuilder.html | 6 +- .../struct.FixedSizeListBuilder.html | 8 +- arrow_array/builder/fn.make_builder.html | 2 +- .../struct.GenericByteRunBuilder.html | 2 +- .../struct.GenericByteBuilder.html | 8 +- .../struct.GenericByteDictionaryBuilder.html | 12 +- .../enum.BlockSizeGrowthStrategy.html | 2 +- .../struct.GenericByteViewBuilder.html | 12 +- .../type.BinaryViewBuilder.html | 4 +- .../type.StringViewBuilder.html | 4 +- .../struct.GenericListBuilder.html | 8 +- .../struct.GenericListViewBuilder.html | 8 +- arrow_array/builder/index.html | 2 +- arrow_array/builder/map_builder/index.html | 2 +- .../builder/map_builder/struct.MapBuilder.html | 18 +- .../builder/map_builder/struct.MapFieldNames.html | 10 +- .../builder/null_builder/struct.NullBuilder.html | 2 +- .../primitive_builder/struct.PrimitiveBuilder.html | 16 +- .../primitive_builder/type.Date32Builder.html | 4 +- .../primitive_builder/type.Date64Builder.html | 4 +- .../primitive_builder/type.Decimal128Builder.html | 4 +- .../primitive_builder/type.Decimal256Builder.html | 6 +- .../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 | 8 +- .../primitive_dictionary_builder/struct.Value.html | 8 +- .../struct.PrimitiveRunBuilder.html | 2 +- .../builder/struct.BooleanBufferBuilder.html | 56 +- arrow_array/builder/struct.BooleanBuilder.html | 4 +- arrow_array/builder/struct.BufferBuilder.html | 60 +- .../builder/struct.FixedSizeBinaryBuilder.html | 4 +- .../struct.FixedSizeBinaryDictionaryBuilder.html | 6 +- .../builder/struct.FixedSizeListBuilder.html | 8 +- arrow_array/builder/struct.GenericByteBuilder.html | 8 +- .../struct.GenericByteDictionaryBuilder.html | 12 +- .../builder/struct.GenericByteRunBuilder.html | 2 +- .../builder/struct.GenericByteViewBuilder.html | 12 +- arrow_array/builder/struct.GenericListBuilder.html | 8 +- .../builder/struct.GenericListViewBuilder.html | 8 +- arrow_array/builder/struct.MapBuilder.html | 18 +- arrow_array/builder/struct.MapFieldNames.html | 10 +- 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 | 16 +- .../builder/struct.PrimitiveDictionaryBuilder.html | 8 +- .../builder/struct.PrimitiveRunBuilder.html | 2 +- arrow_array/builder/struct.StructBuilder.html | 8 +- arrow_array/builder/struct.UnionBuilder.html | 6 +- .../struct_builder/struct.StructBuilder.html | 8 +- arrow_array/builder/type.BinaryViewBuilder.html | 4 +- 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 | 6 +- .../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.LargeListViewBuilder.html | 4 +- arrow_array/builder/type.ListBuilder.html | 4 +- arrow_array/builder/type.ListViewBuilder.html | 4 +- arrow_array/builder/type.StringViewBuilder.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 +- .../union_builder/trait.FieldDataValues.html | 4 +- arrow_array/cast/index.html | 2 +- arrow_array/cast/private/trait.Sealed.html | 2 +- arrow_array/cast/trait.AsArray.html | 14 +- arrow_array/ffi/fn.bit_width.html | 2 +- arrow_array/ffi/fn.create_buffer.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_ArrowArray.html | 2 +- arrow_array/ffi/struct.FFI_ArrowSchema.html | 50 +- arrow_array/ffi/struct.ImportedArrowArray.html | 20 +- 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 | 36 +- 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 +- arrow_array/macro.downcast_dictionary_array.html | 2 +- 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 | 2 +- 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 | 42 +- .../record_batch/struct.RecordBatchIterator.html | 14 +- .../record_batch/struct.RecordBatchOptions.html | 2 +- .../record_batch/trait.RecordBatchReader.html | 10 +- .../record_batch/trait.RecordBatchWriter.html | 8 +- arrow_array/scalar/struct.Scalar.html | 2 +- arrow_array/struct.RecordBatch.html | 42 +- arrow_array/struct.RecordBatchIterator.html | 14 +- 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 | 4 +- arrow_array/timezone/private/struct.TzOffset.html | 2 +- arrow_array/timezone/struct.Tz.html | 4 +- arrow_array/timezone/struct.TzOffset.html | 2 +- arrow_array/trait.ArrowNativeTypeOp.html | 34 +- arrow_array/trait.RecordBatchReader.html | 10 +- arrow_array/trait.RecordBatchWriter.html | 8 +- arrow_array/trusted_len/fn.trusted_len_unzip.html | 6 +- arrow_array/trusted_len/index.html | 2 +- .../fn.validate_decimal_precision_and_scale.html | 2 +- arrow_array/types/index.html | 2 +- arrow_array/types/struct.BinaryViewType.html | 4 +- arrow_array/types/struct.BooleanType.html | 4 +- arrow_array/types/struct.Date32Type.html | 4 +- arrow_array/types/struct.Date64Type.html | 6 +- arrow_array/types/struct.Decimal128Type.html | 6 +- arrow_array/types/struct.Decimal256Type.html | 8 +- .../types/struct.DurationMicrosecondType.html | 4 +- .../types/struct.DurationMillisecondType.html | 4 +- .../types/struct.DurationNanosecondType.html | 4 +- arrow_array/types/struct.DurationSecondType.html | 4 +- arrow_array/types/struct.Float16Type.html | 4 +- arrow_array/types/struct.Float32Type.html | 4 +- arrow_array/types/struct.Float64Type.html | 4 +- arrow_array/types/struct.GenericBinaryType.html | 10 +- arrow_array/types/struct.GenericStringType.html | 10 +- arrow_array/types/struct.Int16Type.html | 4 +- arrow_array/types/struct.Int32Type.html | 4 +- arrow_array/types/struct.Int64Type.html | 4 +- arrow_array/types/struct.Int8Type.html | 4 +- arrow_array/types/struct.IntervalDayTime.html | 94 +- arrow_array/types/struct.IntervalDayTimeType.html | 4 +- arrow_array/types/struct.IntervalMonthDayNano.html | 94 +- .../types/struct.IntervalMonthDayNanoType.html | 4 +- .../types/struct.IntervalYearMonthType.html | 4 +- arrow_array/types/struct.StringViewType.html | 4 +- .../types/struct.Time32MillisecondType.html | 4 +- arrow_array/types/struct.Time32SecondType.html | 4 +- .../types/struct.Time64MicrosecondType.html | 4 +- arrow_array/types/struct.Time64NanosecondType.html | 4 +- .../types/struct.TimestampMicrosecondType.html | 4 +- .../types/struct.TimestampMillisecondType.html | 4 +- .../types/struct.TimestampNanosecondType.html | 4 +- arrow_array/types/struct.TimestampSecondType.html | 4 +- arrow_array/types/struct.UInt16Type.html | 4 +- arrow_array/types/struct.UInt32Type.html | 4 +- arrow_array/types/struct.UInt64Type.html | 4 +- arrow_array/types/struct.UInt8Type.html | 4 +- arrow_array/types/trait.ArrowPrimitiveType.html | 10 +- arrow_array/types/trait.ArrowTimestampType.html | 8 +- arrow_array/types/trait.ByteArrayType.html | 18 +- arrow_array/types/trait.ByteViewType.html | 8 +- arrow_array/types/trait.DecimalType.html | 14 +- arrow_select/all.html | 2 +- arrow_select/concat/fn.binary_capacity.html | 2 +- arrow_select/concat/fn.concat.html | 2 +- arrow_select/concat/fn.concat_batches.html | 2 +- arrow_select/concat/fn.concat_boolean.html | 2 +- arrow_select/concat/fn.concat_bytes.html | 2 +- arrow_select/concat/fn.concat_dictionaries.html | 2 +- arrow_select/concat/fn.concat_fallback.html | 2 +- arrow_select/concat/fn.concat_lists.html | 2 +- arrow_select/concat/fn.concat_primitives.html | 2 +- .../fn.concat_run_arrays.html} | 15 +- .../concat/fn.fixed_size_list_capacity.html | 2 +- arrow_select/concat/fn.get_capacity.html | 2 +- arrow_select/concat/index.html | 4 +- arrow_select/concat/macro.dict_helper.html | 2 +- arrow_select/concat/macro.primitive_concat.html | 2 +- arrow_select/concat/sidebar-items.js | 2 +- search-index.js | 4 +- search.desc/arrow/arrow-desc-0-.js | 2 +- search.desc/arrow/arrow-desc-1-.js | 2 +- search.desc/arrow_array/arrow_array-desc-0-.js | 2 +- search.desc/arrow_select/arrow_select-desc-0-.js | 2 +- src/arrow_array/cast.rs.html | 318 +-- src/arrow_select/concat.rs.html | 2666 +++++++++++--------- 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 +- .../core/iter/traits/iterator/trait.Iterator.js | 4 +- type.impl/alloc/sync/struct.Arc.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/array/type.GenericStringArray.js | 4 +- .../arrow_array/builder/struct.BufferBuilder.js | 4 +- .../builder/struct.GenericByteBuilder.js | 4 +- .../builder/struct.GenericByteDictionaryBuilder.js | 4 +- .../builder/struct.GenericByteViewBuilder.js | 4 +- .../builder/struct.GenericListBuilder.js | 4 +- .../builder/struct.GenericListViewBuilder.js | 4 +- .../arrow_array/builder/struct.PrimitiveBuilder.js | 4 +- .../arrow_array/types/struct.GenericBinaryType.js | 4 +- .../arrow_array/types/struct.GenericStringType.js | 4 +- 421 files changed, 3646 insertions(+), 3347 deletions(-) copy arrow_select/{filter/fn.filter_run_end_array.html => concat/fn.concat_run_arrays.html} (59%)