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 ed2ca9a431 deploy: c316974482d62fd81430af15f4847b4970670978
     new acb01a44fa deploy: be338f9bdaab719dd569130ea882e10a58ef9d17

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   (ed2ca9a431)
            \
             N -- N -- N   refs/heads/asf-site (acb01a44fa)

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 +-
 arrow/array/array/index.html                       |    2 +-
 arrow/array/array/sidebar-items.js                 |    2 +-
 arrow/array/array/struct.NativeAdapter.html        |    8 +-
 arrow/array/array/struct.PrimitiveArray.html       |   90 +-
 arrow/array/array/trait.ArrowPrimitiveType.html    |    2 +-
 arrow/array/array/type.Decimal32Array.html         |   12 +
 arrow/array/array/type.Decimal64Array.html         |   12 +
 arrow/array/builder/index.html                     |    2 +-
 arrow/array/builder/sidebar-items.js               |    2 +-
 arrow/array/builder/struct.PrimitiveBuilder.html   |    3 +-
 .../array/builder/type.Decimal32BufferBuilder.html |    2 +
 ...ViewBuilder.html => type.Decimal32Builder.html} |    4 +-
 .../array/builder/type.Decimal64BufferBuilder.html |    2 +
 ...ViewBuilder.html => type.Decimal64Builder.html} |    4 +-
 arrow/array/index.html                             |    2 +-
 arrow/array/macro.create_array.html                |    4 +-
 arrow/array/sidebar-items.js                       |    2 +-
 arrow/array/struct.NativeAdapter.html              |    8 +-
 arrow/array/struct.PrimitiveArray.html             |   90 +-
 arrow/array/struct.PrimitiveBuilder.html           |    3 +-
 arrow/array/trait.ArrowPrimitiveType.html          |    2 +-
 arrow/array/type.Decimal32Array.html               |   12 +
 arrow/array/type.Decimal32BufferBuilder.html       |    2 +
 ...ViewBuilder.html => type.Decimal32Builder.html} |    4 +-
 arrow/array/type.Decimal64Array.html               |   12 +
 arrow/array/type.Decimal64BufferBuilder.html       |    2 +
 ...ViewBuilder.html => type.Decimal64Builder.html} |    4 +-
 arrow/array/types/index.html                       |    2 +-
 arrow/array/types/sidebar-items.js                 |    2 +-
 arrow/array/types/struct.Decimal128Type.html       |    2 +-
 arrow/array/types/struct.Decimal256Type.html       |    2 +-
 arrow/array/types/struct.Decimal32Type.html        |   23 +
 arrow/array/types/struct.Decimal64Type.html        |   23 +
 arrow/array/types/trait.ArrowPrimitiveType.html    |    2 +-
 arrow/array/types/trait.DecimalType.html           |    8 +-
 .../constant.DECIMAL32_DEFAULT_SCALE.html          |    2 +
 .../constant.DECIMAL32_MAX_PRECISION.html          |    2 +
 arrow/datatypes/constant.DECIMAL32_MAX_SCALE.html  |    2 +
 .../constant.DECIMAL64_DEFAULT_SCALE.html          |    2 +
 .../constant.DECIMAL64_MAX_PRECISION.html          |    2 +
 arrow/datatypes/constant.DECIMAL64_MAX_SCALE.html  |    2 +
 .../constant.MAX_DECIMAL32_FOR_EACH_PRECISION.html |    8 +
 .../constant.MAX_DECIMAL64_FOR_EACH_PRECISION.html |    8 +
 .../constant.MIN_DECIMAL32_FOR_EACH_PRECISION.html |    7 +
 .../constant.MIN_DECIMAL64_FOR_EACH_PRECISION.html |    8 +
 arrow/datatypes/enum.DataType.html                 |   28 +-
 ...tml => fn.is_validate_decimal32_precision.html} |    4 +-
 ...tml => fn.is_validate_decimal64_precision.html} |    4 +-
 ...n.html => fn.validate_decimal32_precision.html} |    8 +-
 ...n.html => fn.validate_decimal64_precision.html} |    8 +-
 arrow/datatypes/index.html                         |   17 +-
 arrow/datatypes/sidebar-items.js                   |    2 +-
 arrow/datatypes/struct.Decimal128Type.html         |    2 +-
 arrow/datatypes/struct.Decimal256Type.html         |    2 +-
 arrow/datatypes/struct.Decimal32Type.html          |   23 +
 arrow/datatypes/struct.Decimal64Type.html          |   23 +
 arrow/datatypes/trait.ArrowPrimitiveType.html      |    2 +-
 arrow/datatypes/trait.DecimalType.html             |    8 +-
 arrow_arith/numeric/enum.Op.html                   |    4 +-
 arrow_arith/numeric/fn.arithmetic_op.html          |    2 +-
 arrow_arith/numeric/fn.date_op.html                |    2 +-
 arrow_arith/numeric/fn.decimal_op.html             |    2 +-
 arrow_arith/numeric/fn.duration_op.html            |    2 +-
 arrow_arith/numeric/fn.float_op.html               |    2 +-
 arrow_arith/numeric/fn.integer_op.html             |    2 +-
 arrow_arith/numeric/fn.interval_op.html            |    2 +-
 arrow_arith/numeric/fn.neg.html                    |    2 +-
 arrow_arith/numeric/fn.neg_wrapping.html           |    2 +-
 arrow_arith/numeric/fn.timestamp_op.html           |    2 +-
 arrow_arith/numeric/index.html                     |    2 +-
 arrow_arith/numeric/macro.op.html                  |    2 +-
 arrow_arith/numeric/macro.op_ref.html              |    2 +-
 arrow_arith/numeric/macro.timestamp.html           |    2 +-
 arrow_arith/numeric/macro.try_op.html              |    2 +-
 arrow_arith/numeric/macro.try_op_ref.html          |    2 +-
 arrow_arith/numeric/trait.DateOp.html              |   38 +-
 arrow_arith/numeric/trait.IntervalOp.html          |   18 +-
 arrow_arith/numeric/trait.TimestampOp.html         |   22 +-
 arrow_array/all.html                               |    2 +-
 arrow_array/array/fn.get_offsets.html              |    2 +-
 arrow_array/array/fn.make_array.html               |    2 +-
 arrow_array/array/fn.new_empty_array.html          |    2 +-
 arrow_array/array/fn.new_null_array.html           |    2 +-
 arrow_array/array/fn.print_long_array.html         |    2 +-
 arrow_array/array/index.html                       |    4 +-
 arrow_array/array/primitive_array/index.html       |    2 +-
 .../macro.def_from_for_primitive.html              |    2 +-
 .../macro.def_numeric_from_vec.html                |    2 +-
 arrow_array/array/primitive_array/sidebar-items.js |    2 +-
 .../primitive_array/struct.NativeAdapter.html      |    8 +-
 .../primitive_array/struct.PrimitiveArray.html     |  166 +-
 .../primitive_array/type.Decimal128Array.html      |    2 +-
 .../primitive_array/type.Decimal256Array.html      |    2 +-
 .../array/primitive_array/type.Decimal32Array.html |   17 +
 .../array/primitive_array/type.Decimal64Array.html |   17 +
 arrow_array/array/sidebar-items.js                 |    2 +-
 arrow_array/array/struct.NativeAdapter.html        |    8 +-
 arrow_array/array/struct.PrimitiveArray.html       |  166 +-
 arrow_array/array/struct.StructArray.html          |    2 +-
 .../array/struct_array/struct.StructArray.html     |    2 +-
 arrow_array/array/trait.Array.html                 |   10 +-
 arrow_array/array/trait.ArrayAccessor.html         |    2 +-
 arrow_array/array/type.ArrayRef.html               |    6 +-
 arrow_array/array/type.Decimal128Array.html        |    2 +-
 arrow_array/array/type.Decimal256Array.html        |    2 +-
 arrow_array/array/type.Decimal32Array.html         |   17 +
 arrow_array/array/type.Decimal64Array.html         |   17 +
 arrow_array/builder/buffer_builder/index.html      |    2 +-
 .../builder/buffer_builder/sidebar-items.js        |    2 +-
 .../buffer_builder/type.Date32BufferBuilder.html   |    2 +-
 .../buffer_builder/type.Date64BufferBuilder.html   |    2 +-
 .../type.Decimal128BufferBuilder.html              |    2 +-
 .../type.Decimal256BufferBuilder.html              |    2 +-
 .../type.Decimal32BufferBuilder.html               |    2 +
 .../type.Decimal64BufferBuilder.html               |    2 +
 .../type.DurationMicrosecondBufferBuilder.html     |    2 +-
 .../type.DurationMillisecondBufferBuilder.html     |    2 +-
 .../type.DurationNanosecondBufferBuilder.html      |    2 +-
 .../type.DurationSecondBufferBuilder.html          |    2 +-
 .../type.IntervalDayTimeBufferBuilder.html         |    2 +-
 .../type.IntervalMonthDayNanoBufferBuilder.html    |    2 +-
 .../type.IntervalYearMonthBufferBuilder.html       |    2 +-
 .../type.Time32MillisecondBufferBuilder.html       |    2 +-
 .../type.Time32SecondBufferBuilder.html            |    2 +-
 .../type.Time64MicrosecondBufferBuilder.html       |    2 +-
 .../type.Time64NanosecondBufferBuilder.html        |    2 +-
 .../type.TimestampMicrosecondBufferBuilder.html    |    2 +-
 .../type.TimestampMillisecondBufferBuilder.html    |    2 +-
 .../type.TimestampNanosecondBufferBuilder.html     |    2 +-
 .../type.TimestampSecondBufferBuilder.html         |    2 +-
 arrow_array/builder/fn.make_builder.html           |    2 +-
 arrow_array/builder/index.html                     |    4 +-
 arrow_array/builder/primitive_builder/index.html   |    2 +-
 .../builder/primitive_builder/sidebar-items.js     |    2 +-
 .../primitive_builder/struct.PrimitiveBuilder.html |   69 +-
 .../primitive_builder/type.Decimal128Builder.html  |    2 +-
 .../primitive_builder/type.Decimal256Builder.html  |    2 +-
 .../primitive_builder/type.Decimal32Builder.html   |    6 +
 .../primitive_builder/type.Decimal64Builder.html   |    6 +
 arrow_array/builder/sidebar-items.js               |    2 +-
 arrow_array/builder/struct.PrimitiveBuilder.html   |   69 +-
 arrow_array/builder/trait.ArrayBuilder.html        |    2 +-
 arrow_array/builder/type.Date32BufferBuilder.html  |    2 +-
 arrow_array/builder/type.Date64BufferBuilder.html  |    2 +-
 .../builder/type.Decimal128BufferBuilder.html      |    2 +-
 arrow_array/builder/type.Decimal128Builder.html    |    2 +-
 .../builder/type.Decimal256BufferBuilder.html      |    2 +-
 arrow_array/builder/type.Decimal256Builder.html    |    2 +-
 .../builder/type.Decimal32BufferBuilder.html       |    2 +
 arrow_array/builder/type.Decimal32Builder.html     |    6 +
 .../builder/type.Decimal64BufferBuilder.html       |    2 +
 arrow_array/builder/type.Decimal64Builder.html     |    6 +
 .../type.DurationMicrosecondBufferBuilder.html     |    2 +-
 .../type.DurationMillisecondBufferBuilder.html     |    2 +-
 .../type.DurationNanosecondBufferBuilder.html      |    2 +-
 .../builder/type.DurationSecondBufferBuilder.html  |    2 +-
 .../builder/type.IntervalDayTimeBufferBuilder.html |    2 +-
 .../type.IntervalMonthDayNanoBufferBuilder.html    |    2 +-
 .../type.IntervalYearMonthBufferBuilder.html       |    2 +-
 .../type.Time32MillisecondBufferBuilder.html       |    2 +-
 .../builder/type.Time32SecondBufferBuilder.html    |    2 +-
 .../type.Time64MicrosecondBufferBuilder.html       |    2 +-
 .../type.Time64NanosecondBufferBuilder.html        |    2 +-
 .../type.TimestampMicrosecondBufferBuilder.html    |    2 +-
 .../type.TimestampMillisecondBufferBuilder.html    |    2 +-
 .../type.TimestampNanosecondBufferBuilder.html     |    2 +-
 .../builder/type.TimestampSecondBufferBuilder.html |    2 +-
 arrow_array/cast/fn.as_boolean_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                |   76 +-
 arrow_array/ffi/struct.FFI_ArrowSchema.html        |    8 +-
 arrow_array/macro.create_array.html                |    6 +-
 arrow_array/macro.downcast_dictionary_array.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.record_batch.html                |    2 +-
 arrow_array/record_batch/index.html                |    2 +-
 arrow_array/record_batch/struct.RecordBatch.html   |   52 +-
 .../record_batch/struct.RecordBatchIterator.html   |   14 +-
 .../record_batch/struct.RecordBatchOptions.html    |   10 +-
 .../record_batch/trait.RecordBatchReader.html      |    2 +-
 arrow_array/struct.RecordBatch.html                |   52 +-
 arrow_array/struct.RecordBatchIterator.html        |   14 +-
 arrow_array/struct.RecordBatchOptions.html         |   10 +-
 arrow_array/trait.RecordBatchReader.html           |    2 +-
 arrow_array/types/byte_view/index.html             |    2 +-
 arrow_array/types/byte_view/trait.Sealed.html      |    2 +-
 arrow_array/types/bytes/index.html                 |    2 +-
 .../types/bytes/trait.ByteArrayNativeType.html     |    6 +-
 .../types/bytes/trait.ByteArrayTypeSealed.html     |    2 +-
 arrow_array/types/decimal/index.html               |    2 +-
 .../types/decimal/trait.DecimalTypeSealed.html     |    2 +-
 arrow_array/types/fn.add_day_time.html             |    2 +-
 arrow_array/types/fn.add_month_day_nano.html       |    2 +-
 arrow_array/types/fn.add_year_months.html          |    2 +-
 arrow_array/types/fn.format_decimal_str.html       |    2 +-
 arrow_array/types/fn.subtract_day_time.html        |    2 +-
 arrow_array/types/fn.subtract_month_day_nano.html  |    2 +-
 arrow_array/types/fn.subtract_year_months.html     |    2 +-
 .../fn.validate_decimal_precision_and_scale.html   |    2 +-
 arrow_array/types/index.html                       |    4 +-
 arrow_array/types/macro.make_type.html             |    2 +-
 arrow_array/types/primitive/index.html             |    2 +-
 .../types/primitive/trait.PrimitiveTypeSealed.html |    2 +-
 arrow_array/types/sidebar-items.js                 |    2 +-
 arrow_array/types/struct.BinaryViewType.html       |    8 +-
 arrow_array/types/struct.BooleanType.html          |    6 +-
 arrow_array/types/struct.Date32Type.html           |   20 +-
 arrow_array/types/struct.Date64Type.html           |   34 +-
 arrow_array/types/struct.Decimal128Type.html       |    6 +-
 arrow_array/types/struct.Decimal256Type.html       |    6 +-
 arrow_array/types/struct.Decimal32Type.html        |   14 +
 arrow_array/types/struct.Decimal64Type.html        |   14 +
 .../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    |    8 +-
 arrow_array/types/struct.GenericStringType.html    |    8 +-
 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.IntervalDayTimeType.html  |    8 +-
 .../types/struct.IntervalMonthDayNanoType.html     |    8 +-
 .../types/struct.IntervalYearMonthType.html        |    8 +-
 arrow_array/types/struct.StringViewType.html       |    8 +-
 .../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     |   16 +-
 .../types/struct.TimestampMillisecondType.html     |   16 +-
 .../types/struct.TimestampNanosecondType.html      |   16 +-
 arrow_array/types/struct.TimestampSecondType.html  |   16 +-
 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 +-
 .../types/trait.ArrowDictionaryKeyType.html        |    4 +-
 arrow_array/types/trait.ArrowPrimitiveType.html    |   12 +-
 arrow_array/types/trait.ArrowTemporalType.html     |    4 +-
 arrow_array/types/trait.ArrowTimestampType.html    |    8 +-
 arrow_array/types/trait.ByteArrayType.html         |   14 +-
 arrow_array/types/trait.ByteViewType.html          |   16 +-
 arrow_array/types/trait.DecimalType.html           |   26 +-
 arrow_array/types/trait.RunEndIndexType.html       |    4 +-
 arrow_array/types/type.BinaryType.html             |    2 +-
 arrow_array/types/type.LargeBinaryType.html        |    2 +-
 arrow_array/types/type.LargeUtf8Type.html          |    2 +-
 arrow_array/types/type.Utf8Type.html               |    2 +-
 arrow_cast/display/trait.DisplayIndexState.html    |   92 +-
 arrow_data/all.html                                |    2 +-
 arrow_data/data/enum.BufferSpec.html               |    6 +-
 arrow_data/data/fn.layout.html                     |    2 +-
 arrow_data/data/fn.new_buffers.html                |    2 +-
 arrow_data/data/index.html                         |    2 +-
 arrow_data/data/struct.ArrayData.html              |   88 +-
 arrow_data/data/struct.ArrayDataBuilder.html       |   38 +-
 arrow_data/data/struct.DataTypeLayout.html         |   18 +-
 arrow_data/data/type.ArrayDataRef.html             |    2 +-
 .../decimal/constant.DECIMAL32_DEFAULT_SCALE.html  |    2 +
 .../decimal/constant.DECIMAL32_MAX_PRECISION.html  |    2 +
 .../decimal/constant.DECIMAL32_MAX_SCALE.html      |    2 +
 .../decimal/constant.DECIMAL64_DEFAULT_SCALE.html  |    2 +
 .../decimal/constant.DECIMAL64_MAX_PRECISION.html  |    2 +
 .../decimal/constant.DECIMAL64_MAX_SCALE.html      |    2 +
 ...constant.MAX_DECIMAL128_FOR_EACH_PRECISION.html |    2 +-
 ...constant.MAX_DECIMAL256_FOR_EACH_PRECISION.html |    2 +-
 .../constant.MAX_DECIMAL32_FOR_EACH_PRECISION.html |    8 +
 .../constant.MAX_DECIMAL64_FOR_EACH_PRECISION.html |    8 +
 .../constant.MAX_DECIMAL_FOR_EACH_PRECISION.html   |    2 +-
 ...constant.MIN_DECIMAL128_FOR_EACH_PRECISION.html |    2 +-
 ...constant.MIN_DECIMAL256_FOR_EACH_PRECISION.html |    2 +-
 .../constant.MIN_DECIMAL32_FOR_EACH_PRECISION.html |    7 +
 .../constant.MIN_DECIMAL64_FOR_EACH_PRECISION.html |    8 +
 .../constant.MIN_DECIMAL_FOR_EACH_PRECISION.html   |    2 +-
 .../fn.is_validate_decimal256_precision.html       |    2 +-
 ...tml => fn.is_validate_decimal32_precision.html} |    4 +-
 ...tml => fn.is_validate_decimal64_precision.html} |    4 +-
 .../decimal/fn.is_validate_decimal_precision.html  |    2 +-
 .../decimal/fn.validate_decimal256_precision.html  |    2 +-
 ...n.html => fn.validate_decimal32_precision.html} |    8 +-
 ...n.html => fn.validate_decimal64_precision.html} |    8 +-
 .../decimal/fn.validate_decimal_precision.html     |    2 +-
 arrow_data/decimal/index.html                      |   19 +-
 arrow_data/decimal/sidebar-items.js                |    2 +-
 arrow_data/enum.BufferSpec.html                    |    6 +-
 arrow_data/equal/fn.equal.html                     |    2 +-
 arrow_data/equal/fn.equal_range.html               |    2 +-
 arrow_data/equal/fn.equal_values.html              |    2 +-
 arrow_data/equal/index.html                        |    2 +-
 arrow_data/fn.layout.html                          |    2 +-
 arrow_data/index.html                              |    2 +-
 arrow_data/struct.ArrayData.html                   |   88 +-
 arrow_data/struct.ArrayDataBuilder.html            |   38 +-
 arrow_data/struct.DataTypeLayout.html              |   18 +-
 arrow_data/transform/enum.Capacities.html          |    4 +-
 arrow_data/transform/fn.build_extend.html          |    2 +-
 arrow_data/transform/fn.build_extend_nulls.html    |    2 +-
 .../fn.preallocate_offset_and_binary_buffer.html   |    2 +-
 arrow_data/transform/index.html                    |    2 +-
 arrow_data/transform/struct.MutableArrayData.html  |   18 +-
 arrow_data/type.ArrayDataRef.html                  |    2 +-
 .../datatype/fn.data_type_from_json.html           |    2 +-
 .../datatype/fn.data_type_to_json.html             |    2 +-
 arrow_integration_test/datatype/index.html         |    2 +-
 arrow_integration_test/fn.array_from_json.html     |    2 +-
 arrow_integration_test/fn.create_null_buf.html     |    2 +-
 arrow_integration_test/fn.data_type_from_json.html |    2 +-
 arrow_integration_test/fn.data_type_to_json.html   |    2 +-
 .../fn.dictionary_array_from_json.html             |    2 +-
 arrow_integration_test/index.html                  |    2 +-
 arrow_integration_test/struct.ArrowJsonBatch.html  |    2 +-
 arrow_ipc/convert/fn.build_field.html              |    2 +-
 arrow_ipc/convert/fn.get_data_type.html            |    2 +-
 arrow_ipc/convert/fn.get_fb_dictionary.html        |    2 +-
 arrow_ipc/convert/fn.get_fb_field_type.html        |    2 +-
 arrow_ipc/convert/index.html                       |    2 +-
 arrow_ipc/convert/struct.FBFieldType.html          |    2 +-
 arrow_ipc/convert/struct.MessageBuffer.html        |    8 +-
 arrow_schema/all.html                              |    2 +-
 .../constant.DECIMAL128_MAX_PRECISION.html         |    2 +-
 arrow_schema/constant.DECIMAL128_MAX_SCALE.html    |    2 +-
 .../constant.DECIMAL256_MAX_PRECISION.html         |    2 +-
 arrow_schema/constant.DECIMAL256_MAX_SCALE.html    |    2 +-
 arrow_schema/constant.DECIMAL32_DEFAULT_SCALE.html |    2 +
 arrow_schema/constant.DECIMAL32_MAX_PRECISION.html |    2 +
 arrow_schema/constant.DECIMAL32_MAX_SCALE.html     |    2 +
 arrow_schema/constant.DECIMAL64_DEFAULT_SCALE.html |    2 +
 arrow_schema/constant.DECIMAL64_MAX_PRECISION.html |    2 +
 arrow_schema/constant.DECIMAL64_MAX_SCALE.html     |    2 +
 arrow_schema/constant.DECIMAL_DEFAULT_SCALE.html   |    2 +-
 .../constant.DECIMAL128_MAX_PRECISION.html         |    2 +-
 .../datatype/constant.DECIMAL128_MAX_SCALE.html    |    2 +-
 .../constant.DECIMAL256_MAX_PRECISION.html         |    2 +-
 .../datatype/constant.DECIMAL256_MAX_SCALE.html    |    2 +-
 .../datatype/constant.DECIMAL32_DEFAULT_SCALE.html |    2 +
 .../datatype/constant.DECIMAL32_MAX_PRECISION.html |    2 +
 .../datatype/constant.DECIMAL32_MAX_SCALE.html     |    2 +
 .../datatype/constant.DECIMAL64_DEFAULT_SCALE.html |    2 +
 .../datatype/constant.DECIMAL64_MAX_PRECISION.html |    2 +
 .../datatype/constant.DECIMAL64_MAX_SCALE.html     |    2 +
 .../datatype/constant.DECIMAL_DEFAULT_SCALE.html   |    2 +-
 arrow_schema/datatype/enum.DataType.html           |   74 +-
 arrow_schema/datatype/enum.IntervalUnit.html       |   16 +-
 arrow_schema/datatype/enum.TimeUnit.html           |   16 +-
 arrow_schema/datatype/enum.UnionMode.html          |   16 +-
 arrow_schema/datatype/index.html                   |    2 +-
 arrow_schema/datatype/sidebar-items.js             |    2 +-
 arrow_schema/datatype_parse/enum.Token.html        |   10 +-
 arrow_schema/datatype_parse/fn.is_separator.html   |    2 +-
 arrow_schema/datatype_parse/index.html             |    2 +-
 arrow_schema/datatype_parse/struct.Parser.html     |   48 +-
 arrow_schema/datatype_parse/struct.Tokenizer.html  |   10 +-
 arrow_schema/enum.DataType.html                    |   74 +-
 arrow_schema/enum.IntervalUnit.html                |   16 +-
 arrow_schema/enum.TimeUnit.html                    |   16 +-
 arrow_schema/enum.UnionMode.html                   |   16 +-
 arrow_schema/ffi/fn.get_format_string.html         |    2 +-
 arrow_schema/ffi/index.html                        |    2 +-
 arrow_schema/ffi/struct.FFI_ArrowSchema.html       |    6 +-
 arrow_schema/field/index.html                      |    2 +-
 arrow_schema/field/struct.Field.html               |   12 +-
 arrow_schema/index.html                            |    2 +-
 arrow_schema/schema/struct.Schema.html             |    2 +-
 arrow_schema/sidebar-items.js                      |    2 +-
 arrow_schema/struct.Field.html                     |   12 +-
 arrow_schema/struct.Schema.html                    |    2 +-
 help.html                                          |    2 +-
 parquet/all.html                                   |    2 +-
 .../statistics/fn.from_bytes_to_f16.html           |    2 +-
 .../statistics/fn.from_bytes_to_i128.html          |    2 +-
 .../statistics/fn.from_bytes_to_i256.html          |    2 +-
 ...bytes_to_f16.html => fn.from_bytes_to_i32.html} |    2 +-
 ...bytes_to_f16.html => fn.from_bytes_to_i64.html} |    2 +-
 .../statistics/fn.max_page_statistics.html         |    2 +-
 .../arrow_reader/statistics/fn.max_statistics.html |    2 +-
 .../statistics/fn.min_page_statistics.html         |    2 +-
 .../arrow_reader/statistics/fn.min_statistics.html |    2 +-
 .../statistics/fn.null_counts_page_statistics.html |    2 +-
 parquet/arrow/arrow_reader/statistics/index.html   |    8 +-
 .../statistics/macro.get_data_page_statistics.html |    2 +-
 .../macro.get_decimal_page_stats_iterator.html     |    2 +-
 .../statistics/macro.get_statistics.html           |    2 +-
 .../macro.make_data_page_stats_iterator.html       |    2 +-
 .../macro.make_decimal_stats_iterator.html         |    2 +-
 .../statistics/macro.make_stats_iterator.html      |    2 +-
 .../arrow/arrow_reader/statistics/sidebar-items.js |    2 +-
 .../struct.MaxBooleanDataPageStatsIterator.html    |    8 +-
 .../statistics/struct.MaxBooleanStatsIterator.html |   12 +-
 .../struct.MaxByteArrayDataPageStatsIterator.html  |    8 +-
 .../struct.MaxByteArrayStatsIterator.html          |   12 +-
 .../struct.MaxDecimal128DataPageStatsIterator.html |    8 +-
 .../struct.MaxDecimal128StatsIterator.html         |    8 +-
 .../struct.MaxDecimal256DataPageStatsIterator.html |    8 +-
 .../struct.MaxDecimal256StatsIterator.html         |    8 +-
 ... struct.MaxDecimal32DataPageStatsIterator.html} |   20 +-
 ....html => struct.MaxDecimal32StatsIterator.html} |   20 +-
 ... struct.MaxDecimal64DataPageStatsIterator.html} |   20 +-
 ....html => struct.MaxDecimal64StatsIterator.html} |   20 +-
 .../statistics/struct.MaxDoubleStatsIterator.html  |   12 +-
 ....MaxFixedLenByteArrayDataPageStatsIterator.html |    8 +-
 .../struct.MaxFixedLenByteArrayStatsIterator.html  |   12 +-
 .../struct.MaxFloat16DataPageStatsIterator.html    |    8 +-
 .../struct.MaxFloat32DataPageStatsIterator.html    |    8 +-
 .../struct.MaxFloat64DataPageStatsIterator.html    |    8 +-
 .../statistics/struct.MaxFloatStatsIterator.html   |   12 +-
 .../struct.MaxInt32DataPageStatsIterator.html      |    8 +-
 .../statistics/struct.MaxInt32StatsIterator.html   |   12 +-
 .../struct.MaxInt64DataPageStatsIterator.html      |    8 +-
 .../statistics/struct.MaxInt64StatsIterator.html   |   12 +-
 .../struct.MinBooleanDataPageStatsIterator.html    |    8 +-
 .../statistics/struct.MinBooleanStatsIterator.html |   12 +-
 .../struct.MinByteArrayDataPageStatsIterator.html  |    8 +-
 .../struct.MinByteArrayStatsIterator.html          |   12 +-
 .../struct.MinDecimal128DataPageStatsIterator.html |    8 +-
 .../struct.MinDecimal128StatsIterator.html         |    8 +-
 .../struct.MinDecimal256DataPageStatsIterator.html |    8 +-
 .../struct.MinDecimal256StatsIterator.html         |    8 +-
 ... struct.MinDecimal32DataPageStatsIterator.html} |   20 +-
 ....html => struct.MinDecimal32StatsIterator.html} |   20 +-
 ... struct.MinDecimal64DataPageStatsIterator.html} |   20 +-
 ....html => struct.MinDecimal64StatsIterator.html} |   20 +-
 .../statistics/struct.MinDoubleStatsIterator.html  |   12 +-
 ....MinFixedLenByteArrayDataPageStatsIterator.html |    8 +-
 .../struct.MinFixedLenByteArrayStatsIterator.html  |   12 +-
 .../struct.MinFloat16DataPageStatsIterator.html    |    8 +-
 .../struct.MinFloat32DataPageStatsIterator.html    |    8 +-
 .../struct.MinFloat64DataPageStatsIterator.html    |    8 +-
 .../statistics/struct.MinFloatStatsIterator.html   |   12 +-
 .../struct.MinInt32DataPageStatsIterator.html      |    8 +-
 .../statistics/struct.MinInt32StatsIterator.html   |   12 +-
 .../struct.MinInt64DataPageStatsIterator.html      |    8 +-
 .../statistics/struct.MinInt64StatsIterator.html   |   12 +-
 .../statistics/struct.StatisticsConverter.html     |   34 +-
 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_data/arrow_data-desc-0-.js       |    2 +-
 search.desc/arrow_schema/arrow_schema-desc-0-.js   |    2 +-
 search.desc/parquet/parquet-desc-0-.js             |    2 +-
 settings.html                                      |    2 +-
 src/arrow_arith/numeric.rs.html                    | 3966 +++++++++--------
 src/arrow_array/array/mod.rs.html                  |  888 ++--
 src/arrow_array/array/primitive_array.rs.html      | 4658 +++++++++----------
 src/arrow_array/builder/buffer_builder.rs.html     |  364 +-
 src/arrow_array/builder/mod.rs.html                |  292 +-
 src/arrow_array/builder/primitive_builder.rs.html  | 1199 ++---
 src/arrow_array/cast.rs.html                       | 1562 +++----
 src/arrow_array/record_batch.rs.html               | 3110 ++++++-------
 src/arrow_array/types.rs.html                      | 3497 ++++++++-------
 src/arrow_cast/display.rs.html                     |    2 +-
 src/arrow_data/data.rs.html                        | 4680 ++++++++++----------
 src/arrow_data/decimal.rs.html                     | 2085 +++++----
 src/arrow_data/equal/mod.rs.html                   |  170 +-
 src/arrow_data/transform/mod.rs.html               | 1150 ++---
 src/arrow_integration_test/datatype.rs.html        |  614 +--
 src/arrow_integration_test/lib.rs.html             | 1000 +++--
 src/arrow_ipc/convert.rs.html                      | 1546 +++----
 src/arrow_schema/datatype.rs.html                  | 1558 +++----
 src/arrow_schema/datatype_parse.rs.html            | 1607 +++----
 src/arrow_schema/ffi.rs.html                       |  862 ++--
 src/arrow_schema/field.rs.html                     |  934 ++--
 src/parquet/arrow/arrow_reader/statistics.rs.html  | 3257 +++++++-------
 src/parquet/arrow/schema/mod.rs.html               | 3235 +++++++-------
 trait.impl/core/convert/trait.From.js              |    4 +-
 trait.impl/core/fmt/trait.Debug.js                 |    4 +-
 .../core/iter/traits/iterator/trait.Iterator.js    |    4 +-
 trait.impl/core/marker/trait.Freeze.js             |    4 +-
 trait.impl/core/marker/trait.Send.js               |    4 +-
 trait.impl/core/marker/trait.Sync.js               |    4 +-
 trait.impl/core/marker/trait.Unpin.js              |    4 +-
 trait.impl/core/marker/trait.UnsafeUnpin.js        |    4 +-
 .../core/panic/unwind_safe/trait.RefUnwindSafe.js  |    4 +-
 .../core/panic/unwind_safe/trait.UnwindSafe.js     |    4 +-
 type.impl/arrow/array/struct.BufferBuilder.js      |    4 +-
 type.impl/arrow/array/struct.PrimitiveArray.js     |    4 +-
 type.impl/arrow/array/struct.PrimitiveBuilder.js   |    4 +-
 .../arrow_array/array/struct.PrimitiveArray.js     |    4 +-
 .../arrow_array/builder/struct.BufferBuilder.js    |    4 +-
 .../arrow_array/builder/struct.PrimitiveBuilder.js |    4 +-
 .../arrow_array/types/struct.GenericBinaryType.js  |    2 +-
 .../arrow_array/types/struct.GenericStringType.js  |    2 +-
 508 files changed, 23682 insertions(+), 22372 deletions(-)
 create mode 100644 arrow/array/array/type.Decimal32Array.html
 create mode 100644 arrow/array/array/type.Decimal64Array.html
 create mode 100644 arrow/array/builder/type.Decimal32BufferBuilder.html
 copy arrow/array/builder/{type.ListViewBuilder.html => 
type.Decimal32Builder.html} (57%)
 create mode 100644 arrow/array/builder/type.Decimal64BufferBuilder.html
 copy arrow/array/builder/{type.ListViewBuilder.html => 
type.Decimal64Builder.html} (57%)
 create mode 100644 arrow/array/type.Decimal32Array.html
 create mode 100644 arrow/array/type.Decimal32BufferBuilder.html
 copy arrow/array/{type.ListViewBuilder.html => type.Decimal32Builder.html} 
