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 3902ba204 deploy: 4683c200f457e7f95a22ed8577c48df8997eadaa
new ef55137c0 deploy: 0a708e5a181103fae0ee2c278a6e7fefb31a24b1
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 (3902ba204)
\
N -- N -- N refs/heads/asf-site (ef55137c0)
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 | 6 +-
.../ffi_stream/struct.FFI_ArrowArrayStream.html | 7 +-
arrow/array/struct.ArrayData.html | 8 +-
arrow/array/struct.RecordBatch.html | 8 +-
arrow/array/trait.RecordBatchReader.html | 4 +-
arrow/array/types/struct.Date32Type.html | 8 +-
arrow/array/types/struct.Date64Type.html | 8 +-
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.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 | 4 +-
arrow/array/types/struct.IntervalMonthDayNano.html | 5 +-
.../array/types/struct.Time32MillisecondType.html | 12 +-
arrow/array/types/struct.Time32SecondType.html | 12 +-
.../array/types/struct.Time64MicrosecondType.html | 12 +-
arrow/array/types/struct.Time64NanosecondType.html | 12 +-
.../types/struct.TimestampMicrosecondType.html | 8 +-
.../types/struct.TimestampMillisecondType.html | 8 +-
.../types/struct.TimestampNanosecondType.html | 8 +-
arrow/array/types/struct.TimestampSecondType.html | 8 +-
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/compute/kernels/bitwise/index.html | 3 +-
.../kernels/cast_utils/enum.IntervalUnit.html | 18 ++-
.../cast_utils/fn.parse_interval_day_time.html | 5 +-
.../fn.parse_interval_month_day_nano.html | 5 +-
.../fn.parse_interval_month_day_nano_config.html | 5 +-
.../cast_utils/fn.parse_interval_year_month.html | 5 +-
arrow/compute/kernels/cast_utils/index.html | 7 +-
.../cast_utils/struct.IntervalParseConfig.html | 7 +-
arrow/compute/kernels/cast_utils/trait.Parser.html | 5 +-
.../kernels/cast_utils/type.MonthDayNano.html | 3 +-
arrow/compute/kernels/index.html | 2 +-
arrow/constant.ARROW_VERSION.html | 2 +-
arrow/datatypes/enum.DataType.html | 8 +-
arrow/datatypes/struct.Date32Type.html | 8 +-
arrow/datatypes/struct.Date64Type.html | 8 +-
arrow/datatypes/struct.Field.html | 8 +-
arrow/datatypes/struct.Float16Type.html | 2 +-
arrow/datatypes/struct.Float32Type.html | 2 +-
arrow/datatypes/struct.Float64Type.html | 2 +-
arrow/datatypes/struct.Int16Type.html | 2 +-
arrow/datatypes/struct.Int32Type.html | 2 +-
arrow/datatypes/struct.Int64Type.html | 2 +-
arrow/datatypes/struct.Int8Type.html | 2 +-
arrow/datatypes/struct.IntervalDayTime.html | 4 +-
arrow/datatypes/struct.IntervalMonthDayNano.html | 5 +-
arrow/datatypes/struct.Schema.html | 8 +-
arrow/datatypes/struct.Time32MillisecondType.html | 12 +-
arrow/datatypes/struct.Time32SecondType.html | 12 +-
arrow/datatypes/struct.Time64MicrosecondType.html | 12 +-
arrow/datatypes/struct.Time64NanosecondType.html | 12 +-
.../datatypes/struct.TimestampMicrosecondType.html | 8 +-
.../datatypes/struct.TimestampMillisecondType.html | 8 +-
.../datatypes/struct.TimestampNanosecondType.html | 8 +-
arrow/datatypes/struct.TimestampSecondType.html | 8 +-
arrow/datatypes/struct.UInt16Type.html | 2 +-
arrow/datatypes/struct.UInt32Type.html | 2 +-
arrow/datatypes/struct.UInt64Type.html | 2 +-
arrow/datatypes/struct.UInt8Type.html | 2 +-
arrow/datatypes/struct.i256.html | 3 +-
arrow/error/index.html | 4 +-
arrow/error/type.Result.html | 3 +-
.../ffi_stream/struct.ArrowArrayStreamReader.html | 6 +-
arrow/ffi_stream/struct.FFI_ArrowArrayStream.html | 7 +-
arrow/index.html | 6 +-
arrow/pyarrow/fn.to_py_err.html | 2 +-
arrow/pyarrow/fn.validate_class.html | 2 +-
arrow/pyarrow/fn.validate_pycapsule.html | 2 +-
arrow/pyarrow/index.html | 4 +-
arrow/pyarrow/struct.PyArrowType.html | 4 +-
arrow/pyarrow/trait.FromPyArrow.html | 9 +-
arrow/pyarrow/trait.IntoPyArrow.html | 9 +-
arrow/pyarrow/trait.ToPyArrow.html | 5 +-
arrow/pyarrow/type.PyArrowException.html | 3 +-
arrow/record_batch/index.html | 3 +-
arrow/record_batch/struct.RecordBatch.html | 8 +-
arrow/record_batch/trait.RecordBatchReader.html | 4 +-
arrow/tensor/index.html | 4 +-
arrow/tensor/struct.Tensor.html | 28 ++---
arrow/tensor/type.BooleanTensor.html | 3 +-
arrow/tensor/type.Date32Tensor.html | 3 +-
arrow/tensor/type.Date64Tensor.html | 3 +-
arrow/tensor/type.Decimal128Tensor.html | 3 +-
arrow/tensor/type.Decimal256Tensor.html | 3 +-
arrow/tensor/type.DurationMicrosecondTensor.html | 3 +-
arrow/tensor/type.DurationMillisecondTensor.html | 3 +-
arrow/tensor/type.DurationNanosecondTensor.html | 3 +-
arrow/tensor/type.DurationSecondTensor.html | 3 +-
arrow/tensor/type.Float16Tensor.html | 3 +-
arrow/tensor/type.Float32Tensor.html | 3 +-
arrow/tensor/type.Float64Tensor.html | 3 +-
arrow/tensor/type.Int16Tensor.html | 3 +-
arrow/tensor/type.Int32Tensor.html | 3 +-
arrow/tensor/type.Int64Tensor.html | 3 +-
arrow/tensor/type.Int8Tensor.html | 3 +-
arrow/tensor/type.IntervalDayTimeTensor.html | 3 +-
arrow/tensor/type.IntervalMonthDayNanoTensor.html | 3 +-
arrow/tensor/type.IntervalYearMonthTensor.html | 3 +-
arrow/tensor/type.Time32MillisecondTensor.html | 3 +-
arrow/tensor/type.Time32SecondTensor.html | 3 +-
arrow/tensor/type.Time64MicrosecondTensor.html | 3 +-
arrow/tensor/type.Time64NanosecondTensor.html | 3 +-
arrow/tensor/type.TimestampMicrosecondTensor.html | 3 +-
arrow/tensor/type.TimestampMillisecondTensor.html | 3 +-
arrow/tensor/type.TimestampNanosecondTensor.html | 3 +-
arrow/tensor/type.TimestampSecondTensor.html | 3 +-
arrow/tensor/type.UInt16Tensor.html | 3 +-
arrow/tensor/type.UInt32Tensor.html | 3 +-
arrow/tensor/type.UInt64Tensor.html | 3 +-
arrow/tensor/type.UInt8Tensor.html | 3 +-
arrow/util/bench_util/fn.create_binary_array.html | 2 +-
arrow/util/bench_util/fn.create_boolean_array.html | 2 +-
.../bench_util/fn.create_dict_from_values.html | 2 +-
arrow/util/bench_util/fn.create_fsb_array.html | 2 +-
.../fn.create_month_day_nano_array_with_seed.html | 6 +-
.../fn.create_primitive_array_with_seed.html | 6 +-
.../bench_util/fn.create_primitive_run_array.html | 2 +-
.../fn.create_sparse_dict_from_values.html | 2 +-
arrow/util/bench_util/fn.create_string_array.html | 2 +-
.../fn.create_string_array_for_runs.html | 2 +-
.../fn.create_string_array_with_len.html | 2 +-
.../fn.create_string_array_with_max_len.html | 2 +-
.../bench_util/fn.create_string_dict_array.html | 2 +-
.../bench_util/fn.create_string_view_array.html | 2 +-
.../fn.create_string_view_array_with_len.html | 2 +-
.../fn.create_string_view_array_with_max_len.html | 2 +-
arrow/util/bench_util/index.html | 6 +-
arrow/util/bit_chunk_iterator/index.html | 2 +-
.../struct.BitChunkIterator.html | 5 +-
.../util/bit_chunk_iterator/struct.BitChunks.html | 3 +-
.../struct.UnalignedBitChunk.html | 10 +-
.../type.UnalignedBitChunkIterator.html | 3 +-
.../data_gen/fn.create_random_temporal_array.html | 2 +-
arrow/util/data_gen/index.html | 2 +-
arrow/util/data_gen/trait.RandomTemporalValue.html | 11 +-
arrow/util/display/struct.FormatOptions.html | 3 +-
arrow/util/index.html | 3 +-
.../fn.pretty_format_columns_with_options.html | 5 -
arrow/util/pretty/index.html | 2 +-
arrow/util/pretty/sidebar-items.js | 2 +-
arrow/util/string_writer/index.html | 5 +-
arrow/util/string_writer/struct.StringWriter.html | 9 +-
arrow_arith/bitwise/fn.bitwise_and.html | 2 +-
arrow_arith/bitwise/fn.bitwise_and_not.html | 2 +-
arrow_arith/bitwise/fn.bitwise_and_scalar.html | 2 +-
arrow_arith/bitwise/fn.bitwise_not.html | 2 +-
arrow_arith/bitwise/fn.bitwise_op.html | 2 +-
arrow_arith/bitwise/fn.bitwise_or.html | 2 +-
arrow_arith/bitwise/fn.bitwise_or_scalar.html | 2 +-
arrow_arith/bitwise/fn.bitwise_shift_left.html | 2 +-
.../bitwise/fn.bitwise_shift_left_scalar.html | 2 +-
arrow_arith/bitwise/fn.bitwise_shift_right.html | 2 +-
.../bitwise/fn.bitwise_shift_right_scalar.html | 2 +-
arrow_arith/bitwise/fn.bitwise_xor.html | 2 +-
arrow_arith/bitwise/fn.bitwise_xor_scalar.html | 2 +-
arrow_arith/bitwise/index.html | 3 +-
arrow_arith/index.html | 4 +-
.../ffi_stream/fn.export_reader_into_raw.html | 2 +-
arrow_array/ffi_stream/fn.get_error_code.html | 2 +-
arrow_array/ffi_stream/fn.get_last_error.html | 2 +-
arrow_array/ffi_stream/fn.get_next.html | 2 +-
arrow_array/ffi_stream/fn.get_schema.html | 2 +-
arrow_array/ffi_stream/fn.get_stream_schema.html | 2 +-
arrow_array/ffi_stream/fn.release_stream.html | 2 +-
arrow_array/ffi_stream/index.html | 2 +-
.../ffi_stream/struct.ArrowArrayStreamReader.html | 12 +-
.../ffi_stream/struct.ExportedArrayStream.html | 4 +-
.../ffi_stream/struct.FFI_ArrowArrayStream.html | 23 ++--
.../ffi_stream/struct.StreamPrivateData.html | 2 +-
.../record_batch/trait.RecordBatchReader.html | 2 +-
arrow_array/trait.RecordBatchReader.html | 2 +-
arrow_array/types/struct.IntervalDayTime.html | 4 +-
arrow_array/types/struct.IntervalMonthDayNano.html | 5 +-
arrow_avro/index.html | 2 +-
arrow_buffer/bigint/fn.mulx.html | 2 +-
arrow_buffer/bigint/fn.split_array.html | 2 +-
arrow_buffer/bigint/index.html | 2 +-
arrow_buffer/bigint/macro.define_as_primitive.html | 2 +-
arrow_buffer/bigint/struct.i256.html | 73 ++++++------
arrow_buffer/bit_chunk_iterator/index.html | 4 +-
.../struct.BitChunkIterator.html | 5 +-
.../bit_chunk_iterator/struct.BitChunks.html | 15 +--
.../struct.UnalignedBitChunk.html | 10 +-
.../type.UnalignedBitChunkIterator.html | 3 +-
arrow_buffer/builder/index.html | 2 +-
arrow_buffer/builder/null/index.html | 2 +-
.../builder/null/struct.NullBufferBuilder.html | 9 +-
arrow_buffer/builder/offset/index.html | 2 +-
.../builder/offset/struct.OffsetBufferBuilder.html | 8 +-
arrow_buffer/builder/struct.NullBufferBuilder.html | 9 +-
.../builder/struct.OffsetBufferBuilder.html | 8 +-
arrow_buffer/index.html | 2 +-
arrow_buffer/interval/index.html | 2 +-
arrow_buffer/interval/struct.IntervalDayTime.html | 58 +++++-----
.../interval/struct.IntervalMonthDayNano.html | 55 ++++-----
arrow_buffer/struct.IntervalDayTime.html | 58 +++++-----
arrow_buffer/struct.IntervalMonthDayNano.html | 55 ++++-----
arrow_buffer/struct.i256.html | 73 ++++++------
.../bit_chunk_iterator/fn.compute_prefix_mask.html | 2 +-
.../bit_chunk_iterator/fn.compute_suffix_mask.html | 2 +-
.../util/bit_chunk_iterator/fn.read_u64.html | 2 +-
arrow_buffer/util/bit_chunk_iterator/index.html | 4 +-
.../struct.BitChunkIterator.html | 5 +-
.../util/bit_chunk_iterator/struct.BitChunks.html | 15 +--
.../struct.UnalignedBitChunk.html | 10 +-
.../type.UnalignedBitChunkIterator.html | 3 +-
arrow_cast/display/enum.FormatError.html | 4 +-
arrow_cast/display/fn.array_format.html | 2 +-
arrow_cast/display/fn.array_value_to_string.html | 2 +-
arrow_cast/display/fn.date32_to_date.html | 2 +-
arrow_cast/display/fn.lexical_to_string.html | 2 +-
arrow_cast/display/fn.make_formatter.html | 2 +-
arrow_cast/display/fn.write_list.html | 2 +-
arrow_cast/display/fn.write_timestamp.html | 2 +-
arrow_cast/display/index.html | 2 +-
arrow_cast/display/macro.decimal_display.html | 2 +-
arrow_cast/display/macro.duration_display.html | 2 +-
arrow_cast/display/macro.duration_fmt.html | 2 +-
arrow_cast/display/macro.primitive_display.html | 2 +-
.../display/macro.primitive_display_float.html | 2 +-
arrow_cast/display/macro.temporal_display.html | 2 +-
arrow_cast/display/macro.timestamp_display.html | 2 +-
arrow_cast/display/struct.ArrayFormat.html | 4 +-
arrow_cast/display/struct.ArrayFormatter.html | 6 +-
arrow_cast/display/struct.FormatOptions.html | 17 +--
.../display/struct.MillisecondsFormatter.html | 4 +-
.../display/struct.NanosecondsFormatter.html | 4 +-
arrow_cast/display/struct.ValueFormatter.html | 8 +-
arrow_cast/display/trait.DisplayIndex.html | 4 +-
arrow_cast/display/trait.DisplayIndexState.html | 104 ++++++++---------
arrow_cast/display/type.FieldDisplay.html | 2 +-
arrow_cast/display/type.FormatResult.html | 2 +-
arrow_cast/index.html | 2 +-
arrow_cast/parse/constant.EPOCH_DAYS_FROM_CE.html | 2 +-
.../constant.ERR_NANOSECONDS_NOT_SUPPORTED.html | 2 +-
arrow_cast/parse/constant.INTERVAL_PRECISION.html | 2 +-
arrow_cast/parse/constant.NANOS_PER_HOUR.html | 2 +-
arrow_cast/parse/constant.NANOS_PER_MILLIS.html | 2 +-
arrow_cast/parse/constant.NANOS_PER_MINUTE.html | 2 +-
arrow_cast/parse/constant.NANOS_PER_SECOND.html | 2 +-
arrow_cast/parse/enum.IntervalUnit.html | 22 +++-
arrow_cast/parse/fn.is_some_and.html | 2 +-
arrow_cast/parse/fn.not_interval_amount.html | 2 +-
arrow_cast/parse/fn.parse_date.html | 2 +-
arrow_cast/parse/fn.parse_decimal.html | 2 +-
arrow_cast/parse/fn.parse_e_notation.html | 2 +-
arrow_cast/parse/fn.parse_interval_components.html | 2 +-
arrow_cast/parse/fn.parse_interval_day_time.html | 5 +-
.../parse/fn.parse_interval_month_day_nano.html | 5 +-
.../fn.parse_interval_month_day_nano_config.html | 5 +-
arrow_cast/parse/fn.parse_interval_year_month.html | 5 +-
arrow_cast/parse/fn.split_interval_components.html | 2 +-
arrow_cast/parse/index.html | 9 +-
arrow_cast/parse/macro.parser_primitive.html | 2 +-
arrow_cast/parse/struct.Interval.html | 10 +-
arrow_cast/parse/struct.IntervalAmount.html | 6 +-
arrow_cast/parse/struct.IntervalParseConfig.html | 11 +-
arrow_cast/parse/trait.Parser.html | 7 +-
arrow_cast/parse/type.MonthDayNano.html | 3 +-
arrow_cast/pretty/fn.create_column.html | 2 +-
arrow_cast/pretty/fn.create_table.html | 2 +-
.../fn.pretty_format_columns_with_options.html | 5 +-
arrow_cast/pretty/fn.print_batches.html | 2 +-
arrow_cast/pretty/fn.print_columns.html | 2 +-
arrow_cast/pretty/index.html | 4 +-
arrow_csv/fn.map_csv_error.html | 2 +-
arrow_csv/index.html | 2 +-
arrow_csv/reader/fn.build_boolean_array.html | 2 +-
arrow_csv/reader/fn.build_decimal_array.html | 2 +-
arrow_csv/reader/fn.build_primitive_array.html | 2 +-
arrow_csv/reader/fn.build_timestamp_array.html | 2 +-
.../reader/fn.build_timestamp_array_impl.html | 2 +-
arrow_csv/reader/fn.infer_file_schema.html | 2 +-
arrow_csv/reader/fn.infer_reader_schema.html | 2 +-
arrow_csv/reader/fn.infer_schema_from_files.html | 2 +-
arrow_csv/reader/fn.parse.html | 2 +-
arrow_csv/reader/fn.parse_bool.html | 2 +-
arrow_csv/reader/index.html | 2 +-
arrow_csv/reader/struct.BufReader.html | 10 +-
arrow_csv/reader/struct.Decoder.html | 10 +-
arrow_csv/reader/struct.Format.html | 18 ++-
arrow_csv/reader/struct.ReaderBuilder.html | 32 +++---
arrow_csv/reader/type.Bounds.html | 2 +-
arrow_csv/reader/type.Reader.html | 4 +-
.../struct.FlightServiceServer.html | 36 +++++-
.../struct.FlightServiceServer.html | 36 +++++-
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 +-
search.desc/arrow_array/arrow_array-desc-0-.js | 2 +-
search.desc/arrow_buffer/arrow_buffer-desc-0-.js | 2 +-
search.desc/arrow_cast/arrow_cast-desc-0-.js | 2 +-
search.desc/arrow_csv/arrow_csv-desc-0-.js | 2 +-
settings.html | 2 +-
src/arrow/error.rs.html | 6 +-
src/arrow/lib.rs.html | 8 +-
src/arrow/pyarrow.rs.html | 26 ++++-
src/arrow/tensor.rs.html | 126 +++++++++++++++------
src/arrow/util/bench_util.rs.html | 14 ++-
src/arrow/util/data_gen.rs.html | 14 ++-
src/arrow/util/mod.rs.html | 4 +-
src/arrow/util/string_writer.rs.html | 28 ++---
src/arrow_arith/bitwise.rs.html | 6 +-
src/arrow_arith/lib.rs.html | 4 +-
src/arrow_array/ffi_stream.rs.html | 26 +++--
src/arrow_avro/lib.rs.html | 6 +-
src/arrow_buffer/bigint/mod.rs.html | 6 +-
src/arrow_buffer/builder/null.rs.html | 18 ++-
src/arrow_buffer/builder/offset.rs.html | 6 +-
src/arrow_buffer/interval.rs.html | 22 +++-
src/arrow_buffer/lib.rs.html | 4 +-
src/arrow_buffer/util/bit_chunk_iterator.rs.html | 38 +++++--
src/arrow_cast/display.rs.html | 6 +-
src/arrow_cast/lib.rs.html | 6 +-
src/arrow_cast/parse.rs.html | 100 ++++++++++++----
src/arrow_cast/pretty.rs.html | 6 +-
src/arrow_csv/lib.rs.html | 6 +-
src/arrow_csv/reader/mod.rs.html | 52 +++++++--
type.impl/alloc/boxed/struct.Box.js | 4 +-
type.impl/arrow/tensor/struct.Tensor.js | 2 +-
type.impl/arrow_csv/reader/struct.BufReader.js | 2 +-
331 files changed, 1433 insertions(+), 946 deletions(-)
delete mode 100644 arrow/util/pretty/fn.pretty_format_columns_with_options.html