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 713884eec9 deploy: 3a45ae9e9e9c6791c8c0b4af903d87cedca259fa
new 38617d56d1 deploy: 3c5d3f5fbe6c5d0ef23a7be7a77342fcd48e36cb
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 (713884eec9)
\
N -- N -- N refs/heads/asf-site (38617d56d1)
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 | 12 +-
.../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 | 12 +-
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.FixedSizeBinaryDictionaryBuilder.html | 4 +-
.../struct.FixedSizeListBuilder.html | 6 +-
arrow_array/builder/fn.make_builder.html | 2 +-
.../struct.GenericByteDictionaryBuilder.html | 10 +-
.../struct.GenericByteViewBuilder.html | 2 +-
.../struct.GenericListBuilder.html | 6 +-
.../struct.GenericListViewBuilder.html | 6 +-
arrow_array/builder/index.html | 2 +-
arrow_array/builder/map_builder/index.html | 2 +-
.../builder/map_builder/struct.MapBuilder.html | 12 +-
.../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 | 6 +-
arrow_array/builder/struct.BooleanBuilder.html | 2 +-
.../builder/struct.FixedSizeBinaryBuilder.html | 2 +-
.../struct.FixedSizeBinaryDictionaryBuilder.html | 4 +-
.../builder/struct.FixedSizeListBuilder.html | 6 +-
.../struct.GenericByteDictionaryBuilder.html | 10 +-
.../builder/struct.GenericByteViewBuilder.html | 2 +-
arrow_array/builder/struct.GenericListBuilder.html | 6 +-
.../builder/struct.GenericListViewBuilder.html | 6 +-
arrow_array/builder/struct.MapBuilder.html | 12 +-
arrow_array/builder/struct.MapFieldNames.html | 8 +-
arrow_array/builder/struct.PrimitiveBuilder.html | 10 +-
.../builder/struct.PrimitiveDictionaryBuilder.html | 6 +-
arrow_array/builder/struct.StructBuilder.html | 8 +-
arrow_array/builder/struct.UnionBuilder.html | 6 +-
.../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.LargeListViewBuilder.html | 4 +-
arrow_array/builder/type.ListBuilder.html | 4 +-
arrow_array/builder/type.ListViewBuilder.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 | 50 +-
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 | 20 +-
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 | 38 +-
.../record_batch/struct.RecordBatchIterator.html | 12 +-
.../record_batch/trait.RecordBatchReader.html | 10 +-
.../record_batch/trait.RecordBatchWriter.html | 8 +-
arrow_array/struct.RecordBatch.html | 38 +-
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 | 10 +-
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 | 8 +-
arrow_array/types/trait.ByteArrayType.html | 10 +-
arrow_array/types/trait.ByteViewType.html | 8 +-
arrow_array/types/trait.DecimalType.html | 14 +-
parquet/all.html | 2 +-
.../arrow_writer/enum.ArrowColumnWriterImpl.html | 2 +-
parquet/arrow/arrow_writer/fn.compute_leaves.html | 2 +-
.../arrow_writer/fn.get_arrow_column_writer.html | 7 -
.../arrow_writer/fn.get_bool_array_slice.html | 2 +-
.../arrow/arrow_writer/fn.get_column_writers.html | 2 +-
.../fn.get_column_writers_with_encryptor.html | 8 +
.../fn.get_decimal_128_array_slice.html | 2 +-
.../fn.get_decimal_256_array_slice.html | 2 +-
.../arrow_writer/fn.get_float_16_array_slice.html | 2 +-
.../arrow/arrow_writer/fn.get_fsb_array_slice.html | 2 +-
.../fn.get_interval_dt_array_slice.html | 2 +-
.../fn.get_interval_ym_array_slice.html | 2 +-
parquet/arrow/arrow_writer/fn.write_leaf.html | 2 +-
parquet/arrow/arrow_writer/fn.write_primitive.html | 2 +-
parquet/arrow/arrow_writer/index.html | 4 +-
parquet/arrow/arrow_writer/sidebar-items.js | 2 +-
.../arrow_writer/struct.ArrowColumnChunk.html | 6 +-
.../arrow_writer/struct.ArrowColumnChunkData.html | 4 +-
.../struct.ArrowColumnChunkReader.html | 4 +-
.../arrow_writer/struct.ArrowColumnWriter.html | 12 +-
.../struct.ArrowColumnWriterFactory.html} | 28 +-
.../arrow/arrow_writer/struct.ArrowLeafColumn.html | 4 +-
.../arrow/arrow_writer/struct.ArrowPageWriter.html | 12 +-
.../arrow_writer/struct.ArrowRowGroupWriter.html | 8 +-
.../struct.ArrowRowGroupWriterFactory.html | 13 +-
parquet/arrow/arrow_writer/struct.ArrowWriter.html | 36 +-
.../arrow_writer/struct.ArrowWriterOptions.html | 12 +-
.../arrow/arrow_writer/type.SharedColumnChunk.html | 2 +-
parquet/column/index.html | 4 +-
parquet/column/page/index.html | 2 +-
parquet/column/page/struct.CompressedPage.html | 7 +-
parquet/column/page/struct.PageMetadata.html | 4 +-
parquet/column/page/struct.PageWriteSpec.html | 6 +-
parquet/column/page/trait.PageIterator.html | 2 +-
parquet/column/page/trait.PageReader.html | 12 +-
parquet/column/page/trait.PageWriter.html | 8 +-
parquet/column/page_encryption/index.html | 1 +
parquet/column/page_encryption/sidebar-items.js | 1 +
.../page_encryption/struct.PageEncryptor.html | 42 +
parquet/column/sidebar-items.js | 2 +-
parquet/column/writer/enum.ColumnWriter.html | 8 +-
parquet/column/writer/enum.Level.html | 2 +-
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 +-
.../writer/fn.truncate_and_increment_utf8.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 | 2 +-
parquet/column/writer/macro.downcast_writer.html | 2 +-
.../column/writer/struct.ColumnCloseResult.html | 4 +-
parquet/column/writer/struct.ColumnMetrics.html | 14 +-
.../column/writer/struct.GenericColumnWriter.html | 61 +-
parquet/column/writer/struct.PageMetrics.html | 14 +-
parquet/column/writer/type.ColumnWriterImpl.html | 2 +-
parquet/file/metadata/index.html | 2 +-
parquet/file/metadata/memory/trait.HeapSize.html | 2 +-
.../metadata/reader/fn.get_file_decryptor.html | 2 +-
parquet/file/metadata/reader/index.html | 2 +-
.../reader/struct.ParquetMetaDataReader.html | 8 +-
.../file/metadata/struct.ColumnChunkMetaData.html | 78 +-
.../struct.ColumnChunkMetaDataBuilder.html | 58 +-
.../file/metadata/struct.ColumnIndexBuilder.html | 18 +-
parquet/file/metadata/struct.FileMetaData.html | 28 +-
parquet/file/metadata/struct.LevelHistogram.html | 28 +-
.../file/metadata/struct.OffsetIndexBuilder.html | 14 +-
parquet/file/metadata/struct.ParquetMetaData.html | 34 +-
.../metadata/struct.ParquetMetaDataBuilder.html | 30 +-
.../metadata/struct.ParquetMetaDataReader.html | 8 +-
.../metadata/struct.ParquetMetaDataWriter.html | 10 +-
parquet/file/metadata/struct.RowGroupMetaData.html | 42 +-
.../metadata/struct.RowGroupMetaDataBuilder.html | 22 +-
parquet/file/metadata/type.FileMetaDataPtr.html | 2 +-
parquet/file/metadata/type.KeyValue.html | 2 +-
parquet/file/metadata/type.ParquetColumnIndex.html | 2 +-
parquet/file/metadata/type.ParquetOffsetIndex.html | 2 +-
.../file/metadata/type.RowGroupMetaDataPtr.html | 2 +-
parquet/file/metadata/writer/index.html | 2 +-
parquet/file/metadata/writer/sidebar-items.js | 2 +-
.../writer/struct.MetadataObjectWriter.html | 71 +
.../writer/struct.ParquetMetaDataWriter.html | 10 +-
.../writer/struct.ThriftMetadataWriter.html | 20 +-
.../constant.DEFAULT_BLOOM_FILTER_FPP.html | 2 +-
.../constant.DEFAULT_BLOOM_FILTER_NDV.html | 2 +-
.../constant.DEFAULT_BLOOM_FILTER_POSITION.html | 2 +-
.../properties/constant.DEFAULT_COERCE_TYPES.html | 2 +-
...stant.DEFAULT_COLUMN_INDEX_TRUNCATE_LENGTH.html | 2 +-
.../properties/constant.DEFAULT_COMPRESSION.html | 2 +-
.../properties/constant.DEFAULT_CREATED_BY.html | 2 +-
...constant.DEFAULT_DATA_PAGE_ROW_COUNT_LIMIT.html | 2 +-
.../constant.DEFAULT_DICTIONARY_ENABLED.html | 2 +-
...onstant.DEFAULT_DICTIONARY_PAGE_SIZE_LIMIT.html | 2 +-
.../constant.DEFAULT_MAX_ROW_GROUP_SIZE.html | 2 +-
.../constant.DEFAULT_MAX_STATISTICS_SIZE.html | 2 +-
.../constant.DEFAULT_OFFSET_INDEX_DISABLED.html | 2 +-
.../properties/constant.DEFAULT_PAGE_SIZE.html | 2 +-
.../constant.DEFAULT_READ_BLOOM_FILTER.html | 2 +-
.../constant.DEFAULT_STATISTICS_ENABLED.html | 2 +-
...onstant.DEFAULT_STATISTICS_TRUNCATE_LENGTH.html | 2 +-
.../constant.DEFAULT_WRITER_VERSION.html | 2 +-
.../constant.DEFAULT_WRITE_BATCH_SIZE.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 | 54 +-
.../properties/struct.WriterPropertiesBuilder.html | 73 +-
.../file/properties/type.ReaderPropertiesPtr.html | 2 +-
.../file/properties/type.WriterPropertiesPtr.html | 2 +-
parquet/file/reader/trait.ChunkReader.html | 2 +-
parquet/file/reader/trait.Length.html | 2 +-
.../enum.SerializedPageReaderState.html | 2 +-
parquet/file/serialized_reader/fn.decode_page.html | 2 +-
.../serialized_reader/fn.page_crypto_context.html | 2 +-
.../fn.read_encrypted_page_header.html | 2 +-
.../fn.read_encrypted_page_header_len.html | 2 +-
.../serialized_reader/fn.read_page_header_len.html | 2 +-
.../fn.verify_page_header_len.html | 2 +-
.../serialized_reader/fn.verify_page_size.html | 2 +-
parquet/file/serialized_reader/index.html | 2 +-
.../struct.SerializedPageReader.html | 18 +-
.../writer/fn.get_file_magic.html} | 7 +-
parquet/file/writer/fn.write_bloom_filters.html | 2 +-
parquet/file/writer/index.html | 7 +-
parquet/file/writer/sidebar-items.js | 2 +-
.../writer/struct.PageEncryptorContext.html} | 12 +-
.../file/writer/struct.SerializedColumnWriter.html | 10 +-
.../file/writer/struct.SerializedFileWriter.html | 40 +-
.../file/writer/struct.SerializedPageWriter.html | 20 +-
.../writer/struct.SerializedRowGroupWriter.html | 34 +-
parquet/file/writer/struct.TrackedWrite.html | 14 +-
parquet/file/writer/type.OnCloseColumnChunk.html | 2 +-
parquet/file/writer/type.OnCloseRowGroup.html | 2 +-
parquet/format/struct.PageHeader.html | 2 +-
search-index.js | 4 +-
search.desc/parquet/parquet-desc-0-.js | 2 +-
src-files.js | 4 +-
src/parquet/arrow/arrow_writer/mod.rs.html | 7040 +++++++++---------
src/parquet/column/mod.rs.html | 9 +-
src/parquet/column/page.rs.html | 435 +-
src/parquet/column/page_encryption.rs.html | 119 +
src/parquet/column/writer/mod.rs.html | 7841 ++++++++++----------
src/parquet/encryption/ciphers.rs.html | 215 +-
src/parquet/encryption/decrypt.rs.html | 785 +-
src/parquet/encryption/encrypt.rs.html | 375 +
src/parquet/encryption/mod.rs.html | 3 +-
src/parquet/encryption/modules.rs.html | 134 +-
src/parquet/file/metadata/mod.rs.html | 3832 +++++-----
src/parquet/file/metadata/reader.rs.html | 1289 ++--
src/parquet/file/metadata/writer.rs.html | 1048 ++-
src/parquet/file/properties.rs.html | 2774 +++----
src/parquet/file/serialized_reader.rs.html | 3761 +++++-----
src/parquet/file/writer.rs.html | 4420 +++++------
trait.impl/core/convert/trait.From.js | 4 +-
trait.impl/core/default/trait.Default.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 +-
.../core/panic/unwind_safe/trait.RefUnwindSafe.js | 4 +-
.../core/panic/unwind_safe/trait.UnwindSafe.js | 4 +-
.../arrow_array/array/struct.DictionaryArray.js | 4 +-
.../arrow_array/array/struct.GenericByteArray.js | 4 +-
.../array/struct.GenericByteViewArray.js | 4 +-
.../arrow_array/array/struct.GenericListArray.js | 4 +-
.../array/struct.GenericListViewArray.js | 4 +-
.../arrow_array/array/struct.PrimitiveArray.js | 4 +-
type.impl/arrow_array/array/struct.RunArray.js | 4 +-
.../arrow_array/array/type.GenericStringArray.js | 4 +-
.../builder/struct.GenericByteDictionaryBuilder.js | 4 +-
.../builder/struct.GenericByteViewBuilder.js | 4 +-
.../builder/struct.GenericListBuilder.js | 4 +-
.../builder/struct.GenericListViewBuilder.js | 4 +-
.../arrow_array/builder/struct.PrimitiveBuilder.js | 4 +-
.../arrow_array/types/struct.GenericBinaryType.js | 4 +-
.../arrow_array/types/struct.GenericStringType.js | 4 +-
.../column/writer/struct.GenericColumnWriter.js | 4 +-
510 files changed, 19533 insertions(+), 17827 deletions(-)
delete mode 100644 parquet/arrow/arrow_writer/fn.get_arrow_column_writer.html
create mode 100644
parquet/arrow/arrow_writer/fn.get_column_writers_with_encryptor.html
copy parquet/{file/metadata/reader/struct.FooterTail.html =>
arrow/arrow_writer/struct.ArrowColumnWriterFactory.html} (54%)
copy parquet_layout/struct.ParquetFile.html =>
parquet/arrow/arrow_writer/struct.ArrowRowGroupWriterFactory.html (57%)
create mode 100644 parquet/column/page_encryption/index.html
create mode 100644 parquet/column/page_encryption/sidebar-items.js
create mode 100644 parquet/column/page_encryption/struct.PageEncryptor.html
create mode 100644
parquet/file/metadata/writer/struct.MetadataObjectWriter.html
copy parquet/{record/api/fn.convert_date_to_string.html =>
file/writer/fn.get_file_magic.html} (59%)
copy parquet/{column/writer/encoder/struct.DictionaryPage.html =>
file/writer/struct.PageEncryptorContext.html} (61%)
create mode 100644 src/parquet/column/page_encryption.rs.html
create mode 100644 src/parquet/encryption/encrypt.rs.html