blob: d34484ed17eeac3046cfa54b43c293ee004a9151 [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::TableUpdate Class 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="classiceberg_1_1TableUpdate.html">TableUpdate</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#friends">Friends</a> &#124;
<a href="classiceberg_1_1TableUpdate-members.html">List of all members</a> </div>
<div class="headertitle"><div class="title">iceberg::TableUpdate Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div></div>
</div><!--header-->
<div class="contents">
<p>Base class for metadata update operations.
<a href="classiceberg_1_1TableUpdate.html#details">More...</a></p>
<p><code>#include &lt;<a class="el" href="table__update_8h_source.html">table_update.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for iceberg::TableUpdate:</div>
<div class="dyncontent">
<div class="center">
<img src="classiceberg_1_1TableUpdate.png" usemap="#iceberg::TableUpdate_map" alt=""/>
<map id="iceberg::TableUpdate_map" name="iceberg::TableUpdate_map">
<area href="classiceberg_1_1table_1_1AddPartitionSpec.html" title="Represents adding a new partition spec to the table." alt="iceberg::table::AddPartitionSpec" shape="rect" coords="244,56,478,80"/>
<area href="classiceberg_1_1table_1_1AddSchema.html" title="Represents adding a new schema to the table." alt="iceberg::table::AddSchema" shape="rect" coords="244,112,478,136"/>
<area href="classiceberg_1_1table_1_1AddSnapshot.html" title="Represents adding a snapshot to the table." alt="iceberg::table::AddSnapshot" shape="rect" coords="244,168,478,192"/>
<area href="classiceberg_1_1table_1_1AddSortOrder.html" title="Represents adding a new sort order to the table." alt="iceberg::table::AddSortOrder" shape="rect" coords="244,224,478,248"/>
<area href="classiceberg_1_1table_1_1AssignUUID.html" title="Represents an assignment of a UUID to the table." alt="iceberg::table::AssignUUID" shape="rect" coords="244,280,478,304"/>
<area href="classiceberg_1_1table_1_1RemovePartitionSpecs.html" title="Represents removing partition specs from the table." alt="iceberg::table::RemovePartitionSpecs" shape="rect" coords="244,336,478,360"/>
<area href="classiceberg_1_1table_1_1RemovePartitionStatistics.html" title="Represents removing partition statistics for a snapshot." alt="iceberg::table::RemovePartitionStatistics" shape="rect" coords="244,392,478,416"/>
<area href="classiceberg_1_1table_1_1RemoveProperties.html" title="Represents removing table properties." alt="iceberg::table::RemoveProperties" shape="rect" coords="244,448,478,472"/>
<area href="classiceberg_1_1table_1_1RemoveSchemas.html" title="Represents removing schemas from the table." alt="iceberg::table::RemoveSchemas" shape="rect" coords="244,504,478,528"/>
<area href="classiceberg_1_1table_1_1RemoveSnapshotRef.html" title="Represents removing a snapshot reference." alt="iceberg::table::RemoveSnapshotRef" shape="rect" coords="244,560,478,584"/>
<area href="classiceberg_1_1table_1_1RemoveSnapshots.html" title="Represents removing snapshots from the table." alt="iceberg::table::RemoveSnapshots" shape="rect" coords="244,616,478,640"/>
<area href="classiceberg_1_1table_1_1RemoveStatistics.html" title="Represents removing statistics for a snapshot." alt="iceberg::table::RemoveStatistics" shape="rect" coords="244,672,478,696"/>
<area href="classiceberg_1_1table_1_1SetCurrentSchema.html" title="Represents setting the current schema." alt="iceberg::table::SetCurrentSchema" shape="rect" coords="244,728,478,752"/>
<area href="classiceberg_1_1table_1_1SetDefaultPartitionSpec.html" title="Represents setting the default partition spec." alt="iceberg::table::SetDefaultPartitionSpec" shape="rect" coords="244,784,478,808"/>
<area href="classiceberg_1_1table_1_1SetDefaultSortOrder.html" title="Represents setting the default sort order." alt="iceberg::table::SetDefaultSortOrder" shape="rect" coords="244,840,478,864"/>
<area href="classiceberg_1_1table_1_1SetLocation.html" title="Represents setting the table location." alt="iceberg::table::SetLocation" shape="rect" coords="244,896,478,920"/>
<area href="classiceberg_1_1table_1_1SetPartitionStatistics.html" title="Represents setting partition statistics for a snapshot." alt="iceberg::table::SetPartitionStatistics" shape="rect" coords="244,952,478,976"/>
<area href="classiceberg_1_1table_1_1SetProperties.html" title="Represents setting table properties." alt="iceberg::table::SetProperties" shape="rect" coords="244,1008,478,1032"/>
<area href="classiceberg_1_1table_1_1SetSnapshotRef.html" title="Represents setting a snapshot reference." alt="iceberg::table::SetSnapshotRef" shape="rect" coords="244,1064,478,1088"/>
<area href="classiceberg_1_1table_1_1SetStatistics.html" title="Represents setting statistics for a snapshot." alt="iceberg::table::SetStatistics" shape="rect" coords="244,1120,478,1144"/>
<area href="classiceberg_1_1table_1_1UpgradeFormatVersion.html" title="Represents an upgrade of the table format version." alt="iceberg::table::UpgradeFormatVersion" shape="rect" coords="244,1176,478,1200"/>
</map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-types" name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:ad8c72b1755b111ad20acff6ae6d4974d" id="r_ad8c72b1755b111ad20acff6ae6d4974d"><td class="memItemLeft" align="right" valign="top"><a id="ad8c72b1755b111ad20acff6ae6d4974d" name="ad8c72b1755b111ad20acff6ae6d4974d"></a>enum class &#160;</td><td class="memItemRight" valign="bottom"><b>Kind</b> : uint8_t { <br />
&#160;&#160;<b>kAssignUUID</b>
, <b>kUpgradeFormatVersion</b>
, <b>kAddSchema</b>
, <b>kSetCurrentSchema</b>
, <br />
&#160;&#160;<b>kAddPartitionSpec</b>
, <b>kSetDefaultPartitionSpec</b>
, <b>kRemovePartitionSpecs</b>
, <b>kRemoveSchemas</b>
, <br />
&#160;&#160;<b>kAddSortOrder</b>
, <b>kSetDefaultSortOrder</b>
, <b>kAddSnapshot</b>
, <b>kRemoveSnapshots</b>
, <br />
&#160;&#160;<b>kRemoveSnapshotRef</b>
, <b>kSetSnapshotRef</b>
, <b>kSetProperties</b>
, <b>kRemoveProperties</b>
, <br />
&#160;&#160;<b>kSetLocation</b>
, <b>kSetStatistics</b>
, <b>kRemoveStatistics</b>
, <b>kSetPartitionStatistics</b>
, <br />
&#160;&#160;<b>kRemovePartitionStatistics</b>
<br />
}</td></tr>
<tr class="separator:ad8c72b1755b111ad20acff6ae6d4974d"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:acf1e83fa9835010cda68a6a3387a08a5" id="r_acf1e83fa9835010cda68a6a3387a08a5"><td class="memItemLeft" align="right" valign="top">virtual Kind&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classiceberg_1_1TableUpdate.html#acf1e83fa9835010cda68a6a3387a08a5">kind</a> () const =0</td></tr>
<tr class="memdesc:acf1e83fa9835010cda68a6a3387a08a5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the kind of this update. <br /></td></tr>
<tr class="separator:acf1e83fa9835010cda68a6a3387a08a5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af07326d407ad45eb6072b586ee6c9485" id="r_af07326d407ad45eb6072b586ee6c9485"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classiceberg_1_1TableUpdate.html#af07326d407ad45eb6072b586ee6c9485">ApplyTo</a> (<a class="el" href="classiceberg_1_1TableMetadataBuilder.html">TableMetadataBuilder</a> &amp;builder) const =0</td></tr>
<tr class="memdesc:af07326d407ad45eb6072b586ee6c9485"><td class="mdescLeft">&#160;</td><td class="mdescRight">Apply this update to a <a class="el" href="classiceberg_1_1TableMetadataBuilder.html" title="Builder class for constructing TableMetadata objects.">TableMetadataBuilder</a>. <br /></td></tr>
<tr class="separator:af07326d407ad45eb6072b586ee6c9485"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adddc714f83cea93141bc5b771e326e05" id="r_adddc714f83cea93141bc5b771e326e05"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classiceberg_1_1TableUpdate.html#adddc714f83cea93141bc5b771e326e05">GenerateRequirements</a> (<a class="el" href="classiceberg_1_1TableUpdateContext.html">TableUpdateContext</a> &amp;context) const =0</td></tr>
<tr class="memdesc:adddc714f83cea93141bc5b771e326e05"><td class="mdescLeft">&#160;</td><td class="mdescRight">Generate update requirements for this metadata update. <br /></td></tr>
<tr class="separator:adddc714f83cea93141bc5b771e326e05"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afd0780e6106546f7462e8e66d62db1f2" id="r_afd0780e6106546f7462e8e66d62db1f2"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classiceberg_1_1TableUpdate.html#afd0780e6106546f7462e8e66d62db1f2">Equals</a> (const <a class="el" href="classiceberg_1_1TableUpdate.html">TableUpdate</a> &amp;other) const =0</td></tr>
<tr class="memdesc:afd0780e6106546f7462e8e66d62db1f2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Check equality with another <a class="el" href="classiceberg_1_1TableUpdate.html" title="Base class for metadata update operations.">TableUpdate</a>. <br /></td></tr>
<tr class="separator:afd0780e6106546f7462e8e66d62db1f2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:affb4be490ac63849864bf8ed636363aa" id="r_affb4be490ac63849864bf8ed636363aa"><td class="memItemLeft" align="right" valign="top">virtual std::unique_ptr&lt; <a class="el" href="classiceberg_1_1TableUpdate.html">TableUpdate</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classiceberg_1_1TableUpdate.html#affb4be490ac63849864bf8ed636363aa">Clone</a> () const =0</td></tr>
<tr class="memdesc:affb4be490ac63849864bf8ed636363aa"><td class="mdescLeft">&#160;</td><td class="mdescRight">Create a deep copy of this update. <br /></td></tr>
<tr class="separator:affb4be490ac63849864bf8ed636363aa"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="friends" name="friends"></a>
Friends</h2></td></tr>
<tr class="memitem:ad9f678e9776d33b2a3d62016245ae22f" id="r_ad9f678e9776d33b2a3d62016245ae22f"><td class="memItemLeft" align="right" valign="top"><a id="ad9f678e9776d33b2a3d62016245ae22f" name="ad9f678e9776d33b2a3d62016245ae22f"></a>
bool&#160;</td><td class="memItemRight" valign="bottom"><b>operator==</b> (const <a class="el" href="classiceberg_1_1TableUpdate.html">TableUpdate</a> &amp;lhs, const <a class="el" href="classiceberg_1_1TableUpdate.html">TableUpdate</a> &amp;rhs)</td></tr>
<tr class="memdesc:ad9f678e9776d33b2a3d62016245ae22f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compare two <a class="el" href="classiceberg_1_1TableUpdate.html" title="Base class for metadata update operations.">TableUpdate</a> instances for equality. <br /></td></tr>
<tr class="separator:ad9f678e9776d33b2a3d62016245ae22f"><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>Base class for metadata update operations. </p>
<p>Represents a change to table metadata. Each concrete subclass represents a specific type of update operation. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a id="af07326d407ad45eb6072b586ee6c9485" name="af07326d407ad45eb6072b586ee6c9485"></a>
<h2 class="memtitle"><span class="permalink"><a href="#af07326d407ad45eb6072b586ee6c9485">&#9670;&#160;</a></span>ApplyTo()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void iceberg::TableUpdate::ApplyTo </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classiceberg_1_1TableMetadataBuilder.html">TableMetadataBuilder</a> &amp;&#160;</td>
<td class="paramname"><em>builder</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Apply this update to a <a class="el" href="classiceberg_1_1TableMetadataBuilder.html" title="Builder class for constructing TableMetadata objects.">TableMetadataBuilder</a>. </p>
<p>This method modifies the builder by applying the update operation it represents. Each subclass implements this to apply its specific type of update.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">builder</td><td>The builder to apply this update to </td></tr>
</table>
</dd>
</dl>
<p>Implemented in <a class="el" href="classiceberg_1_1table_1_1AssignUUID.html#a025ce419780aa37f5429b86958a8a965">iceberg::table::AssignUUID</a>, <a class="el" href="classiceberg_1_1table_1_1UpgradeFormatVersion.html#a4d2cdf7ea6d5a8ce8f70ea52e6ea0514">iceberg::table::UpgradeFormatVersion</a>, <a class="el" href="classiceberg_1_1table_1_1AddSchema.html#a4000f20d216ba31b64123132d1baaa23">iceberg::table::AddSchema</a>, <a class="el" href="classiceberg_1_1table_1_1SetCurrentSchema.html#a79ab775b8a1875e57d8392f53d355411">iceberg::table::SetCurrentSchema</a>, <a class="el" href="classiceberg_1_1table_1_1AddPartitionSpec.html#ad72872bdc179dd1f60fd2b281c158a84">iceberg::table::AddPartitionSpec</a>, <a class="el" href="classiceberg_1_1table_1_1SetDefaultPartitionSpec.html#aabc988b23a16183735c5a2d833f7c02c">iceberg::table::SetDefaultPartitionSpec</a>, <a class="el" href="classiceberg_1_1table_1_1RemovePartitionSpecs.html#a931afdd91f9aab719572eceaf75c0117">iceberg::table::RemovePartitionSpecs</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSchemas.html#a47a4ad935a25d865080ebc5fd85748d9">iceberg::table::RemoveSchemas</a>, <a class="el" href="classiceberg_1_1table_1_1AddSortOrder.html#a6678a3ff3cd6b7de6a2f21b1f5e8bcdc">iceberg::table::AddSortOrder</a>, <a class="el" href="classiceberg_1_1table_1_1SetDefaultSortOrder.html#ad6769fa7068edcbe436bece2a5a64b00">iceberg::table::SetDefaultSortOrder</a>, <a class="el" href="classiceberg_1_1table_1_1AddSnapshot.html#a823cacdea314694a8c3973e47f3d639e">iceberg::table::AddSnapshot</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSnapshots.html#a13b0c003967ae993291c06ab721eedf8">iceberg::table::RemoveSnapshots</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSnapshotRef.html#add59e4af58e6f37ba8ffff09fdc6da7c">iceberg::table::RemoveSnapshotRef</a>, <a class="el" href="classiceberg_1_1table_1_1SetSnapshotRef.html#a47dbb17dae21b72a0a5de91870fd0eca">iceberg::table::SetSnapshotRef</a>, <a class="el" href="classiceberg_1_1table_1_1SetProperties.html#a9c287f1415c621fc7d257dc0b487499c">iceberg::table::SetProperties</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveProperties.html#a1c3f79dead00eca941c37382df347f53">iceberg::table::RemoveProperties</a>, <a class="el" href="classiceberg_1_1table_1_1SetLocation.html#aac21e70a4227db90001d7739f914aa41">iceberg::table::SetLocation</a>, <a class="el" href="classiceberg_1_1table_1_1SetStatistics.html#a61678110858dfcb5a6f4bcd3d504ef6a">iceberg::table::SetStatistics</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveStatistics.html#aa162c294af79118606dcfc596de77b28">iceberg::table::RemoveStatistics</a>, <a class="el" href="classiceberg_1_1table_1_1SetPartitionStatistics.html#aea5f77d8b32eae7d32c295bf7bcede29">iceberg::table::SetPartitionStatistics</a>, and <a class="el" href="classiceberg_1_1table_1_1RemovePartitionStatistics.html#aa0e4844cd770783c3fe3e1a57b475531">iceberg::table::RemovePartitionStatistics</a>.</p>
</div>
</div>
<a id="affb4be490ac63849864bf8ed636363aa" name="affb4be490ac63849864bf8ed636363aa"></a>
<h2 class="memtitle"><span class="permalink"><a href="#affb4be490ac63849864bf8ed636363aa">&#9670;&#160;</a></span>Clone()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual std::unique_ptr&lt; <a class="el" href="classiceberg_1_1TableUpdate.html">TableUpdate</a> &gt; iceberg::TableUpdate::Clone </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Create a deep copy of this update. </p>
<dl class="section return"><dt>Returns</dt><dd>A unique_ptr to a new <a class="el" href="classiceberg_1_1TableUpdate.html" title="Base class for metadata update operations.">TableUpdate</a> that is a copy of this one </dd></dl>
<p>Implemented in <a class="el" href="classiceberg_1_1table_1_1AssignUUID.html#a17d172f63b9b4de26176065502b990eb">iceberg::table::AssignUUID</a>, <a class="el" href="classiceberg_1_1table_1_1UpgradeFormatVersion.html#a52d742bc01e2fd4588ac8e91eb3dd5a7">iceberg::table::UpgradeFormatVersion</a>, <a class="el" href="classiceberg_1_1table_1_1AddSchema.html#abffa633432f732a0366726de76ed1cd4">iceberg::table::AddSchema</a>, <a class="el" href="classiceberg_1_1table_1_1SetCurrentSchema.html#a9ea6a20884505c9cb1e0893e7eac79ed">iceberg::table::SetCurrentSchema</a>, <a class="el" href="classiceberg_1_1table_1_1AddPartitionSpec.html#a8abd4e7ea8c92afc15f7ac61e6baa5b8">iceberg::table::AddPartitionSpec</a>, <a class="el" href="classiceberg_1_1table_1_1SetDefaultPartitionSpec.html#a4ad67a2da880662228e9752f2a0934cb">iceberg::table::SetDefaultPartitionSpec</a>, <a class="el" href="classiceberg_1_1table_1_1RemovePartitionSpecs.html#a69120feb7ca47bfa629dbbe0d9598360">iceberg::table::RemovePartitionSpecs</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSchemas.html#ac091a87037659eb5d9e8c57c61814a99">iceberg::table::RemoveSchemas</a>, <a class="el" href="classiceberg_1_1table_1_1AddSortOrder.html#a4603b012d243314870af5efd18d0ad9a">iceberg::table::AddSortOrder</a>, <a class="el" href="classiceberg_1_1table_1_1SetDefaultSortOrder.html#ad88ea937969f6c4f1478ae569fb2a3f3">iceberg::table::SetDefaultSortOrder</a>, <a class="el" href="classiceberg_1_1table_1_1AddSnapshot.html#a41916b8576f137a621045f03dc66a96e">iceberg::table::AddSnapshot</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSnapshots.html#a9d775c7abc406067633ce6e5b6703dc6">iceberg::table::RemoveSnapshots</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSnapshotRef.html#a4197ce06a62efb4f3e741fee5f5a48e7">iceberg::table::RemoveSnapshotRef</a>, <a class="el" href="classiceberg_1_1table_1_1SetSnapshotRef.html#ada7d3935f9f8ab57739ef4be7d5805b2">iceberg::table::SetSnapshotRef</a>, <a class="el" href="classiceberg_1_1table_1_1SetProperties.html#ae846cb15b6d8ef1660720c2d722d444b">iceberg::table::SetProperties</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveProperties.html#a429cac24bfd1830e7228b8214d63f34b">iceberg::table::RemoveProperties</a>, <a class="el" href="classiceberg_1_1table_1_1SetLocation.html#a7e7d3cc883453f626379cea12fed6257">iceberg::table::SetLocation</a>, <a class="el" href="classiceberg_1_1table_1_1SetStatistics.html#a12f281e9d920f1ce6d1b806d1265bd2e">iceberg::table::SetStatistics</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveStatistics.html#a5520033839e0469656a57e2915a4a96e">iceberg::table::RemoveStatistics</a>, <a class="el" href="classiceberg_1_1table_1_1SetPartitionStatistics.html#ace74e4104d5e9e8271d63bc830eab48e">iceberg::table::SetPartitionStatistics</a>, and <a class="el" href="classiceberg_1_1table_1_1RemovePartitionStatistics.html#a0fe72e791e2a3c14ab54d10afb9e6af1">iceberg::table::RemovePartitionStatistics</a>.</p>
</div>
</div>
<a id="afd0780e6106546f7462e8e66d62db1f2" name="afd0780e6106546f7462e8e66d62db1f2"></a>
<h2 class="memtitle"><span class="permalink"><a href="#afd0780e6106546f7462e8e66d62db1f2">&#9670;&#160;</a></span>Equals()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual bool iceberg::TableUpdate::Equals </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classiceberg_1_1TableUpdate.html">TableUpdate</a> &amp;&#160;</td>
<td class="paramname"><em>other</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Check equality with another <a class="el" href="classiceberg_1_1TableUpdate.html" title="Base class for metadata update operations.">TableUpdate</a>. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">other</td><td>The update to compare with </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>true if the updates are equal, false otherwise </dd></dl>
<p>Implemented in <a class="el" href="classiceberg_1_1table_1_1AssignUUID.html#a55717a7c9a1fc0731253b71ae7892a9f">iceberg::table::AssignUUID</a>, <a class="el" href="classiceberg_1_1table_1_1UpgradeFormatVersion.html#a352aaa5b079b3feb6dc91f6bae293e54">iceberg::table::UpgradeFormatVersion</a>, <a class="el" href="classiceberg_1_1table_1_1AddSchema.html#a377adadc6ce56d231e48a2e4195228de">iceberg::table::AddSchema</a>, <a class="el" href="classiceberg_1_1table_1_1SetCurrentSchema.html#aa8c9bcd914bb55a24d4abd09c37e708e">iceberg::table::SetCurrentSchema</a>, <a class="el" href="classiceberg_1_1table_1_1AddPartitionSpec.html#aa055292f5d2233649c0211f39174af6c">iceberg::table::AddPartitionSpec</a>, <a class="el" href="classiceberg_1_1table_1_1SetDefaultPartitionSpec.html#a9c3b6cd926a597a99afa685774af186b">iceberg::table::SetDefaultPartitionSpec</a>, <a class="el" href="classiceberg_1_1table_1_1RemovePartitionSpecs.html#ab19d6eb6e370a3bb1efaed0377615a5f">iceberg::table::RemovePartitionSpecs</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSchemas.html#a3b0d38205324c31cf7df1bc0bdf8972d">iceberg::table::RemoveSchemas</a>, <a class="el" href="classiceberg_1_1table_1_1AddSortOrder.html#a68d5925d06a6725437a304de57d83aba">iceberg::table::AddSortOrder</a>, <a class="el" href="classiceberg_1_1table_1_1SetDefaultSortOrder.html#a91685130af45e0c4422090908216d2d1">iceberg::table::SetDefaultSortOrder</a>, <a class="el" href="classiceberg_1_1table_1_1AddSnapshot.html#ae53026f65b90b2c73a76e7553f5a7949">iceberg::table::AddSnapshot</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSnapshots.html#a7a6748db72f85908a404a7af98e2a0eb">iceberg::table::RemoveSnapshots</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSnapshotRef.html#a8e2cf27b62263b52ae1ee4ee8915b873">iceberg::table::RemoveSnapshotRef</a>, <a class="el" href="classiceberg_1_1table_1_1SetSnapshotRef.html#a7cc3c577bf0394659ed6f23b7f263f70">iceberg::table::SetSnapshotRef</a>, <a class="el" href="classiceberg_1_1table_1_1SetProperties.html#aad491a8ef3365740990550b1eddbd36e">iceberg::table::SetProperties</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveProperties.html#afc82c904f7ef273fa9b02423d2d0f5a7">iceberg::table::RemoveProperties</a>, <a class="el" href="classiceberg_1_1table_1_1SetLocation.html#a0bb14db1cf405417b03f25c05fb22763">iceberg::table::SetLocation</a>, <a class="el" href="classiceberg_1_1table_1_1SetStatistics.html#aada997999f777b9e2f81f0ad7de4968b">iceberg::table::SetStatistics</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveStatistics.html#a5f12f007de044a210b4f1d863f716532">iceberg::table::RemoveStatistics</a>, <a class="el" href="classiceberg_1_1table_1_1SetPartitionStatistics.html#a00d38290ec0c6542d1982e72b26ba6ef">iceberg::table::SetPartitionStatistics</a>, and <a class="el" href="classiceberg_1_1table_1_1RemovePartitionStatistics.html#a7cd66a7732044752547c2df5199f9a71">iceberg::table::RemovePartitionStatistics</a>.</p>
</div>
</div>
<a id="adddc714f83cea93141bc5b771e326e05" name="adddc714f83cea93141bc5b771e326e05"></a>
<h2 class="memtitle"><span class="permalink"><a href="#adddc714f83cea93141bc5b771e326e05">&#9670;&#160;</a></span>GenerateRequirements()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void iceberg::TableUpdate::GenerateRequirements </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classiceberg_1_1TableUpdateContext.html">TableUpdateContext</a> &amp;&#160;</td>
<td class="paramname"><em>context</em></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Generate update requirements for this metadata update. </p>
<p>This method generates the appropriate UpdateRequirement instances that must be validated before this update can be applied. The context provides information about the base metadata and operation mode.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">context</td><td>The context containing base metadata and operation state </td></tr>
</table>
</dd>
</dl>
<p>Implemented in <a class="el" href="classiceberg_1_1table_1_1AssignUUID.html#a257f3be976b2141fa4b17d60e6e3f4c0">iceberg::table::AssignUUID</a>, <a class="el" href="classiceberg_1_1table_1_1UpgradeFormatVersion.html#a2a78db6ae8580316f30911982ecfcfd6">iceberg::table::UpgradeFormatVersion</a>, <a class="el" href="classiceberg_1_1table_1_1AddSchema.html#a8c5495bf0afac78ac514a23f40921a59">iceberg::table::AddSchema</a>, <a class="el" href="classiceberg_1_1table_1_1SetCurrentSchema.html#a4dff60fffe6ff59f76ad686b9824835d">iceberg::table::SetCurrentSchema</a>, <a class="el" href="classiceberg_1_1table_1_1AddPartitionSpec.html#a0c2b4bd19f456250247a698df7e17b26">iceberg::table::AddPartitionSpec</a>, <a class="el" href="classiceberg_1_1table_1_1SetDefaultPartitionSpec.html#a2d5d15b30c7dc90254ae0b5fbc657f17">iceberg::table::SetDefaultPartitionSpec</a>, <a class="el" href="classiceberg_1_1table_1_1RemovePartitionSpecs.html#a49132a0d3821d3bbcf200bb1ac157ffd">iceberg::table::RemovePartitionSpecs</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSchemas.html#af1627aa61b4830323e6af195cc96f847">iceberg::table::RemoveSchemas</a>, <a class="el" href="classiceberg_1_1table_1_1AddSortOrder.html#acdab26d3e611825842b241391186312e">iceberg::table::AddSortOrder</a>, <a class="el" href="classiceberg_1_1table_1_1SetDefaultSortOrder.html#a3e59dbdf4100ab96b632578a8d2f1826">iceberg::table::SetDefaultSortOrder</a>, <a class="el" href="classiceberg_1_1table_1_1AddSnapshot.html#a1b15d856312374e9d05dabf0a041969d">iceberg::table::AddSnapshot</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSnapshots.html#a11ba510fbf160c2eb64d3a9b957985a1">iceberg::table::RemoveSnapshots</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSnapshotRef.html#a6f8600ef2a6fb1da6d467fd31d17c33d">iceberg::table::RemoveSnapshotRef</a>, <a class="el" href="classiceberg_1_1table_1_1SetSnapshotRef.html#a653d37603d5f0754425bc89e2ffcd6ec">iceberg::table::SetSnapshotRef</a>, <a class="el" href="classiceberg_1_1table_1_1SetProperties.html#a75d62c2ddc7d0a155fee142d6851af83">iceberg::table::SetProperties</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveProperties.html#ab11f7f7ee5cc66e41f908033386f71b0">iceberg::table::RemoveProperties</a>, <a class="el" href="classiceberg_1_1table_1_1SetLocation.html#a7ba03b023fa5b6e4a92329ecacaab378">iceberg::table::SetLocation</a>, <a class="el" href="classiceberg_1_1table_1_1SetStatistics.html#a3e1caf201610186e51e67406165612e6">iceberg::table::SetStatistics</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveStatistics.html#aae86a557bac2d34e184a02d1c6463853">iceberg::table::RemoveStatistics</a>, <a class="el" href="classiceberg_1_1table_1_1SetPartitionStatistics.html#a001a84b6fc69b69291ab53d809642e93">iceberg::table::SetPartitionStatistics</a>, and <a class="el" href="classiceberg_1_1table_1_1RemovePartitionStatistics.html#af39c46265dd3d727686b188326577afc">iceberg::table::RemovePartitionStatistics</a>.</p>
</div>
</div>
<a id="acf1e83fa9835010cda68a6a3387a08a5" name="acf1e83fa9835010cda68a6a3387a08a5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#acf1e83fa9835010cda68a6a3387a08a5">&#9670;&#160;</a></span>kind()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual Kind iceberg::TableUpdate::kind </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Return the kind of this update. </p>
<p>Implemented in <a class="el" href="classiceberg_1_1table_1_1AssignUUID.html#ad56b4656cf4ddf19b3e50c7bd52d95d4">iceberg::table::AssignUUID</a>, <a class="el" href="classiceberg_1_1table_1_1UpgradeFormatVersion.html#a3fd1492ca5fa6376ecef5ed32c845591">iceberg::table::UpgradeFormatVersion</a>, <a class="el" href="classiceberg_1_1table_1_1AddSchema.html#a203d7fddd009387f72c30bbf0d1bef35">iceberg::table::AddSchema</a>, <a class="el" href="classiceberg_1_1table_1_1SetCurrentSchema.html#a3a6cdbc51aab77bea3244ad7bfd18578">iceberg::table::SetCurrentSchema</a>, <a class="el" href="classiceberg_1_1table_1_1AddPartitionSpec.html#a80b65c6102e3c47aa7bab1a827893555">iceberg::table::AddPartitionSpec</a>, <a class="el" href="classiceberg_1_1table_1_1SetDefaultPartitionSpec.html#a75a425c12cba09c02948e5db979ba7da">iceberg::table::SetDefaultPartitionSpec</a>, <a class="el" href="classiceberg_1_1table_1_1RemovePartitionSpecs.html#a0adab6f2c6eba7ced516c99df804a691">iceberg::table::RemovePartitionSpecs</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSchemas.html#ad928e47a1a152f3c8c23e4734f644b98">iceberg::table::RemoveSchemas</a>, <a class="el" href="classiceberg_1_1table_1_1AddSortOrder.html#a35e032743bb9e295fb5d0966cc72b31f">iceberg::table::AddSortOrder</a>, <a class="el" href="classiceberg_1_1table_1_1SetDefaultSortOrder.html#a3c0ed2ff8f5a57e778b4788403a75e6f">iceberg::table::SetDefaultSortOrder</a>, <a class="el" href="classiceberg_1_1table_1_1AddSnapshot.html#a486377f29c05b2741241c6e633fd4360">iceberg::table::AddSnapshot</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSnapshots.html#ac96c13d7ef4f80edcd53c5ac8b9bbb45">iceberg::table::RemoveSnapshots</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveSnapshotRef.html#ae760f2aac98e18d91446cbbc6d45df98">iceberg::table::RemoveSnapshotRef</a>, <a class="el" href="classiceberg_1_1table_1_1SetSnapshotRef.html#a604ece236aa89b2487b70671b44777fc">iceberg::table::SetSnapshotRef</a>, <a class="el" href="classiceberg_1_1table_1_1SetProperties.html#a9a29ea612fb30fbe934c939f9a0c02d5">iceberg::table::SetProperties</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveProperties.html#ab1470cf5b187e51babb8205114af2ada">iceberg::table::RemoveProperties</a>, <a class="el" href="classiceberg_1_1table_1_1SetLocation.html#a825dd5ff9269ae4f5e9f47380788c144">iceberg::table::SetLocation</a>, <a class="el" href="classiceberg_1_1table_1_1SetStatistics.html#a762a80dc387979aa3adc4302e91c35d6">iceberg::table::SetStatistics</a>, <a class="el" href="classiceberg_1_1table_1_1RemoveStatistics.html#a86a054f53611e542a995125151712dca">iceberg::table::RemoveStatistics</a>, <a class="el" href="classiceberg_1_1table_1_1SetPartitionStatistics.html#ab0b775f56c032b872ef0d93a17369466">iceberg::table::SetPartitionStatistics</a>, and <a class="el" href="classiceberg_1_1table_1_1RemovePartitionStatistics.html#a862ab067af2b596322f6173df873fbd2">iceberg::table::RemovePartitionStatistics</a>.</p>
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>iceberg/<a class="el" href="table__update_8h_source.html">table_update.h</a></li>
<li>iceberg/<b>table_update.cc</b></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>