This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ddff770688c deploy: 0cc14168000e1e41fc5f63929d34d13dda6e5873
ddff770688c is described below
commit ddff770688cf8931d176d0211b14d15964251b8c
Author: tustvold <[email protected]>
AuthorDate: Wed Jun 12 10:22:38 2024 +0000
deploy: 0cc14168000e1e41fc5f63929d34d13dda6e5873
---
help.html | 2 +-
index.html | 2 +-
parquet/basic/enum.Compression.html | 2 +-
parquet/basic/enum.ConvertedType.html | 2 +-
parquet/basic/enum.SortOrder.html | 2 +-
parquet/data_type/struct.ByteArray.html | 14 +++++++-------
parquet/data_type/struct.FixedLenByteArray.html | 16 ++++++++--------
parquet/data_type/struct.Int96.html | 2 +-
parquet/data_type/trait.AsBytes.html | 2 +-
parquet/errors/enum.ParquetError.html | 2 +-
.../serialized_reader/struct.SerializedFileReader.html | 2 +-
parquet/file/statistics/enum.Statistics.html | 2 +-
parquet/format/struct.BoundaryOrder.html | 2 +-
parquet/format/struct.CompressionCodec.html | 2 +-
parquet/format/struct.ConvertedType.html | 2 +-
parquet/format/struct.Encoding.html | 2 +-
parquet/format/struct.FieldRepetitionType.html | 2 +-
parquet/format/struct.PageType.html | 2 +-
parquet/format/struct.Type.html | 2 +-
parquet/record/api/enum.Field.html | 2 +-
parquet/record/enum.Field.html | 2 +-
parquet/schema/types/struct.ColumnPath.html | 2 +-
parquet_derive_test/struct.ACompleteRecord.html | 2 +-
parquet_derive_test/struct.APartiallyCompleteRecord.html | 2 +-
search-index.js | 2 +-
settings.html | 2 +-
26 files changed, 39 insertions(+), 39 deletions(-)
diff --git a/help.html b/help.html
index 2079bb54bf5..fe27b595408 100644
--- a/help.html
+++ b/help.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta
name="viewport" content="width=device-width, initial-scale=1.0"><meta
name="generator" content="rustdoc"><meta name="description"
content="Documentation for
Rustdoc"><title>Help</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-5
[...]
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta
name="viewport" content="width=device-width, initial-scale=1.0"><meta
name="generator" content="rustdoc"><meta name="description"
content="Documentation for
Rustdoc"><title>Help</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-5
[...]
\ No newline at end of file
diff --git a/index.html b/index.html
index bcc235ed362..09c69d7fd7a 100644
--- a/index.html
+++ b/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta
name="viewport" content="width=device-width, initial-scale=1.0"><meta
name="generator" content="rustdoc"><meta name="description" content="List of
crates"><title>Index of
crates</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-5
[...]
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta
name="viewport" content="width=device-width, initial-scale=1.0"><meta
name="generator" content="rustdoc"><meta name="description" content="List of
crates"><title>Index of
crates</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-5
[...]
\ No newline at end of file
diff --git a/parquet/basic/enum.Compression.html
b/parquet/basic/enum.Compression.html
index b4abc840486..87a2c726c47 100644
--- a/parquet/basic/enum.Compression.html
+++ b/parquet/basic/enum.Compression.html
@@ -19,7 +19,7 @@ to provide a good balance of compression, performance, and
ecosystem support. Al
<a href="enum.Compression.html#variant.LZ4_RAW" title="variant
parquet::basic::Compression::LZ4_RAW"><code>Compression::LZ4_RAW</code></a>
provides much faster decompression speeds, at the cost of typically
worse compression ratios. However, it is not as widely supported by the
ecosystem, with the
Hadoop ecosystem historically favoring the non-standard and now deprecated <a
href="enum.Compression.html#variant.LZ4" title="variant
parquet::basic::Compression::LZ4"><code>Compression::LZ4</code></a>.</p>
-</div></details><h2 id="variants" class="variants section-header">Variants<a
href="#variants" class="anchor">§</a></h2><div class="variants"><section
id="variant.UNCOMPRESSED" class="variant"><a href="#variant.UNCOMPRESSED"
class="anchor">§</a><h3 class="code-header">UNCOMPRESSED</h3></section><section
id="variant.SNAPPY" class="variant"><a href="#variant.SNAPPY"
class="anchor">§</a><h3 class="code-header">SNAPPY</h3></section><section
id="variant.GZIP" class="variant"><a href="#variant. [...]
+</div></details><h2 id="variants" class="variants section-header">Variants<a
href="#variants" class="anchor">§</a></h2><div class="variants"><section
id="variant.UNCOMPRESSED" class="variant"><a href="#variant.UNCOMPRESSED"
class="anchor">§</a><h3 class="code-header">UNCOMPRESSED</h3></section><section
id="variant.SNAPPY" class="variant"><a href="#variant.SNAPPY"
class="anchor">§</a><h3 class="code-header">SNAPPY</h3></section><section
id="variant.GZIP" class="variant"><a href="#variant. [...]
by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
class= [...]
sufficient, and should not be overridden without very good
reason.</div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-TryFrom%3CCompressionCodec%3E-for-Compression" class="impl"><a
class="src rightside"
href="../../src/parquet/basic.rs.html#957-978">source</a><a
href="#impl-TryFrom%3CCompressionCodec%3E-for-Compression"
class="anchor">§</a><h3 class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/core/con [...]
T: 'static + ?<a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div
class="impl-items"><details class="toggle method-toggle" open><summary><section
id="method.type_id" class="method trait-impl"><a class="src rightside"
href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#141">source</a><a
href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href
[...]
diff --git a/parquet/basic/enum.ConvertedType.html
b/parquet/basic/enum.ConvertedType.html
index a4cf8fb579f..e20376512e4 100644
--- a/parquet/basic/enum.ConvertedType.html
+++ b/parquet/basic/enum.ConvertedType.html
@@ -70,7 +70,7 @@ the number of months associated with the duration, the second
identifies
the number of days associated with the duration and the third identifies
the number of milliseconds associated with the provided duration.
This duration of time is independent of any particular timezone or date.</p>
-</div></div><h2 id="trait-implementations" class="section-header">Trait
Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div
id="trait-implementations-list"><details class="toggle implementors-toggle"
open><summary><section id="impl-Clone-for-ConvertedType" class="impl"><a
class="src rightside" href="../../src/parquet/basic.rs.html#68">source</a><a
href="#impl-Clone-for-ConvertedType" class="anchor">§</a><h3
class="code-header">impl <a class="trait" href="https:/ [...]
+</div></div><h2 id="trait-implementations" class="section-header">Trait
Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div
id="trait-implementations-list"><details class="toggle implementors-toggle"
open><summary><section id="impl-Clone-for-ConvertedType" class="impl"><a
class="src rightside" href="../../src/parquet/basic.rs.html#68">source</a><a
href="#impl-Clone-for-ConvertedType" class="anchor">§</a><h3
class="code-header">impl <a class="trait" href="https:/ [...]
by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
class= [...]
sufficient, and should not be overridden without very good
reason.</div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-TryFrom%3COption%3CConvertedType%3E%3E-for-ConvertedType"
class="impl"><a class="src rightside"
href="../../src/parquet/basic.rs.html#682-720">source</a><a
href="#impl-TryFrom%3COption%3CConvertedType%3E%3E-for-ConvertedType"
class="anchor">§</a><h3 class="code-header">impl <a class="trait"
href="https://doc.rust-lan [...]
T: 'static + ?<a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div
class="impl-items"><details class="toggle method-toggle" open><summary><section
id="method.type_id" class="method trait-impl"><a class="src rightside"
href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#141">source</a><a
href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href
[...]
diff --git a/parquet/basic/enum.SortOrder.html
b/parquet/basic/enum.SortOrder.html
index 0a67cc8ff8b..25f4de88cbd 100644
--- a/parquet/basic/enum.SortOrder.html
+++ b/parquet/basic/enum.SortOrder.html
@@ -12,7 +12,7 @@ min/max.</p>
</div><section id="variant.UNSIGNED" class="variant"><a
href="#variant.UNSIGNED" class="anchor">§</a><h3
class="code-header">UNSIGNED</h3></section><div class="docblock"><p>Unsigned
(depending on physical type either value or byte-wise) comparison.</p>
</div><section id="variant.UNDEFINED" class="variant"><a
href="#variant.UNDEFINED" class="anchor">§</a><h3
class="code-header">UNDEFINED</h3></section><div class="docblock"><p>Comparison
is undefined.</p>
</div></div><h2 id="implementations" class="section-header">Implementations<a
href="#implementations" class="anchor">§</a></h2><div
id="implementations-list"><details class="toggle implementors-toggle"
open><summary><section id="impl-SortOrder" class="impl"><a class="src
rightside" href="../../src/parquet/basic.rs.html#474-479">source</a><a
href="#impl-SortOrder" class="anchor">§</a><h3 class="code-header">impl <a
class="enum" href="enum.SortOrder.html" title="enum parquet::basic::SortOr [...]
-</div></details></div></details></div><h2 id="trait-implementations"
class="section-header">Trait Implementations<a href="#trait-implementations"
class="anchor">§</a></h2><div id="trait-implementations-list"><details
class="toggle implementors-toggle" open><summary><section
id="impl-Clone-for-SortOrder" class="impl"><a class="src rightside"
href="../../src/parquet/basic.rs.html#463">source</a><a
href="#impl-Clone-for-SortOrder" class="anchor">§</a><h3
class="code-header">impl <a class="t [...]
+</div></details></div></details></div><h2 id="trait-implementations"
class="section-header">Trait Implementations<a href="#trait-implementations"
class="anchor">§</a></h2><div id="trait-implementations-list"><details
class="toggle implementors-toggle" open><summary><section
id="impl-Clone-for-SortOrder" class="impl"><a class="src rightside"
href="../../src/parquet/basic.rs.html#463">source</a><a
href="#impl-Clone-for-SortOrder" class="anchor">§</a><h3
class="code-header">impl <a class="t [...]
by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
class= [...]
sufficient, and should not be overridden without very good
reason.</div></details></div></details><section id="impl-Copy-for-SortOrder"
class="impl"><a class="src rightside"
href="../../src/parquet/basic.rs.html#463">source</a><a
href="#impl-Copy-for-SortOrder" class="anchor">§</a><h3
class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Copy.html"
title="trait core::marker::Copy">Copy</a> for <a class="enum"
href="enum.SortOrder.html" title= [...]
T: 'static + ?<a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div
class="impl-items"><details class="toggle method-toggle" open><summary><section
id="method.type_id" class="method trait-impl"><a class="src rightside"
href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#141">source</a><a
href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href
[...]
diff --git a/parquet/data_type/struct.ByteArray.html
b/parquet/data_type/struct.ByteArray.html
index b4a9b6629be..1e728a48151 100644
--- a/parquet/data_type/struct.ByteArray.html
+++ b/parquet/data_type/struct.ByteArray.html
@@ -8,7 +8,7 @@ Value is backed by a byte buffer.</p>
</div></details><details class="toggle method-toggle" open><summary><section
id="method.data" class="method"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#162-167">source</a><h4
class="code-header">pub fn <a href="#method.data"
class="fn">data</a>(&self) -> &[<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>] <a
href="#" class="tooltip"
data-notable-ty="&[u8]">ⓘ</a></h4></section></summary><div
class="docblock"> [...]
</div></details><details class="toggle method-toggle" open><summary><section
id="method.set_data" class="method"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#171-173">source</a><h4
class="code-header">pub fn <a href="#method.set_data"
class="fn">set_data</a>(&mut self, data:
Bytes)</h4></section></summary><div class="docblock"><p>Set data from another
byte buffer.</p>
</div></details><details class="toggle method-toggle" open><summary><section
id="method.slice" class="method"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#177-184">source</a><h4
class="code-header">pub fn <a href="#method.slice"
class="fn">slice</a>(&self, start: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>,
len: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -
[...]
-</div></details><section id="method.as_utf8" class="method"><a class="src
rightside" href="../../src/parquet/data_type.rs.html#186-192">source</a><h4
class="code-header">pub fn <a href="#method.as_utf8"
class="fn">as_utf8</a>(&self) -> <a class="type"
href="../errors/type.Result.html" title="type
parquet::errors::Result">Result</a><&<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>></h4></section></div></details></div><h2
id="tr [...]
+</div></details><section id="method.as_utf8" class="method"><a class="src
rightside" href="../../src/parquet/data_type.rs.html#186-192">source</a><h4
class="code-header">pub fn <a href="#method.as_utf8"
class="fn">as_utf8</a>(&self) -> <a class="type"
href="../errors/type.Result.html" title="type
parquet::errors::Result">Result</a><&<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>></h4></section></div></details></div><h2
id="tr [...]
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait
core::marker::Sized">Sized</a>,</div></h4></section></div></details><details
class="toggle implementors-toggle" open><summary><section
id="impl-ParquetValueType-for-ByteArray" class="impl"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#889-971">source</a><a
href="#impl-ParquetValueType-for-ByteArray" class="anchor">§</a><h3
class="code-header">impl <a class="t [...]
values: &<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[Self]</a>,
writer: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut
W</a>,
@@ -16,16 +16,16 @@ Value is backed by a byte buffer.</p>
) -> <a class="type" href="../errors/type.Result.html" title="type
parquet::errors::Result">Result</a><<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>></h4></section></summary><div
class='docblock'>Encode the value directly from a higher level
encoder</div></details><details class="toggle method-toggle"
open><summary><section id="method.set_data-1" class="method trait-impl"><a
class="src rightside" href="../../src/parquet/data_type.rs [...]
buffer: &mut <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[Self]</a>,
decoder: &mut PlainDecoderDetails,
-) -> <a class="type" href="../errors/type.Result.html" title="type
parquet::errors::Result">Result</a><<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></h4></section></summary><div
class='docblock'>Decode the value from a given buffer for a higher level
decoder</div></details><section id="method.skip" class="method trait-impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#940-955">source</a><a
href="#method.sk [...]
-by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne-1" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne-1" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
cl [...]
-sufficient, and should not be overridden without very good
reason.</div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialEq%3CFixedLenByteArray%3E-for-ByteArray" class="impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#281-285">source</a><a
href="#impl-PartialEq%3CFixedLenByteArray%3E-for-ByteArray"
class="anchor">§</a><h3 class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/co [...]
+) -> <a class="type" href="../errors/type.Result.html" title="type
parquet::errors::Result">Result</a><<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></h4></section></summary><div
class='docblock'>Decode the value from a given buffer for a higher level
decoder</div></details><section id="method.skip" class="method trait-impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#940-955">source</a><a
href="#method.sk [...]
by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne-2" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne-2" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
cl [...]
+sufficient, and should not be overridden without very good
reason.</div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialEq%3CFixedLenByteArray%3E-for-ByteArray" class="impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#281-285">source</a><a
href="#impl-PartialEq%3CFixedLenByteArray%3E-for-ByteArray"
class="anchor">§</a><h3 class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/co [...]
+by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne-1" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne-1" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
cl [...]
sufficient, and should not be overridden without very good
reason.</div></details></div></details><details class="toggle
implementors-toggle" open><summary><section id="impl-PartialEq-for-ByteArray"
class="impl"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#235-243">source</a><a
href="#impl-PartialEq-for-ByteArray" class="anchor">§</a><h3
class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html"
title="trait core [...]
by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
class= [...]
-sufficient, and should not be overridden without very good
reason.</div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialOrd%3CByteArray%3E-for-FixedLenByteArray" class="impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#305-309">source</a><a
href="#impl-PartialOrd%3CByteArray%3E-for-FixedLenByteArray"
class="anchor">§</a><h3 class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/ [...]
-operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.gt-2" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#1215">source</a></span><a
href="#method.gt-2" class="anchor">§</a><h4 class="code-header" [...]
-operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read
more</a></div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialOrd%3CFixedLenByteArray%3E-for-ByteArray" class="impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#299-303">source</a><a
href="#impl-PartialOrd%3CFixedLenByteArray%3E-for-ByteArray"
class="anchor">§</a><h3 class="code-header">impl <a class="trait [...]
+sufficient, and should not be overridden without very good
reason.</div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialOrd%3CByteArray%3E-for-FixedLenByteArray" class="impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#305-309">source</a><a
href="#impl-PartialOrd%3CByteArray%3E-for-FixedLenByteArray"
class="anchor">§</a><h3 class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/ [...]
operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.gt-1" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#1215">source</a></span><a
href="#method.gt-1" class="anchor">§</a><h4 class="code-header" [...]
+operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read
more</a></div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialOrd%3CFixedLenByteArray%3E-for-ByteArray" class="impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#299-303">source</a><a
href="#impl-PartialOrd%3CFixedLenByteArray%3E-for-ByteArray"
class="anchor">§</a><h3 class="code-header">impl <a class="trait [...]
+operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.gt-2" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#1215">source</a></span><a
href="#method.gt-2" class="anchor">§</a><h4 class="code-header" [...]
operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read
more</a></div></details></div></details><details class="toggle
implementors-toggle" open><summary><section id="impl-PartialOrd-for-ByteArray"
class="impl"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#122-138">source</a><a
href="#impl-PartialOrd-for-ByteArray" class="anchor">§</a><h3
class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/core [...]
operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.gt" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#1215">source</a></span><a
href="#method.gt" class="anchor">§</a><h4 class="code-header">fn [...]
operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read
more</a></div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-SliceAsBytes-for-ByteArray" class="impl"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#532">source</a><a
href="#impl-SliceAsBytes-for-ByteArray" class="anchor">§</a><h3
class="code-header">impl <a class="trait" href="trait.SliceAsBytes.html"
title="trait [...]
diff --git a/parquet/data_type/struct.FixedLenByteArray.html
b/parquet/data_type/struct.FixedLenByteArray.html
index f223dcd9b82..45c2c2b1254 100644
--- a/parquet/data_type/struct.FixedLenByteArray.html
+++ b/parquet/data_type/struct.FixedLenByteArray.html
@@ -14,7 +14,7 @@ level logical types, removing the data-hazard from all
decoding and encoding pat
</div></details><details class="toggle method-toggle" open><summary><section
id="method.data" class="method"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#162-167">source</a><h4
class="code-header">pub fn <a href="#method.data"
class="fn">data</a>(&self) -> &[<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>] <a
href="#" class="tooltip"
data-notable-ty="&[u8]">ⓘ</a></h4></section></summary><div
class="docblock"> [...]
</div></details><details class="toggle method-toggle" open><summary><section
id="method.set_data" class="method"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#171-173">source</a><h4
class="code-header">pub fn <a href="#method.set_data"
class="fn">set_data</a>(&mut self, data:
Bytes)</h4></section></summary><div class="docblock"><p>Set data from another
byte buffer.</p>
</div></details><details class="toggle method-toggle" open><summary><section
id="method.slice" class="method"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#177-184">source</a><h4
class="code-header">pub fn <a href="#method.slice"
class="fn">slice</a>(&self, start: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>,
len: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>) -
[...]
-</div></details><section id="method.as_utf8" class="method"><a class="src
rightside" href="../../src/parquet/data_type.rs.html#186-192">source</a><h4
class="code-header">pub fn <a href="#method.as_utf8"
class="fn">as_utf8</a>(&self) -> <a class="type"
href="../errors/type.Result.html" title="type
parquet::errors::Result">Result</a><&<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>></h4></section></div><h2
id="trait-implementati [...]
+</div></details><section id="method.as_utf8" class="method"><a class="src
rightside" href="../../src/parquet/data_type.rs.html#186-192">source</a><h4
class="code-header">pub fn <a href="#method.as_utf8"
class="fn">as_utf8</a>(&self) -> <a class="type"
href="../errors/type.Result.html" title="type
parquet::errors::Result">Result</a><&<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>></h4></section></div><h2
id="trait-implementati [...]
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait
core::marker::Sized">Sized</a>,</div></h4></section></div></details><details
class="toggle implementors-toggle" open><summary><section
id="impl-ParquetValueType-for-FixedLenByteArray" class="impl"><a class="src
rightside" href="../../src/parquet/data_type.rs.html#973-1057">source</a><a
href="#impl-ParquetValueType-for-FixedLenByteArray" class="anchor">§</a><h3
class="code-header" [...]
values: &<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[Self]</a>,
writer: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut
W</a>,
@@ -22,16 +22,16 @@ level logical types, removing the data-hazard from all
decoding and encoding pat
) -> <a class="type" href="../errors/type.Result.html" title="type
parquet::errors::Result">Result</a><<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.unit.html">()</a>></h4></section></summary><div
class='docblock'>Encode the value directly from a higher level
encoder</div></details><details class="toggle method-toggle"
open><summary><section id="method.set_data-1" class="method trait-impl"><a
class="src rightside" href="../../src/parquet/data_type.rs [...]
buffer: &mut <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[Self]</a>,
decoder: &mut PlainDecoderDetails,
-) -> <a class="type" href="../errors/type.Result.html" title="type
parquet::errors::Result">Result</a><<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></h4></section></summary><div
class='docblock'>Decode the value from a given buffer for a higher level
decoder</div></details><section id="method.skip" class="method trait-impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#1021-1041">source</a><a
href="#method. [...]
-by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
class= [...]
-sufficient, and should not be overridden without very good
reason.</div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialEq%3CFixedLenByteArray%3E-for-ByteArray" class="impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#281-285">source</a><a
href="#impl-PartialEq%3CFixedLenByteArray%3E-for-ByteArray"
class="anchor">§</a><h3 class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/co [...]
+) -> <a class="type" href="../errors/type.Result.html" title="type
parquet::errors::Result">Result</a><<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>></h4></section></summary><div
class='docblock'>Decode the value from a given buffer for a higher level
decoder</div></details><section id="method.skip" class="method trait-impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#1021-1041">source</a><a
href="#method. [...]
by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne-2" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne-2" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
cl [...]
-sufficient, and should not be overridden without very good
reason.</div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialEq-for-FixedLenByteArray" class="impl"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#269-273">source</a><a
href="#impl-PartialEq-for-FixedLenByteArray" class="anchor">§</a><h3
class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" t [...]
+sufficient, and should not be overridden without very good
reason.</div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialEq%3CFixedLenByteArray%3E-for-ByteArray" class="impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#281-285">source</a><a
href="#impl-PartialEq%3CFixedLenByteArray%3E-for-ByteArray"
class="anchor">§</a><h3 class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/co [...]
by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne-1" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne-1" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
cl [...]
-sufficient, and should not be overridden without very good
reason.</div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialOrd%3CByteArray%3E-for-FixedLenByteArray" class="impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#305-309">source</a><a
href="#impl-PartialOrd%3CByteArray%3E-for-FixedLenByteArray"
class="anchor">§</a><h3 class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/ [...]
-operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.gt-2" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#1215">source</a></span><a
href="#method.gt-2" class="anchor">§</a><h4 class="code-header" [...]
-operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read
more</a></div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialOrd%3CFixedLenByteArray%3E-for-ByteArray" class="impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#299-303">source</a><a
href="#impl-PartialOrd%3CFixedLenByteArray%3E-for-ByteArray"
class="anchor">§</a><h3 class="code-header">impl <a class="trait [...]
+sufficient, and should not be overridden without very good
reason.</div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialEq-for-FixedLenByteArray" class="impl"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#269-273">source</a><a
href="#impl-PartialEq-for-FixedLenByteArray" class="anchor">§</a><h3
class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html" t [...]
+by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
class= [...]
+sufficient, and should not be overridden without very good
reason.</div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialOrd%3CByteArray%3E-for-FixedLenByteArray" class="impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#305-309">source</a><a
href="#impl-PartialOrd%3CByteArray%3E-for-FixedLenByteArray"
class="anchor">§</a><h3 class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/ [...]
operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.gt-1" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#1215">source</a></span><a
href="#method.gt-1" class="anchor">§</a><h4 class="code-header" [...]
+operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read
more</a></div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialOrd%3CFixedLenByteArray%3E-for-ByteArray" class="impl"><a
class="src rightside"
href="../../src/parquet/data_type.rs.html#299-303">source</a><a
href="#impl-PartialOrd%3CFixedLenByteArray%3E-for-ByteArray"
class="anchor">§</a><h3 class="code-header">impl <a class="trait [...]
+operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.gt-2" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#1215">source</a></span><a
href="#method.gt-2" class="anchor">§</a><h4 class="code-header" [...]
operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read
more</a></div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-PartialOrd-for-FixedLenByteArray" class="impl"><a class="src
rightside" href="../../src/parquet/data_type.rs.html#293-297">source</a><a
href="#impl-PartialOrd-for-FixedLenByteArray" class="anchor">§</a><h3
class="code-header">impl <a class="trait" href="https://doc.rust-lang. [...]
operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.le">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.gt" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#1215">source</a></span><a
href="#method.gt" class="anchor">§</a><h4 class="code-header">fn [...]
operator. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialOrd.html#method.ge">Read
more</a></div></details></div></details><details class="toggle
implementors-toggle" open><summary><section
id="impl-SliceAsBytes-for-FixedLenByteArray" class="impl"><a class="src
rightside" href="../../src/parquet/data_type.rs.html#533">source</a><a
href="#impl-SliceAsBytes-for-FixedLenByteArray" class="anchor">§</a><h3
class="code-header">impl <a class="trait" href="trait.SliceAsBytes.htm [...]
diff --git a/parquet/data_type/struct.Int96.html
b/parquet/data_type/struct.Int96.html
index 7a781413c84..000003dc499 100644
--- a/parquet/data_type/struct.Int96.html
+++ b/parquet/data_type/struct.Int96.html
@@ -9,7 +9,7 @@ The type only takes 12 bytes, without extra padding.</p>
</div></details><details class="toggle method-toggle" open><summary><section
id="method.to_nanos" class="method"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#68-73">source</a><h4
class="code-header">pub fn <a href="#method.to_nanos"
class="fn">to_nanos</a>(&self) -> <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a></h4></section></summary><div
class="docblock"><p>Converts this INT96 into an i64 representing the numbe
[...]
<p>Will wrap around on overflow</p>
</div></details><details class="toggle method-toggle" open><summary><section
id="method.to_seconds_and_nanos" class="method"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#76-84">source</a><h4
class="code-header">pub fn <a href="#method.to_seconds_and_nanos"
class="fn">to_seconds_and_nanos</a>(&self) -> (<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.i64.html">i64</a>, <a
class="primitive" href="https://doc.rust-lang.org/nightly/std/ [...]
-</div></details></div></details></div><h2 id="trait-implementations"
class="section-header">Trait Implementations<a href="#trait-implementations"
class="anchor">§</a></h2><div id="trait-implementations-list"><details
class="toggle implementors-toggle" open><summary><section
id="impl-AsBytes-for-Int96" class="impl"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#541-545">source</a><a
href="#impl-AsBytes-for-Int96" class="anchor">§</a><h3 class="code-header">impl
<a clas [...]
+</div></details></div></details></div><h2 id="trait-implementations"
class="section-header">Trait Implementations<a href="#trait-implementations"
class="anchor">§</a></h2><div id="trait-implementations-list"><details
class="toggle implementors-toggle" open><summary><section
id="impl-AsBytes-for-Int96" class="impl"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#541-545">source</a><a
href="#impl-AsBytes-for-Int96" class="anchor">§</a><h3 class="code-header">impl
<a clas [...]
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait
core::marker::Sized">Sized</a>,</div></h4></section></div></details><details
class="toggle implementors-toggle" open><summary><section
id="impl-ParquetValueType-for-Int96" class="impl"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#802-887">source</a><a
href="#impl-ParquetValueType-for-Int96" class="anchor">§</a><h3
class="code-header">impl <a class="trait" hr [...]
values: &<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[Self]</a>,
writer: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&mut
W</a>,
diff --git a/parquet/data_type/trait.AsBytes.html
b/parquet/data_type/trait.AsBytes.html
index fddb2d4a4ff..6c4774882a4 100644
--- a/parquet/data_type/trait.AsBytes.html
+++ b/parquet/data_type/trait.AsBytes.html
@@ -3,4 +3,4 @@
fn <a href="#tymethod.as_bytes" class="fn">as_bytes</a>(&self) ->
&[<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>] <a
href="#" class="tooltip" data-notable-ty="&[u8]">ⓘ</a>;
}</code></pre><details class="toggle top-doc" open><summary
class="hideme"><span>Expand description</span></summary><div
class="docblock"><p>Converts an instance of data type to a slice of bytes as
<code>u8</code>.</p>
</div></details><h2 id="required-methods" class="section-header">Required
Methods<a href="#required-methods" class="anchor">§</a></h2><div
class="methods"><details class="toggle method-toggle" open><summary><section
id="tymethod.as_bytes" class="method"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#445">source</a><h4
class="code-header">fn <a href="#tymethod.as_bytes"
class="fn">as_bytes</a>(&self) -> &[<a class="primitive"
href="https://doc.rust-lang.org/ [...]
-</div></details></div><h2 id="foreign-impls"
class="section-header">Implementations on Foreign Types<a href="#foreign-impls"
class="anchor">§</a></h2><details class="toggle
implementors-toggle"><summary><section id="impl-AsBytes-for-bool"
class="impl"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#535-539">source</a><a
href="#impl-AsBytes-for-bool" class="anchor">§</a><h3 class="code-header">impl
<a class="trait" href="trait.AsBytes.html" title="trait parquet::data_ty [...]
\ No newline at end of file
+</div></details></div><h2 id="foreign-impls"
class="section-header">Implementations on Foreign Types<a href="#foreign-impls"
class="anchor">§</a></h2><details class="toggle
implementors-toggle"><summary><section id="impl-AsBytes-for-bool"
class="impl"><a class="src rightside"
href="../../src/parquet/data_type.rs.html#535-539">source</a><a
href="#impl-AsBytes-for-bool" class="anchor">§</a><h3 class="code-header">impl
<a class="trait" href="trait.AsBytes.html" title="trait parquet::data_ty [...]
\ No newline at end of file
diff --git a/parquet/errors/enum.ParquetError.html
b/parquet/errors/enum.ParquetError.html
index d073885e659..01ca35dd59c 100644
--- a/parquet/errors/enum.ParquetError.html
+++ b/parquet/errors/enum.ParquetError.html
@@ -16,7 +16,7 @@ decode.</p>
</div><section id="variant.ArrowError" class="variant"><a
href="#variant.ArrowError" class="anchor">§</a><h3
class="code-header">ArrowError(<a class="struct"
href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html"
title="struct alloc::string::String">String</a>)</h3></section><div
class="docblock"><p>Arrow error.
Returned when reading into arrow or writing from arrow.</p>
</div><section id="variant.IndexOutOfBound" class="variant"><a
href="#variant.IndexOutOfBound" class="anchor">§</a><h3
class="code-header">IndexOutOfBound(<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>, <a
class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>)</h3></section><section
id="variant.External" class="variant"><a href="#variant.External"
class="anchor">§</a><h3 class="code-header">External [...]
-</div></div><h2 id="trait-implementations" class="section-header">Trait
Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div
id="trait-implementations-list"><details class="toggle implementors-toggle"
open><summary><section id="impl-Debug-for-ParquetError" class="impl"><a
class="src rightside" href="../../src/parquet/errors.rs.html#29">source</a><a
href="#impl-Debug-for-ParquetError" class="anchor">§</a><h3
class="code-header">impl <a class="trait" href="https:// [...]
+</div></div><h2 id="trait-implementations" class="section-header">Trait
Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div
id="trait-implementations-list"><details class="toggle implementors-toggle"
open><summary><section id="impl-Debug-for-ParquetError" class="impl"><a
class="src rightside" href="../../src/parquet/errors.rs.html#29">source</a><a
href="#impl-Debug-for-ParquetError" class="anchor">§</a><h3
class="code-header">impl <a class="trait" href="https:// [...]
T: 'static + ?<a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div
class="impl-items"><details class="toggle method-toggle" open><summary><section
id="method.type_id" class="method trait-impl"><a class="src rightside"
href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#141">source</a><a
href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href
[...]
T: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/error/trait.Error.html"
title="trait core::error::Error">Error</a> +
'static,</div></h3></section></summary><div class="impl-items"><details
class="toggle method-toggle" open><summary><section id="method.as_error_source"
class="method trait-impl"><a href="#method.as_error_source"
class="anchor">§</a><h4 class="code-header">fn <a
class="fn">as_error_source</a>(&self) -> &(dyn <a class="trait"
href="https://doc [...]
to benefit from Rust’s automatic dereferencing of method
diff --git a/parquet/file/serialized_reader/struct.SerializedFileReader.html
b/parquet/file/serialized_reader/struct.SerializedFileReader.html
index 61fa305f004..5793a0b5c8c 100644
--- a/parquet/file/serialized_reader/struct.SerializedFileReader.html
+++ b/parquet/file/serialized_reader/struct.SerializedFileReader.html
@@ -9,7 +9,7 @@ Returns error if Parquet file does not exist or is corrupt.</p>
Returns error if Parquet file does not exist or is corrupt.</p>
</div></details></div></details></div><h2 id="trait-implementations"
class="section-header">Trait Implementations<a href="#trait-implementations"
class="anchor">§</a></h2><div id="trait-implementations-list"><details
class="toggle implementors-toggle" open><summary><section
id="impl-FileReader-for-SerializedFileReader%3CR%3E" class="impl"><a class="src
rightside"
href="../../../src/parquet/file/serialized_reader.rs.html#257-282">source</a><a
href="#impl-FileReader-for-SerializedFileReade [...]
using the full file schema over all row groups.</p>
-</div><div class="impl-items"><details class="toggle" open><summary><section
id="associatedtype.Item" class="associatedtype trait-impl"><a
href="#associatedtype.Item" class="anchor">§</a><h4 class="code-header">type <a
href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.Item"
class="associatedtype">Item</a> = <a class="enum"
href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"
title="enum core::result::Result">Result</a [...]
+</div><div class="impl-items"><details class="toggle" open><summary><section
id="associatedtype.Item" class="associatedtype trait-impl"><a
href="#associatedtype.Item" class="anchor">§</a><h4 class="code-header">type <a
href="https://doc.rust-lang.org/nightly/core/iter/traits/collect/trait.IntoIterator.html#associatedtype.Item"
class="associatedtype">Item</a> = <a class="enum"
href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html"
title="enum core::result::Result">Result</a [...]
R: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html"
title="trait
core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,</div></h3></section><section
id="impl-Send-for-SerializedFileReader%3CR%3E" class="impl"><a
href="#impl-Send-for-SerializedFileReader%3CR%3E" class="anchor">§</a><h3
class="code-header">impl<R> <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html"
title="trait core::m [...]
R: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html"
title="trait
core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,</div></h3></section></div><h2
id="blanket-implementations" class="section-header">Blanket Implementations<a
href="#blanket-implementations" class="anchor">§</a></h2><div
id="blanket-implementations-list"><details class="toggle
implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a clas
[...]
T: 'static + ?<a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div
class="impl-items"><details class="toggle method-toggle" open><summary><section
id="method.type_id" class="method trait-impl"><a class="src rightside"
href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#141">source</a><a
href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href
[...]
diff --git a/parquet/file/statistics/enum.Statistics.html
b/parquet/file/statistics/enum.Statistics.html
index 1d2332713a9..4f8abb314db 100644
--- a/parquet/file/statistics/enum.Statistics.html
+++ b/parquet/file/statistics/enum.Statistics.html
@@ -89,7 +89,7 @@ Panics if min value is not set.</p>
</div></details><details class="toggle method-toggle" open><summary><section
id="method.max_bytes" class="method"><a class="src rightside"
href="../../../src/parquet/file/statistics.rs.html#411-413">source</a><h4
class="code-header">pub fn <a href="#method.max_bytes"
class="fn">max_bytes</a>(&self) -> &[<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a>] <a
href="#" class="tooltip"
data-notable-ty="&[u8]">ⓘ</a></h4></section></summar [...]
Panics if max value is not set.</p>
</div></details><details class="toggle method-toggle" open><summary><section
id="method.physical_type" class="method"><a class="src rightside"
href="../../../src/parquet/file/statistics.rs.html#416-427">source</a><h4
class="code-header">pub fn <a href="#method.physical_type"
class="fn">physical_type</a>(&self) -> <a class="enum"
href="../../basic/enum.Type.html" title="enum
parquet::basic::Type">Type</a></h4></section></summary><div
class="docblock"><p>Returns physical type associ [...]
-</div></details></div></details></div><h2 id="trait-implementations"
class="section-header">Trait Implementations<a href="#trait-implementations"
class="anchor">§</a></h2><div id="trait-implementations-list"><details
class="toggle implementors-toggle" open><summary><section
id="impl-Clone-for-Statistics" class="impl"><a class="src rightside"
href="../../../src/parquet/file/statistics.rs.html#291">source</a><a
href="#impl-Clone-for-Statistics" class="anchor">§</a><h3 class="code-header">i
[...]
+</div></details></div></details></div><h2 id="trait-implementations"
class="section-header">Trait Implementations<a href="#trait-implementations"
class="anchor">§</a></h2><div id="trait-implementations-list"><details
class="toggle implementors-toggle" open><summary><section
id="impl-Clone-for-Statistics" class="impl"><a class="src rightside"
href="../../../src/parquet/file/statistics.rs.html#291">source</a><a
href="#impl-Clone-for-Statistics" class="anchor">§</a><h3 class="code-header">i
[...]
by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
class= [...]
sufficient, and should not be overridden without very good
reason.</div></details></div></details><section
id="impl-StructuralPartialEq-for-Statistics" class="impl"><a class="src
rightside" href="../../../src/parquet/file/statistics.rs.html#291">source</a><a
href="#impl-StructuralPartialEq-for-Statistics" class="anchor">§</a><h3
class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralPartialEq.html"
title="trait core::marker::Structur [...]
T: 'static + ?<a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div
class="impl-items"><details class="toggle method-toggle" open><summary><section
id="method.type_id" class="method trait-impl"><a class="src rightside"
href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#141">source</a><a
href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href
[...]
diff --git a/parquet/format/struct.BoundaryOrder.html
b/parquet/format/struct.BoundaryOrder.html
index 290128e76f5..b486c67d5b9 100644
--- a/parquet/format/struct.BoundaryOrder.html
+++ b/parquet/format/struct.BoundaryOrder.html
@@ -1,6 +1,6 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta
name="viewport" content="width=device-width, initial-scale=1.0"><meta
name="generator" content="rustdoc"><meta name="description" content="Enum to
annotate whether lists of min/max elements inside ColumnIndex are ordered and
if so, in which direction."><title>BoundaryOrder in parquet::format -
Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98ef
[...]
are ordered and if so, in which direction.</p>
-</div></details><h2 id="fields" class="fields section-header">Tuple Fields<a
href="#fields" class="anchor">§</a></h2><span id="structfield.0"
class="structfield section-header"><a href="#structfield.0" class="anchor
field">§</a><code>0: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span><h2
id="implementations" class="section-header">Implementations<a
href="#implementations" class="anchor">§</a></h2><div
id="implementations-list"><de [...]
+</div></details><h2 id="fields" class="fields section-header">Tuple Fields<a
href="#fields" class="anchor">§</a></h2><span id="structfield.0"
class="structfield section-header"><a href="#structfield.0" class="anchor
field">§</a><code>0: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span><h2
id="implementations" class="section-header">Implementations<a
href="#implementations" class="anchor">§</a></h2><div
id="implementations-list"><de [...]
H: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher">Hasher</a>,
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Feeds a slice of this type into the given <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher"><code>Hasher</code></a>. <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read
more</a></div></details></div></d [...]
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Compares and returns the maximum of two values. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.min" class="method trait-impl"><span
class="rightside"><span class="si [...]
diff --git a/parquet/format/struct.CompressionCodec.html
b/parquet/format/struct.CompressionCodec.html
index 7b99dc3965f..c6fa0f70311 100644
--- a/parquet/format/struct.CompressionCodec.html
+++ b/parquet/format/struct.CompressionCodec.html
@@ -3,7 +3,7 @@
Codec support may vary between readers based on the format version and
libraries available at runtime.</p>
<p>See Compression.md for a detailed specification of these algorithms.</p>
-</div></details><h2 id="fields" class="fields section-header">Tuple Fields<a
href="#fields" class="anchor">§</a></h2><span id="structfield.0"
class="structfield section-header"><a href="#structfield.0" class="anchor
field">§</a><code>0: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span><h2
id="implementations" class="section-header">Implementations<a
href="#implementations" class="anchor">§</a></h2><div
id="implementations-list"><de [...]
+</div></details><h2 id="fields" class="fields section-header">Tuple Fields<a
href="#fields" class="anchor">§</a></h2><span id="structfield.0"
class="structfield section-header"><a href="#structfield.0" class="anchor
field">§</a><code>0: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span><h2
id="implementations" class="section-header">Implementations<a
href="#implementations" class="anchor">§</a></h2><div
id="implementations-list"><de [...]
H: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher">Hasher</a>,
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Feeds a slice of this type into the given <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher"><code>Hasher</code></a>. <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read
more</a></div></details></div></d [...]
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Compares and returns the maximum of two values. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.min" class="method trait-impl"><span
class="rightside"><span class="si [...]
diff --git a/parquet/format/struct.ConvertedType.html
b/parquet/format/struct.ConvertedType.html
index 93a694e87f8..9867dd65761 100644
--- a/parquet/format/struct.ConvertedType.html
+++ b/parquet/format/struct.ConvertedType.html
@@ -54,7 +54,7 @@ the second identifies the number of days associated with the
duration
and the third identifies the number of milliseconds associated with
the provided duration. This duration of time is independent of any
particular timezone or date.</p>
-</div></details><section id="associatedconstant.ENUM_VALUES"
class="associatedconstant"><a class="src rightside"
href="../../src/parquet/format.rs.html#201-224">source</a><h4
class="code-header">pub const <a href="#associatedconstant.ENUM_VALUES"
class="constant">ENUM_VALUES</a>: &'static <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[Self]</a> =
_</h4></section></div></details></div><h2 id="trait-implementations"
class="section-header">Trait [...]
+</div></details><section id="associatedconstant.ENUM_VALUES"
class="associatedconstant"><a class="src rightside"
href="../../src/parquet/format.rs.html#201-224">source</a><h4
class="code-header">pub const <a href="#associatedconstant.ENUM_VALUES"
class="constant">ENUM_VALUES</a>: &'static <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[Self]</a> =
_</h4></section></div></details></div><h2 id="trait-implementations"
class="section-header">Trait [...]
H: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher">Hasher</a>,
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Feeds a slice of this type into the given <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher"><code>Hasher</code></a>. <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read
more</a></div></details></div></d [...]
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Compares and returns the maximum of two values. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.min" class="method trait-impl"><span
class="rightside"><span class="si [...]
diff --git a/parquet/format/struct.Encoding.html
b/parquet/format/struct.Encoding.html
index 1f66ffa09d2..07d7623c2fb 100644
--- a/parquet/format/struct.Encoding.html
+++ b/parquet/format/struct.Encoding.html
@@ -30,7 +30,7 @@ The individual bytes of an FP value are scattered to the
corresponding stream an
the streams are concatenated.
This itself does not reduce the size of the data but can lead to better
compression
afterwards.</p>
-</div></details><section id="associatedconstant.ENUM_VALUES"
class="associatedconstant"><a class="src rightside"
href="../../src/parquet/format.rs.html#389-399">source</a><h4
class="code-header">pub const <a href="#associatedconstant.ENUM_VALUES"
class="constant">ENUM_VALUES</a>: &'static <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[Self]</a> =
_</h4></section></div></details></div><h2 id="trait-implementations"
class="section-header">Trait [...]
+</div></details><section id="associatedconstant.ENUM_VALUES"
class="associatedconstant"><a class="src rightside"
href="../../src/parquet/format.rs.html#389-399">source</a><h4
class="code-header">pub const <a href="#associatedconstant.ENUM_VALUES"
class="constant">ENUM_VALUES</a>: &'static <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[Self]</a> =
_</h4></section></div></details></div><h2 id="trait-implementations"
class="section-header">Trait [...]
H: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher">Hasher</a>,
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Feeds a slice of this type into the given <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher"><code>Hasher</code></a>. <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read
more</a></div></details></div></d [...]
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Compares and returns the maximum of two values. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.min" class="method trait-impl"><span
class="rightside"><span class="si [...]
diff --git a/parquet/format/struct.FieldRepetitionType.html
b/parquet/format/struct.FieldRepetitionType.html
index 81c75aad3f4..994b2010ce4 100644
--- a/parquet/format/struct.FieldRepetitionType.html
+++ b/parquet/format/struct.FieldRepetitionType.html
@@ -2,7 +2,7 @@
</div></details><h2 id="fields" class="fields section-header">Tuple Fields<a
href="#fields" class="anchor">§</a></h2><span id="structfield.0"
class="structfield section-header"><a href="#structfield.0" class="anchor
field">§</a><code>0: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span><h2
id="implementations" class="section-header">Implementations<a
href="#implementations" class="anchor">§</a></h2><div
id="implementations-list"><de [...]
</div></details><details class="toggle" open><summary><section
id="associatedconstant.OPTIONAL" class="associatedconstant"><a class="src
rightside" href="../../src/parquet/format.rs.html#294">source</a><h4
class="code-header">pub const <a href="#associatedconstant.OPTIONAL"
class="constant">OPTIONAL</a>: <a class="struct"
href="struct.FieldRepetitionType.html" title="struct
parquet::format::FieldRepetitionType">FieldRepetitionType</a> =
_</h4></section></summary><div class="docblock"><p> [...]
</div></details><details class="toggle" open><summary><section
id="associatedconstant.REPEATED" class="associatedconstant"><a class="src
rightside" href="../../src/parquet/format.rs.html#296">source</a><h4
class="code-header">pub const <a href="#associatedconstant.REPEATED"
class="constant">REPEATED</a>: <a class="struct"
href="struct.FieldRepetitionType.html" title="struct
parquet::format::FieldRepetitionType">FieldRepetitionType</a> =
_</h4></section></summary><div class="docblock"><p> [...]
-</div></details><section id="associatedconstant.ENUM_VALUES"
class="associatedconstant"><a class="src rightside"
href="../../src/parquet/format.rs.html#297-301">source</a><h4
class="code-header">pub const <a href="#associatedconstant.ENUM_VALUES"
class="constant">ENUM_VALUES</a>: &'static <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[Self]</a> =
_</h4></section></div></details></div><h2 id="trait-implementations"
class="section-header">Trait [...]
+</div></details><section id="associatedconstant.ENUM_VALUES"
class="associatedconstant"><a class="src rightside"
href="../../src/parquet/format.rs.html#297-301">source</a><h4
class="code-header">pub const <a href="#associatedconstant.ENUM_VALUES"
class="constant">ENUM_VALUES</a>: &'static <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[Self]</a> =
_</h4></section></div></details></div><h2 id="trait-implementations"
class="section-header">Trait [...]
H: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher">Hasher</a>,
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Feeds a slice of this type into the given <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher"><code>Hasher</code></a>. <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read
more</a></div></details></div></d [...]
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Compares and returns the maximum of two values. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.min" class="method trait-impl"><span
class="rightside"><span class="si [...]
diff --git a/parquet/format/struct.PageType.html
b/parquet/format/struct.PageType.html
index 51ada71b326..816aa1a9dac 100644
--- a/parquet/format/struct.PageType.html
+++ b/parquet/format/struct.PageType.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta
name="viewport" content="width=device-width, initial-scale=1.0"><meta
name="generator" content="rustdoc"><meta name="description" content="API
documentation for the Rust `PageType` struct in crate
`parquet`."><title>PageType in parquet::format -
Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf084
[...]
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta
name="viewport" content="width=device-width, initial-scale=1.0"><meta
name="generator" content="rustdoc"><meta name="description" content="API
documentation for the Rust `PageType` struct in crate
`parquet`."><title>PageType in parquet::format -
Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf084
[...]
H: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher">Hasher</a>,
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Feeds a slice of this type into the given <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher"><code>Hasher</code></a>. <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read
more</a></div></details></div></d [...]
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Compares and returns the maximum of two values. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.min" class="method trait-impl"><span
class="rightside"><span class="si [...]
diff --git a/parquet/format/struct.Type.html b/parquet/format/struct.Type.html
index 59e17d14ee0..225c2963393 100644
--- a/parquet/format/struct.Type.html
+++ b/parquet/format/struct.Type.html
@@ -2,7 +2,7 @@
with the encodings to control the on disk storage format.
For example INT16 is not included as a type since a good encoding of INT32
would handle this.</p>
-</div></details><h2 id="fields" class="fields section-header">Tuple Fields<a
href="#fields" class="anchor">§</a></h2><span id="structfield.0"
class="structfield section-header"><a href="#structfield.0" class="anchor
field">§</a><code>0: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span><h2
id="implementations" class="section-header">Implementations<a
href="#implementations" class="anchor">§</a></h2><div
id="implementations-list"><de [...]
+</div></details><h2 id="fields" class="fields section-header">Tuple Fields<a
href="#fields" class="anchor">§</a></h2><span id="structfield.0"
class="structfield section-header"><a href="#structfield.0" class="anchor
field">§</a><code>0: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></code></span><h2
id="implementations" class="section-header">Implementations<a
href="#implementations" class="anchor">§</a></h2><div
id="implementations-list"><de [...]
H: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher">Hasher</a>,
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Feeds a slice of this type into the given <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher"><code>Hasher</code></a>. <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read
more</a></div></details></div></d [...]
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Compares and returns the maximum of two values. <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.Ord.html#method.max">Read
more</a></div></details><details class="toggle method-toggle"
open><summary><section id="method.min" class="method trait-impl"><span
class="rightside"><span class="si [...]
diff --git a/parquet/record/api/enum.Field.html
b/parquet/record/api/enum.Field.html
index 09b76092c32..e2158d1c86d 100644
--- a/parquet/record/api/enum.Field.html
+++ b/parquet/record/api/enum.Field.html
@@ -55,7 +55,7 @@ Unix epoch, 1 January 1970.</p>
value: <a class="struct" href="../../data_type/struct.ByteArray.html"
title="struct parquet::data_type::ByteArray">ByteArray</a>,
) -> <a class="type" href="../../errors/type.Result.html" title="type
parquet::errors::Result">Result</a><Self></h4></section></summary><div
class="docblock"><p>Converts Parquet BYTE_ARRAY type with converted type into a
UTF8
string, decimal, float16, or an array of bytes.</p>
-</div></details><section id="method.to_json_value" class="method"><a
class="src rightside"
href="../../../src/parquet/record/api.rs.html#721-769">source</a><h4
class="code-header">pub fn <a href="#method.to_json_value"
class="fn">to_json_value</a>(&self) -> <a class="enum"
href="https://docs.rs/serde_json/1.0.117/serde_json/value/enum.Value.html"
title="enum
serde_json::value::Value">Value</a></h4></section></div></details></div><h2
id="trait-implementations" class="section-header [...]
+</div></details><section id="method.to_json_value" class="method"><a
class="src rightside"
href="../../../src/parquet/record/api.rs.html#721-769">source</a><h4
class="code-header">pub fn <a href="#method.to_json_value"
class="fn">to_json_value</a>(&self) -> <a class="enum"
href="https://docs.rs/serde_json/1.0.117/serde_json/value/enum.Value.html"
title="enum
serde_json::value::Value">Value</a></h4></section></div></details></div><h2
id="trait-implementations" class="section-header [...]
by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
class= [...]
sufficient, and should not be overridden without very good
reason.</div></details></div></details><section
id="impl-StructuralPartialEq-for-Field" class="impl"><a class="src rightside"
href="../../../src/parquet/record/api.rs.html#520">source</a><a
href="#impl-StructuralPartialEq-for-Field" class="anchor">§</a><h3
class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralPartialEq.html"
title="trait core::marker::StructuralPartialEq">St [...]
T: 'static + ?<a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div
class="impl-items"><details class="toggle method-toggle" open><summary><section
id="method.type_id" class="method trait-impl"><a class="src rightside"
href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#141">source</a><a
href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href
[...]
diff --git a/parquet/record/enum.Field.html b/parquet/record/enum.Field.html
index 88c7b71d11a..7ded56795a8 100644
--- a/parquet/record/enum.Field.html
+++ b/parquet/record/enum.Field.html
@@ -55,7 +55,7 @@ Unix epoch, 1 January 1970.</p>
value: <a class="struct" href="../data_type/struct.ByteArray.html"
title="struct parquet::data_type::ByteArray">ByteArray</a>,
) -> <a class="type" href="../errors/type.Result.html" title="type
parquet::errors::Result">Result</a><Self></h4></section></summary><div
class="docblock"><p>Converts Parquet BYTE_ARRAY type with converted type into a
UTF8
string, decimal, float16, or an array of bytes.</p>
-</div></details><section id="method.to_json_value" class="method"><a
class="src rightside"
href="../../src/parquet/record/api.rs.html#721-769">source</a><h4
class="code-header">pub fn <a href="#method.to_json_value"
class="fn">to_json_value</a>(&self) -> <a class="enum"
href="https://docs.rs/serde_json/1.0.117/serde_json/value/enum.Value.html"
title="enum
serde_json::value::Value">Value</a></h4></section></div></details></div><h2
id="trait-implementations" class="section-header">T [...]
+</div></details><section id="method.to_json_value" class="method"><a
class="src rightside"
href="../../src/parquet/record/api.rs.html#721-769">source</a><h4
class="code-header">pub fn <a href="#method.to_json_value"
class="fn">to_json_value</a>(&self) -> <a class="enum"
href="https://docs.rs/serde_json/1.0.117/serde_json/value/enum.Value.html"
title="enum
serde_json::value::Value">Value</a></h4></section></div></details></div><h2
id="trait-implementations" class="section-header">T [...]
by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
class= [...]
sufficient, and should not be overridden without very good
reason.</div></details></div></details><section
id="impl-StructuralPartialEq-for-Field" class="impl"><a class="src rightside"
href="../../src/parquet/record/api.rs.html#520">source</a><a
href="#impl-StructuralPartialEq-for-Field" class="anchor">§</a><h3
class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.StructuralPartialEq.html"
title="trait core::marker::StructuralPartialEq">Struc [...]
T: 'static + ?<a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div
class="impl-items"><details class="toggle method-toggle" open><summary><section
id="method.type_id" class="method trait-impl"><a class="src rightside"
href="https://doc.rust-lang.org/nightly/src/core/any.rs.html#141">source</a><a
href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href
[...]
diff --git a/parquet/schema/types/struct.ColumnPath.html
b/parquet/schema/types/struct.ColumnPath.html
index 1f2d2e5e7a8..aed96e0a370 100644
--- a/parquet/schema/types/struct.ColumnPath.html
+++ b/parquet/schema/types/struct.ColumnPath.html
@@ -27,7 +27,7 @@
path.append(<span class="macro">vec!</span>[<span
class="string">"d"</span>.to_string(), <span
class="string">"e"</span>.to_string()]);
<span class="macro">assert_eq!</span>(<span
class="kw-2">&</span>path.string(), <span
class="string">"a.b.c.d.e"</span>);</code></pre></div>
-</div></details><section id="method.parts" class="method"><a class="src
rightside"
href="../../../src/parquet/schema/types.rs.html#728-730">source</a><h4
class="code-header">pub fn <a href="#method.parts"
class="fn">parts</a>(&self) -> &[<a class="struct"
href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html"
title="struct
alloc::string::String">String</a>]</h4></section></div></details></div><h2
id="trait-implementations" class="section-header">Trait Impleme [...]
+</div></details><section id="method.parts" class="method"><a class="src
rightside"
href="../../../src/parquet/schema/types.rs.html#728-730">source</a><h4
class="code-header">pub fn <a href="#method.parts"
class="fn">parts</a>(&self) -> &[<a class="struct"
href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html"
title="struct
alloc::string::String">String</a>]</h4></section></div></details></div><h2
id="trait-implementations" class="section-header">Trait Impleme [...]
H: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher">Hasher</a>,
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html"
title="trait core::marker::Sized">Sized</a>,</div></h4></section></summary><div
class='docblock'>Feeds a slice of this type into the given <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html"
title="trait core::hash::Hasher"><code>Hasher</code></a>. <a
href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read
more</a></div></details></div></d [...]
by <code>==</code>.</div></details><details class="toggle method-toggle"
open><summary><section id="method.ne" class="method trait-impl"><span
class="rightside"><span class="since" title="Stable since Rust version
1.0.0">1.0.0</span> · <a class="src"
href="https://doc.rust-lang.org/nightly/src/core/cmp.rs.html#263">source</a></span><a
href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a
href="https://doc.rust-lang.org/nightly/core/cmp/trait.PartialEq.html#method.ne"
class= [...]
diff --git a/parquet_derive_test/struct.ACompleteRecord.html
b/parquet_derive_test/struct.ACompleteRecord.html
index de9d46dae59..82594fe37f8 100644
--- a/parquet_derive_test/struct.ACompleteRecord.html
+++ b/parquet_derive_test/struct.ACompleteRecord.html
@@ -46,6 +46,6 @@ if <code>into_left(&self)</code> returns
<code>true</code>.
Converts <code>self</code> into a <a
href="https://docs.rs/either/1/either/enum.Either.html#variant.Right"
title="variant either::Either::Right"><code>Right</code></a> variant of <a
href="https://docs.rs/either/1/either/enum.Either.html" title="enum
either::Either"><code>Either<Self, Self></code></a>
otherwise. <a
href="https://docs.rs/either/1/either/into_either/trait.IntoEither.html#method.into_either_with">Read
more</a></div></details></div></details><details class="toggle
implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T"
class="impl"><a class="src rightside"
href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#805-807">source</a><a
href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3
class="code-header">impl<T, U> <a class="trait" hr [...]
U: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"
title="trait
core::convert::Into">Into</a><T>,</div></h3></section></summary><div
class="impl-items"><details class="toggle" open><summary><section
id="associatedtype.Error" class="associatedtype trait-impl"><a
href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type
<a
href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"
class= [...]
- U: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"
title="trait
core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><div
class="impl-items"><details class="toggle" open><summary><section
id="associatedtype.Error-1" class="associatedtype trait-impl"><a
href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type
<a
href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.
[...]
+ U: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"
title="trait
core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><div
class="impl-items"><details class="toggle" open><summary><section
id="associatedtype.Error-1" class="associatedtype trait-impl"><a
href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type
<a
href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.
[...]
T: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html"
title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> + <a
class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html"
title="trait core::marker::Send">Send</a> + <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html"
title="trait core::marker::Sync">Sync</a>,</div></h3></section><section
id="impl-ErasedDe [...]
T: 'static,</div></h3></section><section id="impl-MaybeSendSync-for-T"
class="impl"><a href="#impl-MaybeSendSync-for-T" class="anchor">§</a><h3
class="code-header">impl<T> MaybeSendSync for
T</h3></section></div></section></div></main></body></html>
\ No newline at end of file
diff --git a/parquet_derive_test/struct.APartiallyCompleteRecord.html
b/parquet_derive_test/struct.APartiallyCompleteRecord.html
index 75d779a0309..6901031d9e3 100644
--- a/parquet_derive_test/struct.APartiallyCompleteRecord.html
+++ b/parquet_derive_test/struct.APartiallyCompleteRecord.html
@@ -37,6 +37,6 @@ if <code>into_left(&self)</code> returns
<code>true</code>.
Converts <code>self</code> into a <a
href="https://docs.rs/either/1/either/enum.Either.html#variant.Right"
title="variant either::Either::Right"><code>Right</code></a> variant of <a
href="https://docs.rs/either/1/either/enum.Either.html" title="enum
either::Either"><code>Either<Self, Self></code></a>
otherwise. <a
href="https://docs.rs/either/1/either/into_either/trait.IntoEither.html#method.into_either_with">Read
more</a></div></details></div></details><details class="toggle
implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T"
class="impl"><a class="src rightside"
href="https://doc.rust-lang.org/nightly/src/core/convert/mod.rs.html#805-807">source</a><a
href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3
class="code-header">impl<T, U> <a class="trait" hr [...]
U: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/convert/trait.Into.html"
title="trait
core::convert::Into">Into</a><T>,</div></h3></section></summary><div
class="impl-items"><details class="toggle" open><summary><section
id="associatedtype.Error" class="associatedtype trait-impl"><a
href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type
<a
href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html#associatedtype.Error"
class= [...]
- U: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"
title="trait
core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><div
class="impl-items"><details class="toggle" open><summary><section
id="associatedtype.Error-1" class="associatedtype trait-impl"><a
href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type
<a
href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.
[...]
+ U: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html"
title="trait
core::convert::TryFrom">TryFrom</a><T>,</div></h3></section></summary><div
class="impl-items"><details class="toggle" open><summary><section
id="associatedtype.Error-1" class="associatedtype trait-impl"><a
href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type
<a
href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html#associatedtype.
[...]
T: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html"
title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> + <a
class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html"
title="trait core::marker::Send">Send</a> + <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html"
title="trait core::marker::Sync">Sync</a>,</div></h3></section><section
id="impl-ErasedDe [...]
T: 'static,</div></h3></section><section id="impl-MaybeSendSync-for-T"
class="impl"><a href="#impl-MaybeSendSync-for-T" class="anchor">§</a><h3
class="code-header">impl<T> MaybeSendSync for
T</h3></section></div></section></div></main></body></html>
\ No newline at end of file
diff --git a/search-index.js b/search-index.js
index d60ba41b9ee..d9f29fa20a2 100644
--- a/search-index.js
+++ b/search-index.js
@@ -24,7 +24,7 @@ var searchIndex = new Map(JSON.parse('[\
["flight_test_integration_client",{"t":"FPPIPPIGNNNNNNNNNNNNNNNNNNONNNNHOOONNNNNNNNNNNNN","n":["Args","AuthBasicProto","Err","Error","Middleware","Ok","Result","Scenario","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","command","command_for_update","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","from_ref","group_id","host","into","into","into_request","into_request","main","path","port","scenario","to_owned",
[...]
["flight_test_integration_server",{"t":"FPPIPPIGNNNNNNNNNNNNNNNNNNNNNNHOONNNNNNNNNNNNN","n":["Args","AuthBasicProto","Err","Error","Middleware","Ok","Result","Scenario","augment_args","augment_args_for_update","borrow","borrow","borrow_mut","borrow_mut","clone","clone_into","command","command_for_update","fmt","fmt","from","from","from_arg_matches","from_arg_matches_mut","from_ref","group_id","into","into","into_request","into_request","main","port","scenario","to_owned","to_possible_val
[...]
["gen",{"t":"HH","n":["main","prost_config"],"q":[[0,"gen"],[2,"core::error"],[3,"alloc::boxed"],[4,"core::result"],[5,"prost_build::config"]],"i":[0,0],"f":"{{}{{h{b{f{d}}}}}}{{}j}","D":"`","p":[[1,"unit"],[10,"Error",2],[5,"Box",3],[6,"Result",4],[5,"Config",5]],"r":[],"b":[],"c":"OjAAAAAAAAA=","e":"OjAAAAEAAAAAAAIAEAAAAAAAAQACAA=="}],\
-["parquet",{"t":"CCCCCCQCCCCCSEEFSEFNCHCCCNNNNCNNNNCONNNNNNNNOOHHHCNNNNNNNNNKFFFFFIFFFKFFHOOOONNNNNNNNNNNNNNNNNNNMNONMHOOOOCOONNNNNNNNNOONNNNNNNNOONNNNOOOOONNNNNNNNNNMNOOONNOMOOOOOOOOOONNNOOOOCOOOOHOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFFNNNNMNONNNNNNOMNONNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNONNONNONNNNNNNNNNFFFFGFFFFFPPINNONNNNNNNNNNNNNNNNNNNNOOCNONNNNNNNOHOONNNNNNNNNNNNNNNNNNNNNHHNHHHNHHHHNONNNNNNNNNNNNNNNNOCONNONNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNHOOOFFPPFFGPNONNNNNNNN
[...]
+["parquet",{"t":"CCCCCCQCCCCCSEEFSEFNCHCCCNNNNCNNNNCONNNNNNNNOOHHHCNNNNNNNNNKFFFFFIFFFKFFHOOOONNNNNNNNNNNNNNNNNNNMNONMHOOOOCOONNNNNNNNNOONNNNNNNNOONNNNOOOOONNNNNNNNNNMNOOONNOMOOOOOOOOOONNNOOOOCOOOOHOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNKFFNNNNMNONNNNNNOMNONNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNHNNNNNNNONNONNONNNNNNNNNNFFFFGFFFFFPPINNONNNNNNNNNNNNNNNNNNNNOOCNONNNNNNNOHOONNNNNNNNNNNNNNNNNNNNNHHNHHHNHHHHNONNNNNNNNNNNNNNNNOCONNONNNOOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNHNNHOOOFFPPFFGPNONNNNNNNN
[...]
["parquet_concat",{"t":"FNNNNNNNNNNNONHONNNNNN","n":["Args","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","input","into","main","output","run","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut"],"q":[[0,"parquet_concat"],[22,"clap_builder::builder::command"],[23,"core::fmt"],[24,"clap_builder::parser::matches::arg_matches"],[25,"clap_build
[...]
["parquet_derive",{"t":"YYCPPPFPPPGGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNONNNNNNNNNNNONNNNNNONNNN","n":["ParquetRecordReader","ParquetRecordWriter","parquet_field","Array","ChronoNaiveDate","ChronoNaiveDateTime","Field","Option","Reference","Slice","ThirdPartyType","Type","TypePath","Uuid","Vec","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","column_reader","column_writer","converted_type","copied_direct_fields","copied_direct_vals","eq","eq","eq","fmt","fmt","fmt","from
[...]
["parquet_derive_test",{"t":"FFOOOOONNNNOOOOOOOOOONOONNNOOOONNOOOOOOOOOOOOOONNNNNNOOOO","n":["ACompleteRecord","APartiallyCompleteRecord","a_bool","a_borrowed_string","a_str","a_string","bool","borrow","borrow","borrow_mut","borrow_mut","borrowed_byte_vec","borrowed_maybe_a_str","borrowed_maybe_a_string","borrowed_maybe_borrowed_byte_vec","borrowed_maybe_byte_vec","byte_vec","byte_vec","date","double","double","eq","float","float","fmt","from","from","i16","i16","i32","i32","into","into"
[...]
diff --git a/settings.html b/settings.html
index 400e7d30e5b..a5ec9044409 100644
--- a/settings.html
+++ b/settings.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta
name="viewport" content="width=device-width, initial-scale=1.0"><meta
name="generator" content="rustdoc"><meta name="description" content="Settings
of
Rustdoc"><title>Settings</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562
[...]
\ No newline at end of file
+<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta
name="viewport" content="width=device-width, initial-scale=1.0"><meta
name="generator" content="rustdoc"><meta name="description" content="Settings
of
Rustdoc"><title>Settings</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562
[...]
\ No newline at end of file