blob: dbb35662ac6352b204d0ecee3dfca4b5b4c7b026 [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::DataOperation Struct Reference</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>
<!-- 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"><b>iceberg</b></li><li class="navelem"><a class="el" href="structiceberg_1_1DataOperation.html">DataOperation</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-static-attribs">Static Public Attributes</a> &#124;
<a href="structiceberg_1_1DataOperation-members.html">List of all members</a> </div>
<div class="headertitle"><div class="title">iceberg::DataOperation Struct Reference</div></div>
</div><!--header-->
<div class="contents">
<p>Data operation that produce snapshots.
<a href="structiceberg_1_1DataOperation.html#details">More...</a></p>
<p><code>#include &lt;<a class="el" href="snapshot_8h_source.html">snapshot.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-static-attribs" name="pub-static-attribs"></a>
Static Public Attributes</h2></td></tr>
<tr class="memitem:a98c420e62fe063cc7b3011717e854ecf" id="r_a98c420e62fe063cc7b3011717e854ecf"><td class="memItemLeft" align="right" valign="top"><a id="a98c420e62fe063cc7b3011717e854ecf" name="a98c420e62fe063cc7b3011717e854ecf"></a>
static const std::string&#160;</td><td class="memItemRight" valign="bottom"><b>kAppend</b> = &quot;append&quot;</td></tr>
<tr class="memdesc:a98c420e62fe063cc7b3011717e854ecf"><td class="mdescLeft">&#160;</td><td class="mdescRight">Only data files were added and no files were removed. <br /></td></tr>
<tr class="separator:a98c420e62fe063cc7b3011717e854ecf"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3dab031174d6722419961d46fbbd572a" id="r_a3dab031174d6722419961d46fbbd572a"><td class="memItemLeft" align="right" valign="top"><a id="a3dab031174d6722419961d46fbbd572a" name="a3dab031174d6722419961d46fbbd572a"></a>
static const std::string&#160;</td><td class="memItemRight" valign="bottom"><b>kReplace</b> = &quot;replace&quot;</td></tr>
<tr class="memdesc:a3dab031174d6722419961d46fbbd572a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Data and delete files were added and removed without changing table data; i.e. compaction, change the data file format, or relocating data files. <br /></td></tr>
<tr class="separator:a3dab031174d6722419961d46fbbd572a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8a93dd2be0906a5303a41145fa7498bf" id="r_a8a93dd2be0906a5303a41145fa7498bf"><td class="memItemLeft" align="right" valign="top"><a id="a8a93dd2be0906a5303a41145fa7498bf" name="a8a93dd2be0906a5303a41145fa7498bf"></a>
static const std::string&#160;</td><td class="memItemRight" valign="bottom"><b>kOverwrite</b> = &quot;overwrite&quot;</td></tr>
<tr class="memdesc:a8a93dd2be0906a5303a41145fa7498bf"><td class="mdescLeft">&#160;</td><td class="mdescRight">Data and delete files were added and removed in a logical overwrite operation. <br /></td></tr>
<tr class="separator:a8a93dd2be0906a5303a41145fa7498bf"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4c3e08ef4b4a8308ec8845244050b126" id="r_a4c3e08ef4b4a8308ec8845244050b126"><td class="memItemLeft" align="right" valign="top"><a id="a4c3e08ef4b4a8308ec8845244050b126" name="a4c3e08ef4b4a8308ec8845244050b126"></a>
static const std::string&#160;</td><td class="memItemRight" valign="bottom"><b>kDelete</b> = &quot;delete&quot;</td></tr>
<tr class="memdesc:a4c3e08ef4b4a8308ec8845244050b126"><td class="mdescLeft">&#160;</td><td class="mdescRight">Data files were removed and their contents logically deleted and/or delete files were added to delete rows. <br /></td></tr>
<tr class="separator:a4c3e08ef4b4a8308ec8845244050b126"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Data operation that produce snapshots. </p>
<p>A snapshot can return the operation that created the snapshot to help other components ignore snapshots that are not needed for some tasks. For example, snapshot expiration does not need to clean up deleted files for appends, which have no deleted files. </p>
</div><hr/>The documentation for this struct was generated from the following file:<ul>
<li>iceberg/<a class="el" href="snapshot_8h_source.html">snapshot.h</a></li>
</ul>
</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>