blob: e236c486b74f53a528afa0794095103969657a78 [file] [log] [blame]
<!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/statistics_file.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&amp;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&amp;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&amp;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_f51fe74ea6bc2b1b900619895eaa63be.html">iceberg</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">statistics_file.h</div></div>
</div><!--header-->
<div class="contents">
<a href="statistics__file_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"> * &quot;License&quot;); 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"> * &quot;AS IS&quot; 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 &lt;cstdint&gt;</span></div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="preprocessor">#include &lt;unordered_map&gt;</span></div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="preprocessor">#include &lt;vector&gt;</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> </div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#include &quot;iceberg/iceberg_export.h&quot;</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span><span class="keyword">namespace </span>iceberg {</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> </div>
<div class="foldopen" id="foldopen00035" data-start="{" data-end="};">
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"><a class="line" href="structiceberg_1_1BlobMetadata.html"> 35</a></span><span class="keyword">struct </span>ICEBERG_EXPORT <a class="code hl_struct" href="structiceberg_1_1BlobMetadata.html">BlobMetadata</a> {</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="structiceberg_1_1BlobMetadata.html#a24c36733628f7eb93dddf817db5f8cf3"> 37</a></span> std::string <a class="code hl_variable" href="structiceberg_1_1BlobMetadata.html#a24c36733628f7eb93dddf817db5f8cf3">type</a>;</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="structiceberg_1_1BlobMetadata.html#a65ffbc7cd817be822e60fffbb7217bc2"> 39</a></span> int64_t <a class="code hl_variable" href="structiceberg_1_1BlobMetadata.html#a65ffbc7cd817be822e60fffbb7217bc2">source_snapshot_id</a>;</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="structiceberg_1_1BlobMetadata.html#a677f24776580eecfc54caceaa59e6d7f"> 41</a></span> int64_t <a class="code hl_variable" href="structiceberg_1_1BlobMetadata.html#a677f24776580eecfc54caceaa59e6d7f">source_snapshot_sequence_number</a>;</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="structiceberg_1_1BlobMetadata.html#add0d07c5a907d2402900be541c0188f9"> 43</a></span> std::vector&lt;int32_t&gt; <a class="code hl_variable" href="structiceberg_1_1BlobMetadata.html#add0d07c5a907d2402900be541c0188f9">fields</a>;</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="structiceberg_1_1BlobMetadata.html#a4221b8b17fa719b1146c3c63248ffeb2"> 45</a></span> std::unordered_map&lt;std::string, std::string&gt; <a class="code hl_variable" href="structiceberg_1_1BlobMetadata.html#a4221b8b17fa719b1146c3c63248ffeb2">properties</a>;</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"><a class="line" href="structiceberg_1_1BlobMetadata.html#aaffda2f19d58a19f1b7ee90b35e289b4"> 48</a></span> <span class="keyword">friend</span> <span class="keywordtype">bool</span> <a class="code hl_friend" href="structiceberg_1_1BlobMetadata.html#aaffda2f19d58a19f1b7ee90b35e289b4">operator==</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1BlobMetadata.html">BlobMetadata</a>&amp; lhs, <span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1BlobMetadata.html">BlobMetadata</a>&amp; rhs) = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span>};</div>
</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> </div>
<div class="foldopen" id="foldopen00052" data-start="{" data-end="};">
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="structiceberg_1_1StatisticsFile.html"> 52</a></span><span class="keyword">struct </span>ICEBERG_EXPORT <a class="code hl_struct" href="structiceberg_1_1StatisticsFile.html">StatisticsFile</a> {</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"><a class="line" href="structiceberg_1_1StatisticsFile.html#a9aa6dd74b3c76db5333572b28f9efb1c"> 54</a></span> int64_t <a class="code hl_variable" href="structiceberg_1_1StatisticsFile.html#a9aa6dd74b3c76db5333572b28f9efb1c">snapshot_id</a>;</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"><a class="line" href="structiceberg_1_1StatisticsFile.html#a032a5ea20ec4a7b3f5eb535de8479580"> 56</a></span> std::string <a class="code hl_variable" href="structiceberg_1_1StatisticsFile.html#a032a5ea20ec4a7b3f5eb535de8479580">path</a>;</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="structiceberg_1_1StatisticsFile.html#a8054a05cbecaf8e231154d7a6e6d44b3"> 58</a></span> int64_t <a class="code hl_variable" href="structiceberg_1_1StatisticsFile.html#a8054a05cbecaf8e231154d7a6e6d44b3">file_size_in_bytes</a>;</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"><a class="line" href="structiceberg_1_1StatisticsFile.html#a20af7d8ad92b638206a0297d2b54146c"> 60</a></span> int64_t <a class="code hl_variable" href="structiceberg_1_1StatisticsFile.html#a20af7d8ad92b638206a0297d2b54146c">file_footer_size_in_bytes</a>;</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="structiceberg_1_1StatisticsFile.html#ad6facf9ebad5b69d7dbbd65b416b001b"> 62</a></span> std::vector&lt;BlobMetadata&gt; <a class="code hl_variable" href="structiceberg_1_1StatisticsFile.html#ad6facf9ebad5b69d7dbbd65b416b001b">blob_metadata</a>;</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="structiceberg_1_1StatisticsFile.html#a55122ff2dcdb43cdb1dcd4fc66e87967"> 65</a></span> <span class="keyword">friend</span> <span class="keywordtype">bool</span> <a class="code hl_friend" href="structiceberg_1_1StatisticsFile.html#a55122ff2dcdb43cdb1dcd4fc66e87967">operator==</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1StatisticsFile.html">StatisticsFile</a>&amp; lhs, <span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1StatisticsFile.html">StatisticsFile</a>&amp; rhs) = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span>};</div>
</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> </div>
<div class="foldopen" id="foldopen00069" data-start="{" data-end="};">
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"><a class="line" href="structiceberg_1_1PartitionStatisticsFile.html"> 69</a></span><span class="keyword">struct </span>ICEBERG_EXPORT <a class="code hl_struct" href="structiceberg_1_1PartitionStatisticsFile.html">PartitionStatisticsFile</a> {</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="structiceberg_1_1PartitionStatisticsFile.html#aae2a7f546dbbbfc5ab27b06f887de129"> 72</a></span> int64_t <a class="code hl_variable" href="structiceberg_1_1PartitionStatisticsFile.html#aae2a7f546dbbbfc5ab27b06f887de129">snapshot_id</a>;</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="structiceberg_1_1PartitionStatisticsFile.html#ab2f5786ce6b9a7a4ecb1a7fec8cf6efc"> 74</a></span> std::string <a class="code hl_variable" href="structiceberg_1_1PartitionStatisticsFile.html#ab2f5786ce6b9a7a4ecb1a7fec8cf6efc">path</a>;</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"><a class="line" href="structiceberg_1_1PartitionStatisticsFile.html#aba9393e232f859d1931ec23feea9b65f"> 76</a></span> int64_t <a class="code hl_variable" href="structiceberg_1_1PartitionStatisticsFile.html#aba9393e232f859d1931ec23feea9b65f">file_size_in_bytes</a>;</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="structiceberg_1_1PartitionStatisticsFile.html#aecbdcc088ef3f23462a8d8e997fe3089"> 79</a></span> <span class="keyword">friend</span> <span class="keywordtype">bool</span> <a class="code hl_friend" href="structiceberg_1_1PartitionStatisticsFile.html#aecbdcc088ef3f23462a8d8e997fe3089">operator==</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1PartitionStatisticsFile.html">PartitionStatisticsFile</a>&amp; lhs,</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1PartitionStatisticsFile.html">PartitionStatisticsFile</a>&amp; rhs) = <span class="keywordflow">default</span>;</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span>};</div>
</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> </div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span>ICEBERG_EXPORT std::string ToString(<span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1BlobMetadata.html">BlobMetadata</a>&amp; blob_metadata);</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"> 87</span>ICEBERG_EXPORT std::string ToString(<span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1StatisticsFile.html">StatisticsFile</a>&amp; statistics_file);</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>ICEBERG_EXPORT std::string ToString(</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> <span class="keyword">const</span> <a class="code hl_struct" href="structiceberg_1_1PartitionStatisticsFile.html">PartitionStatisticsFile</a>&amp; partition_statistics_file);</div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> </div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span>} <span class="comment">// namespace iceberg</span></div>
<div class="ttc" id="astructiceberg_1_1BlobMetadata_html"><div class="ttname"><a href="structiceberg_1_1BlobMetadata.html">iceberg::BlobMetadata</a></div><div class="ttdoc">Metadata about a statistics or indices blob.</div><div class="ttdef"><b>Definition</b> statistics_file.h:35</div></div>
<div class="ttc" id="astructiceberg_1_1BlobMetadata_html_a24c36733628f7eb93dddf817db5f8cf3"><div class="ttname"><a href="structiceberg_1_1BlobMetadata.html#a24c36733628f7eb93dddf817db5f8cf3">iceberg::BlobMetadata::type</a></div><div class="ttdeci">std::string type</div><div class="ttdoc">Type of the blob.</div><div class="ttdef"><b>Definition</b> statistics_file.h:37</div></div>
<div class="ttc" id="astructiceberg_1_1BlobMetadata_html_a4221b8b17fa719b1146c3c63248ffeb2"><div class="ttname"><a href="structiceberg_1_1BlobMetadata.html#a4221b8b17fa719b1146c3c63248ffeb2">iceberg::BlobMetadata::properties</a></div><div class="ttdeci">std::unordered_map&lt; std::string, std::string &gt; properties</div><div class="ttdoc">Additional properties of the blob, specific to the blob type.</div><div class="ttdef"><b>Definition</b> statistics_file.h:45</div></div>
<div class="ttc" id="astructiceberg_1_1BlobMetadata_html_a65ffbc7cd817be822e60fffbb7217bc2"><div class="ttname"><a href="structiceberg_1_1BlobMetadata.html#a65ffbc7cd817be822e60fffbb7217bc2">iceberg::BlobMetadata::source_snapshot_id</a></div><div class="ttdeci">int64_t source_snapshot_id</div><div class="ttdoc">ID of the Iceberg table's snapshot the blob was computed from.</div><div class="ttdef"><b>Definition</b> statistics_file.h:39</div></div>
<div class="ttc" id="astructiceberg_1_1BlobMetadata_html_a677f24776580eecfc54caceaa59e6d7f"><div class="ttname"><a href="structiceberg_1_1BlobMetadata.html#a677f24776580eecfc54caceaa59e6d7f">iceberg::BlobMetadata::source_snapshot_sequence_number</a></div><div class="ttdeci">int64_t source_snapshot_sequence_number</div><div class="ttdoc">Sequence number of the Iceberg table's snapshot the blob was computed from.</div><div class="ttdef"><b>Definition</b> statistics_file.h:41</div></div>
<div class="ttc" id="astructiceberg_1_1BlobMetadata_html_aaffda2f19d58a19f1b7ee90b35e289b4"><div class="ttname"><a href="structiceberg_1_1BlobMetadata.html#aaffda2f19d58a19f1b7ee90b35e289b4">iceberg::BlobMetadata::operator==</a></div><div class="ttdeci">friend bool operator==(const BlobMetadata &amp;lhs, const BlobMetadata &amp;rhs)=default</div><div class="ttdoc">Compare two BlobMetadatas for equality.</div></div>
<div class="ttc" id="astructiceberg_1_1BlobMetadata_html_add0d07c5a907d2402900be541c0188f9"><div class="ttname"><a href="structiceberg_1_1BlobMetadata.html#add0d07c5a907d2402900be541c0188f9">iceberg::BlobMetadata::fields</a></div><div class="ttdeci">std::vector&lt; int32_t &gt; fields</div><div class="ttdoc">Ordered list of fields the blob was calculated from.</div><div class="ttdef"><b>Definition</b> statistics_file.h:43</div></div>
<div class="ttc" id="astructiceberg_1_1PartitionStatisticsFile_html"><div class="ttname"><a href="structiceberg_1_1PartitionStatisticsFile.html">iceberg::PartitionStatisticsFile</a></div><div class="ttdoc">Represents a partition statistics file.</div><div class="ttdef"><b>Definition</b> statistics_file.h:69</div></div>
<div class="ttc" id="astructiceberg_1_1PartitionStatisticsFile_html_aae2a7f546dbbbfc5ab27b06f887de129"><div class="ttname"><a href="structiceberg_1_1PartitionStatisticsFile.html#aae2a7f546dbbbfc5ab27b06f887de129">iceberg::PartitionStatisticsFile::snapshot_id</a></div><div class="ttdeci">int64_t snapshot_id</div><div class="ttdef"><b>Definition</b> statistics_file.h:72</div></div>
<div class="ttc" id="astructiceberg_1_1PartitionStatisticsFile_html_ab2f5786ce6b9a7a4ecb1a7fec8cf6efc"><div class="ttname"><a href="structiceberg_1_1PartitionStatisticsFile.html#ab2f5786ce6b9a7a4ecb1a7fec8cf6efc">iceberg::PartitionStatisticsFile::path</a></div><div class="ttdeci">std::string path</div><div class="ttdoc">Fully qualified path to the file.</div><div class="ttdef"><b>Definition</b> statistics_file.h:74</div></div>
<div class="ttc" id="astructiceberg_1_1PartitionStatisticsFile_html_aba9393e232f859d1931ec23feea9b65f"><div class="ttname"><a href="structiceberg_1_1PartitionStatisticsFile.html#aba9393e232f859d1931ec23feea9b65f">iceberg::PartitionStatisticsFile::file_size_in_bytes</a></div><div class="ttdeci">int64_t file_size_in_bytes</div><div class="ttdoc">The size of the partition statistics file in bytes.</div><div class="ttdef"><b>Definition</b> statistics_file.h:76</div></div>
<div class="ttc" id="astructiceberg_1_1PartitionStatisticsFile_html_aecbdcc088ef3f23462a8d8e997fe3089"><div class="ttname"><a href="structiceberg_1_1PartitionStatisticsFile.html#aecbdcc088ef3f23462a8d8e997fe3089">iceberg::PartitionStatisticsFile::operator==</a></div><div class="ttdeci">friend bool operator==(const PartitionStatisticsFile &amp;lhs, const PartitionStatisticsFile &amp;rhs)=default</div><div class="ttdoc">Compare two PartitionStatisticsFiles for equality.</div></div>
<div class="ttc" id="astructiceberg_1_1StatisticsFile_html"><div class="ttname"><a href="structiceberg_1_1StatisticsFile.html">iceberg::StatisticsFile</a></div><div class="ttdoc">Represents a statistics file in the Puffin format.</div><div class="ttdef"><b>Definition</b> statistics_file.h:52</div></div>
<div class="ttc" id="astructiceberg_1_1StatisticsFile_html_a032a5ea20ec4a7b3f5eb535de8479580"><div class="ttname"><a href="structiceberg_1_1StatisticsFile.html#a032a5ea20ec4a7b3f5eb535de8479580">iceberg::StatisticsFile::path</a></div><div class="ttdeci">std::string path</div><div class="ttdoc">Fully qualified path to the file.</div><div class="ttdef"><b>Definition</b> statistics_file.h:56</div></div>
<div class="ttc" id="astructiceberg_1_1StatisticsFile_html_a20af7d8ad92b638206a0297d2b54146c"><div class="ttname"><a href="structiceberg_1_1StatisticsFile.html#a20af7d8ad92b638206a0297d2b54146c">iceberg::StatisticsFile::file_footer_size_in_bytes</a></div><div class="ttdeci">int64_t file_footer_size_in_bytes</div><div class="ttdoc">The size of the file footer in bytes.</div><div class="ttdef"><b>Definition</b> statistics_file.h:60</div></div>
<div class="ttc" id="astructiceberg_1_1StatisticsFile_html_a55122ff2dcdb43cdb1dcd4fc66e87967"><div class="ttname"><a href="structiceberg_1_1StatisticsFile.html#a55122ff2dcdb43cdb1dcd4fc66e87967">iceberg::StatisticsFile::operator==</a></div><div class="ttdeci">friend bool operator==(const StatisticsFile &amp;lhs, const StatisticsFile &amp;rhs)=default</div><div class="ttdoc">Compare two StatisticsFiles for equality.</div></div>
<div class="ttc" id="astructiceberg_1_1StatisticsFile_html_a8054a05cbecaf8e231154d7a6e6d44b3"><div class="ttname"><a href="structiceberg_1_1StatisticsFile.html#a8054a05cbecaf8e231154d7a6e6d44b3">iceberg::StatisticsFile::file_size_in_bytes</a></div><div class="ttdeci">int64_t file_size_in_bytes</div><div class="ttdoc">The size of the file in bytes.</div><div class="ttdef"><b>Definition</b> statistics_file.h:58</div></div>
<div class="ttc" id="astructiceberg_1_1StatisticsFile_html_a9aa6dd74b3c76db5333572b28f9efb1c"><div class="ttname"><a href="structiceberg_1_1StatisticsFile.html#a9aa6dd74b3c76db5333572b28f9efb1c">iceberg::StatisticsFile::snapshot_id</a></div><div class="ttdeci">int64_t snapshot_id</div><div class="ttdoc">ID of the Iceberg table's snapshot the statistics file is associated with.</div><div class="ttdef"><b>Definition</b> statistics_file.h:54</div></div>
<div class="ttc" id="astructiceberg_1_1StatisticsFile_html_ad6facf9ebad5b69d7dbbd65b416b001b"><div class="ttname"><a href="structiceberg_1_1StatisticsFile.html#ad6facf9ebad5b69d7dbbd65b416b001b">iceberg::StatisticsFile::blob_metadata</a></div><div class="ttdeci">std::vector&lt; BlobMetadata &gt; blob_metadata</div><div class="ttdoc">List of statistics contained in the file.</div><div class="ttdef"><b>Definition</b> statistics_file.h:62</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<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>