-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!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="API documentation for the Rust `InformationTable` trait in crate `catalog`."><title>InformationTable in catalog::information_schema - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-deb46770fd761b69.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="catalog" data-themes="" data-resource-suffix="" data-rustdoc-version="1.75.0-nightly (249624b50 2023-10-20)" data-channel="nightly" data-search-js="search-8fbf244ebcf71464.js" data-settings-js="settings-74424d7eec62a23e.js" ><script src="../../static.files/storage-fec3eaa3851e447d.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-5f34af1a0ee6bacd.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-5d8b3c7633ad77ba.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-16x16-8b506e7a72182f1c.png"><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 trait"><!--[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">☰</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../catalog/index.html">catalog</a><span class="version">0.4.4</span></h2></div><h2 class="location"><a href="#">InformationTable</a></h2><div class="sidebar-elems"><section><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.schema">schema</a></li><li><a href="#tymethod.table_id">table_id</a></li><li><a href="#tymethod.table_name">table_name</a></li><li><a href="#tymethod.to_stream">to_stream</a></li></ul><h3><a href="#provided-methods">Provided Methods</a></h3><ul class="block"><li><a href="#method.table_type">table_type</a></li></ul><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In catalog::information_schema</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="../index.html">catalog</a>::<wbr><a href="index.html">information_schema</a>::<wbr><a class="trait" href="#">InformationTable</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../src/catalog/information_schema.rs.html#116-128">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>−</span>]</button></span></div><pre class="rust item-decl"><code>trait InformationTable { | ||
// Required methods | ||
fn <a href="#tymethod.table_id" class="fn">table_id</a>(&self) -> <a class="type" href="../../store_api/storage/descriptors/type.TableId.html" title="type store_api::storage::descriptors::TableId">TableId</a>; | ||
fn <a href="#tymethod.table_id" class="fn">table_id</a>(&self) -> TableId; | ||
<span class="item-spacer"></span> fn <a href="#tymethod.table_name" class="fn">table_name</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>; | ||
<span class="item-spacer"></span> fn <a href="#tymethod.schema" class="fn">schema</a>(&self) -> <a class="type" href="../../datatypes/schema/type.SchemaRef.html" title="type datatypes::schema::SchemaRef">SchemaRef</a>; | ||
<span class="item-spacer"></span> fn <a href="#tymethod.schema" class="fn">schema</a>(&self) -> SchemaRef; | ||
<span class="item-spacer"></span> fn <a href="#tymethod.to_stream" class="fn">to_stream</a>(&self) -> <a class="type" href="../error/type.Result.html" title="type catalog::error::Result">Result</a><SendableRecordBatchStream>; | ||
|
||
// Provided method | ||
fn <a href="#method.table_type" class="fn">table_type</a>(&self) -> <a class="enum" href="../../table/metadata/enum.TableType.html" title="enum table::metadata::TableType">TableType</a> { ... } | ||
}</code></pre><h2 id="required-methods" class="small-section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.table_id" class="method"><a class="src rightside" href="../../src/catalog/information_schema.rs.html#117">source</a><h4 class="code-header">fn <a href="#tymethod.table_id" class="fn">table_id</a>(&self) -> <a class="type" href="../../store_api/storage/descriptors/type.TableId.html" title="type store_api::storage::descriptors::TableId">TableId</a></h4></section><section id="tymethod.table_name" class="method"><a class="src rightside" href="../../src/catalog/information_schema.rs.html#119">source</a><h4 class="code-header">fn <a href="#tymethod.table_name" class="fn">table_name</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></h4></section><section id="tymethod.schema" class="method"><a class="src rightside" href="../../src/catalog/information_schema.rs.html#121">source</a><h4 class="code-header">fn <a href="#tymethod.schema" class="fn">schema</a>(&self) -> <a class="type" href="../../datatypes/schema/type.SchemaRef.html" title="type datatypes::schema::SchemaRef">SchemaRef</a></h4></section><section id="tymethod.to_stream" class="method"><a class="src rightside" href="../../src/catalog/information_schema.rs.html#123">source</a><h4 class="code-header">fn <a href="#tymethod.to_stream" class="fn">to_stream</a>(&self) -> <a class="type" href="../error/type.Result.html" title="type catalog::error::Result">Result</a><SendableRecordBatchStream></h4></section></div><h2 id="provided-methods" class="small-section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><section id="method.table_type" class="method"><a class="src rightside" href="../../src/catalog/information_schema.rs.html#125-127">source</a><h4 class="code-header">fn <a href="#method.table_type" class="fn">table_type</a>(&self) -> <a class="enum" href="../../table/metadata/enum.TableType.html" title="enum table::metadata::TableType">TableType</a></h4></section></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-InformationTable-for-InformationSchemaColumns" class="impl"><a class="src rightside" href="../../src/catalog/information_schema/columns.rs.html#85-117">source</a><a href="#impl-InformationTable-for-InformationSchemaColumns" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.InformationTable.html" title="trait catalog::information_schema::InformationTable">InformationTable</a> for <a class="struct" href="columns/struct.InformationSchemaColumns.html" title="struct catalog::information_schema::columns::InformationSchemaColumns">InformationSchemaColumns</a></h3></section><section id="impl-InformationTable-for-InformationSchemaTables" class="impl"><a class="src rightside" href="../../src/catalog/information_schema/tables.rs.html#78-110">source</a><a href="#impl-InformationTable-for-InformationSchemaTables" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.InformationTable.html" title="trait catalog::information_schema::InformationTable">InformationTable</a> for <a class="struct" href="tables/struct.InformationSchemaTables.html" title="struct catalog::information_schema::tables::InformationSchemaTables">InformationSchemaTables</a></h3></section></div><script src="../../implementors/catalog/information_schema/trait.InformationTable.js" async></script></section></div></main></body></html> | ||
}</code></pre><h2 id="required-methods" class="small-section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.table_id" class="method"><a class="src rightside" href="../../src/catalog/information_schema.rs.html#117">source</a><h4 class="code-header">fn <a href="#tymethod.table_id" class="fn">table_id</a>(&self) -> TableId</h4></section><section id="tymethod.table_name" class="method"><a class="src rightside" href="../../src/catalog/information_schema.rs.html#119">source</a><h4 class="code-header">fn <a href="#tymethod.table_name" class="fn">table_name</a>(&self) -> &'static <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></h4></section><section id="tymethod.schema" class="method"><a class="src rightside" href="../../src/catalog/information_schema.rs.html#121">source</a><h4 class="code-header">fn <a href="#tymethod.schema" class="fn">schema</a>(&self) -> SchemaRef</h4></section><section id="tymethod.to_stream" class="method"><a class="src rightside" href="../../src/catalog/information_schema.rs.html#123">source</a><h4 class="code-header">fn <a href="#tymethod.to_stream" class="fn">to_stream</a>(&self) -> <a class="type" href="../error/type.Result.html" title="type catalog::error::Result">Result</a><SendableRecordBatchStream></h4></section></div><h2 id="provided-methods" class="small-section-header">Provided Methods<a href="#provided-methods" class="anchor">§</a></h2><div class="methods"><section id="method.table_type" class="method"><a class="src rightside" href="../../src/catalog/information_schema.rs.html#125-127">source</a><h4 class="code-header">fn <a href="#method.table_type" class="fn">table_type</a>(&self) -> <a class="enum" href="../../table/metadata/enum.TableType.html" title="enum table::metadata::TableType">TableType</a></h4></section></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-InformationTable-for-InformationSchemaColumns" class="impl"><a class="src rightside" href="../../src/catalog/information_schema/columns.rs.html#85-117">source</a><a href="#impl-InformationTable-for-InformationSchemaColumns" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.InformationTable.html" title="trait catalog::information_schema::InformationTable">InformationTable</a> for <a class="struct" href="columns/struct.InformationSchemaColumns.html" title="struct catalog::information_schema::columns::InformationSchemaColumns">InformationSchemaColumns</a></h3></section><section id="impl-InformationTable-for-InformationSchemaTables" class="impl"><a class="src rightside" href="../../src/catalog/information_schema/tables.rs.html#78-110">source</a><a href="#impl-InformationTable-for-InformationSchemaTables" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.InformationTable.html" title="trait catalog::information_schema::InformationTable">InformationTable</a> for <a class="struct" href="tables/struct.InformationSchemaTables.html" title="struct catalog::information_schema::tables::InformationSchemaTables">InformationSchemaTables</a></h3></section></div><script src="../../implementors/catalog/information_schema/trait.InformationTable.js" async></script></section></div></main></body></html> |