blob: 6b68be55d0e21cb4c596d793d4b58544954e6b71 [file] [log] [blame]
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.9.8" xml:lang="en-US">
<compounddef id="classiceberg_1_1UpdateStatistics" kind="class" language="C++" prot="public">
<compoundname>iceberg::UpdateStatistics</compoundname>
<basecompoundref refid="classiceberg_1_1PendingUpdate" prot="public" virt="non-virtual">iceberg::PendingUpdate</basecompoundref>
<includes refid="update__statistics_8h" local="no">update_statistics.h</includes>
<innerclass refid="structiceberg_1_1UpdateStatistics_1_1ApplyResult" prot="public">iceberg::UpdateStatistics::ApplyResult</innerclass>
<sectiondef kind="private-attrib">
<memberdef kind="variable" id="classiceberg_1_1UpdateStatistics_1ad08086582c29e93147b42347bdeeee56" prot="private" static="no" mutable="no">
<type>std::unordered_map&lt; int64_t, std::shared_ptr&lt; <ref refid="structiceberg_1_1StatisticsFile" kindref="compound">StatisticsFile</ref> &gt; &gt;</type>
<definition>std::unordered_map&lt;int64_t, std::shared_ptr&lt;StatisticsFile&gt; &gt; iceberg::UpdateStatistics::statistics_to_set_</definition>
<argsstring></argsstring>
<name>statistics_to_set_</name>
<qualifiedname>iceberg::UpdateStatistics::statistics_to_set_</qualifiedname>
<briefdescription>
</briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="iceberg/update/update_statistics.h" line="75" column="22" bodyfile="iceberg/update/update_statistics.h" bodystart="75" bodyend="-1"/>
</memberdef>
</sectiondef>
<sectiondef kind="public-static-func">
<memberdef kind="function" id="classiceberg_1_1UpdateStatistics_1a93d21cb53374611d7fc0f40fb47b483e" prot="public" static="yes" const="no" explicit="no" inline="no" virt="non-virtual">
<type>Result&lt; std::shared_ptr&lt; <ref refid="classiceberg_1_1UpdateStatistics" kindref="compound">UpdateStatistics</ref> &gt; &gt;</type>
<definition>Result&lt; std::shared_ptr&lt; UpdateStatistics &gt; &gt; iceberg::UpdateStatistics::Make</definition>
<argsstring>(std::shared_ptr&lt; TransactionContext &gt; ctx)</argsstring>
<name>Make</name>
<qualifiedname>iceberg::UpdateStatistics::Make</qualifiedname>
<param>
<type>std::shared_ptr&lt; <ref refid="classiceberg_1_1TransactionContext" kindref="compound">TransactionContext</ref> &gt;</type>
<declname>ctx</declname>
</param>
<briefdescription>
</briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="iceberg/update/update_statistics.h" line="41" column="17" bodyfile="iceberg/update/update_statistics.cc" bodystart="34" bodyend="38"/>
</memberdef>
</sectiondef>
<sectiondef kind="public-func">
<memberdef kind="function" id="classiceberg_1_1UpdateStatistics_1a846ed0927917d1ce3b108baf1eec5184" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
<type></type>
<definition>iceberg::UpdateStatistics::~UpdateStatistics</definition>
<argsstring>() override</argsstring>
<name>~UpdateStatistics</name>
<qualifiedname>iceberg::UpdateStatistics::~UpdateStatistics</qualifiedname>
<briefdescription>
</briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="iceberg/update/update_statistics.h" line="44" column="3"/>
</memberdef>
<memberdef kind="function" id="classiceberg_1_1UpdateStatistics_1a5246101d3205bd3a194b7f3101843b5d" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
<type><ref refid="classiceberg_1_1UpdateStatistics" kindref="compound">UpdateStatistics</ref> &amp;</type>
<definition>UpdateStatistics &amp; iceberg::UpdateStatistics::SetStatistics</definition>
<argsstring>(std::shared_ptr&lt; StatisticsFile &gt; statistics_file)</argsstring>
<name>SetStatistics</name>
<qualifiedname>iceberg::UpdateStatistics::SetStatistics</qualifiedname>
<param>
<type>std::shared_ptr&lt; <ref refid="structiceberg_1_1StatisticsFile" kindref="compound">StatisticsFile</ref> &gt;</type>
<declname>statistics_file</declname>
</param>
<briefdescription>
<para>Set statistics file for a snapshot. </para>
</briefdescription>
<detaileddescription>
<para>Associates a statistics file with a snapshot ID. If statistics already exist for this snapshot, they will be replaced.</para>
<para><parameterlist kind="param"><parameteritem>
<parameternamelist>
<parametername>statistics_file</parametername>
</parameternamelist>
<parameterdescription>
<para>The statistics file to set </para>
</parameterdescription>
</parameteritem>
</parameterlist>
<simplesect kind="return"><para><ref refid="classiceberg_1_1Reference" kindref="compound">Reference</ref> to this <ref refid="classiceberg_1_1UpdateStatistics" kindref="compound">UpdateStatistics</ref> for chaining </para>
</simplesect>
</para>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="iceberg/update/update_statistics.h" line="53" column="20" bodyfile="iceberg/update/update_statistics.cc" bodystart="45" bodyend="50"/>
</memberdef>
<memberdef kind="function" id="classiceberg_1_1UpdateStatistics_1abcabe980b19b3086770601437050b273" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
<type><ref refid="classiceberg_1_1UpdateStatistics" kindref="compound">UpdateStatistics</ref> &amp;</type>
<definition>UpdateStatistics &amp; iceberg::UpdateStatistics::RemoveStatistics</definition>
<argsstring>(int64_t snapshot_id)</argsstring>
<name>RemoveStatistics</name>
<qualifiedname>iceberg::UpdateStatistics::RemoveStatistics</qualifiedname>
<param>
<type>int64_t</type>
<declname>snapshot_id</declname>
</param>
<briefdescription>
<para>Remove statistics for a snapshot. </para>
</briefdescription>
<detaileddescription>
<para>Marks the statistics for the given snapshot ID for removal.</para>
<para><parameterlist kind="param"><parameteritem>
<parameternamelist>
<parametername>snapshot_id</parametername>
</parameternamelist>
<parameterdescription>
<para>The snapshot ID whose statistics to remove </para>
</parameterdescription>
</parameteritem>
</parameterlist>
<simplesect kind="return"><para><ref refid="classiceberg_1_1Reference" kindref="compound">Reference</ref> to this <ref refid="classiceberg_1_1UpdateStatistics" kindref="compound">UpdateStatistics</ref> for chaining </para>
</simplesect>
</para>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="iceberg/update/update_statistics.h" line="61" column="20" bodyfile="iceberg/update/update_statistics.cc" bodystart="52" bodyend="55"/>
</memberdef>
<memberdef kind="function" id="classiceberg_1_1UpdateStatistics_1a7bdf59fd1eb3866a5f6840f6c36d4d1a" prot="public" static="no" const="yes" explicit="no" inline="yes" final="yes" virt="virtual">
<type>Kind</type>
<definition>Kind iceberg::UpdateStatistics::kind</definition>
<argsstring>() const final</argsstring>
<name>kind</name>
<qualifiedname>iceberg::UpdateStatistics::kind</qualifiedname>
<reimplements refid="classiceberg_1_1PendingUpdate_1a33fba65ffa4a85fd7c5b9984cb892812">kind</reimplements>
<briefdescription>
<para>Return the kind of this pending update. </para>
</briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="iceberg/update/update_statistics.h" line="63" column="8" bodyfile="iceberg/update/update_statistics.h" bodystart="63" bodyend="63"/>
</memberdef>
<memberdef kind="function" id="classiceberg_1_1UpdateStatistics_1a5c43b2440a29b12fe132aadd71afe43b" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
<type>Result&lt; <ref refid="structiceberg_1_1UpdateStatistics_1_1ApplyResult" kindref="compound">ApplyResult</ref> &gt;</type>
<definition>Result&lt; UpdateStatistics::ApplyResult &gt; iceberg::UpdateStatistics::Apply</definition>
<argsstring>()</argsstring>
<name>Apply</name>
<qualifiedname>iceberg::UpdateStatistics::Apply</qualifiedname>
<briefdescription>
</briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="iceberg/update/update_statistics.h" line="70" column="10" bodyfile="iceberg/update/update_statistics.cc" bodystart="57" bodyend="69"/>
</memberdef>
</sectiondef>
<sectiondef kind="private-func">
<memberdef kind="function" id="classiceberg_1_1UpdateStatistics_1af20ef8431ebccbde95f3ea4792a1f947" prot="private" static="no" const="no" explicit="yes" inline="no" virt="non-virtual">
<type></type>
<definition>iceberg::UpdateStatistics::UpdateStatistics</definition>
<argsstring>(std::shared_ptr&lt; TransactionContext &gt; ctx)</argsstring>
<name>UpdateStatistics</name>
<qualifiedname>iceberg::UpdateStatistics::UpdateStatistics</qualifiedname>
<param>
<type>std::shared_ptr&lt; <ref refid="classiceberg_1_1TransactionContext" kindref="compound">TransactionContext</ref> &gt;</type>
<declname>ctx</declname>
</param>
<briefdescription>
</briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="iceberg/update/update_statistics.h" line="73" column="12" bodyfile="iceberg/update/update_statistics.cc" bodystart="40" bodyend="41"/>
</memberdef>
</sectiondef>
<briefdescription>
<para>Updates table statistics. </para>
</briefdescription>
<detaileddescription>
</detaileddescription>
<inheritancegraph>
<node id="3">
<label>iceberg::ErrorCollector</label>
<link refid="classiceberg_1_1ErrorCollector"/>
</node>
<node id="2">
<label>iceberg::PendingUpdate</label>
<link refid="classiceberg_1_1PendingUpdate"/>
<childnode refid="3" relation="public-inheritance">
</childnode>
</node>
<node id="1">
<label>iceberg::UpdateStatistics</label>
<link refid="classiceberg_1_1UpdateStatistics"/>
<childnode refid="2" relation="public-inheritance">
</childnode>
</node>
</inheritancegraph>
<collaborationgraph>
<node id="37">
<label>iceberg::ConfigBase&lt; TableProperties &gt;</label>
<link refid="classiceberg_1_1ConfigBase"/>
<childnode refid="38" relation="usage">
<edgelabel>configs_</edgelabel>
</childnode>
</node>
<node id="28">
<label>iceberg::Lazy&lt; InitFieldById &gt;</label>
<link refid="classiceberg_1_1Lazy"/>
</node>
<node id="30">
<label>iceberg::Lazy&lt; InitFieldByLowerCaseName &gt;</label>
<link refid="classiceberg_1_1Lazy"/>
</node>
<node id="29">
<label>iceberg::Lazy&lt; InitFieldByName &gt;</label>
<link refid="classiceberg_1_1Lazy"/>
</node>
<node id="56">
<label>iceberg::BlobMetadata</label>
<link refid="structiceberg_1_1BlobMetadata"/>
<childnode refid="6" relation="usage">
<edgelabel>type</edgelabel>
</childnode>
<childnode refid="57" relation="usage">
<edgelabel>fields</edgelabel>
</childnode>
<childnode refid="38" relation="usage">
<edgelabel>properties</edgelabel>
</childnode>
</node>
<node id="64">
<label>iceberg::Catalog</label>
<link refid="classiceberg_1_1Catalog"/>
</node>
<node id="5">
<label>iceberg::Error</label>
<link refid="structiceberg_1_1Error"/>
<childnode refid="6" relation="usage">
<edgelabel>message</edgelabel>
</childnode>
</node>
<node id="3">
<label>iceberg::ErrorCollector</label>
<link refid="classiceberg_1_1ErrorCollector"/>
<childnode refid="4" relation="usage">
<edgelabel>errors_</edgelabel>
</childnode>
</node>
<node id="62">
<label>iceberg::FileIO</label>
<link refid="classiceberg_1_1FileIO"/>
</node>
<node id="45">
<label>iceberg::MetadataLogEntry</label>
<link refid="structiceberg_1_1MetadataLogEntry"/>
<childnode refid="6" relation="usage">
<edgelabel>metadata_file</edgelabel>
</childnode>
</node>
<node id="14">
<label>iceberg::Namespace</label>
<link refid="structiceberg_1_1Namespace"/>
<childnode refid="15" relation="usage">
<edgelabel>levels</edgelabel>
</childnode>
</node>
<node id="23">
<label>iceberg::NestedType</label>
<link refid="classiceberg_1_1NestedType"/>
<childnode refid="24" relation="public-inheritance">
</childnode>
</node>
<node id="35">
<label>iceberg::PartitionSpec</label>
<link refid="classiceberg_1_1PartitionSpec"/>
<childnode refid="25" relation="public-inheritance">
</childnode>
</node>
<node id="60">
<label>iceberg::PartitionStatisticsFile</label>
<link refid="structiceberg_1_1PartitionStatisticsFile"/>
<childnode refid="6" relation="usage">
<edgelabel>path</edgelabel>
</childnode>
</node>
<node id="2">
<label>iceberg::PendingUpdate</label>
<link refid="classiceberg_1_1PendingUpdate"/>
<childnode refid="3" relation="public-inheritance">
</childnode>
<childnode refid="8" relation="usage">
<edgelabel>ctx_</edgelabel>
</childnode>
</node>
<node id="21">
<label>iceberg::Schema</label>
<link refid="classiceberg_1_1Schema"/>
<childnode refid="22" relation="public-inheritance">
</childnode>
<childnode refid="31" relation="usage">
<edgelabel>kAllColumns</edgelabel>
</childnode>
</node>
<node id="27">
<label>iceberg::SchemaField</label>
<link refid="classiceberg_1_1SchemaField"/>
<childnode refid="25" relation="public-inheritance">
</childnode>
</node>
<node id="41">
<label>iceberg::Snapshot</label>
<link refid="structiceberg_1_1Snapshot"/>
<childnode refid="6" relation="usage">
<edgelabel>manifest_list</edgelabel>
</childnode>
<childnode refid="38" relation="usage">
<edgelabel>summary</edgelabel>
</childnode>
</node>
<node id="43">
<label>iceberg::SnapshotLogEntry</label>
<link refid="structiceberg_1_1SnapshotLogEntry"/>
</node>
<node id="51">
<label>iceberg::SnapshotRef</label>
<link refid="structiceberg_1_1SnapshotRef"/>
<childnode refid="31" relation="usage">
<edgelabel>kMainBranch</edgelabel>
</childnode>
</node>
<node id="48">
<label>iceberg::SortOrder</label>
<link refid="classiceberg_1_1SortOrder"/>
<childnode refid="25" relation="public-inheritance">
</childnode>
</node>
<node id="54">
<label>iceberg::StatisticsFile</label>
<link refid="structiceberg_1_1StatisticsFile"/>
<childnode refid="6" relation="usage">
<edgelabel>path</edgelabel>
</childnode>
<childnode refid="55" relation="usage">
<edgelabel>blob_metadata</edgelabel>
</childnode>
</node>
<node id="22">
<label>iceberg::StructType</label>
<link refid="classiceberg_1_1StructType"/>
<childnode refid="23" relation="public-inheritance">
</childnode>
<childnode refid="26" relation="usage">
<edgelabel>fields_</edgelabel>
</childnode>
<childnode refid="28" relation="usage">
<edgelabel>field_by_id_</edgelabel>
</childnode>
<childnode refid="29" relation="usage">
<edgelabel>field_by_name_</edgelabel>
</childnode>
<childnode refid="30" relation="usage">
<edgelabel>field_by_lowercase_name_</edgelabel>
</childnode>
</node>
<node id="11">
<label>iceberg::Table</label>
<link refid="classiceberg_1_1Table"/>
<childnode refid="12" relation="public-inheritance">
</childnode>
<childnode refid="13" relation="usage">
<edgelabel>identifier_</edgelabel>
</childnode>
<childnode refid="16" relation="usage">
<edgelabel>metadata_</edgelabel>
</childnode>
<childnode refid="6" relation="usage">
<edgelabel>metadata_location_</edgelabel>
</childnode>
<childnode refid="61" relation="usage">
<edgelabel>io_</edgelabel>
</childnode>
<childnode refid="63" relation="usage">
<edgelabel>catalog_</edgelabel>
</childnode>
<childnode refid="65" relation="usage">
<edgelabel>metadata_cache_</edgelabel>
</childnode>
</node>
<node id="13">
<label>iceberg::TableIdentifier</label>
<link refid="structiceberg_1_1TableIdentifier"/>
<childnode refid="14" relation="usage">
<edgelabel>ns</edgelabel>
</childnode>
<childnode refid="6" relation="usage">
<edgelabel>name</edgelabel>
</childnode>
</node>
<node id="17">
<label>iceberg::TableMetadata</label>
<link refid="structiceberg_1_1TableMetadata"/>
<childnode refid="18" relation="usage">
<edgelabel>kMinFormatVersions</edgelabel>
</childnode>
<childnode refid="6" relation="usage">
<edgelabel>location</edgelabel>
<edgelabel>table_uuid</edgelabel>
</childnode>
<childnode refid="19" relation="usage">
<edgelabel>schemas</edgelabel>
</childnode>
<childnode refid="33" relation="usage">
<edgelabel>partition_specs</edgelabel>
</childnode>
<childnode refid="36" relation="usage">
<edgelabel>properties</edgelabel>
</childnode>
<childnode refid="39" relation="usage">
<edgelabel>snapshots</edgelabel>
</childnode>
<childnode refid="42" relation="usage">
<edgelabel>snapshot_log</edgelabel>
</childnode>
<childnode refid="44" relation="usage">
<edgelabel>metadata_log</edgelabel>
</childnode>
<childnode refid="46" relation="usage">
<edgelabel>sort_orders</edgelabel>
</childnode>
<childnode refid="49" relation="usage">
<edgelabel>refs</edgelabel>
</childnode>
<childnode refid="52" relation="usage">
<edgelabel>statistics</edgelabel>
</childnode>
<childnode refid="58" relation="usage">
<edgelabel>partition_statistics</edgelabel>
</childnode>
</node>
<node id="68">
<label>iceberg::TableMetadataBuilder</label>
<link refid="classiceberg_1_1TableMetadataBuilder"/>
<childnode refid="3" relation="public-inheritance">
</childnode>
</node>
<node id="66">
<label>iceberg::TableMetadataCache</label>
<link refid="classiceberg_1_1TableMetadataCache"/>
</node>
<node id="36">
<label>iceberg::TableProperties</label>
<link refid="classiceberg_1_1TableProperties"/>
<childnode refid="37" relation="public-inheritance">
</childnode>
<childnode refid="31" relation="usage">
<edgelabel>kDefaultNameMapping</edgelabel>
<edgelabel>kMetricModeColumnConfPrefix</edgelabel>
<edgelabel>kParquetBloomFilterColumnEnabledPrefix</edgelabel>
<edgelabel>kParquetBloomFilterColumnFppPrefix</edgelabel>
<edgelabel>kParquetColumnStatsEnabledPrefix</edgelabel>
</childnode>
</node>
<node id="9">
<label>iceberg::TransactionContext</label>
<link refid="classiceberg_1_1TransactionContext"/>
<childnode refid="10" relation="usage">
<edgelabel>table</edgelabel>
</childnode>
<childnode refid="67" relation="usage">
<edgelabel>metadata_builder</edgelabel>
</childnode>
</node>
<node id="24">
<label>iceberg::Type</label>
<link refid="classiceberg_1_1Type"/>
<childnode refid="25" relation="public-inheritance">
</childnode>
</node>
<node id="1">
<label>iceberg::UpdateStatistics</label>
<link refid="classiceberg_1_1UpdateStatistics"/>
<childnode refid="2" relation="public-inheritance">
</childnode>
</node>
<node id="25">
<label>iceberg::util::Formattable</label>
<link refid="classiceberg_1_1util_1_1Formattable"/>
</node>
<node id="63">
<label>std::shared_ptr&lt; iceberg::Catalog &gt;</label>
<childnode refid="64" relation="usage">
<edgelabel>ptr</edgelabel>
</childnode>
</node>
<node id="61">
<label>std::shared_ptr&lt; iceberg::FileIO &gt;</label>
<childnode refid="62" relation="usage">
<edgelabel>ptr</edgelabel>
</childnode>
</node>
<node id="34">
<label>std::shared_ptr&lt; iceberg::PartitionSpec &gt;</label>
<childnode refid="35" relation="usage">
<edgelabel>ptr</edgelabel>
</childnode>
</node>
<node id="20">
<label>std::shared_ptr&lt; iceberg::Schema &gt;</label>
<childnode refid="21" relation="usage">
<edgelabel>ptr</edgelabel>
</childnode>
</node>
<node id="40">
<label>std::shared_ptr&lt; iceberg::Snapshot &gt;</label>
<childnode refid="41" relation="usage">
<edgelabel>ptr</edgelabel>
</childnode>
</node>
<node id="50">
<label>std::shared_ptr&lt; iceberg::SnapshotRef &gt;</label>
<childnode refid="51" relation="usage">
<edgelabel>ptr</edgelabel>
</childnode>
</node>
<node id="47">
<label>std::shared_ptr&lt; iceberg::SortOrder &gt;</label>
<childnode refid="48" relation="usage">
<edgelabel>ptr</edgelabel>
</childnode>
</node>
<node id="10">
<label>std::shared_ptr&lt; iceberg::Table &gt;</label>
<childnode refid="11" relation="usage">
<edgelabel>ptr</edgelabel>
</childnode>
</node>
<node id="16">
<label>std::shared_ptr&lt; iceberg::TableMetadata &gt;</label>
<childnode refid="17" relation="usage">
<edgelabel>ptr</edgelabel>
</childnode>
</node>
<node id="8">
<label>std::shared_ptr&lt; iceberg::TransactionContext &gt;</label>
<childnode refid="9" relation="usage">
<edgelabel>ptr</edgelabel>
</childnode>
</node>
<node id="59">
<label>std::shared_ptr&lt; struct iceberg::PartitionStatisticsFile &gt;</label>
<childnode refid="60" relation="usage">
<edgelabel>ptr</edgelabel>
</childnode>
</node>
<node id="53">
<label>std::shared_ptr&lt; struct iceberg::StatisticsFile &gt;</label>
<childnode refid="54" relation="usage">
<edgelabel>ptr</edgelabel>
</childnode>
</node>
<node id="7">
<label>std::basic_string&lt; Char &gt;</label>
</node>
<node id="32">
<label>std::basic_string_view&lt; Char &gt;</label>
</node>
<node id="12">
<label>std::enable_shared_from_this&lt; Table &gt;</label>
</node>
<node id="6">
<label>std::string</label>
<childnode refid="7" relation="public-inheritance">
</childnode>
</node>
<node id="31">
<label>std::string_view</label>
<childnode refid="32" relation="public-inheritance">
</childnode>
</node>
<node id="65">
<label>std::unique_ptr&lt; class iceberg::TableMetadataCache &gt;</label>
<childnode refid="66" relation="usage">
<edgelabel>ptr</edgelabel>
</childnode>
</node>
<node id="67">
<label>std::unique_ptr&lt; iceberg::TableMetadataBuilder &gt;</label>
<childnode refid="68" relation="usage">
<edgelabel>ptr</edgelabel>
</childnode>
</node>
<node id="18">
<label>std::unordered_map&lt; TypeId, int8_t &gt;</label>
</node>
<node id="49">
<label>std::unordered_map&lt; std::string, std::shared_ptr&lt; iceberg::SnapshotRef &gt; &gt;</label>
<childnode refid="6" relation="usage">
<edgelabel>keys</edgelabel>
</childnode>
<childnode refid="50" relation="usage">
<edgelabel>elements</edgelabel>
</childnode>
</node>
<node id="38">
<label>std::unordered_map&lt; std::string, std::string &gt;</label>
<childnode refid="6" relation="usage">
<edgelabel>elements</edgelabel>
<edgelabel>keys</edgelabel>
</childnode>
</node>
<node id="55">
<label>std::vector&lt; iceberg::BlobMetadata &gt;</label>
<childnode refid="56" relation="usage">
<edgelabel>elements</edgelabel>
</childnode>
</node>
<node id="4">
<label>std::vector&lt; iceberg::Error &gt;</label>
<childnode refid="5" relation="usage">
<edgelabel>elements</edgelabel>
</childnode>
</node>
<node id="44">
<label>std::vector&lt; iceberg::MetadataLogEntry &gt;</label>
<childnode refid="45" relation="usage">
<edgelabel>elements</edgelabel>
</childnode>
</node>
<node id="26">
<label>std::vector&lt; iceberg::SchemaField &gt;</label>
<childnode refid="27" relation="usage">
<edgelabel>elements</edgelabel>
</childnode>
</node>
<node id="42">
<label>std::vector&lt; iceberg::SnapshotLogEntry &gt;</label>
<childnode refid="43" relation="usage">
<edgelabel>elements</edgelabel>
</childnode>
</node>
<node id="57">
<label>std::vector&lt; int32_t &gt;</label>
</node>
<node id="33">
<label>std::vector&lt; std::shared_ptr&lt; iceberg::PartitionSpec &gt; &gt;</label>
<childnode refid="34" relation="usage">
<edgelabel>elements</edgelabel>
</childnode>
</node>
<node id="19">
<label>std::vector&lt; std::shared_ptr&lt; iceberg::Schema &gt; &gt;</label>
<childnode refid="20" relation="usage">
<edgelabel>elements</edgelabel>
</childnode>
</node>
<node id="39">
<label>std::vector&lt; std::shared_ptr&lt; iceberg::Snapshot &gt; &gt;</label>
<childnode refid="40" relation="usage">
<edgelabel>elements</edgelabel>
</childnode>
</node>
<node id="46">
<label>std::vector&lt; std::shared_ptr&lt; iceberg::SortOrder &gt; &gt;</label>
<childnode refid="47" relation="usage">
<edgelabel>elements</edgelabel>
</childnode>
</node>
<node id="58">
<label>std::vector&lt; std::shared_ptr&lt; struct iceberg::PartitionStatisticsFile &gt; &gt;</label>
<childnode refid="59" relation="usage">
<edgelabel>elements</edgelabel>
</childnode>
</node>
<node id="52">
<label>std::vector&lt; std::shared_ptr&lt; struct iceberg::StatisticsFile &gt; &gt;</label>
<childnode refid="53" relation="usage">
<edgelabel>elements</edgelabel>
</childnode>
</node>
<node id="15">
<label>std::vector&lt; std::string &gt;</label>
<childnode refid="6" relation="usage">
<edgelabel>elements</edgelabel>
</childnode>
</node>
</collaborationgraph>
<location file="iceberg/update/update_statistics.h" line="39" column="1" bodyfile="iceberg/update/update_statistics.h" bodystart="39" bodyend="76"/>
<listofallmembers>
<member refid="classiceberg_1_1ErrorCollector_1a3a20345150b136c918ffe8947a7d75e1" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>AddError</name></member>
<member refid="classiceberg_1_1ErrorCollector_1a5e555954de121d0908dcf4648da446e3" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>AddError</name></member>
<member refid="classiceberg_1_1ErrorCollector_1a5749264a2234092a5246056a1c72ee51" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>AddError</name></member>
<member refid="classiceberg_1_1UpdateStatistics_1a5c43b2440a29b12fe132aadd71afe43b" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>Apply</name></member>
<member refid="classiceberg_1_1PendingUpdate_1a93721051561748b1a29e75b7d4cbbd86" prot="protected" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>base</name></member>
<member refid="classiceberg_1_1ErrorCollector_1a16cbe7b6d423a372c9e68d970ff2c3ea" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>CheckErrors</name></member>
<member refid="classiceberg_1_1ErrorCollector_1a274df2b90b0c22156a4c339aa30a4401" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>ClearErrors</name></member>
<member refid="classiceberg_1_1PendingUpdate_1a4a5df6d83b7a4a3c4dac19a77945be71" prot="public" virt="virtual"><scope>iceberg::UpdateStatistics</scope><name>Commit</name></member>
<member refid="classiceberg_1_1PendingUpdate_1a48306a581b00f16c85af172a41b7dcee" prot="protected" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>ctx_</name></member>
<member refid="classiceberg_1_1ErrorCollector_1afae10739a78bbffc2609a63e52821195" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>error_count</name></member>
<member refid="classiceberg_1_1ErrorCollector_1a690c840a35a03af0f94eea092ca65aaa" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>ErrorCollector</name></member>
<member refid="classiceberg_1_1ErrorCollector_1a827c296a8527f87f76d7f9321e7ee68f" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>ErrorCollector</name></member>
<member refid="classiceberg_1_1ErrorCollector_1ab3fa546cd2748fe418db9c0933542755" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>ErrorCollector</name></member>
<member refid="classiceberg_1_1ErrorCollector_1a101fb70f2ad50a6023de932dc2eca96c" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>errors</name></member>
<member refid="classiceberg_1_1ErrorCollector_1a354d1e7287bb45926a4b563f80d0c623" prot="protected" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>errors_</name></member>
<member refid="classiceberg_1_1PendingUpdate_1a22441dbf2867204cb175300075e50db9" prot="public" virt="virtual"><scope>iceberg::UpdateStatistics</scope><name>Finalize</name></member>
<member refid="classiceberg_1_1ErrorCollector_1a8813b3fe2a3cc112e6db19c87b8422ae" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>has_errors</name></member>
<member refid="classiceberg_1_1UpdateStatistics_1a7bdf59fd1eb3866a5f6840f6c36d4d1a" prot="public" virt="virtual"><scope>iceberg::UpdateStatistics</scope><name>kind</name></member>
<member refid="classiceberg_1_1PendingUpdate_1a5bac3f32c6a0790ba222399fed5c1944" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>Kind</name></member>
<member refid="classiceberg_1_1UpdateStatistics_1a93d21cb53374611d7fc0f40fb47b483e" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>Make</name></member>
<member refid="classiceberg_1_1PendingUpdate_1a3314053bba6a86931feb39c1487e2c8b" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>operator=</name></member>
<member refid="classiceberg_1_1PendingUpdate_1a9e71d56c145591059c7e2f6ee0305295" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>operator=</name></member>
<member refid="classiceberg_1_1ErrorCollector_1a22311658715152d8e6e27834240ce446" prot="public" virt="non-virtual" ambiguityscope="iceberg::ErrorCollector::"><scope>iceberg::UpdateStatistics</scope><name>operator=</name></member>
<member refid="classiceberg_1_1ErrorCollector_1aaba366560be481bfa9538735f3a38e3e" prot="public" virt="non-virtual" ambiguityscope="iceberg::ErrorCollector::"><scope>iceberg::UpdateStatistics</scope><name>operator=</name></member>
<member refid="classiceberg_1_1PendingUpdate_1ac5c3549e22869ad7f6abd417ffcabbe2" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>PendingUpdate</name></member>
<member refid="classiceberg_1_1PendingUpdate_1a18521611dee09ce7f85477f38d85e75d" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>PendingUpdate</name></member>
<member refid="classiceberg_1_1PendingUpdate_1a1bc9b1eb7bfa1c832c65331b2e6bba6f" prot="protected" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>PendingUpdate</name></member>
<member refid="classiceberg_1_1UpdateStatistics_1abcabe980b19b3086770601437050b273" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>RemoveStatistics</name></member>
<member refid="classiceberg_1_1UpdateStatistics_1a5246101d3205bd3a194b7f3101843b5d" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>SetStatistics</name></member>
<member refid="classiceberg_1_1UpdateStatistics_1ad08086582c29e93147b42347bdeeee56" prot="private" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>statistics_to_set_</name></member>
<member refid="classiceberg_1_1UpdateStatistics_1af20ef8431ebccbde95f3ea4792a1f947" prot="private" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>UpdateStatistics</name></member>
<member refid="classiceberg_1_1ErrorCollector_1ae84ca7242062cb3e3b86ce4cb81b368d" prot="public" virt="virtual"><scope>iceberg::UpdateStatistics</scope><name>~ErrorCollector</name></member>
<member refid="classiceberg_1_1PendingUpdate_1ace0dfef0058a64109f51e2638429a9f2" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>~PendingUpdate</name></member>
<member refid="classiceberg_1_1UpdateStatistics_1a846ed0927917d1ce3b108baf1eec5184" prot="public" virt="non-virtual"><scope>iceberg::UpdateStatistics</scope><name>~UpdateStatistics</name></member>
</listofallmembers>
</compounddef>
</doxygen>