Skip to content

Commit

Permalink
deploy: ae75f96
Browse files Browse the repository at this point in the history
  • Loading branch information
liurenjie1024 committed Sep 3, 2024
1 parent cf770d5 commit 4395842
Show file tree
Hide file tree
Showing 22 changed files with 36 additions and 36 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.BoundPredicate.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/enum.PredicateOperator.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api/iceberg/expr/struct.SetExpression.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.ManifestContentType.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api/iceberg/spec/struct.NestedField.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/iceberg/spec/struct.PartitionSpec.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!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="Partition spec that defines how to produce a tuple of partition values from a record."><title>PartitionSpec in iceberg::spec - Rust</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-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-dd39b87e5fcfba68.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="iceberg" data-themes="" data-resource-suffix="" data-rustdoc-version="1.81.0-nightly (a70b2ae57 2024-06-09)" data-channel="nightly" data-search-js="search-0fe7219eb170c82e.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-20a3ad099b048cf2.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-df360f571f6edeae.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc struct"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../iceberg/index.html">iceberg</a><span class="version">0.3.0</span></h2></div><h2 class="location"><a href="#">PartitionSpec</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.builder">builder</a></li><li><a href="#method.fields">fields</a></li><li><a href="#method.is_unpartitioned">is_unpartitioned</a></li><li><a href="#method.partition_type">partition_type</a></li><li><a href="#method.spec_id">spec_id</a></li><li><a href="#method.to_unbound">to_unbound</a></li></ul><h3><a href="#trait-implementations">Trait Implementations</a></h3><ul class="block trait-implementation"><li><a href="#impl-Clone-for-PartitionSpec">Clone</a></li><li><a href="#impl-Debug-for-PartitionSpec">Debug</a></li><li><a href="#impl-Default-for-PartitionSpec">Default</a></li><li><a href="#impl-Deserialize%3C'de%3E-for-PartitionSpec">Deserialize&lt;&#x27;de&gt;</a></li><li><a href="#impl-Eq-for-PartitionSpec">Eq</a></li><li><a href="#impl-From%3CPartitionSpec%3E-for-UnboundPartitionSpec">From&lt;PartitionSpec&gt;</a></li><li><a href="#impl-PartialEq-for-PartitionSpec">PartialEq</a></li><li><a href="#impl-Serialize-for-PartitionSpec">Serialize</a></li><li><a href="#impl-StructuralPartialEq-for-PartitionSpec">StructuralPartialEq</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementations</a></h3><ul class="block synthetic-implementation"><li><a href="#impl-Freeze-for-PartitionSpec">Freeze</a></li><li><a href="#impl-RefUnwindSafe-for-PartitionSpec">RefUnwindSafe</a></li><li><a href="#impl-Send-for-PartitionSpec">Send</a></li><li><a href="#impl-Sync-for-PartitionSpec">Sync</a></li><li><a href="#impl-Unpin-for-PartitionSpec">Unpin</a></li><li><a href="#impl-UnwindSafe-for-PartitionSpec">UnwindSafe</a></li></ul><h3><a href="#blanket-implementations">Blanket Implementations</a></h3><ul class="block blanket-implementation"><li><a href="#impl-Allocation-for-T">Allocation</a></li><li><a href="#impl-Any-for-T">Any</a></li><li><a href="#impl-Borrow%3CT%3E-for-T">Borrow&lt;T&gt;</a></li><li><a href="#impl-BorrowMut%3CT%3E-for-T">BorrowMut&lt;T&gt;</a></li><li><a href="#impl-Conv-for-T">Conv</a></li><li><a href="#impl-DeserializeOwned-for-T">DeserializeOwned</a></li><li><a href="#impl-Equivalent%3CK%3E-for-Q">Equivalent&lt;K&gt;</a></li><li><a href="#impl-FmtForward-for-T">FmtForward</a></li><li><a href="#impl-From%3CT%3E-for-T">From&lt;T&gt;</a></li><li><a href="#impl-Instrument-for-T">Instrument</a></li><li><a href="#impl-Into%3CU%3E-for-T">Into&lt;U&gt;</a></li><li><a href="#impl-IntoEither-for-T">IntoEither</a></li><li><a href="#impl-MaybeSend-for-T">MaybeSend</a></li><li><a href="#impl-Pipe-for-T">Pipe</a></li><li><a href="#impl-Pointable-for-T">Pointable</a></li><li><a href="#impl-Same-for-T">Same</a></li><li><a href="#impl-Tap-for-T">Tap</a></li><li><a href="#impl-ToOwned-for-T">ToOwned</a></li><li><a href="#impl-TryConv-for-T">TryConv</a></li><li><a href="#impl-TryFrom%3CU%3E-for-T">TryFrom&lt;U&gt;</a></li><li><a href="#impl-TryInto%3CU%3E-for-T">TryInto&lt;U&gt;</a></li><li><a href="#impl-VZip%3CV%3E-for-T">VZip&lt;V&gt;</a></li><li><a href="#impl-WithSubscriber-for-T">WithSubscriber</a></li></ul></section><h2><a href="index.html">In iceberg::spec</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Struct <a href="../index.html">iceberg</a>::<wbr><a href="index.html">spec</a>::<wbr><a class="struct" href="#">PartitionSpec</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../../src/iceberg/spec/partition.rs.html#60-65">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub struct PartitionSpec { <span class="comment">/* private fields */</span> }</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Partition spec that defines how to produce a tuple of partition values from a record.</p>
</div></details><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-PartitionSpec" class="impl"><a class="src rightside" href="../../src/iceberg/spec/partition.rs.html#67-124">source</a><a href="#impl-PartitionSpec" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.PartitionSpec.html" title="struct iceberg::spec::PartitionSpec">PartitionSpec</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.builder" class="method"><a class="src rightside" href="../../src/iceberg/spec/partition.rs.html#69-71">source</a><h4 class="code-header">pub fn <a href="#method.builder" class="fn">builder</a>(schema: &amp;<a class="struct" href="struct.Schema.html" title="struct iceberg::spec::Schema">Schema</a>) -&gt; <a class="struct" href="struct.PartitionSpecBuilder.html" title="struct iceberg::spec::PartitionSpecBuilder">PartitionSpecBuilder</a>&lt;'_&gt;</h4></section></summary><div class="docblock"><p>Create partition spec builer</p>
</div></details><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-PartitionSpec" class="impl"><a class="src rightside" href="../../src/iceberg/spec/partition.rs.html#67-124">source</a><a href="#impl-PartitionSpec" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.PartitionSpec.html" title="struct iceberg::spec::PartitionSpec">PartitionSpec</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.builder" class="method"><a class="src rightside" href="../../src/iceberg/spec/partition.rs.html#69-71">source</a><h4 class="code-header">pub fn <a href="#method.builder" class="fn">builder</a>(schema: &amp;<a class="struct" href="struct.Schema.html" title="struct iceberg::spec::Schema">Schema</a>) -&gt; <a class="struct" href="struct.PartitionSpecBuilder.html" title="struct iceberg::spec::PartitionSpecBuilder">PartitionSpecBuilder</a>&lt;'_&gt;</h4></section></summary><div class="docblock"><p>Create partition spec builder</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.spec_id" class="method"><a class="src rightside" href="../../src/iceberg/spec/partition.rs.html#74-76">source</a><h4 class="code-header">pub fn <a href="#method.spec_id" class="fn">spec_id</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.i32.html">i32</a></h4></section></summary><div class="docblock"><p>Spec id of the partition spec</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.fields" class="method"><a class="src rightside" href="../../src/iceberg/spec/partition.rs.html#79-81">source</a><h4 class="code-header">pub fn <a href="#method.fields" class="fn">fields</a>(&amp;self) -&gt; &amp;[<a class="struct" href="struct.PartitionField.html" title="struct iceberg::spec::PartitionField">PartitionField</a>]</h4></section></summary><div class="docblock"><p>Fields of the partition spec</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.is_unpartitioned" class="method"><a class="src rightside" href="../../src/iceberg/spec/partition.rs.html#86-92">source</a><h4 class="code-header">pub fn <a href="#method.is_unpartitioned" class="fn">is_unpartitioned</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Returns if the partition spec is unpartitioned.</p>
Expand Down
Loading

0 comments on commit 4395842

Please sign in to comment.