(60%)
 create mode 100644 arrow/array/type.Decimal64Array.html
 create mode 100644 arrow/array/type.Decimal64BufferBuilder.html
 copy arrow/array/{type.ListViewBuilder.html => type.Decimal64Builder.html} 
(60%)
 create mode 100644 arrow/array/types/struct.Decimal32Type.html
 create mode 100644 arrow/array/types/struct.Decimal64Type.html
 create mode 100644 arrow/datatypes/constant.DECIMAL32_DEFAULT_SCALE.html
 create mode 100644 arrow/datatypes/constant.DECIMAL32_MAX_PRECISION.html
 create mode 100644 arrow/datatypes/constant.DECIMAL32_MAX_SCALE.html
 create mode 100644 arrow/datatypes/constant.DECIMAL64_DEFAULT_SCALE.html
 create mode 100644 arrow/datatypes/constant.DECIMAL64_MAX_PRECISION.html
 create mode 100644 arrow/datatypes/constant.DECIMAL64_MAX_SCALE.html
 create mode 100644 
arrow/datatypes/constant.MAX_DECIMAL32_FOR_EACH_PRECISION.html
 create mode 100644 
arrow/datatypes/constant.MAX_DECIMAL64_FOR_EACH_PRECISION.html
 create mode 100644 
