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 af745f4a7 deploy: d030177cc64c9ee2d614e2e351a686fe6e947702
new ed4b5016f deploy: 5595019bad5f7fa8c75106d31bf86c8c99d2822c
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 (af745f4a7)
\
N -- N -- N refs/heads/asf-site (ed4b5016f)
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:
.../arithmetic/trait.ArrowNativeTypeOp.html | 30 +--
.../array/binary_array/type.BinaryArray.html | 4 +-
.../binary_array/type.GenericBinaryArray.html | 4 +-
.../array/binary_array/type.LargeBinaryArray.html | 4 +-
.../array/boolean_array/struct.BooleanArray.html | 2 +-
.../array/byte_array/struct.GenericByteArray.html | 14 +-
.../struct.GenericByteViewArray.html | 10 +-
.../byte_view_array/type.BinaryViewArray.html | 4 +-
.../byte_view_array/type.StringViewArray.html | 4 +-
.../dictionary_array/struct.DictionaryArray.html | 10 +-
.../struct.TypedDictionaryArray.html | 2 +-
.../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 | 14 +-
.../struct.FixedSizeListArray.html | 18 +-
arrow_array/array/fn.new_empty_array.html | 2 +-
arrow_array/array/fn.new_null_array.html | 2 +-
.../array/list_array/struct.GenericListArray.html | 24 +--
.../array/list_array/type.LargeListArray.html | 4 +-
arrow_array/array/list_array/type.ListArray.html | 4 +-
.../struct.GenericListViewArray.html | 24 +--
.../list_view_array/type.LargeListViewArray.html | 4 +-
.../array/list_view_array/type.ListViewArray.html | 4 +-
arrow_array/array/map_array/struct.MapArray.html | 22 +--
arrow_array/array/null_array/struct.NullArray.html | 4 +-
.../primitive_array/struct.PrimitiveArray.html | 20 +-
.../array/primitive_array/type.Date32Array.html | 4 +-
.../array/primitive_array/type.Date64Array.html | 4 +-
.../primitive_array/type.Decimal128Array.html | 4 +-
.../primitive_array/type.Decimal256Array.html | 4 +-
.../type.DurationMicrosecondArray.html | 4 +-
.../type.DurationMillisecondArray.html | 4 +-
.../type.DurationNanosecondArray.html | 4 +-
.../primitive_array/type.DurationSecondArray.html | 4 +-
.../array/primitive_array/type.Float16Array.html | 4 +-
.../array/primitive_array/type.Float32Array.html | 4 +-
.../array/primitive_array/type.Float64Array.html | 4 +-
.../array/primitive_array/type.Int16Array.html | 4 +-
.../array/primitive_array/type.Int32Array.html | 4 +-
.../array/primitive_array/type.Int64Array.html | 4 +-
.../array/primitive_array/type.Int8Array.html | 4 +-
.../primitive_array/type.IntervalDayTimeArray.html | 4 +-
.../type.IntervalMonthDayNanoArray.html | 4 +-
.../type.IntervalYearMonthArray.html | 4 +-
.../type.Time32MillisecondArray.html | 4 +-
.../primitive_array/type.Time32SecondArray.html | 4 +-
.../type.Time64MicrosecondArray.html | 4 +-
.../type.Time64NanosecondArray.html | 4 +-
.../type.TimestampMicrosecondArray.html | 4 +-
.../type.TimestampMillisecondArray.html | 4 +-
.../type.TimestampNanosecondArray.html | 4 +-
.../primitive_array/type.TimestampSecondArray.html | 6 +-
.../array/primitive_array/type.UInt16Array.html | 4 +-
.../array/primitive_array/type.UInt32Array.html | 4 +-
.../array/primitive_array/type.UInt64Array.html | 4 +-
.../array/primitive_array/type.UInt8Array.html | 4 +-
arrow_array/array/run_array/struct.RunArray.html | 10 +-
.../array/run_array/struct.TypedRunArray.html | 2 +-
.../array/run_array/type.Int16RunArray.html | 4 +-
.../array/run_array/type.Int32RunArray.html | 4 +-
.../array/run_array/type.Int64RunArray.html | 4 +-
.../string_array/type.GenericStringArray.html | 6 +-
.../array/string_array/type.LargeStringArray.html | 4 +-
.../array/string_array/type.StringArray.html | 4 +-
arrow_array/array/struct.BooleanArray.html | 2 +-
arrow_array/array/struct.DictionaryArray.html | 10 +-
arrow_array/array/struct.FixedSizeBinaryArray.html | 14 +-
arrow_array/array/struct.FixedSizeListArray.html | 18 +-
arrow_array/array/struct.GenericByteArray.html | 14 +-
arrow_array/array/struct.GenericByteViewArray.html | 10 +-
arrow_array/array/struct.GenericListArray.html | 24 +--
arrow_array/array/struct.GenericListViewArray.html | 24 +--
arrow_array/array/struct.MapArray.html | 22 +--
arrow_array/array/struct.NullArray.html | 4 +-
arrow_array/array/struct.PrimitiveArray.html | 20 +-
arrow_array/array/struct.RunArray.html | 10 +-
arrow_array/array/struct.StructArray.html | 28 +--
arrow_array/array/struct.TypedDictionaryArray.html | 2 +-
arrow_array/array/struct.TypedRunArray.html | 2 +-
arrow_array/array/struct.UnionArray.html | 14 +-
.../array/struct_array/struct.StructArray.html | 28 +--
arrow_array/array/trait.Array.html | 6 +-
arrow_array/array/type.ArrayRef.html | 2 +-
arrow_array/array/type.BinaryArray.html | 4 +-
arrow_array/array/type.BinaryViewArray.html | 4 +-
arrow_array/array/type.Date32Array.html | 4 +-
arrow_array/array/type.Date64Array.html | 4 +-
arrow_array/array/type.Decimal128Array.html | 4 +-
arrow_array/array/type.Decimal256Array.html | 4 +-
.../array/type.DurationMicrosecondArray.html | 4 +-
.../array/type.DurationMillisecondArray.html | 4 +-
.../array/type.DurationNanosecondArray.html | 4 +-
arrow_array/array/type.DurationSecondArray.html | 4 +-
arrow_array/array/type.Float16Array.html | 4 +-
arrow_array/array/type.Float32Array.html | 4 +-
arrow_array/array/type.Float64Array.html | 4 +-
arrow_array/array/type.GenericBinaryArray.html | 4 +-
arrow_array/array/type.GenericStringArray.html | 6 +-
arrow_array/array/type.Int16Array.html | 4 +-
arrow_array/array/type.Int16DictionaryArray.html | 4 +-
arrow_array/array/type.Int16RunArray.html | 4 +-
arrow_array/array/type.Int32Array.html | 4 +-
arrow_array/array/type.Int32DictionaryArray.html | 4 +-
arrow_array/array/type.Int32RunArray.html | 4 +-
arrow_array/array/type.Int64Array.html | 4 +-
arrow_array/array/type.Int64DictionaryArray.html | 4 +-
arrow_array/array/type.Int64RunArray.html | 4 +-
arrow_array/array/type.Int8Array.html | 4 +-
arrow_array/array/type.Int8DictionaryArray.html | 4 +-
arrow_array/array/type.IntervalDayTimeArray.html | 4 +-
.../array/type.IntervalMonthDayNanoArray.html | 4 +-
arrow_array/array/type.IntervalYearMonthArray.html | 4 +-
arrow_array/array/type.LargeBinaryArray.html | 4 +-
arrow_array/array/type.LargeListArray.html | 4 +-
arrow_array/array/type.LargeListViewArray.html | 4 +-
arrow_array/array/type.LargeStringArray.html | 4 +-
arrow_array/array/type.ListArray.html | 4 +-
arrow_array/array/type.ListViewArray.html | 4 +-
arrow_array/array/type.StringArray.html | 4 +-
arrow_array/array/type.StringViewArray.html | 4 +-
arrow_array/array/type.Time32MillisecondArray.html | 4 +-
arrow_array/array/type.Time32SecondArray.html | 4 +-
arrow_array/array/type.Time64MicrosecondArray.html | 4 +-
arrow_array/array/type.Time64NanosecondArray.html | 4 +-
.../array/type.TimestampMicrosecondArray.html | 4 +-
.../array/type.TimestampMillisecondArray.html | 4 +-
.../array/type.TimestampNanosecondArray.html | 4 +-
arrow_array/array/type.TimestampSecondArray.html | 6 +-
arrow_array/array/type.UInt16Array.html | 4 +-
arrow_array/array/type.UInt16DictionaryArray.html | 4 +-
arrow_array/array/type.UInt32Array.html | 4 +-
arrow_array/array/type.UInt32DictionaryArray.html | 4 +-
arrow_array/array/type.UInt64Array.html | 4 +-
arrow_array/array/type.UInt64DictionaryArray.html | 4 +-
arrow_array/array/type.UInt8Array.html | 4 +-
arrow_array/array/type.UInt8DictionaryArray.html | 4 +-
.../array/union_array/struct.UnionArray.html | 14 +-
.../boolean_builder/struct.BooleanBuilder.html | 2 +-
.../struct.FixedSizeBinaryBuilder.html | 2 +-
.../struct.FixedSizeListBuilder.html | 6 +-
arrow_array/builder/fn.make_builder.html | 2 +-
.../struct.GenericByteDictionaryBuilder.html | 4 +-
.../struct.GenericByteViewBuilder.html | 2 +-
.../struct.GenericListBuilder.html | 6 +-
arrow_array/builder/index.html | 2 +-
arrow_array/builder/map_builder/index.html | 2 +-
.../builder/map_builder/struct.MapBuilder.html | 8 +-
.../builder/map_builder/struct.MapFieldNames.html | 8 +-
.../primitive_builder/struct.PrimitiveBuilder.html | 10 +-
.../primitive_builder/type.Date32Builder.html | 4 +-
.../primitive_builder/type.Date64Builder.html | 4 +-
.../primitive_builder/type.Decimal128Builder.html | 4 +-
.../primitive_builder/type.Decimal256Builder.html | 4 +-
.../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 | 2 +-
arrow_array/builder/struct.BooleanBuilder.html | 2 +-
.../builder/struct.FixedSizeBinaryBuilder.html | 2 +-
.../builder/struct.FixedSizeListBuilder.html | 6 +-
.../struct.GenericByteDictionaryBuilder.html | 4 +-
.../builder/struct.GenericByteViewBuilder.html | 2 +-
arrow_array/builder/struct.GenericListBuilder.html | 6 +-
arrow_array/builder/struct.MapBuilder.html | 8 +-
arrow_array/builder/struct.MapFieldNames.html | 8 +-
arrow_array/builder/struct.PrimitiveBuilder.html | 10 +-
.../builder/struct.PrimitiveDictionaryBuilder.html | 2 +-
arrow_array/builder/struct.StructBuilder.html | 8 +-
arrow_array/builder/struct.UnionBuilder.html | 6 +-
.../builder/struct_builder/fn.make_builder.html | 2 +-
.../struct_builder/struct.StructBuilder.html | 8 +-
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 | 4 +-
.../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.ListBuilder.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 +-
arrow_array/ffi/fn.bit_width.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_ArrowSchema.html | 48 ++---
arrow_array/ffi/struct.ImportedArrowArray.html | 16 +-
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 | 18 +-
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 | 34 ++--
.../record_batch/struct.RecordBatchIterator.html | 12 +-
.../record_batch/trait.RecordBatchReader.html | 14 +-
.../record_batch/trait.RecordBatchWriter.html | 8 +-
arrow_array/struct.RecordBatch.html | 34 ++--
arrow_array/struct.RecordBatchIterator.html | 12 +-
arrow_array/timezone/private/struct.Tz.html | 2 +-
arrow_array/timezone/struct.Tz.html | 2 +-
arrow_array/trait.ArrowNativeTypeOp.html | 30 +--
arrow_array/trait.RecordBatchReader.html | 14 +-
arrow_array/trait.RecordBatchWriter.html | 8 +-
.../fn.validate_decimal_precision_and_scale.html | 2 +-
arrow_array/types/index.html | 2 +-
arrow_array/types/struct.BinaryViewType.html | 2 +-
arrow_array/types/struct.BooleanType.html | 2 +-
arrow_array/types/struct.Date32Type.html | 2 +-
arrow_array/types/struct.Date64Type.html | 4 +-
arrow_array/types/struct.Decimal128Type.html | 4 +-
arrow_array/types/struct.Decimal256Type.html | 4 +-
.../types/struct.DurationMicrosecondType.html | 2 +-
.../types/struct.DurationMillisecondType.html | 2 +-
.../types/struct.DurationNanosecondType.html | 2 +-
arrow_array/types/struct.DurationSecondType.html | 2 +-
arrow_array/types/struct.Float16Type.html | 2 +-
arrow_array/types/struct.Float32Type.html | 2 +-
arrow_array/types/struct.Float64Type.html | 2 +-
arrow_array/types/struct.GenericBinaryType.html | 4 +-
arrow_array/types/struct.GenericStringType.html | 4 +-
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 | 2 +-
arrow_array/types/struct.IntervalDayTimeType.html | 2 +-
arrow_array/types/struct.IntervalMonthDayNano.html | 2 +-
.../types/struct.IntervalMonthDayNanoType.html | 2 +-
.../types/struct.IntervalYearMonthType.html | 2 +-
arrow_array/types/struct.StringViewType.html | 2 +-
.../types/struct.Time32MillisecondType.html | 2 +-
arrow_array/types/struct.Time32SecondType.html | 2 +-
.../types/struct.Time64MicrosecondType.html | 2 +-
arrow_array/types/struct.Time64NanosecondType.html | 2 +-
.../types/struct.TimestampMicrosecondType.html | 2 +-
.../types/struct.TimestampMillisecondType.html | 2 +-
.../types/struct.TimestampNanosecondType.html | 2 +-
arrow_array/types/struct.TimestampSecondType.html | 2 +-
arrow_array/types/struct.UInt16Type.html | 2 +-
arrow_array/types/struct.UInt32Type.html | 2 +-
arrow_array/types/struct.UInt64Type.html | 2 +-
arrow_array/types/struct.UInt8Type.html | 2 +-
arrow_array/types/trait.ArrowPrimitiveType.html | 8 +-
arrow_array/types/trait.ArrowTimestampType.html | 12 +-
arrow_array/types/trait.ByteArrayType.html | 10 +-
arrow_array/types/trait.ByteViewType.html | 8 +-
arrow_array/types/trait.DecimalType.html | 14 +-
.../arrow_writer/struct.ArrowColumnChunkData.html | 2 +-
.../arrow/async_reader/enum.ColumnChunkData.html | 2 +-
.../async_reader/fn.fetch_parquet_metadata.html | 2 +-
.../metadata/fn.fetch_parquet_metadata.html | 2 +-
parquet/arrow/async_reader/metadata/index.html | 2 +-
.../metadata/struct.MetadataFetchFn.html | 4 +-
.../metadata/struct.MetadataLoader.html | 10 +-
.../async_reader/metadata/trait.MetadataFetch.html | 5 +-
.../arrow/async_reader/struct.MetadataLoader.html | 10 +-
.../arrow/async_reader/trait.MetadataFetch.html | 5 +-
parquet/basic/enum.ColumnOrder.html | 16 +-
parquet/basic/enum.Compression.html | 18 +-
parquet/basic/enum.ConvertedType.html | 9 +-
parquet/basic/enum.Encoding.html | 12 +-
parquet/basic/enum.LogicalType.html | 28 ++-
parquet/basic/enum.PageType.html | 15 +-
parquet/basic/enum.Repetition.html | 6 +-
parquet/basic/enum.SortOrder.html | 8 +-
parquet/basic/enum.Type.html | 14 +-
parquet/basic/fn.check_level_is_none.html | 2 +-
parquet/basic/fn.require_level.html | 2 +-
parquet/basic/fn.split_compression_string.html | 2 +-
parquet/basic/index.html | 5 +-
parquet/column/page/enum.Page.html | 34 +++-
parquet/column/page/index.html | 2 +-
parquet/column/page/struct.CompressedPage.html | 20 +-
parquet/column/page/struct.PageMetadata.html | 4 +-
parquet/column/page/struct.PageWriteSpec.html | 12 +-
parquet/column/page/trait.PageIterator.html | 2 +-
parquet/column/page/trait.PageReader.html | 10 +-
parquet/column/page/trait.PageWriter.html | 8 +-
parquet/column/reader/enum.ColumnReader.html | 12 +-
parquet/column/reader/fn.get_column_reader.html | 2 +-
.../column/reader/fn.get_typed_column_reader.html | 2 +-
parquet/column/reader/fn.parse_v1_level.html | 2 +-
parquet/column/reader/index.html | 2 +-
.../column/reader/struct.GenericColumnReader.html | 22 +--
parquet/column/reader/type.ColumnReaderImpl.html | 2 +-
parquet/column/writer/enum.ColumnWriter.html | 16 +-
parquet/column/writer/enum.Level.html | 4 +-
parquet/column/writer/fn.compare_greater.html | 2 +-
.../fn.compare_greater_byte_array_decimals.html | 2 +-
parquet/column/writer/fn.fallback_encoding.html | 2 +-
parquet/column/writer/fn.get_column_writer.html | 2 +-
.../column/writer/fn.get_typed_column_writer.html | 2 +-
.../writer/fn.get_typed_column_writer_mut.html | 2 +-
.../writer/fn.get_typed_column_writer_ref.html | 2 +-
.../column/writer/fn.has_dictionary_support.html | 2 +-
parquet/column/writer/fn.increment.html | 2 +-
parquet/column/writer/fn.increment_utf8.html | 2 +-
parquet/column/writer/fn.is_nan.html | 2 +-
parquet/column/writer/fn.truncate_utf8.html | 2 +-
parquet/column/writer/fn.update_max.html | 2 +-
parquet/column/writer/fn.update_min.html | 2 +-
parquet/column/writer/fn.update_stat.html | 2 +-
parquet/column/writer/index.html | 4 +-
.../column/writer/struct.ColumnCloseResult.html | 4 +-
parquet/column/writer/struct.ColumnMetrics.html | 14 +-
.../column/writer/struct.GenericColumnWriter.html | 58 +++---
parquet/column/writer/struct.PageMetrics.html | 14 +-
parquet/column/writer/type.ColumnWriterImpl.html | 2 +-
parquet/data_type/enum.Decimal.html | 29 ++-
parquet/data_type/index.html | 12 +-
parquet/data_type/macro.ensure_phys_ty.html | 2 +-
parquet/data_type/macro.gen_as_bytes.html | 2 +-
parquet/data_type/macro.make_type.html | 2 +-
.../macro.unimplemented_slice_as_bytes.html | 2 +-
parquet/data_type/private/index.html | 2 +-
parquet/data_type/private/macro.impl_from_raw.html | 2 +-
.../data_type/private/trait.ParquetValueType.html | 44 ++---
parquet/data_type/struct.BoolType.html | 13 +-
parquet/data_type/struct.ByteArray.html | 21 ++-
parquet/data_type/struct.ByteArrayType.html | 13 +-
parquet/data_type/struct.DoubleType.html | 13 +-
parquet/data_type/struct.FixedLenByteArray.html | 23 +--
.../data_type/struct.FixedLenByteArrayType.html | 13 +-
parquet/data_type/struct.FloatType.html | 13 +-
parquet/data_type/struct.Int32Type.html | 13 +-
parquet/data_type/struct.Int64Type.html | 13 +-
parquet/data_type/struct.Int96.html | 10 +-
parquet/data_type/struct.Int96Type.html | 13 +-
parquet/data_type/trait.AsBytes.html | 6 +-
parquet/data_type/trait.DataType.html | 21 ++-
parquet/data_type/trait.SliceAsBytes.html | 8 +-
parquet/data_type/trait.SliceAsBytesDataType.html | 4 +-
parquet/errors/enum.ParquetError.html | 8 +-
parquet/errors/index.html | 2 +-
parquet/errors/macro.arrow_err.html | 2 +-
parquet/errors/macro.eof_err.html | 2 +-
parquet/errors/macro.general_err.html | 2 +-
parquet/errors/macro.nyi_err.html | 2 +-
parquet/errors/type.Result.html | 2 +-
parquet/file/footer/fn.decode_footer.html | 2 +-
parquet/file/footer/fn.decode_metadata.html | 2 +-
parquet/file/footer/fn.parse_metadata.html | 2 +-
parquet/file/footer/index.html | 3 +-
parquet/file/index.html | 2 +-
parquet/file/metadata/index.html | 4 +-
parquet/file/metadata/memory/trait.HeapSize.html | 2 +-
.../file/metadata/struct.ColumnChunkMetaData.html | 76 ++++----
.../struct.ColumnChunkMetaDataBuilder.html | 48 ++---
.../file/metadata/struct.ColumnIndexBuilder.html | 16 +-
parquet/file/metadata/struct.FileMetaData.html | 28 +--
parquet/file/metadata/struct.LevelHistogram.html | 28 +--
.../file/metadata/struct.OffsetIndexBuilder.html | 12 +-
.../metadata/struct.ParquetMetaDataWriter.html | 5 +-
parquet/file/metadata/struct.RowGroupMetaData.html | 40 ++--
.../metadata/struct.RowGroupMetaDataBuilder.html | 21 ++-
parquet/file/metadata/type.FileMetaDataPtr.html | 2 +-
parquet/file/metadata/type.KeyValue.html | 3 +-
.../file/metadata/type.RowGroupMetaDataPtr.html | 2 +-
parquet/file/metadata/writer/index.html | 2 +-
.../writer/struct.ParquetMetaDataWriter.html | 5 +-
parquet/file/page_index/index/enum.Index.html | 20 +-
parquet/file/page_index/index/index.html | 2 +-
.../file/page_index/index/struct.NativeIndex.html | 11 +-
.../file/page_index/index/struct.PageIndex.html | 15 +-
parquet/file/page_index/offset_index/index.html | 2 +-
.../offset_index/struct.OffsetIndexMetaData.html | 13 +-
.../constant.DEFAULT_READ_BLOOM_FILTER.html | 2 +-
.../file/properties/enum.BloomFilterPosition.html | 6 +-
.../file/properties/enum.EnabledStatistics.html | 6 +-
parquet/file/properties/enum.WriterVersion.html | 8 +-
parquet/file/properties/index.html | 2 +-
.../properties/struct.BloomFilterProperties.html | 6 +-
.../file/properties/struct.ColumnProperties.html | 34 ++--
.../file/properties/struct.ReaderProperties.html | 8 +-
.../properties/struct.ReaderPropertiesBuilder.html | 12 +-
.../file/properties/struct.WriterProperties.html | 52 +++---
.../properties/struct.WriterPropertiesBuilder.html | 68 +++----
.../file/properties/type.ReaderPropertiesPtr.html | 2 +-
.../file/properties/type.WriterPropertiesPtr.html | 2 +-
parquet/file/reader/trait.ChunkReader.html | 2 +-
parquet/file/statistics/enum.Statistics.html | 73 +++++---
parquet/file/statistics/fn.from_thrift.html | 2 +-
parquet/file/statistics/fn.to_thrift.html | 3 +-
parquet/file/statistics/index.html | 4 +-
.../statistics/macro.statistics_enum_func.html | 2 +-
.../file/statistics/macro.statistics_new_func.html | 5 +-
.../file/statistics/struct.ValueStatistics.html | 50 ++---
parquet/file/statistics/type.TypedStatistics.html | 2 +-
parquet/file/writer/fn.write_bloom_filters.html | 2 +-
parquet/file/writer/index.html | 2 +-
.../file/writer/struct.SerializedColumnWriter.html | 10 +-
.../file/writer/struct.SerializedFileWriter.html | 15 +-
.../file/writer/struct.SerializedPageWriter.html | 10 +-
.../writer/struct.SerializedRowGroupWriter.html | 18 +-
parquet/format/enum.BloomFilterAlgorithm.html | 6 +-
parquet/format/enum.BloomFilterCompression.html | 6 +-
parquet/format/enum.BloomFilterHash.html | 6 +-
parquet/format/enum.ColumnCryptoMetaData.html | 6 +-
parquet/format/enum.ColumnOrder.html | 6 +-
parquet/format/enum.EncryptionAlgorithm.html | 6 +-
parquet/format/enum.LogicalType.html | 8 +-
parquet/format/enum.TimeUnit.html | 4 +-
parquet/format/struct.AesGcmCtrV1.html | 6 +-
parquet/format/struct.AesGcmV1.html | 4 +-
parquet/format/struct.BloomFilterHeader.html | 6 +-
parquet/format/struct.BoundaryOrder.html | 6 +-
parquet/format/struct.BsonType.html | 4 +-
parquet/format/struct.ColumnChunk.html | 6 +-
parquet/format/struct.ColumnIndex.html | 6 +-
parquet/format/struct.ColumnMetaData.html | 6 +-
parquet/format/struct.CompressionCodec.html | 8 +-
parquet/format/struct.ConvertedType.html | 6 +-
parquet/format/struct.DataPageHeader.html | 6 +-
parquet/format/struct.DataPageHeaderV2.html | 6 +-
parquet/format/struct.DateType.html | 4 +-
parquet/format/struct.DecimalType.html | 6 +-
parquet/format/struct.DictionaryPageHeader.html | 6 +-
parquet/format/struct.Encoding.html | 6 +-
parquet/format/struct.EncryptionWithColumnKey.html | 6 +-
parquet/format/struct.EncryptionWithFooterKey.html | 6 +-
parquet/format/struct.EnumType.html | 4 +-
parquet/format/struct.FieldRepetitionType.html | 8 +-
parquet/format/struct.FileCryptoMetaData.html | 6 +-
parquet/format/struct.FileMetaData.html | 6 +-
parquet/format/struct.Float16Type.html | 6 +-
parquet/format/struct.IndexPageHeader.html | 6 +-
parquet/format/struct.IntType.html | 4 +-
parquet/format/struct.JsonType.html | 4 +-
parquet/format/struct.KeyValue.html | 4 +-
parquet/format/struct.ListType.html | 4 +-
parquet/format/struct.MapType.html | 4 +-
parquet/format/struct.MicroSeconds.html | 6 +-
parquet/format/struct.MilliSeconds.html | 6 +-
parquet/format/struct.NanoSeconds.html | 6 +-
parquet/format/struct.NullType.html | 4 +-
parquet/format/struct.OffsetIndex.html | 6 +-
parquet/format/struct.PageEncodingStats.html | 6 +-
parquet/format/struct.PageHeader.html | 6 +-
parquet/format/struct.PageLocation.html | 6 +-
parquet/format/struct.PageType.html | 6 +-
parquet/format/struct.RowGroup.html | 4 +-
parquet/format/struct.SchemaElement.html | 6 +-
parquet/format/struct.SizeStatistics.html | 6 +-
parquet/format/struct.SortingColumn.html | 6 +-
parquet/format/struct.SplitBlockAlgorithm.html | 6 +-
parquet/format/struct.Statistics.html | 6 +-
parquet/format/struct.StringType.html | 6 +-
parquet/format/struct.TimeType.html | 4 +-
parquet/format/struct.TimestampType.html | 6 +-
parquet/format/struct.Type.html | 6 +-
parquet/format/struct.TypeDefinedOrder.html | 6 +-
parquet/format/struct.UUIDType.html | 4 +-
parquet/format/struct.Uncompressed.html | 6 +-
parquet/format/struct.XxHash.html | 4 +-
parquet/index.html | 2 +-
parquet/macro.experimental.html | 2 +-
parquet/record/api/enum.Field.html | 31 ++--
parquet/record/api/fn.convert_date_to_string.html | 2 +-
.../record/api/fn.convert_decimal_to_string.html | 2 +-
.../api/fn.convert_timestamp_micros_to_string.html | 2 +-
.../api/fn.convert_timestamp_millis_to_string.html | 2 +-
.../api/fn.convert_timestamp_secs_to_string.html | 2 +-
parquet/record/api/fn.make_list.html | 2 +-
parquet/record/api/fn.make_map.html | 2 +-
parquet/record/api/fn.make_row.html | 2 +-
parquet/record/api/index.html | 2 +-
.../record/api/macro.list_complex_accessor.html | 2 +-
.../record/api/macro.list_primitive_accessor.html | 2 +-
.../api/macro.map_list_primitive_accessor.html | 2 +-
parquet/record/api/macro.row_complex_accessor.html | 2 +-
.../record/api/macro.row_primitive_accessor.html | 2 +-
parquet/record/api/struct.List.html | 11 +-
parquet/record/api/struct.Map.html | 9 +-
parquet/record/api/struct.MapList.html | 6 +-
parquet/record/api/struct.Row.html | 7 +-
parquet/record/api/struct.RowColumnIter.html | 4 +-
parquet/record/api/trait.ListAccessor.html | 26 ++-
parquet/record/api/trait.MapAccessor.html | 6 +-
parquet/record/api/trait.RowAccessor.html | 24 ++-
parquet/record/api/trait.RowFormatter.html | 5 +-
parquet/record/enum.Field.html | 31 ++--
parquet/record/index.html | 2 +-
parquet/record/reader/enum.Reader.html | 10 +-
parquet/record/record_reader/index.html | 2 +-
.../record/record_reader/trait.RecordReader.html | 9 +-
parquet/record/struct.List.html | 11 +-
parquet/record/struct.Map.html | 9 +-
parquet/record/struct.Row.html | 7 +-
parquet/record/struct.RowColumnIter.html | 4 +-
parquet/record/trait.ListAccessor.html | 26 ++-
parquet/record/trait.MapAccessor.html | 6 +-
parquet/record/trait.RecordReader.html | 9 +-
parquet/record/trait.RowAccessor.html | 24 ++-
parquet/record/trait.RowFormatter.html | 5 +-
parquet/schema/index.html | 2 +-
parquet/schema/types/enum.Type.html | 39 ++--
parquet/schema/types/fn.build_tree.html | 2 +-
parquet/schema/types/fn.from_thrift.html | 2 +-
parquet/schema/types/fn.from_thrift_helper.html | 2 +-
parquet/schema/types/fn.to_thrift.html | 2 +-
parquet/schema/types/fn.to_thrift_helper.html | 2 +-
parquet/schema/types/index.html | 2 +-
parquet/schema/types/struct.BasicTypeInfo.html | 22 +--
parquet/schema/types/struct.ColumnDescriptor.html | 36 ++--
parquet/schema/types/struct.ColumnPath.html | 17 +-
parquet/schema/types/struct.GroupTypeBuilder.html | 16 +-
.../schema/types/struct.PrimitiveTypeBuilder.html | 22 +--
parquet/schema/types/struct.SchemaDescriptor.html | 27 +--
parquet/schema/visitor/index.html | 3 +-
parquet/schema/visitor/trait.TypeVisitor.html | 14 +-
parquet/thrift/fn.collection_u8_to_type.html | 2 +-
parquet/thrift/fn.eof_error.html | 2 +-
parquet/thrift/fn.u8_to_type.html | 2 +-
parquet/thrift/index.html | 2 +-
.../thrift/struct.TCompactSliceInputProtocol.html | 4 +-
parquet/thrift/trait.TSerializable.html | 8 +-
.../struct.APartiallyCompleteRecord.html | 4 +-
parquet_derive_test/struct.APrunedRecord.html | 4 +-
search-index.js | 4 +-
search.desc/parquet/parquet-desc-0-.js | 2 +-
src/gen/main.rs.html | 6 +-
src/parquet/arrow/async_reader/metadata.rs.html | 6 +-
src/parquet/basic.rs.html | 180 +++++++++++++-----
src/parquet/column/page.rs.html | 114 +++++++++---
src/parquet/column/reader.rs.html | 34 +++-
src/parquet/column/writer/mod.rs.html | 54 ++++--
src/parquet/data_type.rs.html | 80 ++++++--
src/parquet/errors.rs.html | 8 +-
src/parquet/file/footer.rs.html | 6 +-
src/parquet/file/metadata/mod.rs.html | 34 +++-
src/parquet/file/metadata/writer.rs.html | 6 +-
src/parquet/file/page_index/index.rs.html | 90 +++++++--
src/parquet/file/page_index/offset_index.rs.html | 12 +-
src/parquet/file/properties.rs.html | 10 +-
src/parquet/file/reader.rs.html | 2 +-
src/parquet/file/statistics.rs.html | 46 +++--
src/parquet/file/writer.rs.html | 6 +-
src/parquet/lib.rs.html | 8 +-
src/parquet/record/api.rs.html | 202 +++++++++++++++------
src/parquet/record/reader.rs.html | 16 +-
src/parquet/record/record_reader.rs.html | 8 +-
src/parquet/schema/types.rs.html | 46 +++--
src/parquet/schema/visitor.rs.html | 6 +-
src/parquet/thrift.rs.html | 10 +-
trait.impl/core/convert/trait.From.js | 4 +-
.../core/iter/traits/iterator/trait.Iterator.js | 4 +-
.../array/binary_array/type.GenericBinaryArray.js | 4 +-
.../array/byte_array/struct.GenericByteArray.js | 4 +-
.../byte_view_array/struct.GenericByteViewArray.js | 4 +-
.../dictionary_array/struct.DictionaryArray.js | 4 +-
.../array/list_array/struct.GenericListArray.js | 4 +-
.../list_view_array/struct.GenericListViewArray.js | 4 +-
.../array/primitive_array/struct.PrimitiveArray.js | 4 +-
.../arrow_array/array/run_array/struct.RunArray.js | 4 +-
.../array/string_array/type.GenericStringArray.js | 4 +-
.../struct.GenericByteDictionaryBuilder.js | 4 +-
.../struct.GenericByteViewBuilder.js | 4 +-
.../struct.GenericListBuilder.js | 4 +-
.../primitive_builder/struct.PrimitiveBuilder.js | 4 +-
.../arrow_array/types/struct.GenericBinaryType.js | 4 +-
.../arrow_array/types/struct.GenericStringType.js | 4 +-
.../column/reader/struct.GenericColumnReader.js | 2 +-
.../column/writer/struct.GenericColumnWriter.js | 4 +-
.../file/statistics/struct.ValueStatistics.js | 2 +-
type.impl/parquet/format/struct.KeyValue.js | 4 +-
629 files changed, 3029 insertions(+), 2240 deletions(-)