Skip to content

Commit

Permalink
deploy: 620d58e
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 committed Sep 5, 2024
1 parent 4395842 commit 480f7c5
Show file tree
Hide file tree
Showing 25 changed files with 1,435 additions and 102 deletions.
2 changes: 1 addition & 1 deletion api/iceberg/enum.ErrorKind.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api/iceberg/expr/enum.Predicate.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api/iceberg/expr/struct.BinaryExpression.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api/iceberg/expr/struct.UnaryExpression.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/iceberg/spec/enum.DataFileBuilderError.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/iceberg/spec/enum.DataFileFormat.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api/iceberg/spec/enum.FormatVersion.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api/iceberg/spec/enum.Literal.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@
<span class="kw">let </span>t2 = Literal::decimal_from_str(<span class="string">"123.45"</span>).unwrap();

<span class="macro">assert_eq!</span>(t1, t2);</code></pre></div>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Literal-1" class="impl"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#1643-1959">source</a><a href="#impl-Literal-1" class="anchor">§</a><h3 class="code-header">impl <a class="enum" href="enum.Literal.html" title="enum iceberg::spec::Literal">Literal</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.try_from_json" class="method"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#1647-1810">source</a><h4 class="code-header">pub fn <a href="#method.try_from_json" class="fn">try_from_json</a>(value: <a class="enum" href="https://docs.rs/serde_json/1.0.127/serde_json/value/enum.Value.html" title="enum serde_json::value::Value">JsonValue</a>, data_type: &amp;<a class="enum" href="enum.Type.html" title="enum iceberg::spec::Type">Type</a>) -&gt; <a class="type" href="../type.Result.html" title="type iceberg::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;&gt;</h4></section></summary><div class="docblock"><p>Create iceberg value from a json value</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Literal-1" class="impl"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#1643-1959">source</a><a href="#impl-Literal-1" class="anchor">§</a><h3 class="code-header">impl <a class="enum" href="enum.Literal.html" title="enum iceberg::spec::Literal">Literal</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.try_from_json" class="method"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#1647-1810">source</a><h4 class="code-header">pub fn <a href="#method.try_from_json" class="fn">try_from_json</a>(value: <a class="enum" href="https://docs.rs/serde_json/1.0.128/serde_json/value/enum.Value.html" title="enum serde_json::value::Value">JsonValue</a>, data_type: &amp;<a class="enum" href="enum.Type.html" title="enum iceberg::spec::Type">Type</a>) -&gt; <a class="type" href="../type.Result.html" title="type iceberg::Result">Result</a>&lt;<a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;Self&gt;&gt;</h4></section></summary><div class="docblock"><p>Create iceberg value from a json value</p>
<p>See <a href="https://iceberg.apache.org/spec/#json-single-value-serialization">this spec</a> for reference.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into_json" class="method"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#1815-1940">source</a><h4 class="code-header">pub fn <a href="#method.try_into_json" class="fn">try_into_json</a>(self, type: &amp;<a class="enum" href="enum.Type.html" title="enum iceberg::spec::Type">Type</a>) -&gt; <a class="type" href="../type.Result.html" title="type iceberg::Result">Result</a>&lt;<a class="enum" href="https://docs.rs/serde_json/1.0.127/serde_json/value/enum.Value.html" title="enum serde_json::value::Value">JsonValue</a>&gt;</h4></section></summary><div class="docblock"><p>Converting iceberg value to json value.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into_json" class="method"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#1815-1940">source</a><h4 class="code-header">pub fn <a href="#method.try_into_json" class="fn">try_into_json</a>(self, type: &amp;<a class="enum" href="enum.Type.html" title="enum iceberg::spec::Type">Type</a>) -&gt; <a class="type" href="../type.Result.html" title="type iceberg::Result">Result</a>&lt;<a class="enum" href="https://docs.rs/serde_json/1.0.128/serde_json/value/enum.Value.html" title="enum serde_json::value::Value">JsonValue</a>&gt;</h4></section></summary><div class="docblock"><p>Converting iceberg value to json value.</p>
<p>See <a href="https://iceberg.apache.org/spec/#json-single-value-serialization">this spec</a> for reference.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.into_any" class="method"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#1943-1958">source</a><h4 class="code-header">pub fn <a href="#method.into_any" class="fn">into_any</a>(self) -&gt; <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/boxed/struct.Box.html" title="struct alloc::boxed::Box">Box</a>&lt;dyn <a class="trait" href="https://doc.rust-lang.org/nightly/core/any/trait.Any.html" title="trait core::any::Any">Any</a>&gt;</h4></section></summary><div class="docblock"><p>Convert Value to the any type</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-Clone-for-Literal" class="impl"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#1171">source</a><a href="#impl-Clone-for-Literal" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="enum" href="enum.Literal.html" title="enum iceberg::spec::Literal">Literal</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#1171">source</a><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&amp;self) -&gt; <a class="enum" href="enum.Literal.html" title="enum iceberg::spec::Literal">Literal</a></h4></section></summary><div class='docblock'>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" 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/clone.rs.html#169">source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&amp;mut self, source: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;Self</a>)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Debug-for-Literal" class="impl"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#1171">source</a><a href="#impl-Debug-for-Literal" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="enum" href="enum.Literal.html" title="enum iceberg::spec::Literal">Literal</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.fmt" class="method trait-impl"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#1171">source</a><a href="#method.fmt" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt" class="fn">fmt</a>(&amp;self, f: &amp;mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>&lt;'_&gt;) -&gt; <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></h4></section></summary><div class='docblock'>Formats the value using the given formatter. <a href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-From%3CDatum%3E-for-Literal" class="impl"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#365-369">source</a><a href="#impl-From%3CDatum%3E-for-Literal" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;<a class="struct" href="struct.Datum.html" title="struct iceberg::spec::Datum">Datum</a>&gt; for <a class="enum" href="enum.Literal.html" title="enum iceberg::spec::Literal">Literal</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#366-368">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(value: <a class="struct" href="struct.Datum.html" title="struct iceberg::spec::Datum">Datum</a>) -&gt; Self</h4></section></summary><div class='docblock'>Converts to this type from the input type.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Hash-for-Literal" class="impl"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#1171">source</a><a href="#impl-Hash-for-Literal" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html" title="trait core::hash::Hash">Hash</a> for <a class="enum" href="enum.Literal.html" title="enum iceberg::spec::Literal">Literal</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.hash" class="method trait-impl"><a class="src rightside" href="../../src/iceberg/spec/values.rs.html#1171">source</a><a href="#method.hash" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#tymethod.hash" class="fn">hash</a>&lt;__H: <a class="trait" href="https://doc.rust-lang.org/nightly/core/hash/trait.Hasher.html" title="trait core::hash::Hasher">Hasher</a>&gt;(&amp;self, state: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut __H</a>)</h4></section></summary><div class='docblock'>Feeds this value 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#tymethod.hash">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.hash_slice" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.3.0">1.3.0</span> · <a class="src" href="https://doc.rust-lang.org/nightly/src/core/hash/mod.rs.html#238-240">source</a></span><a href="#method.hash_slice" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice" class="fn">hash_slice</a>&lt;H&gt;(data: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">[Self]</a>, state: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.reference.html">&amp;mut H</a>)<div class="where">where
Expand Down
Loading

0 comments on commit 480f7c5

Please sign in to comment.