arrow/datatypes/constant.MIN_DECIMAL32_FOR_EACH_PRECISION.html
 create mode 100644 
arrow/datatypes/constant.MIN_DECIMAL64_FOR_EACH_PRECISION.html
 copy arrow/datatypes/{fn.is_validate_decimal_precision.html => 
fn.is_validate_decimal32_precision.html} (68%)
 copy arrow/datatypes/{fn.is_validate_decimal_precision.html => 
fn.is_validate_decimal64_precision.html} (68%)
 copy arrow/datatypes/{fn.validate_decimal_precision.html => 
fn.validate_decimal32_precision.html} (80%)
 copy arrow/datatypes/{fn.validate_decimal_precision.html => 
fn.validate_decimal64_precision.html} (80%)
 create mode 100644 arrow/datatypes/struct.Decimal32Type.html
 create mode 100644 arrow/datatypes/struct.Decimal64Type.html
 create mode 100644 arrow_array/array/primitive_array/type.Decimal32Array.html
 create mode 100644 arrow_array/array/primitive_array/type.Decimal64Array.html
 create mode 100644 arrow_array/array/type.Decimal32Array.html
 create mode 100644 arrow_array/array/type.Decimal64Array.html
 create mode 100644 
arrow_array/builder/buffer_builder/type.Decimal32BufferBuilder.html
 create mode 100644 
