| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> |
| <head> |
| <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
| <meta http-equiv="X-UA-Compatible" content="IE=11"/> |
| <meta name="generator" content="Doxygen 1.9.8"/> |
| <meta name="viewport" content="width=device-width, initial-scale=1"/> |
| <title>iceberg-cpp: iceberg/table.h Source File</title> |
| <link href="tabs.css" rel="stylesheet" type="text/css"/> |
| <script type="text/javascript" src="jquery.js"></script> |
| <script type="text/javascript" src="dynsections.js"></script> |
| <link href="search/search.css" rel="stylesheet" type="text/css"/> |
| <script type="text/javascript" src="search/searchdata.js"></script> |
| <script type="text/javascript" src="search/search.js"></script> |
| <link href="doxygen.css" rel="stylesheet" type="text/css" /> |
| </head> |
| <body> |
| <div id="top"><!-- do not remove this div, it is closed by doxygen! --> |
| <div id="titlearea"> |
| <table cellspacing="0" cellpadding="0"> |
| <tbody> |
| <tr id="projectrow"> |
| <td id="projectalign"> |
| <div id="projectname">iceberg-cpp |
| </div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| <!-- end header part --> |
| <!-- Generated by Doxygen 1.9.8 --> |
| <script type="text/javascript"> |
| /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| var searchBox = new SearchBox("searchBox", "search/",'.html'); |
| /* @license-end */ |
| </script> |
| <script type="text/javascript" src="menudata.js"></script> |
| <script type="text/javascript" src="menu.js"></script> |
| <script type="text/javascript"> |
| /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| $(function() { |
| initMenu('',true,false,'search.php','Search'); |
| $(document).ready(function() { init_search(); }); |
| }); |
| /* @license-end */ |
| </script> |
| <div id="main-nav"></div> |
| <script type="text/javascript"> |
| /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */ |
| $(document).ready(function() { init_codefold(0); }); |
| /* @license-end */ |
| </script> |
| <!-- window showing the filter options --> |
| <div id="MSearchSelectWindow" |
| onmouseover="return searchBox.OnSearchSelectShow()" |
| onmouseout="return searchBox.OnSearchSelectHide()" |
| onkeydown="return searchBox.OnSearchSelectKey(event)"> |
| </div> |
| |
| <!-- iframe showing the search results (closed by default) --> |
| <div id="MSearchResultsWindow"> |
| <div id="MSearchResults"> |
| <div class="SRPage"> |
| <div id="SRIndex"> |
| <div id="SRResults"></div> |
| <div class="SRStatus" id="Loading">Loading...</div> |
| <div class="SRStatus" id="Searching">Searching...</div> |
| <div class="SRStatus" id="NoMatches">No Matches</div> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| <div id="nav-path" class="navpath"> |
| <ul> |
| <li class="navelem"><a class="el" href="dir_51d145386ec5f52aa06ebf5e46944abc.html">iceberg</a></li> </ul> |
| </div> |
| </div><!-- top --> |
| <div class="header"> |
| <div class="headertitle"><div class="title">table.h</div></div> |
| </div><!--header--> |
| <div class="contents"> |
| <a href="table_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div> |
| <div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one</span></div> |
| <div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * or more contributor license agreements. See the NOTICE file</span></div> |
| <div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * distributed with this work for additional information</span></div> |
| <div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * regarding copyright ownership. The ASF licenses this file</span></div> |
| <div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> * to you under the Apache License, Version 2.0 (the</span></div> |
| <div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> * "License"); you may not use this file except in compliance</span></div> |
| <div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> * with the License. You may obtain a copy of the License at</span></div> |
| <div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> *</span></div> |
| <div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div> |
| <div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> *</span></div> |
| <div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> * Unless required by applicable law or agreed to in writing,</span></div> |
| <div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> * software distributed under the License is distributed on an</span></div> |
| <div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY</span></div> |
| <div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> * KIND, either express or implied. See the License for the</span></div> |
| <div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment"> * specific language governing permissions and limitations</span></div> |
| <div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment"> * under the License.</span></div> |
| <div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment"> */</span></div> |
| <div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div> |
| <div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#pragma once</span></div> |
| <div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div> |
| <div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div> |
| <div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="preprocessor">#include <functional></span></div> |
| <div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#include <memory></span></div> |
| <div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#include <string></span></div> |
| <div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#include <unordered_map></span></div> |
| <div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="preprocessor">#include <vector></span></div> |
| <div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div> |
| <div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="preprocessor">#include "<a class="code" href="iceberg__export_8h.html">iceberg/iceberg_export.h</a>"</span></div> |
| <div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="preprocessor">#include "<a class="code" href="snapshot_8h.html">iceberg/snapshot.h</a>"</span></div> |
| <div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#include "<a class="code" href="table__identifier_8h.html">iceberg/table_identifier.h</a>"</span></div> |
| <div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="preprocessor">#include "<a class="code" href="type__fwd_8h.html">iceberg/type_fwd.h</a>"</span></div> |
| <div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="preprocessor">#include "<a class="code" href="update__location_8h.html">iceberg/update/update_location.h</a>"</span></div> |
| <div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="preprocessor">#include "<a class="code" href="timepoint_8h.html">iceberg/util/timepoint.h</a>"</span></div> |
| <div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> </div> |
| <div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespaceiceberg.html">iceberg</a> {</div> |
| <div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> </div> |
| <div class="foldopen" id="foldopen00041" data-start="{" data-end="};"> |
| <div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html"> 41</a></span><span class="keyword">class </span>ICEBERG_EXPORT <a class="code hl_class" href="classiceberg_1_1Table.html">Table</a> : <span class="keyword">public</span> std::enable_shared_from_this<Table> {</div> |
| <div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <span class="keyword">public</span>:</div> |
| <div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#afb0f1c00ccfc9ebb1a1cbf6d2049cf76"> 53</a></span> <span class="keyword">static</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<Table></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#afb0f1c00ccfc9ebb1a1cbf6d2049cf76">Make</a>(</div> |
| <div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <a class="code hl_struct" href="structiceberg_1_1TableIdentifier.html">TableIdentifier</a> identifier, std::shared_ptr<TableMetadata> metadata,</div> |
| <div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> std::string metadata_location, std::shared_ptr<FileIO> io,</div> |
| <div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> std::shared_ptr<Catalog> catalog, std::string full_name = <span class="stringliteral">""</span>,</div> |
| <div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> std::shared_ptr<MetricsReporter> reporter = <span class="keyword">nullptr</span>);</div> |
| <div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div> |
| <div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <span class="keyword">virtual</span> <a class="code hl_class" href="classiceberg_1_1Table.html">~Table</a>();</div> |
| <div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> </div> |
| <div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#aa7ce1b7a8ab4d37d3befe310714b4502"> 62</a></span> <span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1TableIdentifier.html">TableIdentifier</a>& <a class="code hl_function" href="classiceberg_1_1Table.html#aa7ce1b7a8ab4d37d3befe310714b4502">name</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> identifier_; }</div> |
| <div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> </div> |
| <div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a49ba6b8a95caf6ad6c529c4e7349b32c"> 65</a></span> <span class="keyword">const</span> std::string& <a class="code hl_function" href="classiceberg_1_1Table.html#a49ba6b8a95caf6ad6c529c4e7349b32c">full_name</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> full_name_; }</div> |
| <div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div> |
| <div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#aa20b8f513435c2ea5c10eeacd48d9a6b"> 68</a></span> <span class="keyword">const</span> std::string& <a class="code hl_function" href="classiceberg_1_1Table.html#aa20b8f513435c2ea5c10eeacd48d9a6b">uuid</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span> </div> |
| <div class="line"><a id="l00071" name="l00071"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#abc29b193e85f2c929f549cdf48f32290"> 71</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<Schema></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#abc29b193e85f2c929f549cdf48f32290">schema</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> </div> |
| <div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result</a><</div> |
| <div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> std::reference_wrapper<const std::unordered_map<int32_t, std::shared_ptr<Schema>>>></div> |
| <div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#aa156d814a4458ff381232dca50ed2620"> 76</a></span> <a class="code hl_function" href="classiceberg_1_1Table.html#aa156d814a4458ff381232dca50ed2620">schemas</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span> </div> |
| <div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#af19b4bf2fe4605c81749bf0bcbdaebb0"> 79</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<PartitionSpec></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#af19b4bf2fe4605c81749bf0bcbdaebb0">spec</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> </div> |
| <div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result</a><std::reference_wrapper<</div> |
| <div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <span class="keyword">const</span> std::unordered_map<int32_t, std::shared_ptr<PartitionSpec>>>></div> |
| <div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a6e43a944d44123f6980089df844fe9e3"> 84</a></span> <a class="code hl_function" href="classiceberg_1_1Table.html#a6e43a944d44123f6980089df844fe9e3">specs</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> </div> |
| <div class="line"><a id="l00087" name="l00087"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#aabf6db7aaf19eacdc4890bf07b0e01c2"> 87</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<SortOrder></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#aabf6db7aaf19eacdc4890bf07b0e01c2">sort_order</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> </div> |
| <div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result</a><std::reference_wrapper<</div> |
| <div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <span class="keyword">const</span> std::unordered_map<int32_t, std::shared_ptr<SortOrder>>>></div> |
| <div class="line"><a id="l00092" name="l00092"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a75c4ed3766d10549ce7c3cd0b1c0628d"> 92</a></span> <a class="code hl_function" href="classiceberg_1_1Table.html#a75c4ed3766d10549ce7c3cd0b1c0628d">sort_orders</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> </div> |
| <div class="line"><a id="l00095" name="l00095"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a220f7fa7d5fbd07dfc08f73f3345bfee"> 95</a></span> <span class="keyword">const</span> <a class="code hl_class" href="classiceberg_1_1TableProperties.html">TableProperties</a>& <a class="code hl_function" href="classiceberg_1_1Table.html#a220f7fa7d5fbd07dfc08f73f3345bfee">properties</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> </div> |
| <div class="line"><a id="l00098" name="l00098"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a952d8859ee90145e5f51f50e6258906f"> 98</a></span> std::string_view <a class="code hl_function" href="classiceberg_1_1Table.html#a952d8859ee90145e5f51f50e6258906f">metadata_file_location</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> </div> |
| <div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#aab0bda57fa4b649a37ebfc810365550d"> 101</a></span> std::string_view <a class="code hl_function" href="classiceberg_1_1Table.html#aab0bda57fa4b649a37ebfc810365550d">location</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> </div> |
| <div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a34e3f209be5bfcf90112aa1f3a89cacb"> 104</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a26b5236cc1bac2db397a235e5159efbc">TimePointMs</a> <a class="code hl_function" href="classiceberg_1_1Table.html#a34e3f209be5bfcf90112aa1f3a89cacb">last_updated_ms</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> </div> |
| <div class="line"><a id="l00107" name="l00107"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#af568dc2d43f4e1ce7fe6d37d5fdc2b51"> 107</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<Snapshot></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#af568dc2d43f4e1ce7fe6d37d5fdc2b51">current_snapshot</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> </div> |
| <div class="line"><a id="l00113" name="l00113"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a76576d889ac53cbf76c2a53e05495b2f"> 113</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<Snapshot></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#a76576d889ac53cbf76c2a53e05495b2f">SnapshotById</a>(int64_t snapshot_id) <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00114" name="l00114"></a><span class="lineno"> 114</span> </div> |
| <div class="line"><a id="l00116" name="l00116"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#afff68cda10f15fd715ecc0b571105f23"> 116</a></span> <span class="keyword">const</span> std::vector<std::shared_ptr<Snapshot>>& <a class="code hl_function" href="classiceberg_1_1Table.html#afff68cda10f15fd715ecc0b571105f23">snapshots</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00117" name="l00117"></a><span class="lineno"> 117</span> </div> |
| <div class="line"><a id="l00119" name="l00119"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#aab7aac9e4f46fde8db7a6826c4aef814"> 119</a></span> <span class="keyword">const</span> std::vector<SnapshotLogEntry>& <a class="code hl_function" href="classiceberg_1_1Table.html#aab7aac9e4f46fde8db7a6826c4aef814">history</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00120" name="l00120"></a><span class="lineno"> 120</span> </div> |
| <div class="line"><a id="l00122" name="l00122"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a701b95f6107afbeb9a63cba93e616586"> 122</a></span> <span class="keyword">const</span> std::shared_ptr<FileIO>& <a class="code hl_function" href="classiceberg_1_1Table.html#a701b95f6107afbeb9a63cba93e616586">io</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00123" name="l00123"></a><span class="lineno"> 123</span> </div> |
| <div class="line"><a id="l00125" name="l00125"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a88d04a3e3fee1f64ee66511e65851c57"> 125</a></span> <span class="keyword">const</span> std::shared_ptr<TableMetadata>& <a class="code hl_function" href="classiceberg_1_1Table.html#a88d04a3e3fee1f64ee66511e65851c57">metadata</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> </div> |
| <div class="line"><a id="l00128" name="l00128"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#ad8d1ef2aeb2c85d711c0c6832a7f9772"> 128</a></span> <span class="keyword">const</span> std::shared_ptr<Catalog>& <a class="code hl_function" href="classiceberg_1_1Table.html#ad8d1ef2aeb2c85d711c0c6832a7f9772">catalog</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> </div> |
| <div class="line"><a id="l00131" name="l00131"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#abaf2c4223329926493b8b442c3e00ad5"> 131</a></span> <span class="keyword">const</span> std::shared_ptr<MetricsReporter>& <a class="code hl_function" href="classiceberg_1_1Table.html#abaf2c4223329926493b8b442c3e00ad5">reporter</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> </div> |
| <div class="line"><a id="l00134" name="l00134"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#aa7d50042b5fd3c34830b7f69f116d3b3"> 134</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::unique_ptr<LocationProvider></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#aa7d50042b5fd3c34830b7f69f116d3b3">location_provider</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00135" name="l00135"></a><span class="lineno"> 135</span> </div> |
| <div class="line"><a id="l00137" name="l00137"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a93f1f95e67aa2d4b99cf21ca111270f7"> 137</a></span> <span class="keyword">virtual</span> Status <a class="code hl_function" href="classiceberg_1_1Table.html#a93f1f95e67aa2d4b99cf21ca111270f7">Refresh</a>();</div> |
| <div class="line"><a id="l00138" name="l00138"></a><span class="lineno"> 138</span> </div> |
| <div class="line"><a id="l00143" name="l00143"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a00ee3b993f0f917ffb4b8b043024e313"> 143</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::unique_ptr<DataTableScanBuilder></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#a00ee3b993f0f917ffb4b8b043024e313">NewScan</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00144" name="l00144"></a><span class="lineno"> 144</span> </div> |
| <div class="line"><a id="l00146" name="l00146"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#afd73d67550d12db767f7285d0a29272f"> 146</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::unique_ptr<IncrementalAppendScanBuilder></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#afd73d67550d12db767f7285d0a29272f">NewIncrementalAppendScan</a>()</div> |
| <div class="line"><a id="l00147" name="l00147"></a><span class="lineno"> 147</span> <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00148" name="l00148"></a><span class="lineno"> 148</span> </div> |
| <div class="line"><a id="l00150" name="l00150"></a><span class="lineno"> 150</span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::unique_ptr<IncrementalChangelogScanBuilder></a>></div> |
| <div class="line"><a id="l00151" name="l00151"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#ac1fccafff702526748761fd5f4824597"> 151</a></span> <a class="code hl_function" href="classiceberg_1_1Table.html#ac1fccafff702526748761fd5f4824597">NewIncrementalChangelogScan</a>() <span class="keyword">const</span>;</div> |
| <div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span> </div> |
| <div class="line"><a id="l00154" name="l00154"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a1afa73230f56c1ea92c0699cf74daa27"> 154</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<Transaction></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#a1afa73230f56c1ea92c0699cf74daa27">NewTransaction</a>();</div> |
| <div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span> </div> |
| <div class="line"><a id="l00158" name="l00158"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#ac33ee1b60ff4c593651e78f4df64cce8"> 158</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<UpdatePartitionSpec></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#ac33ee1b60ff4c593651e78f4df64cce8">NewUpdatePartitionSpec</a>();</div> |
| <div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span> </div> |
| <div class="line"><a id="l00162" name="l00162"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#aca1a2f09396e7568bc614ad4d638767c"> 162</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<UpdateProperties></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#aca1a2f09396e7568bc614ad4d638767c">NewUpdateProperties</a>();</div> |
| <div class="line"><a id="l00163" name="l00163"></a><span class="lineno"> 163</span> </div> |
| <div class="line"><a id="l00166" name="l00166"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a4c835c5f7f96c85a2bbe84abf896c984"> 166</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<UpdateSortOrder></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#a4c835c5f7f96c85a2bbe84abf896c984">NewUpdateSortOrder</a>();</div> |
| <div class="line"><a id="l00167" name="l00167"></a><span class="lineno"> 167</span> </div> |
| <div class="line"><a id="l00170" name="l00170"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#aeb23530c076b66b638e6113c7ef282df"> 170</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<UpdateSchema></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#aeb23530c076b66b638e6113c7ef282df">NewUpdateSchema</a>();</div> |
| <div class="line"><a id="l00171" name="l00171"></a><span class="lineno"> 171</span> </div> |
| <div class="line"><a id="l00174" name="l00174"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a044ef6e4140c3c61abeaacb159c3a20e"> 174</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<ExpireSnapshots></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#a044ef6e4140c3c61abeaacb159c3a20e">NewExpireSnapshots</a>();</div> |
| <div class="line"><a id="l00175" name="l00175"></a><span class="lineno"> 175</span> </div> |
| <div class="line"><a id="l00178" name="l00178"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a834f87549b679ebc9baf63d47c9930a1"> 178</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<UpdateStatistics></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#a834f87549b679ebc9baf63d47c9930a1">NewUpdateStatistics</a>();</div> |
| <div class="line"><a id="l00179" name="l00179"></a><span class="lineno"> 179</span> </div> |
| <div class="line"><a id="l00182" name="l00182"></a><span class="lineno"> 182</span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<UpdatePartitionStatistics></a>></div> |
| <div class="line"><a id="l00183" name="l00183"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a47d31fc6cee3875db54d538dd07e05d8"> 183</a></span> <a class="code hl_function" href="classiceberg_1_1Table.html#a47d31fc6cee3875db54d538dd07e05d8">NewUpdatePartitionStatistics</a>();</div> |
| <div class="line"><a id="l00184" name="l00184"></a><span class="lineno"> 184</span> </div> |
| <div class="line"><a id="l00187" name="l00187"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a8385e5e2df79e370880ac4e20e77a968"> 187</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<UpdateLocation></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#a8385e5e2df79e370880ac4e20e77a968">NewUpdateLocation</a>();</div> |
| <div class="line"><a id="l00188" name="l00188"></a><span class="lineno"> 188</span> </div> |
| <div class="line"><a id="l00190" name="l00190"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a3479c32c38c962392ef6d275f1977c24"> 190</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<FastAppend></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#a3479c32c38c962392ef6d275f1977c24">NewFastAppend</a>();</div> |
| <div class="line"><a id="l00191" name="l00191"></a><span class="lineno"> 191</span> </div> |
| <div class="line"><a id="l00193" name="l00193"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#ab86389f8257b54b82ffe7cc18a37028d"> 193</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<MergeAppend></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#ab86389f8257b54b82ffe7cc18a37028d">NewMergeAppend</a>();</div> |
| <div class="line"><a id="l00194" name="l00194"></a><span class="lineno"> 194</span> </div> |
| <div class="line"><a id="l00196" name="l00196"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a00f47f64bc3d7cc59e00f8b41a0f48bf"> 196</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<DeleteFiles></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#a00f47f64bc3d7cc59e00f8b41a0f48bf">NewDeleteFiles</a>();</div> |
| <div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> </div> |
| <div class="line"><a id="l00199" name="l00199"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a04a9e7c349b30f6fe7e05ec99d8fc011"> 199</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<RowDelta></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#a04a9e7c349b30f6fe7e05ec99d8fc011">NewRowDelta</a>();</div> |
| <div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> </div> |
| <div class="line"><a id="l00202" name="l00202"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a9061f6bf7771a77d87c2ca90ff5e75d6"> 202</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<OverwriteFiles></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#a9061f6bf7771a77d87c2ca90ff5e75d6">NewOverwrite</a>();</div> |
| <div class="line"><a id="l00203" name="l00203"></a><span class="lineno"> 203</span> </div> |
| <div class="line"><a id="l00206" name="l00206"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#a7278d6a455ce0dcb4b71315944f96538"> 206</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<RewriteFiles></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#a7278d6a455ce0dcb4b71315944f96538">NewRewriteFiles</a>();</div> |
| <div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> </div> |
| <div class="line"><a id="l00209" name="l00209"></a><span class="lineno"><a class="line" href="classiceberg_1_1Table.html#ace411ac800fdf3fc7d9bd0dfbf99fbdd"> 209</a></span> <span class="keyword">virtual</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<SnapshotManager></a>> <a class="code hl_function" href="classiceberg_1_1Table.html#ace411ac800fdf3fc7d9bd0dfbf99fbdd">NewSnapshotManager</a>();</div> |
| <div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> </div> |
| <div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> <span class="keyword">protected</span>:</div> |
| <div class="line"><a id="l00212" name="l00212"></a><span class="lineno"> 212</span> <a class="code hl_class" href="classiceberg_1_1Table.html">Table</a>(<a class="code hl_struct" href="structiceberg_1_1TableIdentifier.html">TableIdentifier</a> identifier, std::shared_ptr<TableMetadata> metadata,</div> |
| <div class="line"><a id="l00213" name="l00213"></a><span class="lineno"> 213</span> std::string metadata_location, std::shared_ptr<FileIO> io,</div> |
| <div class="line"><a id="l00214" name="l00214"></a><span class="lineno"> 214</span> std::shared_ptr<Catalog> catalog, std::string full_name,</div> |
| <div class="line"><a id="l00215" name="l00215"></a><span class="lineno"> 215</span> std::shared_ptr<MetricsReporter> reporter = <span class="keyword">nullptr</span>);</div> |
| <div class="line"><a id="l00216" name="l00216"></a><span class="lineno"> 216</span> </div> |
| <div class="line"><a id="l00217" name="l00217"></a><span class="lineno"> 217</span> <span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1TableIdentifier.html">TableIdentifier</a> identifier_;</div> |
| <div class="line"><a id="l00218" name="l00218"></a><span class="lineno"> 218</span> <span class="keyword">const</span> std::string full_name_;</div> |
| <div class="line"><a id="l00219" name="l00219"></a><span class="lineno"> 219</span> std::shared_ptr<TableMetadata> metadata_;</div> |
| <div class="line"><a id="l00220" name="l00220"></a><span class="lineno"> 220</span> std::string metadata_location_;</div> |
| <div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> std::shared_ptr<FileIO> io_;</div> |
| <div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> std::shared_ptr<Catalog> catalog_;</div> |
| <div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> std::shared_ptr<MetricsReporter> reporter_;</div> |
| <div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> std::unique_ptr<class TableMetadataCache> metadata_cache_;</div> |
| <div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span>};</div> |
| </div> |
| <div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> </div> |
| <div class="foldopen" id="foldopen00228" data-start="{" data-end="};"> |
| <div class="line"><a id="l00228" name="l00228"></a><span class="lineno"><a class="line" href="classiceberg_1_1StagedTable.html"> 228</a></span><span class="keyword">class </span>ICEBERG_EXPORT <a class="code hl_class" href="classiceberg_1_1StagedTable.html">StagedTable</a> final : <span class="keyword">public</span> <a class="code hl_class" href="classiceberg_1_1Table.html">Table</a> {</div> |
| <div class="line"><a id="l00229" name="l00229"></a><span class="lineno"> 229</span> <span class="keyword">public</span>:</div> |
| <div class="line"><a id="l00230" name="l00230"></a><span class="lineno"> 230</span> <span class="keyword">static</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<StagedTable></a>> Make(</div> |
| <div class="line"><a id="l00231" name="l00231"></a><span class="lineno"> 231</span> <a class="code hl_struct" href="structiceberg_1_1TableIdentifier.html">TableIdentifier</a> identifier, std::shared_ptr<TableMetadata> metadata,</div> |
| <div class="line"><a id="l00232" name="l00232"></a><span class="lineno"> 232</span> std::string metadata_location, std::shared_ptr<FileIO> io,</div> |
| <div class="line"><a id="l00233" name="l00233"></a><span class="lineno"> 233</span> std::shared_ptr<Catalog> catalog, std::string full_name = <span class="stringliteral">""</span>,</div> |
| <div class="line"><a id="l00234" name="l00234"></a><span class="lineno"> 234</span> std::shared_ptr<MetricsReporter> reporter = <span class="keyword">nullptr</span>);</div> |
| <div class="line"><a id="l00235" name="l00235"></a><span class="lineno"> 235</span> </div> |
| <div class="line"><a id="l00236" name="l00236"></a><span class="lineno"> 236</span> <a class="code hl_class" href="classiceberg_1_1StagedTable.html">~StagedTable</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00237" name="l00237"></a><span class="lineno"> 237</span> </div> |
| <div class="line"><a id="l00238" name="l00238"></a><span class="lineno"><a class="line" href="classiceberg_1_1StagedTable.html#a7b798e87cb0dc4ef8df5b7b1a6cacc95"> 238</a></span> Status <a class="code hl_function" href="classiceberg_1_1StagedTable.html#a7b798e87cb0dc4ef8df5b7b1a6cacc95">Refresh</a>()<span class="keyword"> override </span>{ <span class="keywordflow">return</span> {}; }</div> |
| <div class="line"><a id="l00239" name="l00239"></a><span class="lineno"> 239</span> </div> |
| <div class="line"><a id="l00240" name="l00240"></a><span class="lineno"><a class="line" href="classiceberg_1_1StagedTable.html#a0d0c436066331feeb8d146ae53fc7fa1"> 240</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::unique_ptr<DataTableScanBuilder></a>> <a class="code hl_function" href="classiceberg_1_1StagedTable.html#a0d0c436066331feeb8d146ae53fc7fa1">NewScan</a>() <span class="keyword">const override</span>;</div> |
| <div class="line"><a id="l00241" name="l00241"></a><span class="lineno"> 241</span> </div> |
| <div class="line"><a id="l00242" name="l00242"></a><span class="lineno"> 242</span> <span class="keyword">private</span>:</div> |
| <div class="line"><a id="l00243" name="l00243"></a><span class="lineno"> 243</span> <span class="keyword">using </span>Table::Table;</div> |
| <div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span>};</div> |
| </div> |
| <div class="line"><a id="l00245" name="l00245"></a><span class="lineno"> 245</span> </div> |
| <div class="line"><a id="l00247" name="l00247"></a><span class="lineno"> 247</span> </div> |
| <div class="foldopen" id="foldopen00248" data-start="{" data-end="};"> |
| <div class="line"><a id="l00248" name="l00248"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html"> 248</a></span><span class="keyword">class </span>ICEBERG_EXPORT <a class="code hl_class" href="classiceberg_1_1StaticTable.html">StaticTable</a> : <span class="keyword">public</span> <a class="code hl_class" href="classiceberg_1_1Table.html">Table</a> {</div> |
| <div class="line"><a id="l00249" name="l00249"></a><span class="lineno"> 249</span> <span class="keyword">public</span>:</div> |
| <div class="line"><a id="l00250" name="l00250"></a><span class="lineno"> 250</span> <span class="keyword">static</span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<StaticTable></a>> Make(</div> |
| <div class="line"><a id="l00251" name="l00251"></a><span class="lineno"> 251</span> <a class="code hl_struct" href="structiceberg_1_1TableIdentifier.html">TableIdentifier</a> identifier, std::shared_ptr<TableMetadata> metadata,</div> |
| <div class="line"><a id="l00252" name="l00252"></a><span class="lineno"> 252</span> std::string metadata_location, std::shared_ptr<FileIO> io,</div> |
| <div class="line"><a id="l00253" name="l00253"></a><span class="lineno"> 253</span> std::string full_name = <span class="stringliteral">""</span>);</div> |
| <div class="line"><a id="l00254" name="l00254"></a><span class="lineno"> 254</span> </div> |
| <div class="line"><a id="l00255" name="l00255"></a><span class="lineno"> 255</span> <a class="code hl_class" href="classiceberg_1_1StaticTable.html">~StaticTable</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00256" name="l00256"></a><span class="lineno"> 256</span> </div> |
| <div class="line"><a id="l00257" name="l00257"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#a70eedef0dc54de93d672084b28232a25"> 257</a></span> Status <a class="code hl_function" href="classiceberg_1_1StaticTable.html#a70eedef0dc54de93d672084b28232a25">Refresh</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00258" name="l00258"></a><span class="lineno"> 258</span> </div> |
| <div class="line"><a id="l00259" name="l00259"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#a7ef2769bde743596f58531ad4ac51e9e"> 259</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<Transaction></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#a7ef2769bde743596f58531ad4ac51e9e">NewTransaction</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00260" name="l00260"></a><span class="lineno"> 260</span> </div> |
| <div class="line"><a id="l00261" name="l00261"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#acdbbc402aa82c82629b5eca046918b35"> 261</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<UpdateProperties></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#acdbbc402aa82c82629b5eca046918b35">NewUpdateProperties</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00262" name="l00262"></a><span class="lineno"> 262</span> </div> |
| <div class="line"><a id="l00263" name="l00263"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#a1c68bb02be5c98ddac3589d4320a711e"> 263</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<UpdateSchema></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#a1c68bb02be5c98ddac3589d4320a711e">NewUpdateSchema</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00264" name="l00264"></a><span class="lineno"> 264</span> </div> |
| <div class="line"><a id="l00265" name="l00265"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#a6168713f10221d7c26c2469cbf937678"> 265</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<UpdateLocation></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#a6168713f10221d7c26c2469cbf937678">NewUpdateLocation</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00266" name="l00266"></a><span class="lineno"> 266</span> </div> |
| <div class="line"><a id="l00267" name="l00267"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#a77a1a8dcdec011842eab7c439a1fc06a"> 267</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<UpdatePartitionSpec></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#a77a1a8dcdec011842eab7c439a1fc06a">NewUpdatePartitionSpec</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00268" name="l00268"></a><span class="lineno"> 268</span> </div> |
| <div class="line"><a id="l00269" name="l00269"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#a64e67623d93eb259a8a8fd72662829d1"> 269</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<UpdateSortOrder></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#a64e67623d93eb259a8a8fd72662829d1">NewUpdateSortOrder</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00270" name="l00270"></a><span class="lineno"> 270</span> </div> |
| <div class="line"><a id="l00271" name="l00271"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#a042c31d3314a9c42d5e9f4f712a54891"> 271</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<ExpireSnapshots></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#a042c31d3314a9c42d5e9f4f712a54891">NewExpireSnapshots</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00272" name="l00272"></a><span class="lineno"> 272</span> </div> |
| <div class="line"><a id="l00273" name="l00273"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#afde5ba18dcc6b3d3d11a4ece967865ea"> 273</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<UpdateStatistics></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#afde5ba18dcc6b3d3d11a4ece967865ea">NewUpdateStatistics</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00274" name="l00274"></a><span class="lineno"> 274</span> </div> |
| <div class="line"><a id="l00275" name="l00275"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#ae84905a436ee1aaf88f721a3a9b9a7b5"> 275</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<UpdatePartitionStatistics></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#ae84905a436ee1aaf88f721a3a9b9a7b5">NewUpdatePartitionStatistics</a>()</div> |
| <div class="line"><a id="l00276" name="l00276"></a><span class="lineno"> 276</span> <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00277" name="l00277"></a><span class="lineno"> 277</span> </div> |
| <div class="line"><a id="l00278" name="l00278"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#aaddd5f3f5438c06a2e946863b95cb7cc"> 278</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<FastAppend></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#aaddd5f3f5438c06a2e946863b95cb7cc">NewFastAppend</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00279" name="l00279"></a><span class="lineno"> 279</span> </div> |
| <div class="line"><a id="l00280" name="l00280"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#a02e372808c41236558a4353df28dda5c"> 280</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<MergeAppend></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#a02e372808c41236558a4353df28dda5c">NewMergeAppend</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00281" name="l00281"></a><span class="lineno"> 281</span> </div> |
| <div class="line"><a id="l00282" name="l00282"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#a542668672897003c80cbb7fef131f719"> 282</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<DeleteFiles></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#a542668672897003c80cbb7fef131f719">NewDeleteFiles</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00283" name="l00283"></a><span class="lineno"> 283</span> </div> |
| <div class="line"><a id="l00284" name="l00284"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#aaa5ea90bdf298527b1d96ba6f611c46a"> 284</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<RowDelta></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#aaa5ea90bdf298527b1d96ba6f611c46a">NewRowDelta</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00285" name="l00285"></a><span class="lineno"> 285</span> </div> |
| <div class="line"><a id="l00286" name="l00286"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#ae152f7c99a63528729645259590f2ae5"> 286</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<OverwriteFiles></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#ae152f7c99a63528729645259590f2ae5">NewOverwrite</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00287" name="l00287"></a><span class="lineno"> 287</span> </div> |
| <div class="line"><a id="l00288" name="l00288"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#afd5b380e9ae87cc942e16178d7694fb6"> 288</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<RewriteFiles></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#afd5b380e9ae87cc942e16178d7694fb6">NewRewriteFiles</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00289" name="l00289"></a><span class="lineno"> 289</span> </div> |
| <div class="line"><a id="l00290" name="l00290"></a><span class="lineno"><a class="line" href="classiceberg_1_1StaticTable.html#a0e94b1f9323aff5893cec202299c10fa"> 290</a></span> <a class="code hl_typedef" href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">Result<std::shared_ptr<SnapshotManager></a>> <a class="code hl_function" href="classiceberg_1_1StaticTable.html#a0e94b1f9323aff5893cec202299c10fa">NewSnapshotManager</a>() <span class="keyword">override</span>;</div> |
| <div class="line"><a id="l00291" name="l00291"></a><span class="lineno"> 291</span> </div> |
| <div class="line"><a id="l00292" name="l00292"></a><span class="lineno"> 292</span> <span class="keyword">private</span>:</div> |
| <div class="line"><a id="l00293" name="l00293"></a><span class="lineno"> 293</span> <span class="keyword">using </span>Table::Table;</div> |
| <div class="line"><a id="l00294" name="l00294"></a><span class="lineno"> 294</span>};</div> |
| </div> |
| <div class="line"><a id="l00295" name="l00295"></a><span class="lineno"> 295</span> </div> |
| <div class="line"><a id="l00296" name="l00296"></a><span class="lineno"> 296</span>} <span class="comment">// namespace iceberg</span></div> |
| <div class="ttc" id="aclassiceberg_1_1StagedTable_html"><div class="ttname"><a href="classiceberg_1_1StagedTable.html">iceberg::StagedTable</a></div><div class="ttdoc">A table created by stage-create and not yet committed.</div><div class="ttdef"><b>Definition</b> table.h:228</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StagedTable_html_a0d0c436066331feeb8d146ae53fc7fa1"><div class="ttname"><a href="classiceberg_1_1StagedTable.html#a0d0c436066331feeb8d146ae53fc7fa1">iceberg::StagedTable::NewScan</a></div><div class="ttdeci">Result< std::unique_ptr< DataTableScanBuilder > > NewScan() const override</div><div class="ttdoc">Create a new table scan builder for this table.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StagedTable_html_a7b798e87cb0dc4ef8df5b7b1a6cacc95"><div class="ttname"><a href="classiceberg_1_1StagedTable.html#a7b798e87cb0dc4ef8df5b7b1a6cacc95">iceberg::StagedTable::Refresh</a></div><div class="ttdeci">Status Refresh() override</div><div class="ttdoc">Refresh the current table metadata.</div><div class="ttdef"><b>Definition</b> table.h:238</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html"><div class="ttname"><a href="classiceberg_1_1StaticTable.html">iceberg::StaticTable</a></div><div class="ttdoc">A read-only table.</div><div class="ttdef"><b>Definition</b> table.h:248</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_a02e372808c41236558a4353df28dda5c"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#a02e372808c41236558a4353df28dda5c">iceberg::StaticTable::NewMergeAppend</a></div><div class="ttdeci">Result< std::shared_ptr< MergeAppend > > NewMergeAppend() override</div><div class="ttdoc">Create a new MergeAppend to append data files and merge manifests.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_a042c31d3314a9c42d5e9f4f712a54891"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#a042c31d3314a9c42d5e9f4f712a54891">iceberg::StaticTable::NewExpireSnapshots</a></div><div class="ttdeci">Result< std::shared_ptr< ExpireSnapshots > > NewExpireSnapshots() override</div><div class="ttdoc">Create a new ExpireSnapshots to remove expired snapshots and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_a0e94b1f9323aff5893cec202299c10fa"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#a0e94b1f9323aff5893cec202299c10fa">iceberg::StaticTable::NewSnapshotManager</a></div><div class="ttdeci">Result< std::shared_ptr< SnapshotManager > > NewSnapshotManager() override</div><div class="ttdoc">Create a new SnapshotManager to manage snapshots and snapshot references.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_a1c68bb02be5c98ddac3589d4320a711e"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#a1c68bb02be5c98ddac3589d4320a711e">iceberg::StaticTable::NewUpdateSchema</a></div><div class="ttdeci">Result< std::shared_ptr< UpdateSchema > > NewUpdateSchema() override</div><div class="ttdoc">Create a new UpdateSchema to alter the columns of this table and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_a542668672897003c80cbb7fef131f719"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#a542668672897003c80cbb7fef131f719">iceberg::StaticTable::NewDeleteFiles</a></div><div class="ttdeci">Result< std::shared_ptr< DeleteFiles > > NewDeleteFiles() override</div><div class="ttdoc">Create a new DeleteFiles to delete data files and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_a6168713f10221d7c26c2469cbf937678"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#a6168713f10221d7c26c2469cbf937678">iceberg::StaticTable::NewUpdateLocation</a></div><div class="ttdeci">Result< std::shared_ptr< UpdateLocation > > NewUpdateLocation() override</div><div class="ttdoc">Create a new UpdateLocation to update the table location and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_a64e67623d93eb259a8a8fd72662829d1"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#a64e67623d93eb259a8a8fd72662829d1">iceberg::StaticTable::NewUpdateSortOrder</a></div><div class="ttdeci">Result< std::shared_ptr< UpdateSortOrder > > NewUpdateSortOrder() override</div><div class="ttdoc">Create a new UpdateSortOrder to update the table sort order and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_a70eedef0dc54de93d672084b28232a25"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#a70eedef0dc54de93d672084b28232a25">iceberg::StaticTable::Refresh</a></div><div class="ttdeci">Status Refresh() override</div><div class="ttdoc">Refresh the current table metadata.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_a77a1a8dcdec011842eab7c439a1fc06a"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#a77a1a8dcdec011842eab7c439a1fc06a">iceberg::StaticTable::NewUpdatePartitionSpec</a></div><div class="ttdeci">Result< std::shared_ptr< UpdatePartitionSpec > > NewUpdatePartitionSpec() override</div><div class="ttdoc">Create a new UpdatePartitionSpec to update the partition spec of this table and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_a7ef2769bde743596f58531ad4ac51e9e"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#a7ef2769bde743596f58531ad4ac51e9e">iceberg::StaticTable::NewTransaction</a></div><div class="ttdeci">Result< std::shared_ptr< Transaction > > NewTransaction() override</div><div class="ttdoc">Create a new Transaction to commit multiple table operations at once.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_aaa5ea90bdf298527b1d96ba6f611c46a"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#aaa5ea90bdf298527b1d96ba6f611c46a">iceberg::StaticTable::NewRowDelta</a></div><div class="ttdeci">Result< std::shared_ptr< RowDelta > > NewRowDelta() override</div><div class="ttdoc">Create a new RowDelta to add rows and row-level deletes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_aaddd5f3f5438c06a2e946863b95cb7cc"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#aaddd5f3f5438c06a2e946863b95cb7cc">iceberg::StaticTable::NewFastAppend</a></div><div class="ttdeci">Result< std::shared_ptr< FastAppend > > NewFastAppend() override</div><div class="ttdoc">Create a new FastAppend to append data files and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_acdbbc402aa82c82629b5eca046918b35"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#acdbbc402aa82c82629b5eca046918b35">iceberg::StaticTable::NewUpdateProperties</a></div><div class="ttdeci">Result< std::shared_ptr< UpdateProperties > > NewUpdateProperties() override</div><div class="ttdoc">Create a new UpdateProperties to update table properties and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_ae152f7c99a63528729645259590f2ae5"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#ae152f7c99a63528729645259590f2ae5">iceberg::StaticTable::NewOverwrite</a></div><div class="ttdeci">Result< std::shared_ptr< OverwriteFiles > > NewOverwrite() override</div><div class="ttdoc">Create a new OverwriteFiles to overwrite data files and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_ae84905a436ee1aaf88f721a3a9b9a7b5"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#ae84905a436ee1aaf88f721a3a9b9a7b5">iceberg::StaticTable::NewUpdatePartitionStatistics</a></div><div class="ttdeci">Result< std::shared_ptr< UpdatePartitionStatistics > > NewUpdatePartitionStatistics() override</div><div class="ttdoc">Create a new UpdatePartitionStatistics to update partition statistics and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_afd5b380e9ae87cc942e16178d7694fb6"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#afd5b380e9ae87cc942e16178d7694fb6">iceberg::StaticTable::NewRewriteFiles</a></div><div class="ttdeci">Result< std::shared_ptr< RewriteFiles > > NewRewriteFiles() override</div><div class="ttdoc">Create a new RewriteFiles to replace files in this table and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1StaticTable_html_afde5ba18dcc6b3d3d11a4ece967865ea"><div class="ttname"><a href="classiceberg_1_1StaticTable.html#afde5ba18dcc6b3d3d11a4ece967865ea">iceberg::StaticTable::NewUpdateStatistics</a></div><div class="ttdeci">Result< std::shared_ptr< UpdateStatistics > > NewUpdateStatistics() override</div><div class="ttdoc">Create a new UpdateStatistics to update the table statistics and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1TableProperties_html"><div class="ttname"><a href="classiceberg_1_1TableProperties.html">iceberg::TableProperties</a></div><div class="ttdoc">Table properties for Iceberg tables.</div><div class="ttdef"><b>Definition</b> table_properties.h:40</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html"><div class="ttname"><a href="classiceberg_1_1Table.html">iceberg::Table</a></div><div class="ttdoc">Represents an Iceberg table.</div><div class="ttdef"><b>Definition</b> table.h:41</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a00ee3b993f0f917ffb4b8b043024e313"><div class="ttname"><a href="classiceberg_1_1Table.html#a00ee3b993f0f917ffb4b8b043024e313">iceberg::Table::NewScan</a></div><div class="ttdeci">virtual Result< std::unique_ptr< DataTableScanBuilder > > NewScan() const</div><div class="ttdoc">Create a new table scan builder for this table.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a00f47f64bc3d7cc59e00f8b41a0f48bf"><div class="ttname"><a href="classiceberg_1_1Table.html#a00f47f64bc3d7cc59e00f8b41a0f48bf">iceberg::Table::NewDeleteFiles</a></div><div class="ttdeci">virtual Result< std::shared_ptr< DeleteFiles > > NewDeleteFiles()</div><div class="ttdoc">Create a new DeleteFiles to delete data files and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a044ef6e4140c3c61abeaacb159c3a20e"><div class="ttname"><a href="classiceberg_1_1Table.html#a044ef6e4140c3c61abeaacb159c3a20e">iceberg::Table::NewExpireSnapshots</a></div><div class="ttdeci">virtual Result< std::shared_ptr< ExpireSnapshots > > NewExpireSnapshots()</div><div class="ttdoc">Create a new ExpireSnapshots to remove expired snapshots and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a04a9e7c349b30f6fe7e05ec99d8fc011"><div class="ttname"><a href="classiceberg_1_1Table.html#a04a9e7c349b30f6fe7e05ec99d8fc011">iceberg::Table::NewRowDelta</a></div><div class="ttdeci">virtual Result< std::shared_ptr< RowDelta > > NewRowDelta()</div><div class="ttdoc">Create a new RowDelta to add rows and row-level deletes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a1afa73230f56c1ea92c0699cf74daa27"><div class="ttname"><a href="classiceberg_1_1Table.html#a1afa73230f56c1ea92c0699cf74daa27">iceberg::Table::NewTransaction</a></div><div class="ttdeci">virtual Result< std::shared_ptr< Transaction > > NewTransaction()</div><div class="ttdoc">Create a new Transaction to commit multiple table operations at once.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a220f7fa7d5fbd07dfc08f73f3345bfee"><div class="ttname"><a href="classiceberg_1_1Table.html#a220f7fa7d5fbd07dfc08f73f3345bfee">iceberg::Table::properties</a></div><div class="ttdeci">const TableProperties & properties() const</div><div class="ttdoc">Returns the properties of this table.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a3479c32c38c962392ef6d275f1977c24"><div class="ttname"><a href="classiceberg_1_1Table.html#a3479c32c38c962392ef6d275f1977c24">iceberg::Table::NewFastAppend</a></div><div class="ttdeci">virtual Result< std::shared_ptr< FastAppend > > NewFastAppend()</div><div class="ttdoc">Create a new FastAppend to append data files and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a34e3f209be5bfcf90112aa1f3a89cacb"><div class="ttname"><a href="classiceberg_1_1Table.html#a34e3f209be5bfcf90112aa1f3a89cacb">iceberg::Table::last_updated_ms</a></div><div class="ttdeci">TimePointMs last_updated_ms() const</div><div class="ttdoc">Returns the time when this table was last updated.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a47d31fc6cee3875db54d538dd07e05d8"><div class="ttname"><a href="classiceberg_1_1Table.html#a47d31fc6cee3875db54d538dd07e05d8">iceberg::Table::NewUpdatePartitionStatistics</a></div><div class="ttdeci">virtual Result< std::shared_ptr< UpdatePartitionStatistics > > NewUpdatePartitionStatistics()</div><div class="ttdoc">Create a new UpdatePartitionStatistics to update partition statistics and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a49ba6b8a95caf6ad6c529c4e7349b32c"><div class="ttname"><a href="classiceberg_1_1Table.html#a49ba6b8a95caf6ad6c529c4e7349b32c">iceberg::Table::full_name</a></div><div class="ttdeci">const std::string & full_name() const</div><div class="ttdoc">Returns the fully-qualified name of this table.</div><div class="ttdef"><b>Definition</b> table.h:65</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a4c835c5f7f96c85a2bbe84abf896c984"><div class="ttname"><a href="classiceberg_1_1Table.html#a4c835c5f7f96c85a2bbe84abf896c984">iceberg::Table::NewUpdateSortOrder</a></div><div class="ttdeci">virtual Result< std::shared_ptr< UpdateSortOrder > > NewUpdateSortOrder()</div><div class="ttdoc">Create a new UpdateSortOrder to update the table sort order and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a6e43a944d44123f6980089df844fe9e3"><div class="ttname"><a href="classiceberg_1_1Table.html#a6e43a944d44123f6980089df844fe9e3">iceberg::Table::specs</a></div><div class="ttdeci">Result< std::reference_wrapper< const std::unordered_map< int32_t, std::shared_ptr< PartitionSpec > > > > specs() const</div><div class="ttdoc">Returns a map of partition specs for this table.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a701b95f6107afbeb9a63cba93e616586"><div class="ttname"><a href="classiceberg_1_1Table.html#a701b95f6107afbeb9a63cba93e616586">iceberg::Table::io</a></div><div class="ttdeci">const std::shared_ptr< FileIO > & io() const</div><div class="ttdoc">Returns a FileIO to read and write table data and metadata files.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a7278d6a455ce0dcb4b71315944f96538"><div class="ttname"><a href="classiceberg_1_1Table.html#a7278d6a455ce0dcb4b71315944f96538">iceberg::Table::NewRewriteFiles</a></div><div class="ttdeci">virtual Result< std::shared_ptr< RewriteFiles > > NewRewriteFiles()</div><div class="ttdoc">Create a new RewriteFiles to replace files in this table and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a75c4ed3766d10549ce7c3cd0b1c0628d"><div class="ttname"><a href="classiceberg_1_1Table.html#a75c4ed3766d10549ce7c3cd0b1c0628d">iceberg::Table::sort_orders</a></div><div class="ttdeci">Result< std::reference_wrapper< const std::unordered_map< int32_t, std::shared_ptr< SortOrder > > > > sort_orders() const</div><div class="ttdoc">Returns a map of sort order IDs to sort orders for this table.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a76576d889ac53cbf76c2a53e05495b2f"><div class="ttname"><a href="classiceberg_1_1Table.html#a76576d889ac53cbf76c2a53e05495b2f">iceberg::Table::SnapshotById</a></div><div class="ttdeci">Result< std::shared_ptr< Snapshot > > SnapshotById(int64_t snapshot_id) const</div><div class="ttdoc">Get the snapshot of this table with the given id.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a834f87549b679ebc9baf63d47c9930a1"><div class="ttname"><a href="classiceberg_1_1Table.html#a834f87549b679ebc9baf63d47c9930a1">iceberg::Table::NewUpdateStatistics</a></div><div class="ttdeci">virtual Result< std::shared_ptr< UpdateStatistics > > NewUpdateStatistics()</div><div class="ttdoc">Create a new UpdateStatistics to update the table statistics and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a8385e5e2df79e370880ac4e20e77a968"><div class="ttname"><a href="classiceberg_1_1Table.html#a8385e5e2df79e370880ac4e20e77a968">iceberg::Table::NewUpdateLocation</a></div><div class="ttdeci">virtual Result< std::shared_ptr< UpdateLocation > > NewUpdateLocation()</div><div class="ttdoc">Create a new UpdateLocation to update the table location and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a88d04a3e3fee1f64ee66511e65851c57"><div class="ttname"><a href="classiceberg_1_1Table.html#a88d04a3e3fee1f64ee66511e65851c57">iceberg::Table::metadata</a></div><div class="ttdeci">const std::shared_ptr< TableMetadata > & metadata() const</div><div class="ttdoc">Returns the current metadata for this table.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a9061f6bf7771a77d87c2ca90ff5e75d6"><div class="ttname"><a href="classiceberg_1_1Table.html#a9061f6bf7771a77d87c2ca90ff5e75d6">iceberg::Table::NewOverwrite</a></div><div class="ttdeci">virtual Result< std::shared_ptr< OverwriteFiles > > NewOverwrite()</div><div class="ttdoc">Create a new OverwriteFiles to overwrite data files and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a93f1f95e67aa2d4b99cf21ca111270f7"><div class="ttname"><a href="classiceberg_1_1Table.html#a93f1f95e67aa2d4b99cf21ca111270f7">iceberg::Table::Refresh</a></div><div class="ttdeci">virtual Status Refresh()</div><div class="ttdoc">Refresh the current table metadata.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_a952d8859ee90145e5f51f50e6258906f"><div class="ttname"><a href="classiceberg_1_1Table.html#a952d8859ee90145e5f51f50e6258906f">iceberg::Table::metadata_file_location</a></div><div class="ttdeci">std::string_view metadata_file_location() const</div><div class="ttdoc">Returns the table's metadata file location.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_aa156d814a4458ff381232dca50ed2620"><div class="ttname"><a href="classiceberg_1_1Table.html#aa156d814a4458ff381232dca50ed2620">iceberg::Table::schemas</a></div><div class="ttdeci">Result< std::reference_wrapper< const std::unordered_map< int32_t, std::shared_ptr< Schema > > > > schemas() const</div><div class="ttdoc">Returns a map of schema for this table.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_aa20b8f513435c2ea5c10eeacd48d9a6b"><div class="ttname"><a href="classiceberg_1_1Table.html#aa20b8f513435c2ea5c10eeacd48d9a6b">iceberg::Table::uuid</a></div><div class="ttdeci">const std::string & uuid() const</div><div class="ttdoc">Returns the UUID of the table.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_aa7ce1b7a8ab4d37d3befe310714b4502"><div class="ttname"><a href="classiceberg_1_1Table.html#aa7ce1b7a8ab4d37d3befe310714b4502">iceberg::Table::name</a></div><div class="ttdeci">const TableIdentifier & name() const</div><div class="ttdoc">Returns the identifier of this table.</div><div class="ttdef"><b>Definition</b> table.h:62</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_aa7d50042b5fd3c34830b7f69f116d3b3"><div class="ttname"><a href="classiceberg_1_1Table.html#aa7d50042b5fd3c34830b7f69f116d3b3">iceberg::Table::location_provider</a></div><div class="ttdeci">Result< std::unique_ptr< LocationProvider > > location_provider() const</div><div class="ttdoc">Returns a LocationProvider for this table.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_aab0bda57fa4b649a37ebfc810365550d"><div class="ttname"><a href="classiceberg_1_1Table.html#aab0bda57fa4b649a37ebfc810365550d">iceberg::Table::location</a></div><div class="ttdeci">std::string_view location() const</div><div class="ttdoc">Returns the table's base location.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_aab7aac9e4f46fde8db7a6826c4aef814"><div class="ttname"><a href="classiceberg_1_1Table.html#aab7aac9e4f46fde8db7a6826c4aef814">iceberg::Table::history</a></div><div class="ttdeci">const std::vector< SnapshotLogEntry > & history() const</div><div class="ttdoc">Get the snapshot history of this table.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_aabf6db7aaf19eacdc4890bf07b0e01c2"><div class="ttname"><a href="classiceberg_1_1Table.html#aabf6db7aaf19eacdc4890bf07b0e01c2">iceberg::Table::sort_order</a></div><div class="ttdeci">Result< std::shared_ptr< SortOrder > > sort_order() const</div><div class="ttdoc">Returns the sort order for this table, return NotFoundError if not found.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_ab86389f8257b54b82ffe7cc18a37028d"><div class="ttname"><a href="classiceberg_1_1Table.html#ab86389f8257b54b82ffe7cc18a37028d">iceberg::Table::NewMergeAppend</a></div><div class="ttdeci">virtual Result< std::shared_ptr< MergeAppend > > NewMergeAppend()</div><div class="ttdoc">Create a new MergeAppend to append data files and merge manifests.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_abaf2c4223329926493b8b442c3e00ad5"><div class="ttname"><a href="classiceberg_1_1Table.html#abaf2c4223329926493b8b442c3e00ad5">iceberg::Table::reporter</a></div><div class="ttdeci">const std::shared_ptr< MetricsReporter > & reporter() const</div><div class="ttdoc">Returns the metrics reporter for this table.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_abc29b193e85f2c929f549cdf48f32290"><div class="ttname"><a href="classiceberg_1_1Table.html#abc29b193e85f2c929f549cdf48f32290">iceberg::Table::schema</a></div><div class="ttdeci">Result< std::shared_ptr< Schema > > schema() const</div><div class="ttdoc">Returns the schema for this table, return NotFoundError if not found.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_ac1fccafff702526748761fd5f4824597"><div class="ttname"><a href="classiceberg_1_1Table.html#ac1fccafff702526748761fd5f4824597">iceberg::Table::NewIncrementalChangelogScan</a></div><div class="ttdeci">virtual Result< std::unique_ptr< IncrementalChangelogScanBuilder > > NewIncrementalChangelogScan() const</div><div class="ttdoc">Create a new incremental changelog scan builder for this table.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_ac33ee1b60ff4c593651e78f4df64cce8"><div class="ttname"><a href="classiceberg_1_1Table.html#ac33ee1b60ff4c593651e78f4df64cce8">iceberg::Table::NewUpdatePartitionSpec</a></div><div class="ttdeci">virtual Result< std::shared_ptr< UpdatePartitionSpec > > NewUpdatePartitionSpec()</div><div class="ttdoc">Create a new UpdatePartitionSpec to update the partition spec of this table and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_aca1a2f09396e7568bc614ad4d638767c"><div class="ttname"><a href="classiceberg_1_1Table.html#aca1a2f09396e7568bc614ad4d638767c">iceberg::Table::NewUpdateProperties</a></div><div class="ttdeci">virtual Result< std::shared_ptr< UpdateProperties > > NewUpdateProperties()</div><div class="ttdoc">Create a new UpdateProperties to update table properties and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_ace411ac800fdf3fc7d9bd0dfbf99fbdd"><div class="ttname"><a href="classiceberg_1_1Table.html#ace411ac800fdf3fc7d9bd0dfbf99fbdd">iceberg::Table::NewSnapshotManager</a></div><div class="ttdeci">virtual Result< std::shared_ptr< SnapshotManager > > NewSnapshotManager()</div><div class="ttdoc">Create a new SnapshotManager to manage snapshots and snapshot references.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_ad8d1ef2aeb2c85d711c0c6832a7f9772"><div class="ttname"><a href="classiceberg_1_1Table.html#ad8d1ef2aeb2c85d711c0c6832a7f9772">iceberg::Table::catalog</a></div><div class="ttdeci">const std::shared_ptr< Catalog > & catalog() const</div><div class="ttdoc">Returns the catalog that this table belongs to.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_aeb23530c076b66b638e6113c7ef282df"><div class="ttname"><a href="classiceberg_1_1Table.html#aeb23530c076b66b638e6113c7ef282df">iceberg::Table::NewUpdateSchema</a></div><div class="ttdeci">virtual Result< std::shared_ptr< UpdateSchema > > NewUpdateSchema()</div><div class="ttdoc">Create a new UpdateSchema to alter the columns of this table and commit the changes.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_af19b4bf2fe4605c81749bf0bcbdaebb0"><div class="ttname"><a href="classiceberg_1_1Table.html#af19b4bf2fe4605c81749bf0bcbdaebb0">iceberg::Table::spec</a></div><div class="ttdeci">Result< std::shared_ptr< PartitionSpec > > spec() const</div><div class="ttdoc">Returns the partition spec for this table, return NotFoundError if not found.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_af568dc2d43f4e1ce7fe6d37d5fdc2b51"><div class="ttname"><a href="classiceberg_1_1Table.html#af568dc2d43f4e1ce7fe6d37d5fdc2b51">iceberg::Table::current_snapshot</a></div><div class="ttdeci">Result< std::shared_ptr< Snapshot > > current_snapshot() const</div><div class="ttdoc">Returns the table's current snapshot, return NotFoundError if not found.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_afb0f1c00ccfc9ebb1a1cbf6d2049cf76"><div class="ttname"><a href="classiceberg_1_1Table.html#afb0f1c00ccfc9ebb1a1cbf6d2049cf76">iceberg::Table::Make</a></div><div class="ttdeci">static Result< std::shared_ptr< Table > > Make(TableIdentifier identifier, std::shared_ptr< TableMetadata > metadata, std::string metadata_location, std::shared_ptr< FileIO > io, std::shared_ptr< Catalog > catalog, std::string full_name="", std::shared_ptr< MetricsReporter > reporter=nullptr)</div><div class="ttdoc">Construct a table.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_afd73d67550d12db767f7285d0a29272f"><div class="ttname"><a href="classiceberg_1_1Table.html#afd73d67550d12db767f7285d0a29272f">iceberg::Table::NewIncrementalAppendScan</a></div><div class="ttdeci">virtual Result< std::unique_ptr< IncrementalAppendScanBuilder > > NewIncrementalAppendScan() const</div><div class="ttdoc">Create a new incremental append scan builder for this table.</div></div> |
| <div class="ttc" id="aclassiceberg_1_1Table_html_afff68cda10f15fd715ecc0b571105f23"><div class="ttname"><a href="classiceberg_1_1Table.html#afff68cda10f15fd715ecc0b571105f23">iceberg::Table::snapshots</a></div><div class="ttdeci">const std::vector< std::shared_ptr< Snapshot > > & snapshots() const</div><div class="ttdoc">Get the snapshots of this table.</div></div> |
| <div class="ttc" id="aiceberg__export_8h_html"><div class="ttname"><a href="iceberg__export_8h.html">iceberg_export.h</a></div><div class="ttdoc">Define symbol visibility macros for core Iceberg APIs.</div></div> |
| <div class="ttc" id="anamespaceiceberg_html"><div class="ttname"><a href="namespaceiceberg.html">iceberg</a></div><div class="ttdoc">Core Apache Iceberg C++ APIs.</div><div class="ttdef"><b>Definition</b> arrow_io_util.h:33</div></div> |
| <div class="ttc" id="anamespaceiceberg_html_a26b5236cc1bac2db397a235e5159efbc"><div class="ttname"><a href="namespaceiceberg.html#a26b5236cc1bac2db397a235e5159efbc">iceberg::TimePointMs</a></div><div class="ttdeci">std::chrono::time_point< std::chrono::system_clock, std::chrono::milliseconds > TimePointMs</div><div class="ttdoc">A time point in milliseconds.</div><div class="ttdef"><b>Definition</b> timepoint.h:33</div></div> |
| <div class="ttc" id="anamespaceiceberg_html_a9d5594e371beb516b0120e07e69d3af6"><div class="ttname"><a href="namespaceiceberg.html#a9d5594e371beb516b0120e07e69d3af6">iceberg::Result</a></div><div class="ttdeci">std::expected< T, E > Result</div><div class="ttdoc">Result alias.</div><div class="ttdef"><b>Definition</b> result.h:88</div></div> |
| <div class="ttc" id="asnapshot_8h_html"><div class="ttname"><a href="snapshot_8h.html">snapshot.h</a></div><div class="ttdoc">Define snapshot metadata types.</div></div> |
| <div class="ttc" id="astructiceberg_1_1TableIdentifier_html"><div class="ttname"><a href="structiceberg_1_1TableIdentifier.html">iceberg::TableIdentifier</a></div><div class="ttdoc">Identifies a table in iceberg catalog.</div><div class="ttdef"><b>Definition</b> table_identifier.h:46</div></div> |
| <div class="ttc" id="atable__identifier_8h_html"><div class="ttname"><a href="table__identifier_8h.html">table_identifier.h</a></div></div> |
| <div class="ttc" id="atimepoint_8h_html"><div class="ttname"><a href="timepoint_8h.html">timepoint.h</a></div><div class="ttdoc">Provide time point conversion helpers.</div></div> |
| <div class="ttc" id="atype__fwd_8h_html"><div class="ttname"><a href="type__fwd_8h.html">type_fwd.h</a></div></div> |
| <div class="ttc" id="aupdate__location_8h_html"><div class="ttname"><a href="update__location_8h.html">update_location.h</a></div><div class="ttdoc">Updates the table location.</div></div> |
| </div><!-- fragment --></div><!-- contents --> |
| <!-- start footer part --> |
| <hr class="footer"/><address class="footer"><small> |
| Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 |
| </small></address> |
| </body> |
| </html> |