Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9729f9c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jul 27, 2023
1 parent ccaa8a4 commit a06bb01
Show file tree
Hide file tree
Showing 481 changed files with 4,387 additions and 4,215 deletions.
2 changes: 1 addition & 1 deletion arrow2/array/struct.BinaryArray.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions arrow2/array/struct.BooleanArray.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions arrow2/array/struct.DictionaryArray.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions arrow2/array/struct.FixedSizeBinaryArray.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions arrow2/array/struct.FixedSizeListArray.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions arrow2/array/struct.ListArray.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions arrow2/array/struct.MapArray.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion arrow2/array/struct.MutableBinaryArray.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion arrow2/array/struct.MutableBinaryValuesArray.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion arrow2/array/struct.MutablePrimitiveArray.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion arrow2/array/struct.MutableUtf8ValuesArray.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions arrow2/array/struct.NullArray.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions arrow2/array/struct.PrimitiveArray.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions arrow2/array/struct.StructArray.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions arrow2/array/struct.UnionArray.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions arrow2/array/struct.Utf8Array.html

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions arrow2/array/trait.Array.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion arrow2/array/trait.DictionaryKey.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions arrow2/bitmap/struct.Bitmap.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions arrow2/bitmap/struct.MutableBitmap.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion arrow2/bitmap/utils/trait.BitChunk.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
<p>This (sealed) trait is implemented for <a href="https://doc.rust-lang.org/nightly/std/primitive.u8.html" title="primitive u8"><code>u8</code></a>, <a href="https://doc.rust-lang.org/nightly/std/primitive.u16.html" title="primitive u16"><code>u16</code></a>, <a href="https://doc.rust-lang.org/nightly/std/primitive.u32.html" title="primitive u32"><code>u32</code></a> and <a href="https://doc.rust-lang.org/nightly/std/primitive.u64.html" title="primitive u64"><code>u64</code></a>.</p>
</div></details><h2 id="required-methods" class="small-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.to_ne_bytes" class="method"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#27">source</a><h4 class="code-header">fn <a href="#tymethod.to_ne_bytes" class="fn">to_ne_bytes</a>(self) -&gt; Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a></h4></section></summary><div class="docblock"><p>convert itself into bytes.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.from_ne_bytes" class="method"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#29">source</a><h4 class="code-header">fn <a href="#tymethod.from_ne_bytes" class="fn">from_ne_bytes</a>(v: Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a>) -&gt; Self</h4></section></summary><div class="docblock"><p>convert itself from bytes.</p>
</div></details></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-BitChunk-for-u64" class="impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#51">source</a><a href="#impl-BitChunk-for-u64" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BitChunk.html" title="trait arrow2::bitmap::utils::BitChunk">BitChunk</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h3></section></summary><div class="impl-items"><section id="method.to_ne_bytes" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#51">source</a><a href="#method.to_ne_bytes" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_ne_bytes" class="fn">to_ne_bytes</a>(self) -&gt; Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a></h4></section><section id="method.from_ne_bytes" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#51">source</a><a href="#method.from_ne_bytes" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_ne_bytes" class="fn">from_ne_bytes</a>(v: Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a>) -&gt; Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BitChunk-for-u16" class="impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#49">source</a><a href="#impl-BitChunk-for-u16" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BitChunk.html" title="trait arrow2::bitmap::utils::BitChunk">BitChunk</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></h3></section></summary><div class="impl-items"><section id="method.to_ne_bytes-1" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#49">source</a><a href="#method.to_ne_bytes-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_ne_bytes" class="fn">to_ne_bytes</a>(self) -&gt; Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a></h4></section><section id="method.from_ne_bytes-1" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#49">source</a><a href="#method.from_ne_bytes-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_ne_bytes" class="fn">from_ne_bytes</a>(v: Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a>) -&gt; Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BitChunk-for-u8" class="impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#48">source</a><a href="#impl-BitChunk-for-u8" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BitChunk.html" title="trait arrow2::bitmap::utils::BitChunk">BitChunk</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></h3></section></summary><div class="impl-items"><section id="method.to_ne_bytes-2" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#48">source</a><a href="#method.to_ne_bytes-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_ne_bytes" class="fn">to_ne_bytes</a>(self) -&gt; Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a></h4></section><section id="method.from_ne_bytes-2" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#48">source</a><a href="#method.from_ne_bytes-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_ne_bytes" class="fn">from_ne_bytes</a>(v: Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a>) -&gt; Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BitChunk-for-u32" class="impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#50">source</a><a href="#impl-BitChunk-for-u32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BitChunk.html" title="trait arrow2::bitmap::utils::BitChunk">BitChunk</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></h3></section></summary><div class="impl-items"><section id="method.to_ne_bytes-3" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#50">source</a><a href="#method.to_ne_bytes-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_ne_bytes" class="fn">to_ne_bytes</a>(self) -&gt; Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a></h4></section><section id="method.from_ne_bytes-3" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#50">source</a><a href="#method.from_ne_bytes-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_ne_bytes" class="fn">from_ne_bytes</a>(v: Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a>) -&gt; Self</h4></section></div></details><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"></div><script src="../../../implementors/arrow2/types/bit_chunk/trait.BitChunk.js" data-ignore-extern-crates="std" async></script></section></div></main></body></html>
</div></details></div><h2 id="foreign-impls" class="small-section-header">Implementations on Foreign Types<a href="#foreign-impls" class="anchor">§</a></h2><details class="toggle implementors-toggle"><summary><section id="impl-BitChunk-for-u32" class="impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#50">source</a><a href="#impl-BitChunk-for-u32" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BitChunk.html" title="trait arrow2::bitmap::utils::BitChunk">BitChunk</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u32.html">u32</a></h3></section></summary><div class="impl-items"><section id="method.to_ne_bytes" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#50">source</a><a href="#method.to_ne_bytes" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_ne_bytes" class="fn">to_ne_bytes</a>(self) -&gt; Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a></h4></section><section id="method.from_ne_bytes" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#50">source</a><a href="#method.from_ne_bytes" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_ne_bytes" class="fn">from_ne_bytes</a>(v: Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a>) -&gt; Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BitChunk-for-u8" class="impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#48">source</a><a href="#impl-BitChunk-for-u8" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BitChunk.html" title="trait arrow2::bitmap::utils::BitChunk">BitChunk</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a></h3></section></summary><div class="impl-items"><section id="method.to_ne_bytes-1" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#48">source</a><a href="#method.to_ne_bytes-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_ne_bytes" class="fn">to_ne_bytes</a>(self) -&gt; Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a></h4></section><section id="method.from_ne_bytes-1" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#48">source</a><a href="#method.from_ne_bytes-1" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_ne_bytes" class="fn">from_ne_bytes</a>(v: Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a>) -&gt; Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BitChunk-for-u64" class="impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#51">source</a><a href="#impl-BitChunk-for-u64" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BitChunk.html" title="trait arrow2::bitmap::utils::BitChunk">BitChunk</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a></h3></section></summary><div class="impl-items"><section id="method.to_ne_bytes-2" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#51">source</a><a href="#method.to_ne_bytes-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_ne_bytes" class="fn">to_ne_bytes</a>(self) -&gt; Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a></h4></section><section id="method.from_ne_bytes-2" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#51">source</a><a href="#method.from_ne_bytes-2" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_ne_bytes" class="fn">from_ne_bytes</a>(v: Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a>) -&gt; Self</h4></section></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BitChunk-for-u16" class="impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#49">source</a><a href="#impl-BitChunk-for-u16" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.BitChunk.html" title="trait arrow2::bitmap::utils::BitChunk">BitChunk</a> for <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u16.html">u16</a></h3></section></summary><div class="impl-items"><section id="method.to_ne_bytes-3" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#49">source</a><a href="#method.to_ne_bytes-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.to_ne_bytes" class="fn">to_ne_bytes</a>(self) -&gt; Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a></h4></section><section id="method.from_ne_bytes-3" class="method trait-impl"><a class="srclink rightside" href="../../../src/arrow2/types/bit_chunk.rs.html#49">source</a><a href="#method.from_ne_bytes-3" class="anchor">§</a><h4 class="code-header">fn <a href="#tymethod.from_ne_bytes" class="fn">from_ne_bytes</a>(v: Self::<a class="associatedtype" href="../../types/trait.NativeType.html#associatedtype.Bytes" title="type arrow2::types::NativeType::Bytes">Bytes</a>) -&gt; Self</h4></section></div></details><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"></div><script src="../../../implementors/arrow2/types/bit_chunk/trait.BitChunk.js" data-ignore-extern-crates="std" async></script></section></div></main></body></html>
Loading

0 comments on commit a06bb01

Please sign in to comment.