arrow_array/builder/buffer_builder/type.Decimal64BufferBuilder.html
 create mode 100644 
arrow_array/builder/primitive_builder/type.Decimal32Builder.html
 create mode 100644 
arrow_array/builder/primitive_builder/type.Decimal64Builder.html
 create mode 100644 arrow_array/builder/type.Decimal32BufferBuilder.html
 create mode 100644 arrow_array/builder/type.Decimal32Builder.html
 create mode 100644 arrow_array/builder/type.Decimal64BufferBuilder.html
 create mode 100644 arrow_array/builder/type.Decimal64Builder.html
 create mode 100644 arrow_array/types/struct.Decimal32Type.html
 create mode 100644 arrow_array/types/struct.Decimal64Type.html
 create mode 100644 arrow_data/decimal/constant.DECIMAL32_DEFAULT_SCALE.html
 create mode 100644 arrow_data/decimal/constant.DECIMAL32_MAX_PRECISION.html
 create mode 100644 arrow_data/decimal/constant.DECIMAL32_MAX_SCALE.html
 create mode 100644 arrow_data/decimal/constant.DECIMAL64_DEFAULT_SCALE.html
 create mode 100644 arrow_data/decimal/constant.DECIMAL64_MAX_PRECISION.html
 create mode 100644 arrow_data/decimal/constant.DECIMAL64_MAX_SCALE.html
 create mode 100644 
