This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 9cc2542 deploy: bd9eea17e5c4c0203d46f97976fafd00f89be775
9cc2542 is described below
commit 9cc254200150173fa860b06290edf723b944ee47
Author: Xuanwo <[email protected]>
AuthorDate: Wed Jul 31 11:17:53 2024 +0000
deploy: bd9eea17e5c4c0203d46f97976fafd00f89be775
---
api/iceberg/table/index.html | 2 +-
api/iceberg/table/struct.StaticTable.html | 23 ++++++++++++-----------
api/search-index.js | 2 +-
api/search.desc/iceberg/iceberg-desc-0-.js | 2 +-
api/src/iceberg/table.rs.html | 8 +++++---
api/trait.impl/core/clone/trait.Clone.js | 2 +-
api/trait.impl/core/fmt/trait.Debug.js | 2 +-
7 files changed, 22 insertions(+), 19 deletions(-)
diff --git a/api/iceberg/table/index.html b/api/iceberg/table/index.html
index 79867f7..66d7502 100644
--- a/api/iceberg/table/index.html
+++ b/api/iceberg/table/index.html
@@ -1,3 +1,3 @@
-<!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="Table API
for Apache Iceberg"><title>iceberg::table -
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,Sou
[...]
+<!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="Table API
for Apache Iceberg"><title>iceberg::table -
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,Sou
[...]
</div></details><h2 id="structs" class="section-header">Structs<a
href="#structs" class="anchor">§</a></h2><ul class="item-table"><li><div
class="item-name"><a class="struct" href="struct.StaticTable.html"
title="struct iceberg::table::StaticTable">StaticTable</a></div><div
class="desc docblock-short"><code>StaticTable</code> is a read-only table
struct that can be created from a metadata file or from
<code>TableMetaData</code> without a catalog.
It can only be used to read metadata and for table scan.</div></li><li><div
class="item-name"><a class="struct" href="struct.Table.html" title="struct
iceberg::table::Table">Table</a></div><div class="desc docblock-short">Table
represents a table in the
catalog.</div></li></ul></section></div></main></body></html>
\ No newline at end of file
diff --git a/api/iceberg/table/struct.StaticTable.html
b/api/iceberg/table/struct.StaticTable.html
index aaa832d..36ebbd4 100644
--- a/api/iceberg/table/struct.StaticTable.html
+++ b/api/iceberg/table/struct.StaticTable.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="`StaticTable` is a read-only table struct that can be created from a
metadata file or from `TableMetaData` without a catalog. It can only be used to
read metadata and for table scan."><title>StaticTable in iceberg::table -
Rust</title><script>if(window.location.protocol!=="file:")documen [...]
+<!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="`StaticTable` is a read-only table struct that can be created from a
metadata file or from `TableMetaData` without a catalog. It can only be used to
read metadata and for table scan."><title>StaticTable in iceberg::table -
Rust</title><script>if(window.location.protocol!=="file:")documen [...]
It can only be used to read metadata and for table scan.</p>
<h2 id="examples"><a class="doc-anchor" href="#examples">§</a>Examples</h2>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span
class="kw">let </span>metadata_file_location = <span
class="string">"s3://bucket_name/path/to/metadata.json"</span>;
@@ -16,23 +16,23 @@ It can only be used to read metadata and for table scan.</p>
.current_snapshot()
.unwrap()
.snapshot_id();</code></pre></div>
-</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-StaticTable"
class="impl"><a class="src rightside"
href="../../src/iceberg/table.rs.html#109-158">source</a><a
href="#impl-StaticTable" class="anchor">§</a><h3 class="code-header">impl <a
class="struct" href="struct.StaticTable.html" title="struct iceber [...]
+</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-StaticTable"
class="impl"><a class="src rightside"
href="../../src/iceberg/table.rs.html#110-159">source</a><a
href="#impl-StaticTable" class="anchor">§</a><h3 class="code-header">impl <a
class="struct" href="struct.StaticTable.html" title="struct iceber [...]
metadata: <a class="struct" href="../spec/struct.TableMetadata.html"
title="struct iceberg::spec::TableMetadata">TableMetadata</a>,
table_ident: <a class="struct" href="../struct.TableIdent.html"
title="struct iceberg::TableIdent">TableIdent</a>,
file_io: <a class="struct" href="../io/struct.FileIO.html" title="struct
iceberg::io::FileIO">FileIO</a>,
) -> <a class="type" href="../type.Result.html" title="type
iceberg::Result">Result</a><Self></h4></section></summary><div
class="docblock"><p>Creates a static table from a given
<code>TableMetadata</code> and <code>FileIO</code></p>
-</div></details><details class="toggle method-toggle" open><summary><section
id="method.from_metadata_file" class="method"><a class="src rightside"
href="../../src/iceberg/table.rs.html#126-135">source</a><h4
class="code-header">pub async fn <a href="#method.from_metadata_file"
class="fn">from_metadata_file</a>(
+</div></details><details class="toggle method-toggle" open><summary><section
id="method.from_metadata_file" class="method"><a class="src rightside"
href="../../src/iceberg/table.rs.html#127-136">source</a><h4
class="code-header">pub async fn <a href="#method.from_metadata_file"
class="fn">from_metadata_file</a>(
metadata_file_path: &<a class="primitive"
href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>,
table_ident: <a class="struct" href="../struct.TableIdent.html"
title="struct iceberg::TableIdent">TableIdent</a>,
file_io: <a class="struct" href="../io/struct.FileIO.html" title="struct
iceberg::io::FileIO">FileIO</a>,
) -> <a class="type" href="../type.Result.html" title="type
iceberg::Result">Result</a><Self></h4></section></summary><div
class="docblock"><p>Creates a static table directly from metadata file and
<code>FileIO</code></p>
-</div></details><details class="toggle method-toggle" open><summary><section
id="method.scan" class="method"><a class="src rightside"
href="../../src/iceberg/table.rs.html#138-140">source</a><h4
class="code-header">pub fn <a href="#method.scan"
class="fn">scan</a>(&self) -> <a class="struct"
href="../scan/struct.TableScanBuilder.html" title="struct
iceberg::scan::TableScanBuilder">TableScanBuilder</a><'_></h4></section></summary><div
class="docblock"><p>Create a TableScanBui [...]
-</div></details><details class="toggle method-toggle" open><summary><section
id="method.metadata" class="method"><a class="src rightside"
href="../../src/iceberg/table.rs.html#143-145">source</a><h4
class="code-header">pub fn <a href="#method.metadata"
class="fn">metadata</a>(&self) -> <a class="type"
href="../spec/type.TableMetadataRef.html" title="type
iceberg::spec::TableMetadataRef">TableMetadataRef</a></h4></section></summary><div
class="docblock"><p>Get TableMetadataRef for [...]
-</div></details><details class="toggle method-toggle" open><summary><section
id="method.into_table" class="method"><a class="src rightside"
href="../../src/iceberg/table.rs.html#150-152">source</a><h4
class="code-header">pub fn <a href="#method.into_table"
class="fn">into_table</a>(self) -> <a class="struct"
href="struct.Table.html" title="struct
iceberg::table::Table">Table</a></h4></section></summary><div
class="docblock"><p>Consumes the <code>StaticTable</code> and return it as a <
[...]
-Please use this method carefully as the Table it returns remains detached from
a catalog<br />
-and can’t be used to perform modifications on the table. </p>
-</div></details><details class="toggle method-toggle" open><summary><section
id="method.reader_builder" class="method"><a class="src rightside"
href="../../src/iceberg/table.rs.html#155-157">source</a><h4
class="code-header">pub fn <a href="#method.reader_builder"
class="fn">reader_builder</a>(&self) -> <a class="struct"
href="../arrow/struct.ArrowReaderBuilder.html" title="struct
iceberg::arrow::ArrowReaderBuilder">ArrowReaderBuilder</a></h4></section></summary><div
class="docblo [...]
-</div></details></div></details></div><h2 id="synthetic-implementations"
class="section-header">Auto Trait Implementations<a
href="#synthetic-implementations" class="anchor">§</a></h2><div
id="synthetic-implementations-list"><section id="impl-Freeze-for-StaticTable"
class="impl"><a href="#impl-Freeze-for-StaticTable" class="anchor">§</a><h3
class="code-header">impl <a class="trait"
href="https://doc.rust-lang.org/nightly/core/marker/trait.Freeze.html"
title="trait core::marker::Freeze">F [...]
+</div></details><details class="toggle method-toggle" open><summary><section
id="method.scan" class="method"><a class="src rightside"
href="../../src/iceberg/table.rs.html#139-141">source</a><h4
class="code-header">pub fn <a href="#method.scan"
class="fn">scan</a>(&self) -> <a class="struct"
href="../scan/struct.TableScanBuilder.html" title="struct
iceberg::scan::TableScanBuilder">TableScanBuilder</a><'_></h4></section></summary><div
class="docblock"><p>Create a TableScanBui [...]
+</div></details><details class="toggle method-toggle" open><summary><section
id="method.metadata" class="method"><a class="src rightside"
href="../../src/iceberg/table.rs.html#144-146">source</a><h4
class="code-header">pub fn <a href="#method.metadata"
class="fn">metadata</a>(&self) -> <a class="type"
href="../spec/type.TableMetadataRef.html" title="type
iceberg::spec::TableMetadataRef">TableMetadataRef</a></h4></section></summary><div
class="docblock"><p>Get TableMetadataRef for [...]
+</div></details><details class="toggle method-toggle" open><summary><section
id="method.into_table" class="method"><a class="src rightside"
href="../../src/iceberg/table.rs.html#151-153">source</a><h4
class="code-header">pub fn <a href="#method.into_table"
class="fn">into_table</a>(self) -> <a class="struct"
href="struct.Table.html" title="struct
iceberg::table::Table">Table</a></h4></section></summary><div
class="docblock"><p>Consumes the <code>StaticTable</code> and return it as a <
[...]
+Please use this method carefully as the Table it returns remains detached from
a catalog
+and can’t be used to perform modifications on the table.</p>
+</div></details><details class="toggle method-toggle" open><summary><section
id="method.reader_builder" class="method"><a class="src rightside"
href="../../src/iceberg/table.rs.html#156-158">source</a><h4
class="code-header">pub fn <a href="#method.reader_builder"
class="fn">reader_builder</a>(&self) -> <a class="struct"
href="../arrow/struct.ArrowReaderBuilder.html" title="struct
iceberg::arrow::ArrowReaderBuilder">ArrowReaderBuilder</a></h4></section></summary><div
class="docblo [...]
+</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-StaticTable" class="impl"><a class="src rightside"
href="../../src/iceberg/table.rs.html#107">source</a><a
href="#impl-Clone-for-StaticTable" class="anchor">§</a><h3
class="code-header">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
[...]
T: ?<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.borrow" class="method trait-impl"><a class="src rightside"
href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#210">source</a><a
href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a
href="https:/ [...]
T: ?<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.borrow_mut" class="method trait-impl"><a class="src rightside"
href="https://doc.rust-lang.org/nightly/src/core/borrow.rs.html#217">source</a><a
href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a
href= [...]
@@ -127,7 +127,8 @@ builds.</div></details><details class="toggle
method-toggle" open><summary><sect
builds.</div></details><details class="toggle method-toggle"
open><summary><section id="method.tap_deref_mut_dbg" class="method
trait-impl"><a href="#method.tap_deref_mut_dbg" class="anchor">§</a><h4
class="code-header">fn <a class="fn">tap_deref_mut_dbg</a><T>(self, func:
impl <a class="trait"
href="https://doc.rust-lang.org/nightly/core/ops/function/trait.FnOnce.html"
title="trait core::ops::function::FnOnce">FnOnce</a>(<a class="primitive"
href="https://doc.rust-lang.org/nightly [...]
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.DerefMut.html"
title="trait core::ops::deref::DerefMut">DerefMut</a><Target = T> + <a
class="trait"
href="https://doc.rust-lang.org/nightly/core/ops/deref/trait.Deref.html"
title="trait core::ops::deref::Deref">Deref</a>,
T: ?<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'>Calls <code>.tap_deref_mut()</code> only in debug builds, and
is erased in release
-builds.</div></details></div></details><details class="toggle
implementors-toggle"><summary><section id="impl-TryConv-for-T" class="impl"><a
href="#impl-TryConv-for-T" class="anchor">§</a><h3
class="code-header">impl<T> TryConv for T</h3></section></summary><div
class="impl-items"><details class="toggle method-toggle" open><summary><section
id="method.try_conv" class="method trait-impl"><a href="#method.try_conv"
class="anchor">§</a><h4 class="code-header">fn <a class="fn">try_conv [...]
+builds.</div></details></div></details><details class="toggle
implementors-toggle"><summary><section id="impl-ToOwned-for-T" class="impl"><a
class="src rightside"
href="https://doc.rust-lang.org/nightly/src/alloc/borrow.rs.html#83-85">source</a><a
href="#impl-ToOwned-for-T" class="anchor">§</a><h3
class="code-header">impl<T> <a class="trait"
href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html"
title="trait alloc::borrow::ToOwned">ToOwned</a> for T<div class="whe [...]
+ T: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html"
title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div
class="impl-items"><details class="toggle" open><summary><section
id="associatedtype.Owned" class="associatedtype trait-impl"><a
href="#associatedtype.Owned" class="anchor">§</a><h4 class="code-header">type
<a
href="https://doc.rust-lang.org/nightly/alloc/borrow/trait.ToOwned.html#associatedtype.Owned"
class="associate [...]
Self: <a class="trait"
href="https://doc.rust-lang.org/nightly/core/convert/trait.TryInto.html"
title="trait
core::convert::TryInto">TryInto</a><T>,</div></h4></section></summary><div
class='docblock'>Attempts to convert <code>self</code> into <code>T</code>
using <code>TryInto<T></code>. <a>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="h [...]
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-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.TryFrom.html#associatedtype.Error"
cl [...]
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" 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.TryInto.html#associatedtype.Erro
[...]
diff --git a/api/search-index.js b/api/search-index.js
index 7e1ee1e..bb21dce 100644
--- a/api/search-index.js
+++ b/api/search-index.js
@@ -1,5 +1,5 @@
var searchIndex = new Map(JSON.parse('[\
-["iceberg",{"t":"PPPPPKPPPPPFGPPPFFPPPPPPIPPPPPPFFFGGPPPFNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMOONNNNNMMQNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNCNMMMOONNNOOONOMNNNNNONOOMOCOONNNNONCOCMNNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNCOOOOOOOOOOOOOOOOOOOOOOOOOFFKRRNNNNNNNNHNNNNNNNNNNNNNNNNNNNMMMNMHMNNNNNNNNNNPPPPPPPPFKRGFIPPPPPPPPFPPPPPPPPPGGFPPFPIPPFNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
[...]
+["iceberg",{"t":"PPPPPKPPPPPFGPPPFFPPPPPPIPPPPPPFFFGGPPPFNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMOONNNNNMMQNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNNNNNNNNNNNNNNCNMMMOONNNOOONOMNNNNNONOOMOCOONNNNONCOCMNNNNNNNNNNCCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMMNNNNNNNNNNNNNCOOOOOOOOOOOOOOOOOOOOOOOOOFFKRRNNNNNNNNHNNNNNNNNNNNNNNNNNNNMMMNMHMNNNNNNNNNNPPPPPPPPFKRGFIPPPPPPPPFPPPPPPPPPGGFPPFPIPPFNNMNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN
[...]
["iceberg_catalog_glue",{"t":"SSSSSFFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNQ","n":["AWS_ACCESS_KEY_ID","AWS_PROFILE_NAME","AWS_REGION_NAME","AWS_SECRET_ACCESS_KEY","AWS_SESSION_TOKEN","GlueCatalog","GlueCatalogConfig","borrow","borrow","borrow_mut","borrow_mut","builder","create_namespace","create_table","drop_namespace","drop_table","file_io","fmt","fmt","from","from","get_namespace","into","into","into_shared","into_shared","list_namespaces","list_tables","load_table","namespace_exists",
[...]
["iceberg_catalog_hms",{"t":"PPFFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["Buffered","Framed","HmsCatalog","HmsCatalogConfig","HmsThriftTransport","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","builder","create_namespace","create_table","default","drop_namespace","drop_table","file_io","fmt","fmt","fmt","from","from","from","get_namespace","into","into","into","list_namespaces","list_tables","load_table","namespace_exists","new","rename_table","table_exists
[...]
["iceberg_catalog_memory",{"t":"FNNNNNNNNNNNNNNNNNNNNNNN","n":["MemoryCatalog","borrow","borrow_mut","create_namespace","create_table","drop_namespace","drop_table","fmt","from","get_namespace","into","list_namespaces","list_tables","load_table","namespace_exists","new","rename_table","table_exists","try_from","try_into","type_id","update_namespace","update_table","vzip"],"q":[[0,"iceberg_catalog_memory"],[24,"iceberg_catalog_memory::catalog"],[25,"iceberg::catalog"],[26,"alloc::string"]
[...]
diff --git a/api/search.desc/iceberg/iceberg-desc-0-.js
b/api/search.desc/iceberg/iceberg-desc-0-.js
index f47cfca..92a31eb 100644
--- a/api/search.desc/iceberg/iceberg-desc-0-.js
+++ b/api/search.desc/iceberg/iceberg-desc-0-.js
@@ -1 +1 @@
-searchState.loadedDescShard("iceberg", 0, "Native Rust implementation of
Apache Iceberg\nAdd a new schema to the table\nAdd snapshot to table.\nAdd sort
order to table.\nAdd a new partition spec to the table\nAssign a new UUID to
the table\nThe catalog API for Iceberg Rust.\nThe table’s current schema id
must match the requirement.\nIceberg data is invalid.\nThe table’s default sort
order id must match the …\nThe table’s default spec id must match the
requirement.\nContains the error val [...]
\ No newline at end of file
+searchState.loadedDescShard("iceberg", 0, "Native Rust implementation of
Apache Iceberg\nAdd a new schema to the table\nAdd snapshot to table.\nAdd sort
order to table.\nAdd a new partition spec to the table\nAssign a new UUID to
the table\nThe catalog API for Iceberg Rust.\nThe table’s current schema id
must match the requirement.\nIceberg data is invalid.\nThe table’s default sort
order id must match the …\nThe table’s default spec id must match the
requirement.\nContains the error val [...]
\ No newline at end of file
diff --git a/api/src/iceberg/table.rs.html b/api/src/iceberg/table.rs.html
index cafbca1..29310c4 100644
--- a/api/src/iceberg/table.rs.html
+++ b/api/src/iceberg/table.rs.html
@@ -237,6 +237,7 @@
<a href="#237" id="237">237</a>
<a href="#238" id="238">238</a>
<a href="#239" id="239">239</a>
+<a href="#240" id="240">240</a>
</pre></div><pre class="rust"><code><span class="comment">// Licensed to the
Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
@@ -343,6 +344,7 @@
/// .snapshot_id();
/// # }
/// ```
+</span><span class="attr">#[derive(Debug, Clone)]
</span><span class="kw">pub struct </span>StaticTable(Table);
<span class="kw">impl </span>StaticTable {
@@ -383,9 +385,9 @@
<span class="self">self</span>.<span
class="number">0</span>.metadata_ref()
}
- <span class="doccomment">/// Consumes the `StaticTable` and return it as a
`Table`
- /// Please use this method carefully as the Table it returns remains
detached from a catalog
- /// and can't be used to perform modifications on the table.
+ <span class="doccomment">/// Consumes the `StaticTable` and return it as a
`Table`
+ /// Please use this method carefully as the Table it returns remains
detached from a catalog
+ /// and can't be used to perform modifications on the table.
</span><span class="kw">pub fn </span>into_table(<span
class="self">self</span>) -> Table {
<span class="self">self</span>.<span class="number">0
</span>}
diff --git a/api/trait.impl/core/clone/trait.Clone.js
b/api/trait.impl/core/clone/trait.Clone.js
index 3a49f7d..0a402cb 100644
--- a/api/trait.impl/core/clone/trait.Clone.js
+++ b/api/trait.impl/core/clone/trait.Clone.js
@@ -1,4 +1,4 @@
(function() {var implementors = {
-"iceberg":[["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=\"iceberg/enum.ErrorKind.html\" title=\"enum
iceberg::ErrorKind\">ErrorKind</a>"],["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=\"iceberg/enum.TableUpdate.html\" title=\"enum iceberg::Table [...]
+"iceberg":[["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=\"iceberg/enum.ErrorKind.html\" title=\"enum
iceberg::ErrorKind\">ErrorKind</a>"],["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=\"iceberg/enum.TableUpdate.html\" title=\"enum iceberg::Table [...]
"iceberg_catalog_rest":[["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=\"struct\"
href=\"iceberg_catalog_rest/struct.RestCatalogConfig.html\" title=\"struct
iceberg_catalog_rest::RestCatalogConfig\">RestCatalogConfig</a>"]]
};if (window.register_implementors)
{window.register_implementors(implementors);} else {window.pending_implementors
= implementors;}})()
\ No newline at end of file
diff --git a/api/trait.impl/core/fmt/trait.Debug.js
b/api/trait.impl/core/fmt/trait.Debug.js
index 0a9180b..79fb98e 100644
--- a/api/trait.impl/core/fmt/trait.Debug.js
+++ b/api/trait.impl/core/fmt/trait.Debug.js
@@ -1,5 +1,5 @@
(function() {var implementors = {
-"iceberg":[["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=\"iceberg/enum.ErrorKind.html\" title=\"enum
iceberg::ErrorKind\">ErrorKind</a>"],["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=\"iceberg/enum.TableRequirement.html\" title=\"enum iceberg::TableReq [...]
+"iceberg":[["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=\"iceberg/enum.ErrorKind.html\" title=\"enum
iceberg::ErrorKind\">ErrorKind</a>"],["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=\"iceberg/enum.TableRequirement.html\" title=\"enum iceberg::TableReq [...]
"iceberg_catalog_glue":[["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=\"struct\"
href=\"iceberg_catalog_glue/struct.GlueCatalog.html\" title=\"struct
iceberg_catalog_glue::GlueCatalog\">GlueCatalog</a>"],["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=\"struct\"
href=\"iceberg_catalo [...]
"iceberg_catalog_hms":[["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=\"iceberg_catalog_hms/enum.HmsThriftTransport.html\" title=\"enum
iceberg_catalog_hms::HmsThriftTransport\">HmsThriftTransport</a>"],["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=\"struct\" href=\"ic
[...]
"iceberg_catalog_memory":[["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=\"struct\"
href=\"iceberg_catalog_memory/struct.MemoryCatalog.html\" title=\"struct
iceberg_catalog_memory::MemoryCatalog\">MemoryCatalog</a>"]],