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 43a014310c deploy: 175c7765939c0738defc736426c0b0a93b00bfa8
43a014310c is described below
commit 43a014310cf12dde53a1809b1468b6cb2789f50e
Author: tustvold <[email protected]>
AuthorDate: Mon Sep 18 09:34:59 2023 +0000
deploy: 175c7765939c0738defc736426c0b0a93b00bfa8
---
arrow/array/index.html | 2 +-
arrow/array/struct.ArrayData.html | 4 ++--
arrow_data/data/index.html | 2 +-
arrow_data/data/struct.ArrayData.html | 4 ++--
arrow_data/index.html | 2 +-
arrow_data/struct.ArrayData.html | 4 ++--
search-index.js | 4 ++--
src/arrow_data/data.rs.html | 2 +-
8 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/arrow/array/index.html b/arrow/array/index.html
index faf1b6c898..5f54e5fcc6 100644
--- a/arrow/array/index.html
+++ b/arrow/array/index.html
@@ -8,7 +8,7 @@ accepts a number of subsequent patterns to match the data
type</div></li><li><di
a number of subsequent patterns to match the data type</div></li><li><div
class="item-name"><a class="macro" href="macro.downcast_run_end_index.html"
title="macro
arrow::array::downcast_run_end_index">downcast_run_end_index</a></div><div
class="desc docblock-short">Given one or more expressions evaluating to an
integer <a href="../datatypes/enum.DataType.html" title="enum
arrow::datatypes::DataType"><code>DataType</code></a> invokes the provided macro
<code>m</code> with the corresponding integer <a
href="../datatypes/trait.RunEndIndexType.html" title="trait
arrow::datatypes::RunEndIndexType"><code>RunEndIndexType</code></a>, followed
by any additional arguments</div></li><li><div class="item-name"><a
class="macro" href="macro.downcast_temporal.html" title="macro
arrow::array::downcast_temporal">downcast_temporal</a></div><div class="desc
docblock-short">Given one or more expressions evaluating to primitive <a
href="../datatypes/enum. [...]
<code>m</code> with the corresponding <a
href="../datatypes/trait.ArrowPrimitiveType.html" title="trait
arrow::datatypes::ArrowPrimitiveType"><code>ArrowPrimitiveType</code></a>,
followed by any additional arguments</div></li><li><div class="item-name"><a
class="macro" href="macro.downcast_temporal_array.html" title="macro
arrow::array::downcast_temporal_array">downcast_temporal_array</a></div><div
class="desc docblock-short">Downcast an <a href="trait.Array.html" title="trait
arrow::arr [...]
-accepts a number of subsequent patterns to match the data
type</div></li></ul><h2 id="structs" class="small-section-header"><a
href="#structs">Structs</a></h2><ul class="item-table"><li><div
class="item-name"><a class="struct" href="struct.ArrayData.html" title="struct
arrow::array::ArrayData">ArrayData</a></div><div class="desc docblock-short">An
generic representation of Arrow array data which encapsulates common attributes
and
+accepts a number of subsequent patterns to match the data
type</div></li></ul><h2 id="structs" class="small-section-header"><a
href="#structs">Structs</a></h2><ul class="item-table"><li><div
class="item-name"><a class="struct" href="struct.ArrayData.html" title="struct
arrow::array::ArrayData">ArrayData</a></div><div class="desc docblock-short">A
generic representation of Arrow array data which encapsulates common attributes
and
operations for Arrow array. Specific operations for different arrays types
(e.g.,
primitive, list, struct) are implemented in
<code>Array</code>.</div></li><li><div class="item-name"><a class="struct"
href="struct.ArrayDataBuilder.html" title="struct
arrow::array::ArrayDataBuilder">ArrayDataBuilder</a></div><div class="desc
docblock-short">Builder for <code>ArrayData</code> type</div></li><li><div
class="item-name"><a class="struct" href="struct.ArrayIter.html" title="struct
arrow::array::ArrayIter">ArrayIter</a></div><div class="desc docblock-short">An
iterator that [...]
(e.g. <code>["A", "B"]</code>).</div></li><li><div
class="item-name"><a class="struct" href="struct.FixedSizeListBuilder.html"
title="struct
arrow::array::FixedSizeListBuilder">FixedSizeListBuilder</a></div><div
class="desc docblock-short">Builder for <a
href="struct.FixedSizeListArray.html" title="struct
arrow::array::FixedSizeListArray"><code>FixedSizeListArray</code></a></div></li><li><div
class="item-name"><a class="struct" href="struct.GenericByteArray.html" titl
[...]
diff --git a/arrow/array/struct.ArrayData.html
b/arrow/array/struct.ArrayData.html
index 84cdef59f6..b5cf45370e 100644
--- a/arrow/array/struct.ArrayData.html
+++ b/arrow/array/struct.ArrayData.html
@@ -1,11 +1,11 @@
-<!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="An generic
representation of Arrow array data which encapsulates common attributes and
operations for Arrow array. Specific operations for different arrays types
(e.g., primitive, list, struct) are implemented in `Array`."><title>ArrayData
in arrow::array - Rust</title><link rel="preload [...]
+<!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="A generic
representation of Arrow array data which encapsulates common attributes and
operations for Arrow array. Specific operations for different arrays types
(e.g., primitive, list, struct) are implemented in `Array`."><title>ArrayData
in arrow::array - Rust</title><link rel="preload" [...]
data_type: <a class="enum" href="../datatypes/enum.DataType.html"
title="enum arrow::datatypes::DataType">DataType</a>,
len: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>,
offset: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>,
buffers: <a class="struct"
href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"
title="struct alloc::vec::Vec">Vec</a><<a class="struct"
href="../buffer/struct.Buffer.html" title="struct
arrow::buffer::Buffer">Buffer</a>, <a class="struct"
href="https://doc.rust-lang.org/nightly/alloc/alloc/struct.Global.html"
title="struct alloc::alloc::Global">Global</a>>,
child_data: <a class="struct"
href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"
title="struct alloc::vec::Vec">Vec</a><<a class="struct"
href="struct.ArrayData.html" title="struct
arrow::array::ArrayData">ArrayData</a>, <a class="struct"
href="https://doc.rust-lang.org/nightly/alloc/alloc/struct.Global.html"
title="struct alloc::alloc::Global">Global</a>>,
nulls: <a class="enum"
href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"
title="enum core::option::Option">Option</a><<a class="struct"
href="../buffer/struct.NullBuffer.html" title="struct
arrow::buffer::NullBuffer">NullBuffer</a>>,
-}</code></pre><details class="toggle top-doc" open><summary
class="hideme"><span>Expand description</span></summary><div
class="docblock"><p>An generic representation of Arrow array data which
encapsulates common attributes and
+}</code></pre><details class="toggle top-doc" open><summary
class="hideme"><span>Expand description</span></summary><div
class="docblock"><p>A generic representation of Arrow array data which
encapsulates common attributes and
operations for Arrow array. Specific operations for different arrays types
(e.g.,
primitive, list, struct) are implemented in <code>Array</code>.</p>
<h2 id="memory-layout"><a href="#memory-layout">Memory Layout</a></h2>
diff --git a/arrow_data/data/index.html b/arrow_data/data/index.html
index c956372fb9..2e739b55f6 100644
--- a/arrow_data/data/index.html
+++ b/arrow_data/data/index.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="Contains
`ArrayData`, a generic representation of Arrow array data which encapsulates
common attributes and operations for Arrow array."><title>arrow_data::data -
Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin
href="../../static.files/SourceSerif4-Regular-46f98ef [...]
common attributes and operations for Arrow array.</p>
-</div></details><h2 id="structs" class="small-section-header"><a
href="#structs">Structs</a></h2><ul class="item-table"><li><div
class="item-name"><a class="struct" href="struct.ArrayData.html" title="struct
arrow_data::data::ArrayData">ArrayData</a></div><div class="desc
docblock-short">An generic representation of Arrow array data which
encapsulates common attributes and
+</div></details><h2 id="structs" class="small-section-header"><a
href="#structs">Structs</a></h2><ul class="item-table"><li><div
class="item-name"><a class="struct" href="struct.ArrayData.html" title="struct
arrow_data::data::ArrayData">ArrayData</a></div><div class="desc
docblock-short">A generic representation of Arrow array data which encapsulates
common attributes and
operations for Arrow array. Specific operations for different arrays types
(e.g.,
primitive, list, struct) are implemented in
<code>Array</code>.</div></li><li><div class="item-name"><a class="struct"
href="struct.ArrayDataBuilder.html" title="struct
arrow_data::data::ArrayDataBuilder">ArrayDataBuilder</a></div><div class="desc
docblock-short">Builder for <code>ArrayData</code> type</div></li><li><div
class="item-name"><a class="struct" href="struct.DataTypeLayout.html"
title="struct arrow_data::data::DataTypeLayout">DataTypeLayout</a></div><div
class="desc docblock-s [...]
type are expected to have</div></li><li><div class="item-name"><a class="fn"
href="fn.new_buffers.html" title="fn
arrow_data::data::new_buffers">new_buffers</a><span title="Restricted
Visibility"> 🔒</span> </div><div class="desc docblock-short">creates 2
[<code>MutableBuffer</code>]s with a given <code>capacity</code> (in
slots).</div></li></ul><h2 id="types" class="small-section-header"><a
href="#types">Type Aliases</a></h2><ul class="item-table"><li><div
class="item-name"><a class [...]
\ No newline at end of file
diff --git a/arrow_data/data/struct.ArrayData.html
b/arrow_data/data/struct.ArrayData.html
index e323853fcf..05c4b41f26 100644
--- a/arrow_data/data/struct.ArrayData.html
+++ b/arrow_data/data/struct.ArrayData.html
@@ -1,11 +1,11 @@
-<!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="An generic
representation of Arrow array data which encapsulates common attributes and
operations for Arrow array. Specific operations for different arrays types
(e.g., primitive, list, struct) are implemented in `Array`."><title>ArrayData
in arrow_data::data - Rust</title><link rel="pre [...]
+<!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="A generic
representation of Arrow array data which encapsulates common attributes and
operations for Arrow array. Specific operations for different arrays types
(e.g., primitive, list, struct) are implemented in `Array`."><title>ArrayData
in arrow_data::data - Rust</title><link rel="prel [...]
data_type: DataType,
len: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>,
offset: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>,
buffers: <a class="struct"
href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"
title="struct alloc::vec::Vec">Vec</a><Buffer>,
child_data: <a class="struct"
href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"
title="struct alloc::vec::Vec">Vec</a><<a class="struct"
href="struct.ArrayData.html" title="struct
arrow_data::data::ArrayData">ArrayData</a>>,
nulls: <a class="enum"
href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"
title="enum core::option::Option">Option</a><NullBuffer>,
-}</code></pre><details class="toggle top-doc" open><summary
class="hideme"><span>Expand description</span></summary><div
class="docblock"><p>An generic representation of Arrow array data which
encapsulates common attributes and
+}</code></pre><details class="toggle top-doc" open><summary
class="hideme"><span>Expand description</span></summary><div
class="docblock"><p>A generic representation of Arrow array data which
encapsulates common attributes and
operations for Arrow array. Specific operations for different arrays types
(e.g.,
primitive, list, struct) are implemented in <code>Array</code>.</p>
<h2 id="memory-layout"><a href="#memory-layout">Memory Layout</a></h2>
diff --git a/arrow_data/index.html b/arrow_data/index.html
index 177dec4624..72cda1ba83 100644
--- a/arrow_data/index.html
+++ b/arrow_data/index.html
@@ -3,7 +3,7 @@
</div></details><h2 id="modules" class="small-section-header"><a
href="#modules">Modules</a></h2><ul class="item-table"><li><div
class="item-name"><a class="mod" href="bit_iterator/index.html" title="mod
arrow_data::bit_iterator">bit_iterator</a></div><div class="desc
docblock-short">Types for iterating over packed bitmasks</div></li><li><div
class="item-name"><a class="mod" href="bit_mask/index.html" title="mod
arrow_data::bit_mask">bit_mask</a></div><div class="desc docblock-short">Uti
[...]
common attributes and operations for Arrow array.</div></li><li><div
class="item-name"><a class="mod" href="decimal/index.html" title="mod
arrow_data::decimal">decimal</a></div></li><li><div class="item-name"><a
class="mod" href="equal/index.html" title="mod
arrow_data::equal">equal</a><span title="Restricted Visibility"> 🔒</span>
</div><div class="desc docblock-short">Module containing functionality to
compute array equality.
This module uses <a href="data/struct.ArrayData.html" title="struct
arrow_data::data::ArrayData">ArrayData</a> and does not
-depend on dynamic casting of <code>Array</code>.</div></li><li><div
class="item-name"><a class="mod" href="ffi/index.html" title="mod
arrow_data::ffi">ffi</a></div><div class="desc docblock-short">Contains
declarations to bind to the <a
href="https://arrow.apache.org/docs/format/CDataInterface.html">C Data
Interface</a>.</div></li><li><div class="item-name"><a class="mod"
href="transform/index.html" title="mod
arrow_data::transform">transform</a></div></li></ul><h2 id="structs" class="sm
[...]
+depend on dynamic casting of <code>Array</code>.</div></li><li><div
class="item-name"><a class="mod" href="ffi/index.html" title="mod
arrow_data::ffi">ffi</a></div><div class="desc docblock-short">Contains
declarations to bind to the <a
href="https://arrow.apache.org/docs/format/CDataInterface.html">C Data
Interface</a>.</div></li><li><div class="item-name"><a class="mod"
href="transform/index.html" title="mod
arrow_data::transform">transform</a></div></li></ul><h2 id="structs" class="sm
[...]
operations for Arrow array. Specific operations for different arrays types
(e.g.,
primitive, list, struct) are implemented in
<code>Array</code>.</div></li><li><div class="item-name"><a class="struct"
href="struct.ArrayDataBuilder.html" title="struct
arrow_data::ArrayDataBuilder">ArrayDataBuilder</a></div><div class="desc
docblock-short">Builder for <code>ArrayData</code> type</div></li><li><div
class="item-name"><a class="struct" href="struct.DataTypeLayout.html"
title="struct arrow_data::DataTypeLayout">DataTypeLayout</a></div><div
class="desc docblock-short">Layout [...]
type are expected to have</div></li></ul><h2 id="types"
class="small-section-header"><a href="#types">Type Aliases</a></h2><ul
class="item-table"><li><div class="item-name"><a class="type"
href="type.ArrayDataRef.html" title="type
arrow_data::ArrayDataRef">ArrayDataRef</a></div></li></ul></section></div></main></body></html>
\ No newline at end of file
diff --git a/arrow_data/struct.ArrayData.html b/arrow_data/struct.ArrayData.html
index 3abb93742e..6d4f5c7c33 100644
--- a/arrow_data/struct.ArrayData.html
+++ b/arrow_data/struct.ArrayData.html
@@ -1,11 +1,11 @@
-<!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="An generic
representation of Arrow array data which encapsulates common attributes and
operations for Arrow array. Specific operations for different arrays types
(e.g., primitive, list, struct) are implemented in `Array`."><title>ArrayData
in arrow_data - Rust</title><link rel="preload" [...]
+<!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="A generic
representation of Arrow array data which encapsulates common attributes and
operations for Arrow array. Specific operations for different arrays types
(e.g., primitive, list, struct) are implemented in `Array`."><title>ArrayData
in arrow_data - Rust</title><link rel="preload" a [...]
data_type: DataType,
len: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>,
offset: <a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>,
buffers: <a class="struct"
href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"
title="struct alloc::vec::Vec">Vec</a><Buffer>,
child_data: <a class="struct"
href="https://doc.rust-lang.org/nightly/alloc/vec/struct.Vec.html"
title="struct alloc::vec::Vec">Vec</a><<a class="struct"
href="data/struct.ArrayData.html" title="struct
arrow_data::data::ArrayData">ArrayData</a>>,
nulls: <a class="enum"
href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html"
title="enum core::option::Option">Option</a><NullBuffer>,
-}</code></pre><details class="toggle top-doc" open><summary
class="hideme"><span>Expand description</span></summary><div
class="docblock"><p>An generic representation of Arrow array data which
encapsulates common attributes and
+}</code></pre><details class="toggle top-doc" open><summary
class="hideme"><span>Expand description</span></summary><div
class="docblock"><p>A generic representation of Arrow array data which
encapsulates common attributes and
operations for Arrow array. Specific operations for different arrays types
(e.g.,
primitive, list, struct) are implemented in <code>Array</code>.</p>
<h2 id="memory-layout"><a href="#memory-layout">Memory Layout</a></h2>
diff --git a/search-index.js b/search-index.js
index 7b6515811d..b5806c55f7 100644
--- a/search-index.js
+++ b/search-index.js
@@ -1,11 +1,11 @@
var searchIndex = JSON.parse('{\
-"arrow":{"doc":"A complete, safe, native Rust implementation of Apache
…","t":"AAAACAOOAAACCAACAAARINIINIIDDGDGIIIINGGGGNDDDGDEESSSDGGGGGGIGGGGGGNDGGGGGGGGGGGGGDDGDDGNGGGGGGGGGGGGDDDDDGDGGGSGGGGGGGGGGGGGGGGGGGGGGGGGGGGQGGGGGGGGGGNGGDGDDDQDDDSISDDDGDDDDIIDDQQGGGGNDDGGGGGGGGGGGGGGGGGGGGGGGGDDGGGGGGGGGGGGGGGGDDNSMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLKLKMMAMMMMMMMMMMKKLLLLLLLLLLLLLLLKLKLLLFKLLKLFLFKLLKLLFKLFFFFLFKLLFKLFLFKLFLFLLFKLFKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMM
[...]
+"arrow":{"doc":"A complete, safe, native Rust implementation of Apache
…","t":"AAAACAOOAAACCAACAAARINIINIIDDGDGIIIINGGGGNDDDGDEESSSDGGGGGGIGGGGGGNDGGGGGGGGGGGGGDDGDDGNGGGGGGGGGGGGDDDDDGDGGGSGGGGGGGGGGGGGGGGGGGGGGGGGGGGQGGGGGGGGGGNGGDGDDDQDDDSISDDDGDDDDIIDDQQGGGGNDDGGGGGGGGGGGGGGGGGGGGGGGGDDGGGGGGGGGGGGGGGGDDNSMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLKLKMMAMMMMMMMMMMKKLLLLLLLLLLLLLLLKLKLLLFKLLKLFLFKLLKLLFKLFFFFLFKLLFKLFLFKLFLFLLFKLFKLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMMMMMMMMMMMMMMMMMM
[...]
"arrow_arith":{"doc":"Arrow arithmetic and aggregation
kernels","t":"AAAAAAFOFFFFFFFFFFFFFFFFFAFFFFDDQQIDKLLLKLLLKLLLLLLLLLLLLLLLLLLKLLLKLLLLLLMMMKLLLFLLLLLLLLLFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFNNINQINNENNNIFKKKKKFKKFLLLLLLOFFFFFLLLLFFLFFFOFOOOFFKKKKKFKKOFLLLLOOLIFFFFFFFFFFFFFFFFFFFFKFFKFFKKFOFFFFFFFFF","n":["aggregate","arity","bitwise","boolean","numeric","temporal","bit_and","bit_operation","bit_or","bit_xor","bool_and","bool_or","is_nan","max","max_array","max_binary","max_boolean","
[...]
"arrow_array":{"doc":"The central type in Apache Arrow are arrays, which are a
…","t":"IIISDDDIIDQQSKKAAKAAKMKAKKOOOOOOOOKKKKKMMKKAKKKKKKKKKKKMKKKKKKKAKKAMMAAKMKKAAAAKKKISSKKKKKKLLLLLLLLLLKKKKKOOKKKKKKIIIGCGDGGGGDGGGGDDGGGGDDGSGGGGGGGGGGGGGGQGGGGDDDISDDGDGGGGGGGGDDGGGGGGGGDMKLLLLLLLLLLLLLLLLLLLLLAAAKLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMAMLLMMAALLKLKLFKLKLLLLLMMMMMMMMMLLKMMMMMMMMMKLMMMMALLFAMFFKALLKLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMKLMMAFMAMMMMMKLAAKLM
[...]
"arrow_buffer":{"doc":"Low-level buffer abstractions for Apache Arrow
Rust","t":"IIAKAAAAAAAAKMDMAKKKKARINENALLLLLLLLRENNSSSSDSLLLLLLLLLLLLLLLLLLLLLLLLLLLLOOALLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMDLLLLLMLLLLFLFLLLLLLLLFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLDFFFLLLLFFFFLFFFLFFLLLDDDGMMMMMMMMMMMMMMMDDDMMMMMMMMMMFFFFFFFFFFFDDDDDDDFFFAMMMFFFFMMAMMMMMAAMAMMAMMAMADLLLLLLMLLLLLLLLLLLLLLLLLLLLMLLLLLMLLLLLLLLLLLLDLLLLLLLLLLLLMLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLLDDLLLLLLLLLLLFMLLLLLLLLLLLLLLLLLLLLLLLLLLMLMMMLLL
[...]
"arrow_cast":{"doc":"Cast kernel for Apache
Arrow","t":"AAAADIFFFLLFFLFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFLLFFLFLLLLMLLKLLFFFFFFFMFFKKLLLFLFFDDNIIENGNEDGNNNNNQGDMFFLLLLLLLLLLLLLLLLLLLLLLFMMOLOOMLLLLLLLLLMMLLLLLLLLLLLLLLLLMLLLLLLFFLMMKOMMMOMOMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLKKLLFFNNNRRNRDDDENNNNGRRRRNINDNNLLLLLLLLLLLLLLLLLLLLLMLMMLLLLMLLLLLLLLLLLLMLLLLLMMMLLLKLFFLFFFFFOFFFFLLLLLLFLLLLLLLLLLLLLLLLFFFFFFFF","n":["cast","display","parse","pretty","CastOptions","DecimalCast","adjust_timestamp_t
[...]
"arrow_csv":{"doc":"Transfer data between the Arrow memory format and CSV
…","t":"CCCCCFAAGDDDDNDDGDNMMMLLLLLLLLLLLLLLMLFLFLLFLFFLLLLLLLLLLLLLLLMMLLLMLMMLLLLLLMLLLLLLLLLLLLLLLLMFFLFLLLLLLLLLMLLMMMFFMMMLMMMALLLMMMLLLMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLRRDDDLLLLLLLLLLLLMMMMMLMLLLLLLLLLLLLLLLLLLLMLMMMMMMMMLLLLLLLLLLRRRRRDDMLLLLLLLLLLMMMMLMLLLLLLLMMLLLLLMMMMMMMMLLLLLLLLLLLLLLLLM","n":["Reader","ReaderBuilder","Writer","WriterBuilder","infer_schema_from_files","map_csv_error","reader","writ
[...]
-"arrow_data":{"doc":"Low-level array data abstractions for Apache Arrow
Rust","t":"NDDGNEDNNMAAMMMMMMAMMAAAFMMMMMMMMMMAMMDDDLLLLLLMMMMMMMLLLLLLLLLLLMMMLLLLLLLFLLLLLLLLLFNDDGNEDNNLLLMLLLLLLLLLLLMMMLLLLLMLLLLMMLLFFLLMMLLLLLLLLLLLLLLLLLLLLLLLFLLLLFLLMMLLFLLLLLLMLLMLLMMLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMRRRRRRRRRFFAAFFFAAAAAAAAAAFFFFFFFRFFFFFFFFFFFFFDDFLLLLLMMMLMMLMMLLLLLLLLLLMMMLLMLLLMMMFLLLLLLNNENGGGNDNDMALLLLLLMMFFFFMLLMMMLMLMMAALLLLLLLLLLLLLLMALALMLMFAALLLLLLLLLLAAALFFFFFFFFFFFFFFFFFF
[...]
+"arrow_data":{"doc":"Low-level array data abstractions for Apache Arrow
Rust","t":"NDDGNEDNNMAAMMMMMMAMMAAAFMMMMMMMMMMAMMDDDLLLLLLMMMMMMMLLLLLLLLLLLMMMLLLLLLLFLLLLLLLLLFNDDGNEDNNLLLMLLLLLLLLLLLMMMLLLLLMLLLLMMLLFFLLMMLLLLLLLLLLLLLLLLLLLLLLLFLLLLFLLMMLLFLLLLLLMLLMLLMMLLMMMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMRRRRRRRRRFFAAFFFAAAAAAAAAAFFFFFFFRFFFFFFFFFFFFFDDFLLLLLMMMLMMLMMLLLLLLLLLLMMMLLMLLLMMMFLLLLLLNNENGGGNDNDMALLLLLLMMFFFFMLLMMMLMLMMAALLLLLLLLLLLLLLMALALMLMFAALLLLLLLLLLAAALFFFFFFFFFFFFFFFFFF
[...]
"arrow_file_to_stream":{"doc":"","t":"DLLLLLLLMLLLLLLLFLLLLLL","n":["Args","augment_args","augment_args_for_update","borrow","borrow_mut","cast","command","command_for_update","file_name","fmt","from","from_arg_matches","from_arg_matches_mut","from_cast","group_id","into","main","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip"],"q":[[0,"arrow_file_to_stream"],[23,"clap_builder::builder::command"],[24,"core::fmt"],[25,"core::fmt"],[26,"clap_bu
[...]
"arrow_flight":{"doc":"A native Rust implementation of Apache Arrow Flight for
…","t":"DDGDDDNCDDDDDDDDNDDDDDMMMMLLLLLLAMMMALLMAMAMAMMFFAALLLLLALLLLFMLMMMMMMMMMMFAMMMMALLLLLMMMLLMMALLDLLLLLLLLLLLLLLLMLLLLLLLLMLLLLLLLDEDDDNNNLLLLLLLLLLLLLLLLMMLLLLLLLLLLLLLLLLLLMMMLLLLLLLLLLLLLLLLLLLMLLMLLMMLMLLLLLLLLLLLLLLLLLLLLLLLLDDDRMMLLLLLLLLLLMLMMMMLLLLMLLLLLLLFMLLLLLLLMMLLLMMLFFMLLMMFLLLLLLLLLLLLLLLLLLNNNNENNNGNLLLLLLLLLLLLLLLLLLLNENNDMQQQQIDQQQMKKKKKKKMKKMMMDDDDDDDDDDDDDDDDMMMMLLLLLLLLLLLLLLLLLLLLL
[...]
"arrow_integration_test":{"doc":"Support for the Apache Arrow JSON test data
format","t":"DDDDDDDDFMMLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLMMMFMMFFALLLLLLLLMMFLLLAFFMMLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMMLLLLLLLLMMMMMMMMMFAMFFLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLMMLLLLLLLLFFFFDLLLLLLFLMFFLLLML","n":["ArrowJson","ArrowJsonBatch","ArrowJsonColumn","ArrowJsonDictionaryBatch","ArrowJsonField","ArrowJsonFieldDictionary","ArrowJsonSchema","DictionaryIndexType","array_from_json","batches","bit_width","borr
[...]
diff --git a/src/arrow_data/data.rs.html b/src/arrow_data/data.rs.html
index 644f3b6f00..286a1584aa 100644
--- a/src/arrow_data/data.rs.html
+++ b/src/arrow_data/data.rs.html
@@ -2321,7 +2321,7 @@
}
}
-<span class="doccomment">/// An generic representation of Arrow array data
which encapsulates common attributes and
+<span class="doccomment">/// A generic representation of Arrow array data
which encapsulates common attributes and
/// operations for Arrow array. Specific operations for different arrays types
(e.g.,
/// primitive, list, struct) are implemented in `Array`.
///