arrow_data/decimal/constant.MAX_DECIMAL32_FOR_EACH_PRECISION.html
 create mode 100644 
arrow_data/decimal/constant.MAX_DECIMAL64_FOR_EACH_PRECISION.html
 create mode 100644 
arrow_data/decimal/constant.MIN_DECIMAL32_FOR_EACH_PRECISION.html
 create mode 100644 
arrow_data/decimal/constant.MIN_DECIMAL64_FOR_EACH_PRECISION.html
 copy arrow_data/decimal/{fn.is_validate_decimal_precision.html => 
fn.is_validate_decimal32_precision.html} (69%)
 copy arrow_data/decimal/{fn.is_validate_decimal_precision.html => 
fn.is_validate_decimal64_precision.html} (69%)
 copy arrow_data/decimal/{fn.validate_decimal_precision.html => 
fn.validate_decimal32_precision.html} (78%)
 copy arrow_data/decimal/{fn.validate_decimal_precision.html => 
fn.validate_decimal64_precision.html} (78%)
 create mode 100644 arrow_schema/constant.DECIMAL32_DEFAULT_SCALE.html
 create mode 100644 arrow_schema/constant.DECIMAL32_MAX_PRECISION.html
 create mode 100644 arrow_schema/constant.DECIMAL32_MAX_SCALE.html
 create mode 100644 arrow_schema/constant.DECIMAL64_DEFAULT_SCALE.html
 create mode 100644 arrow_schema/constant.DECIMAL64_MAX_PRECISION.html
 create mode 100644 arrow_schema/constant.DECIMAL64_MAX_SCALE.html
 create mode 100644 arrow_schema/datatype/constant.DECIMAL32_DEFAULT_SCALE.html
 create mode 100644 arrow_schema/datatype/constant.DECIMAL32_MAX_PRECISION.html
 create mode 100644 arrow_schema/datatype/constant.DECIMAL32_MAX_SCALE.html
 create mode 100644 arrow_schema/datatype/constant.DECIMAL64_DEFAULT_SCALE.html
 create mode 100644 arrow_schema/datatype/constant.DECIMAL64_MAX_PRECISION.html
 create mode 100644 arrow_schema/datatype/constant.DECIMAL64_MAX_SCALE.html
 copy parquet/arrow/arrow_reader/statistics/{fn.from_bytes_to_f16.html => 
fn.from_bytes_to_i32.html} (83%)
 copy parquet/arrow/arrow_reader/statistics/{fn.from_bytes_to_f16.html => 
fn.from_bytes_to_i64.html} (83%)
 copy 
