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 ec2f13ef9 deploy: d727503e4d52d40d7215a42398b02d58e964ed01
     new e040c1b4e deploy: c90713b3b0947644662b563bde5df70e3995c12e

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

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/types/struct.Decimal128Type.html       |   5 +-
 arrow/array/types/struct.Decimal256Type.html       |   5 +-
 arrow/array/types/trait.DecimalType.html           |   4 +-
 .../constant.MAX_DECIMAL_FOR_EACH_PRECISION.html   |   2 +-
 .../constant.MIN_DECIMAL_FOR_EACH_PRECISION.html   |   2 +-
 ...ml => fn.is_validate_decimal256_precision.html} |  14 +-
 .../fn.is_validate_decimal_precision.html          |   3 +
 arrow/datatypes/index.html                         |   8 +-
 arrow/datatypes/sidebar-items.js                   |   2 +-
 arrow/datatypes/struct.Decimal128Type.html         |   5 +-
 arrow/datatypes/struct.Decimal256Type.html         |   5 +-
 arrow/datatypes/trait.DecimalType.html             |   4 +-
 arrow_array/array/primitive_array/index.html       |   2 +-
 .../primitive_array/struct.PrimitiveArray.html     |  10 +-
 arrow_array/array/struct.PrimitiveArray.html       |  10 +-
 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                       |   2 +-
 arrow_array/types/macro.make_type.html             |   2 +-
 arrow_array/types/primitive/index.html             |   2 +-
 .../types/primitive/trait.PrimitiveTypeSealed.html |   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           |  20 +-
 arrow_array/types/struct.Decimal128Type.html       |   6 +-
 arrow_array/types/struct.Decimal256Type.html       |   6 +-
 .../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    |  10 +-
 arrow_array/types/trait.ByteArrayType.html         |  14 +-
 arrow_array/types/trait.ByteViewType.html          |  16 +-
 arrow_array/types/trait.DecimalType.html           |  22 +-
 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 +-
 .../cast/decimal/fn.cast_decimal_to_float.html     |   2 +-
 .../cast/decimal/fn.cast_decimal_to_integer.html   |   2 +-
 .../fn.cast_floating_point_to_decimal128.html      |   2 +-
 .../fn.cast_floating_point_to_decimal256.html      |   2 +-
 .../cast/decimal/fn.cast_string_to_decimal.html    |   2 +-
 .../cast/decimal/fn.string_to_decimal_cast.html    |   2 +-
 arrow_cast/cast/decimal/index.html                 |   2 +-
 .../cast/fn.adjust_timestamp_to_timezone.html      |   2 +-
 arrow_cast/cast/fn.as_time_res_with_timezone.html  |   2 +-
 arrow_cast/cast/fn.bool_to_numeric_cast.html       |   2 +-
 .../cast/fn.cast_binary_to_fixed_size_binary.html  |   2 +-
 arrow_cast/cast/fn.cast_bool_to_numeric.html       |   2 +-
 arrow_cast/cast/fn.cast_byte_container.html        |   2 +-
 arrow_cast/cast/fn.cast_duration_to_interval.html  |   2 +-
 .../cast/fn.cast_fixed_size_binary_to_binary.html  |   2 +-
 arrow_cast/cast/fn.cast_integer_to_decimal.html    |   2 +-
 ...terval_day_time_to_interval_month_day_nano.html |   2 +-
 ...rval_year_month_to_interval_month_day_nano.html |   2 +-
 .../cast/fn.cast_month_day_nano_to_duration.html   |   2 +-
 arrow_cast/cast/fn.cast_numeric_arrays.html        |   2 +-
 arrow_cast/cast/fn.cast_numeric_to_binary.html     |   2 +-
 arrow_cast/cast/fn.cast_numeric_to_bool.html       |   2 +-
 arrow_cast/cast/fn.cast_reinterpret_arrays.html    |   2 +-
 arrow_cast/cast/fn.cast_view_to_byte.html          |   2 +-
 arrow_cast/cast/fn.cast_with_options.html          |   2 +-
 arrow_cast/cast/fn.make_timestamp_array.html       |   2 +-
 arrow_cast/cast/fn.numeric_cast.html               |   2 +-
 arrow_cast/cast/fn.numeric_to_bool_cast.html       |   2 +-
 arrow_cast/cast/fn.time_unit_multiple.html         |   2 +-
 arrow_cast/cast/fn.timestamp_to_date32.html        |   2 +-
 arrow_cast/cast/fn.try_numeric_cast.html           |   2 +-
 arrow_cast/cast/index.html                         |   2 +-
 arrow_data/all.html                                |   2 +-
 ...AX_DECIMAL_BYTES_FOR_LARGER_EACH_PRECISION.html |   7 +-
 .../constant.MAX_DECIMAL_FOR_EACH_PRECISION.html   |   2 +-
 ...t.MAX_DECIMAL_FOR_EACH_PRECISION_ONE_BASED.html |   5 +
 ...IN_DECIMAL_BYTES_FOR_LARGER_EACH_PRECISION.html |   7 +-
 .../constant.MIN_DECIMAL_FOR_EACH_PRECISION.html   |   2 +-
 ...t.MIN_DECIMAL_FOR_EACH_PRECISION_ONE_BASED.html |   5 +
 .../fn.is_validate_decimal256_precision.html       |   3 +
 .../fn.is_validate_decimal_precision.html}         |   4 +-
 .../decimal/fn.validate_decimal256_precision.html  |   2 +-
 .../decimal/fn.validate_decimal_precision.html     |   2 +-
 arrow_data/decimal/index.html                      |  24 +-
 arrow_data/decimal/sidebar-items.js                |   2 +-
 arrow_flight/enum.CancelStatus.html                |   2 +-
 .../flight_descriptor/enum.DescriptorType.html     |   2 +-
 arrow_flight/gen/enum.CancelStatus.html            |   2 +-
 .../gen/flight_descriptor/enum.DescriptorType.html |   2 +-
 arrow_flight/gen/struct.Action.html                |  18 +-
 arrow_flight/gen/struct.ActionType.html            |  18 +-
 arrow_flight/gen/struct.BasicAuth.html             |  18 +-
 .../gen/struct.CancelFlightInfoRequest.html        |  18 +-
 .../gen/struct.CancelFlightInfoResult.html         |  18 +-
 arrow_flight/gen/struct.Criteria.html              |  18 +-
 arrow_flight/gen/struct.Empty.html                 |  18 +-
 arrow_flight/gen/struct.FlightData.html            |  18 +-
 arrow_flight/gen/struct.FlightDescriptor.html      |  18 +-
 arrow_flight/gen/struct.FlightEndpoint.html        |  24 +-
 arrow_flight/gen/struct.FlightInfo.html            |  18 +-
 arrow_flight/gen/struct.HandshakeRequest.html      |  18 +-
 arrow_flight/gen/struct.HandshakeResponse.html     |  18 +-
 arrow_flight/gen/struct.Location.html              |  18 +-
 arrow_flight/gen/struct.PollInfo.html              |  24 +-
 arrow_flight/gen/struct.PutResult.html             |  18 +-
 .../gen/struct.RenewFlightEndpointRequest.html     |  18 +-
 arrow_flight/gen/struct.Result.html                |  18 +-
 arrow_flight/gen/struct.SchemaResult.html          |  18 +-
 arrow_flight/gen/struct.Ticket.html                |  18 +-
 arrow_flight/index.html                            |   2 +-
 .../sql/client/fn.decode_error_to_arrow_error.html |   2 +-
 arrow_flight/sql/enum.EndTransaction.html          |   2 +-
 arrow_flight/sql/enum.Nullable.html                |   2 +-
 arrow_flight/sql/enum.Searchable.html              |   2 +-
 arrow_flight/sql/enum.SqlInfo.html                 |   2 +-
 arrow_flight/sql/enum.SqlNullOrdering.html         |   2 +-
 .../sql/enum.SqlOuterJoinsSupportLevel.html        |   2 +-
 .../sql/enum.SqlSupportedCaseSensitivity.html      |   2 +-
 .../sql/enum.SqlSupportedElementActions.html       |   2 +-
 arrow_flight/sql/enum.SqlSupportedGroupBy.html     |   2 +-
 .../sql/enum.SqlSupportedPositionedCommands.html   |   4 +-
 .../sql/enum.SqlSupportedResultSetConcurrency.html |   4 +-
 .../sql/enum.SqlSupportedResultSetType.html        |   2 +-
 arrow_flight/sql/enum.SqlSupportedSubqueries.html  |   2 +-
 arrow_flight/sql/enum.SqlSupportedTransaction.html |   2 +-
 .../sql/enum.SqlSupportedTransactions.html         |   2 +-
 arrow_flight/sql/enum.SqlSupportedUnions.html      |   2 +-
 arrow_flight/sql/enum.SqlSupportsConvert.html      |   2 +-
 .../sql/enum.SqlTransactionIsolationLevel.html     |   4 +-
 arrow_flight/sql/enum.SupportedSqlGrammar.html     |   2 +-
 arrow_flight/sql/enum.TableExistsOption.html       |   2 +-
 arrow_flight/sql/enum.TableNotExistOption.html     |   2 +-
 arrow_flight/sql/enum.UpdateDeleteRules.html       |   2 +-
 arrow_flight/sql/enum.XdbcDataType.html            |   2 +-
 arrow_flight/sql/enum.XdbcDatetimeSubcode.html     |   2 +-
 .../enum.CancelResult.html                         |   2 +-
 .../enum.EndSavepoint.html                         |   2 +-
 .../enum.EndTransaction.html                       |   2 +-
 .../struct.TableDefinitionOptions.html             |  18 +-
 .../enum.TableExistsOption.html                    |   2 +-
 .../enum.TableNotExistOption.html                  |   2 +-
 arrow_flight/sql/gen/enum.Nullable.html            |   2 +-
 arrow_flight/sql/gen/enum.Searchable.html          |   2 +-
 arrow_flight/sql/gen/enum.SqlInfo.html             |   2 +-
 arrow_flight/sql/gen/enum.SqlNullOrdering.html     |   2 +-
 .../sql/gen/enum.SqlOuterJoinsSupportLevel.html    |   2 +-
 .../sql/gen/enum.SqlSupportedCaseSensitivity.html  |   2 +-
 .../sql/gen/enum.SqlSupportedElementActions.html   |   2 +-
 arrow_flight/sql/gen/enum.SqlSupportedGroupBy.html |   2 +-
 .../gen/enum.SqlSupportedPositionedCommands.html   |   4 +-
 .../gen/enum.SqlSupportedResultSetConcurrency.html |   4 +-
 .../sql/gen/enum.SqlSupportedResultSetType.html    |   2 +-
 .../sql/gen/enum.SqlSupportedSubqueries.html       |   2 +-
 .../sql/gen/enum.SqlSupportedTransaction.html      |   2 +-
 .../sql/gen/enum.SqlSupportedTransactions.html     |   2 +-
 arrow_flight/sql/gen/enum.SqlSupportedUnions.html  |   2 +-
 arrow_flight/sql/gen/enum.SqlSupportsConvert.html  |   2 +-
 .../sql/gen/enum.SqlTransactionIsolationLevel.html |   4 +-
 .../gen/enum.SupportedAnsi92SqlGrammarLevel.html   |   4 +-
 arrow_flight/sql/gen/enum.SupportedSqlGrammar.html |   2 +-
 arrow_flight/sql/gen/enum.UpdateDeleteRules.html   |   2 +-
 arrow_flight/sql/gen/enum.XdbcDataType.html        |   2 +-
 arrow_flight/sql/gen/enum.XdbcDatetimeSubcode.html |   2 +-
 .../gen/struct.ActionBeginSavepointRequest.html    |  18 +-
 .../sql/gen/struct.ActionBeginSavepointResult.html |  18 +-
 .../gen/struct.ActionBeginTransactionRequest.html  |  18 +-
 .../gen/struct.ActionBeginTransactionResult.html   |  18 +-
 .../sql/gen/struct.ActionCancelQueryRequest.html   |  18 +-
 .../sql/gen/struct.ActionCancelQueryResult.html    |  18 +-
 ...struct.ActionClosePreparedStatementRequest.html |  18 +-
 ...truct.ActionCreatePreparedStatementRequest.html |  18 +-
 ...struct.ActionCreatePreparedStatementResult.html |  18 +-
 ...t.ActionCreatePreparedSubstraitPlanRequest.html |  18 +-
 .../sql/gen/struct.ActionEndSavepointRequest.html  |  18 +-
 .../gen/struct.ActionEndTransactionRequest.html    |  18 +-
 .../sql/gen/struct.CommandGetCatalogs.html         |  18 +-
 .../sql/gen/struct.CommandGetCrossReference.html   |  18 +-
 .../sql/gen/struct.CommandGetDbSchemas.html        |  18 +-
 .../sql/gen/struct.CommandGetExportedKeys.html     |  18 +-
 .../sql/gen/struct.CommandGetImportedKeys.html     |  18 +-
 .../sql/gen/struct.CommandGetPrimaryKeys.html      |  18 +-
 arrow_flight/sql/gen/struct.CommandGetSqlInfo.html |  18 +-
 .../sql/gen/struct.CommandGetTableTypes.html       |  18 +-
 arrow_flight/sql/gen/struct.CommandGetTables.html  |  18 +-
 .../sql/gen/struct.CommandGetXdbcTypeInfo.html     |  18 +-
 .../gen/struct.CommandPreparedStatementQuery.html  |  18 +-
 .../gen/struct.CommandPreparedStatementUpdate.html |  18 +-
 .../sql/gen/struct.CommandStatementIngest.html     |  18 +-
 .../sql/gen/struct.CommandStatementQuery.html      |  18 +-
 .../gen/struct.CommandStatementSubstraitPlan.html  |  18 +-
 .../sql/gen/struct.CommandStatementUpdate.html     |  18 +-
 .../gen/struct.DoPutPreparedStatementResult.html   |  18 +-
 arrow_flight/sql/gen/struct.DoPutUpdateResult.html |  18 +-
 arrow_flight/sql/gen/struct.SubstraitPlan.html     |  18 +-
 .../sql/gen/struct.TicketStatementQuery.html       |  18 +-
 arrow_flight/sql/index.html                        |   2 +-
 .../sql/server/fn.decode_error_to_status.html      |   2 +-
 .../sql/struct.ActionBeginSavepointRequest.html    |  18 +-
 .../sql/struct.ActionBeginSavepointResult.html     |  18 +-
 .../sql/struct.ActionBeginTransactionRequest.html  |  18 +-
 .../sql/struct.ActionBeginTransactionResult.html   |  18 +-
 .../sql/struct.ActionCancelQueryRequest.html       |  18 +-
 .../sql/struct.ActionCancelQueryResult.html        |  18 +-
 ...struct.ActionClosePreparedStatementRequest.html |  18 +-
 ...truct.ActionCreatePreparedStatementRequest.html |  18 +-
 ...struct.ActionCreatePreparedStatementResult.html |  18 +-
 ...t.ActionCreatePreparedSubstraitPlanRequest.html |  18 +-
 .../sql/struct.ActionEndSavepointRequest.html      |  18 +-
 .../sql/struct.ActionEndTransactionRequest.html    |  18 +-
 arrow_flight/sql/struct.Any.html                   |  18 +-
 arrow_flight/sql/struct.CommandGetCatalogs.html    |  18 +-
 .../sql/struct.CommandGetCrossReference.html       |  18 +-
 arrow_flight/sql/struct.CommandGetDbSchemas.html   |  18 +-
 .../sql/struct.CommandGetExportedKeys.html         |  18 +-
 .../sql/struct.CommandGetImportedKeys.html         |  18 +-
 arrow_flight/sql/struct.CommandGetPrimaryKeys.html |  18 +-
 arrow_flight/sql/struct.CommandGetSqlInfo.html     |  18 +-
 arrow_flight/sql/struct.CommandGetTableTypes.html  |  18 +-
 arrow_flight/sql/struct.CommandGetTables.html      |  18 +-
 .../sql/struct.CommandGetXdbcTypeInfo.html         |  18 +-
 .../sql/struct.CommandPreparedStatementQuery.html  |  18 +-
 .../sql/struct.CommandPreparedStatementUpdate.html |  18 +-
 .../sql/struct.CommandStatementIngest.html         |  18 +-
 arrow_flight/sql/struct.CommandStatementQuery.html |  18 +-
 .../sql/struct.CommandStatementSubstraitPlan.html  |  18 +-
 .../sql/struct.CommandStatementUpdate.html         |  18 +-
 .../sql/struct.DoPutPreparedStatementResult.html   |  18 +-
 arrow_flight/sql/struct.DoPutUpdateResult.html     |  18 +-
 arrow_flight/sql/struct.SubstraitPlan.html         |  18 +-
 .../sql/struct.TableDefinitionOptions.html         |  18 +-
 arrow_flight/sql/struct.TicketStatementQuery.html  |  18 +-
 arrow_flight/sql/trait.ProstMessageExt.html        |   2 +-
 arrow_flight/struct.Action.html                    |  18 +-
 arrow_flight/struct.ActionType.html                |  18 +-
 arrow_flight/struct.BasicAuth.html                 |  18 +-
 arrow_flight/struct.CancelFlightInfoRequest.html   |  18 +-
 arrow_flight/struct.CancelFlightInfoResult.html    |  18 +-
 arrow_flight/struct.Criteria.html                  |  18 +-
 arrow_flight/struct.Empty.html                     |  18 +-
 arrow_flight/struct.FlightData.html                |  18 +-
 arrow_flight/struct.FlightDescriptor.html          |  18 +-
 arrow_flight/struct.FlightEndpoint.html            |  24 +-
 arrow_flight/struct.FlightInfo.html                |  18 +-
 arrow_flight/struct.HandshakeRequest.html          |  18 +-
 arrow_flight/struct.HandshakeResponse.html         |  18 +-
 arrow_flight/struct.Location.html                  |  18 +-
 arrow_flight/struct.PollInfo.html                  |  24 +-
 arrow_flight/struct.PutResult.html                 |  18 +-
 .../struct.RenewFlightEndpointRequest.html         |  18 +-
 arrow_flight/struct.Result.html                    |  18 +-
 arrow_flight/struct.SchemaResult.html              |  18 +-
 arrow_flight/struct.Ticket.html                    |  18 +-
 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 +-
 src/arrow_array/array/primitive_array.rs.html      |   8 +-
 src/arrow_array/types.rs.html                      |  32 ++-
 src/arrow_cast/cast/decimal.rs.html                |  16 +-
 src/arrow_cast/cast/mod.rs.html                    |  18 +-
 src/arrow_data/decimal.rs.html                     | 294 ++++++++++++++++++---
 trait.impl/prost/message/trait.Message.js          |   2 +-
 type.impl/alloc/boxed/struct.Box.js                |   2 +-
 .../array/primitive_array/struct.PrimitiveArray.js |   2 +-
 .../arrow_array/types/struct.GenericBinaryType.js  |   2 +-
 .../arrow_array/types/struct.GenericStringType.js  |   2 +-
 309 files changed, 1690 insertions(+), 1388 deletions(-)
 copy arrow/datatypes/{fn.validate_decimal_precision_and_scale.html => 
fn.is_validate_decimal256_precision.html} (57%)
 create mode 100644 arrow/datatypes/fn.is_validate_decimal_precision.html
 create mode 100644 
arrow_data/decimal/constant.MAX_DECIMAL_FOR_EACH_PRECISION_ONE_BASED.html
 create mode 100644 
arrow_data/decimal/constant.MIN_DECIMAL_FOR_EACH_PRECISION_ONE_BASED.html
 create mode 100644 arrow_data/decimal/fn.is_validate_decimal256_precision.html
 copy arrow_data/{data/fn.layout.html => 
decimal/fn.is_validate_decimal_precision.html} (54%)

Reply via email to