parquet/arrow/arrow_reader/statistics/{struct.MaxByteArrayDataPageStatsIterator.html
 => struct.MaxDecimal32DataPageStatsIterator.html} (97%)
 copy 
parquet/arrow/arrow_reader/statistics/{struct.MaxDecimal128StatsIterator.html 
=> struct.MaxDecimal32StatsIterator.html} (96%)
 copy 
parquet/arrow/arrow_reader/statistics/{struct.MaxByteArrayDataPageStatsIterator.html
 => struct.MaxDecimal64DataPageStatsIterator.html} (97%)
 copy 
parquet/arrow/arrow_reader/statistics/{struct.MaxDecimal128StatsIterator.html 
=> struct.MaxDecimal64StatsIterator.html} (96%)
 copy 
parquet/arrow/arrow_reader/statistics/{struct.MinByteArrayDataPageStatsIterator.html
 => struct.MinDecimal32DataPageStatsIterator.html} (97%)
 copy 
parquet/arrow/arrow_reader/statistics/{struct.MinDecimal128StatsIterator.html 
=> struct.MinDecimal32StatsIterator.html} (96%)
 copy 
parquet/arrow/arrow_reader/statistics/{struct.MinByteArrayDataPageStatsIterator.html
 => struct.MinDecimal64DataPageStatsIterator.html} (97%)
 copy 
parquet/arrow/arrow_reader/statistics/{struct.MinDecimal128StatsIterator.html 
=> struct.MinDecimal64StatsIterator.html} (96%)


Reply via email to