blob: c229ba2bcca5d181d27fe16f59967c7fa8e23c43 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index";
}
}
catch(err) {
}
//-->
var pathtoroot = "./";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:Y">Y</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<a href="#I:_">_</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a><a id="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BaseTaskWriter.html#abort()">abort()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BaseTaskWriter.html" title="class in org.apache.iceberg.io">BaseTaskWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/TaskWriter.html#abort()">abort()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/TaskWriter.html" title="interface in org.apache.iceberg.io">TaskWriter</a></dt>
<dd>
<div class="block">Close the writer and delete the completed files if possible when aborting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.html#abort(org.apache.iceberg.actions.RewritePositionDeletesGroup)">abort(RewritePositionDeletesGroup)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesCommitManager</a></dt>
<dd>
<div class="block">Clean up a specified file set by removing any files created for that operation, should not
throw any exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html#abortFileGroup(org.apache.iceberg.actions.RewriteFileGroup)">abortFileGroup(RewriteFileGroup)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html" title="class in org.apache.iceberg.actions">RewriteDataFilesCommitManager</a></dt>
<dd>
<div class="block">Clean up a specified file set by removing any files created for that operation, should not
throw any exceptions</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.CommitService.html#abortFileGroup(org.apache.iceberg.actions.RewriteFileGroup)">abortFileGroup(RewriteFileGroup)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.CommitService.html" title="class in org.apache.iceberg.actions">RewriteDataFilesCommitManager.CommitService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.CommitService.html#abortFileGroup(org.apache.iceberg.actions.RewritePositionDeletesGroup)">abortFileGroup(RewritePositionDeletesGroup)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.CommitService.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesCommitManager.CommitService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html#abortJob(org.apache.hadoop.mapred.JobContext,int)">abortJob(JobContext, int)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergOutputCommitter</a></dt>
<dd>
<div class="block">Removes the generated data files if there is a commit file already generated for them.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/RollbackStagedTable.html#abortStagedChanges()">abortStagedChanges()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/RollbackStagedTable.html" title="class in org.apache.iceberg.spark">RollbackStagedTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/StagedSparkTable.html#abortStagedChanges()">abortStagedChanges()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/StagedSparkTable.html" title="class in org.apache.iceberg.spark.source">StagedSparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html#abortTask(org.apache.hadoop.mapred.TaskAttemptContext)">abortTask(TaskAttemptContext)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergOutputCommitter</a></dt>
<dd>
<div class="block">Removes files generated by this task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#abortWith(org.apache.iceberg.util.Tasks.Task)">abortWith(Tasks.Task&lt;I, ?&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/mapred/AbstractMapredIcebergRecordReader.html" title="class in org.apache.iceberg.mr.mapred"><span class="typeNameLink">AbstractMapredIcebergRecordReader</span></a>&lt;<a href="org/apache/iceberg/mr/mapred/AbstractMapredIcebergRecordReader.html" title="type parameter in AbstractMapredIcebergRecordReader">T</a>&gt; - Class in <a href="org/apache/iceberg/mr/mapred/package-summary.html">org.apache.iceberg.mr.mapred</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/AbstractMapredIcebergRecordReader.html#%3Cinit%3E(org.apache.iceberg.mr.mapreduce.IcebergInputFormat,org.apache.iceberg.mr.mapreduce.IcebergSplit,org.apache.hadoop.mapred.JobConf,org.apache.hadoop.mapred.Reporter)">AbstractMapredIcebergRecordReader(IcebergInputFormat&lt;?&gt;, IcebergSplit, JobConf, Reporter)</a></span> - Constructor for class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/AbstractMapredIcebergRecordReader.html" title="class in org.apache.iceberg.mr.mapred">AbstractMapredIcebergRecordReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#ACCELERATION_ENABLED">ACCELERATION_ENABLED</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Determines if S3 client will use the Acceleration Mode, default to false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#ACCELERATION_ENABLED_DEFAULT">ACCELERATION_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.AddPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ApplyTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigDecimalLiteralContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigDecimalLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BigDecimalLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigIntLiteralContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BigIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanLiteralContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BooleanLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BooleanValueContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BranchOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CallContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DecimalLiteralContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DecimalLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DecimalLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DoubleLiteralContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DoubleLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DoubleLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExponentLiteralContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExponentLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ExponentLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ExpressionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FieldListContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FloatLiteralContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FloatLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FloatLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentityTransformContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentityTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IdentityTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IntegerLiteralContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IntegerLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IntegerLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MaxSnapshotAgeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MinSnapshotsToKeepContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MultipartIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NamedArgumentContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NamedArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NamedArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumericLiteralContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumericLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumericLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumSnapshotsContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumSnapshotsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumSnapshotsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.PositionalArgumentContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.PositionalArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.PositionalArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.QuotedIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.RefRetainContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SingleOrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SingleStatementContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SmallIntLiteralContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SmallIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SmallIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotIdContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotIdContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotIdContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotRetentionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringArrayContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringLiteralContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TagOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TimeUnitContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TinyIntLiteralContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TinyIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TinyIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TransformArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TypeConstructorContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TypeConstructorContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TypeConstructorContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.UnquotedIdentifierContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.UnquotedIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.UnquotedIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteDistributionSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteOrderingSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html#accept(org.antlr.v4.runtime.tree.ParseTreeVisitor)">accept(ParseTreeVisitor&lt;? extends T&gt;)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HiddenPathFilter.html#accept(org.apache.hadoop.fs.Path)">accept(Path)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HiddenPathFilter.html" title="class in org.apache.iceberg.hadoop">HiddenPathFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#ACCESS_KEY_ID">ACCESS_KEY_ID</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Configure the static access key ID used to access S3FileIO.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#ACCESS_POINTS_PREFIX">ACCESS_POINTS_PREFIX</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Used by <a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIO</code></a>, prefix used for bucket access point configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#ACCESS_TOKEN_TYPE">ACCESS_TOKEN_TYPE</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunProperties.html#accessKeyId()">accessKeyId()</a></span> - Method in class org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunProperties.html" title="class in org.apache.iceberg.aliyun">AliyunProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#accessKeyId()">accessKeyId()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunProperties.html#accessKeySecret()">accessKeySecret()</a></span> - Method in class org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunProperties.html" title="class in org.apache.iceberg.aliyun">AliyunProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundReference.html#accessor()">accessor()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundReference.html" title="class in org.apache.iceberg.expressions">BoundReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#accessor()">accessor()</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/Accessor.html" title="interface in org.apache.iceberg"><span class="typeNameLink">Accessor</span></a>&lt;<a href="org/apache/iceberg/Accessor.html" title="type parameter in Accessor">T</a>&gt; - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#accessorForField(int)">accessorForField(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns an accessor for retrieving the data from <a href="org/apache/iceberg/StructLike.html" title="interface in org.apache.iceberg"><code>StructLike</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/Accessors.html" title="class in org.apache.iceberg"><span class="typeNameLink">Accessors</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Position2Accessor and Position3Accessor here is an optimization.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#acl()">acl()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#ACL">ACL</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Used to configure canned access control list (ACL) for S3 client to use during write.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html#acquire(java.lang.String,java.lang.String)">acquire(String, String)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbLockManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/LockManager.html#acquire(java.lang.String,java.lang.String)">acquire(String, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/LockManager.html" title="interface in org.apache.iceberg">LockManager</a></dt>
<dd>
<div class="block">Try to acquire a lock</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html#acquireIntervalMs()">acquireIntervalMs()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html" title="class in org.apache.iceberg.util">LockManagers.BaseLockManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html#acquireTimeoutMs()">acquireTimeoutMs()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html" title="class in org.apache.iceberg.util">LockManagers.BaseLockManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/Action.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">Action</span></a>&lt;<a href="org/apache/iceberg/actions/Action.html" title="type parameter in Action">ThisT</a>,&#8203;<a href="org/apache/iceberg/actions/Action.html" title="type parameter in Action">R</a>&gt; - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">An action performed on a table.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/actions/Actions.html" title="class in org.apache.iceberg.flink.actions"><span class="typeNameLink">Actions</span></a> - Class in <a href="org/apache/iceberg/flink/actions/package-summary.html">org.apache.iceberg.flink.actions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/ActionsProvider.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">ActionsProvider</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">An API that should be implemented by query engine integrations for providing actions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ADAPTIVE_SPLIT_SIZE_ENABLED">ADAPTIVE_SPLIT_SIZE_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ADAPTIVE_SPLIT_SIZE_ENABLED_DEFAULT">ADAPTIVE_SPLIT_SIZE_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#adaptiveSplitSizeEnabled()">adaptiveSplitSizeEnabled()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#add(int,org.apache.iceberg.StructLike)">add(int, StructLike)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileAppender.html#add(D)">add(D)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileAppender.html" title="interface in org.apache.iceberg.io">FileAppender</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html#add(D)">add(D)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html" title="class in org.apache.iceberg.parquet">ParquetWriteAdapter</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestWriter.html#add(F)">add(F)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a></dt>
<dd>
<div class="block">Add an added entry for a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RollingManifestWriter.html#add(F)">add(F)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/RollingManifestWriter.html" title="class in org.apache.iceberg">RollingManifestWriter</a></dt>
<dd>
<div class="block">Add an added entry for a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestWriter.html#add(F,long)">add(F, long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a></dt>
<dd>
<div class="block">Add an added entry for a file with a specific sequence number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RollingManifestWriter.html#add(F,long)">add(F, long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/RollingManifestWriter.html" title="class in org.apache.iceberg">RollingManifestWriter</a></dt>
<dd>
<div class="block">Add an added entry for a file with a specific sequence number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#add(java.lang.CharSequence)">add(CharSequence)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableCache.html#add(java.lang.String,org.apache.iceberg.Table)">add(String, Table)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableCache.html" title="class in org.apache.iceberg.spark">SparkTableCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.Builder.html#add(org.apache.iceberg.catalog.Namespace)">add(Namespace)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ListNamespacesResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListTablesResponse.Builder.html#add(org.apache.iceberg.catalog.TableIdentifier)">add(TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListTablesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ListTablesResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/WriteResult.Builder.html#add(org.apache.iceberg.io.WriteResult)">add(WriteResult)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/WriteResult.Builder.html" title="class in org.apache.iceberg.io">WriteResult.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinWriter.html#add(org.apache.iceberg.puffin.Blob)">add(Blob)</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinWriter.html" title="class in org.apache.iceberg.puffin">PuffinWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#add(org.apache.iceberg.StructLike)">add(StructLike)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#add(org.apache.iceberg.util.Pair)">add(Pair&lt;Integer, StructLike&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SetAccumulator.html#add(T)">add(T)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SetAccumulator.html" title="class in org.apache.iceberg.spark.actions">SetAccumulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#add(T%5B%5D,T)">add(T[], T)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>
<div class="block">Copies the given array and adds the given element at the end of the new array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#ADD">ADD</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#ADD">ADD</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html#ADD()">ADD()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.AddPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#ADD()">ADD()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#ADD_EQ_DELETE_FILES_PROP">ADD_EQ_DELETE_FILES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#ADD_POS_DELETE_FILES_PROP">ADD_POS_DELETE_FILES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileAppender.html#addAll(java.lang.Iterable)">addAll(Iterable&lt;D&gt;)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileAppender.html" title="interface in org.apache.iceberg.io">FileAppender</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/WriteResult.Builder.html#addAll(java.lang.Iterable)">addAll(Iterable&lt;WriteResult&gt;)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/WriteResult.Builder.html" title="class in org.apache.iceberg.io">WriteResult.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#addAll(java.util.Collection)">addAll(Collection&lt;? extends CharSequence&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#addAll(java.util.Collection)">addAll(Collection&lt;? extends StructLike&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#addAll(java.util.Collection)">addAll(Collection&lt;? extends Pair&lt;Integer, StructLike&gt;&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.Builder.html#addAll(java.util.Collection)">addAll(Collection&lt;Namespace&gt;)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ListNamespacesResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListTablesResponse.Builder.html#addAll(java.util.Collection)">addAll(Collection&lt;TableIdentifier&gt;)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListTablesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ListTablesResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileAppender.html#addAll(java.util.Iterator)">addAll(Iterator&lt;D&gt;)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileAppender.html" title="interface in org.apache.iceberg.io">FileAppender</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/LoadTableResponse.Builder.html#addAllConfig(java.util.Map)">addAllConfig(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/LoadTableResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">LoadTableResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableGroup.html#addCloseable(java.io.Closeable)">addCloseable(Closeable)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableGroup.html" title="class in org.apache.iceberg.io">CloseableGroup</a></dt>
<dd>
<div class="block">Register a closeable to be managed by this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableGroup.html#addCloseable(java.lang.AutoCloseable)">addCloseable(AutoCloseable)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableGroup.html" title="class in org.apache.iceberg.io">CloseableGroup</a></dt>
<dd>
<div class="block">Register an autocloseables to be managed by this class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#addColumn(java.lang.String,java.lang.String,org.apache.iceberg.types.Type)">addColumn(String, String, Type)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Add a new column to a nested struct.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#addColumn(java.lang.String,java.lang.String,org.apache.iceberg.types.Type,java.lang.String)">addColumn(String, String, Type, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Add a new column to a nested struct.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#addColumn(java.lang.String,org.apache.iceberg.types.Type)">addColumn(String, Type)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Add a new top-level column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#addColumn(java.lang.String,org.apache.iceberg.types.Type,java.lang.String)">addColumn(String, Type, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Add a new top-level column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/LoadTableResponse.Builder.html#addConfig(java.lang.String,java.lang.String)">addConfig(String, String)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/LoadTableResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">LoadTableResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/WriteResult.Builder.html#addDataFiles(java.lang.Iterable)">addDataFiles(Iterable&lt;DataFile&gt;)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/WriteResult.Builder.html" title="class in org.apache.iceberg.io">WriteResult.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/WriteResult.Builder.html#addDataFiles(org.apache.iceberg.DataFile...)">addDataFiles(DataFile...)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/WriteResult.Builder.html" title="class in org.apache.iceberg.io">WriteResult.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/WriteResult.Builder.html#addDeleteFiles(java.lang.Iterable)">addDeleteFiles(Iterable&lt;DeleteFile&gt;)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/WriteResult.Builder.html" title="class in org.apache.iceberg.io">WriteResult.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/WriteResult.Builder.html#addDeleteFiles(org.apache.iceberg.DeleteFile...)">addDeleteFiles(DeleteFile...)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/WriteResult.Builder.html" title="class in org.apache.iceberg.io">WriteResult.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowDelta.html#addDeletes(org.apache.iceberg.DeleteFile)">addDeletes(DeleteFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RowDelta.html" title="interface in org.apache.iceberg">RowDelta</a></dt>
<dd>
<div class="block">Add a <a href="org/apache/iceberg/DeleteFile.html" title="interface in org.apache.iceberg"><code>DeleteFile</code></a> to the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#ADDED_DATA_FILES">ADDED_DATA_FILES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#ADDED_DELETE_FILES">ADDED_DELETE_FILES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#ADDED_DELETE_FILES_PROP">ADDED_DELETE_FILES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#ADDED_EQ_DELETE_FILES">ADDED_EQ_DELETE_FILES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#ADDED_EQ_DELETES">ADDED_EQ_DELETES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#ADDED_EQ_DELETES_PROP">ADDED_EQ_DELETES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#ADDED_FILE_SIZE_BYTES">ADDED_FILE_SIZE_BYTES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#ADDED_FILE_SIZE_PROP">ADDED_FILE_SIZE_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#ADDED_FILES_COUNT">ADDED_FILES_COUNT</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#ADDED_FILES_PROP">ADDED_FILES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#ADDED_POS_DELETE_FILES">ADDED_POS_DELETE_FILES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#ADDED_POS_DELETES">ADDED_POS_DELETES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#ADDED_POS_DELETES_PROP">ADDED_POS_DELETES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#ADDED_RECORDS">ADDED_RECORDS</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#ADDED_RECORDS_PROP">ADDED_RECORDS_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#ADDED_ROWS_COUNT">ADDED_ROWS_COUNT</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html#addedBytes()">addedBytes()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupRewriteResult.html#addedBytesCount()">addedBytesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupRewriteResult.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles.FileGroupRewriteResult</a></dt>
<dd>
<div class="block">Returns the number of bytes of newly added position delete files in this group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.Result.html#addedBytesCount()">addedBytesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.Result.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles.Result</a></dt>
<dd>
<div class="block">Returns the number of bytes of newly added position delete files</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFilesActionResult.html#addedDataFiles()">addedDataFiles()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFilesActionResult.html" title="class in org.apache.iceberg.actions">RewriteDataFilesActionResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#addedDataFiles()">addedDataFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#addedDataFiles(org.apache.iceberg.io.FileIO)">addedDataFiles(FileIO)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return all data files added to the table in this snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupRewriteResult.html#addedDataFilesCount()">addedDataFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupRewriteResult.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.FileGroupRewriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.Result.html#addedDataFilesCount()">addedDataFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.Result.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html#addedDeleteFiles()">addedDeleteFiles()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#addedDeleteFiles()">addedDeleteFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#addedDeleteFiles(org.apache.iceberg.io.FileIO)">addedDeleteFiles(FileIO)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return all delete files added to the table in this snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupRewriteResult.html#addedDeleteFilesCount()">addedDeleteFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupRewriteResult.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles.FileGroupRewriteResult</a></dt>
<dd>
<div class="block">Returns the count of the added position delete files in this group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.Result.html#addedDeleteFilesCount()">addedDeleteFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.Result.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles.Result</a></dt>
<dd>
<div class="block">Returns the count of the added position delete files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeletedRowsScanTask.html#addedDeletes()">addedDeletes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeletedRowsScanTask.html" title="interface in org.apache.iceberg">DeletedRowsScanTask</a></dt>
<dd>
<div class="block">A list of added <a href="org/apache/iceberg/DeleteFile.html" title="interface in org.apache.iceberg"><code>delete files</code></a> that apply to the task's data file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#addedEqualityDeleteFiles()">addedEqualityDeleteFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#addedEqualityDeletes()">addedEqualityDeletes()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.Builder.html#addedFile(org.apache.iceberg.PartitionSpec,org.apache.iceberg.DataFile)">addedFile(PartitionSpec, DataFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.Builder.html" title="class in org.apache.iceberg">SnapshotSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.Builder.html#addedFile(org.apache.iceberg.PartitionSpec,org.apache.iceberg.DeleteFile)">addedFile(PartitionSpec, DeleteFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.Builder.html" title="class in org.apache.iceberg">SnapshotSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteFileGroup.html#addedFiles()">addedFiles()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteFileGroup.html" title="class in org.apache.iceberg.actions">RewriteFileGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#addedFilesCount()">addedFilesCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#addedFilesCount()">addedFilesCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns the number of data files with status ADDED in the manifest file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#addedFilesCount()">addedFilesCount()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#addedFilesSizeInBytes()">addedFilesSizeInBytes()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.Builder.html#addedManifest(org.apache.iceberg.ManifestFile)">addedManifest(ManifestFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.Builder.html" title="class in org.apache.iceberg">SnapshotSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteManifests.Result.html#addedManifests()">addedManifests()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteManifests.Result.html" title="interface in org.apache.iceberg.actions">RewriteManifests.Result</a></dt>
<dd>
<div class="block">Returns added manifests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#addedPositionalDeleteFiles()">addedPositionalDeleteFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#addedPositionalDeletes()">addedPositionalDeletes()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ConvertEqualityDeleteFiles.Result.html#addedPositionDeleteFilesCount()">addedPositionDeleteFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ConvertEqualityDeleteFiles.Result.html" title="interface in org.apache.iceberg.actions">ConvertEqualityDeleteFiles.Result</a></dt>
<dd>
<div class="block">Returns the count of the added position delete files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#addedRecords()">addedRecords()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#addedRowsCount()">addedRowsCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#addedRowsCount()">addedRowsCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns the total number of rows in all data files with status ADDED in the manifest file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#addedRowsCount()">addedRowsCount()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/AddedRowsScanTask.html" title="interface in org.apache.iceberg"><span class="typeNameLink">AddedRowsScanTask</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A scan task for inserts generated by adding a data file to the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html#addElement(I,E)">addElement(I, E)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.ListReader.html#addElement(java.util.List,E)">addElement(List&lt;E&gt;, E)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.ListReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.ListReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileFormat.html#addExtension(java.lang.String)">addExtension(String)</a></span> - Method in enum org.apache.iceberg.<a href="org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg">FileFormat</a></dt>
<dd>
<div class="block">Returns filename with this format's extension added, if necessary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html#addFallbackIds(org.apache.parquet.schema.MessageType)">addFallbackIds(MessageType)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdatePartitionSpec.html#addField(java.lang.String)">addField(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdatePartitionSpec.html" title="interface in org.apache.iceberg">UpdatePartitionSpec</a></dt>
<dd>
<div class="block">Add a new partition field from a source column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdatePartitionSpec.html#addField(java.lang.String,org.apache.iceberg.expressions.Term)">addField(String, Term)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdatePartitionSpec.html" title="interface in org.apache.iceberg">UpdatePartitionSpec</a></dt>
<dd>
<div class="block">Add a new partition field from an <a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions"><code>expression term</code></a>, with the given partition
field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdatePartitionSpec.html#addField(org.apache.iceberg.expressions.Term)">addField(Term)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdatePartitionSpec.html" title="interface in org.apache.iceberg">UpdatePartitionSpec</a></dt>
<dd>
<div class="block">Add a new partition field from an <a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions"><code>expression term</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryFileIO.html#addFile(java.lang.String,byte%5B%5D)">addFile(String, byte[])</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryFileIO.html" title="class in org.apache.iceberg.inmemory">InMemoryFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseOverwriteFiles.html#addFile(org.apache.iceberg.DataFile)">addFile(DataFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseOverwriteFiles.html" title="class in org.apache.iceberg">BaseOverwriteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplacePartitions.html#addFile(org.apache.iceberg.DataFile)">addFile(DataFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplacePartitions.html" title="class in org.apache.iceberg">BaseReplacePartitions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/OverwriteFiles.html#addFile(org.apache.iceberg.DataFile)">addFile(DataFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/OverwriteFiles.html" title="interface in org.apache.iceberg">OverwriteFiles</a></dt>
<dd>
<div class="block">Add a <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a> to the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ReplacePartitions.html#addFile(org.apache.iceberg.DataFile)">addFile(DataFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ReplacePartitions.html" title="interface in org.apache.iceberg">ReplacePartitions</a></dt>
<dd>
<div class="block">Add a <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a> to the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteFiles.html#addFile(org.apache.iceberg.DataFile)">addFile(DataFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RewriteFiles.html" title="interface in org.apache.iceberg">RewriteFiles</a></dt>
<dd>
<div class="block">Add a new data file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteFiles.html#addFile(org.apache.iceberg.DeleteFile)">addFile(DeleteFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RewriteFiles.html" title="interface in org.apache.iceberg">RewriteFiles</a></dt>
<dd>
<div class="block">Add a new delete file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteFiles.html#addFile(org.apache.iceberg.DeleteFile,long)">addFile(DeleteFile, long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RewriteFiles.html" title="interface in org.apache.iceberg">RewriteFiles</a></dt>
<dd>
<div class="block">Add a new delete file with the given data sequence number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseRewriteManifests.html#addManifest(org.apache.iceberg.ManifestFile)">addManifest(ManifestFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseRewriteManifests.html" title="class in org.apache.iceberg">BaseRewriteManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteManifests.html#addManifest(org.apache.iceberg.ManifestFile)">addManifest(ManifestFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RewriteManifests.html" title="interface in org.apache.iceberg">RewriteManifests</a></dt>
<dd>
<div class="block">Adds a <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>manifest file</code></a> to the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html#addMissing(java.lang.String)">addMissing(String)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">UpdateNamespacePropertiesResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html#addMissing(java.util.Collection)">addMissing(Collection&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">UpdateNamespacePropertiesResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html#addPair(I,K,V)">addPair(I, K, V)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedKeyValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.MapReader.html#addPair(java.util.Map,K,V)">addPair(Map&lt;K, V&gt;, K, V)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.MapReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.MapReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StatementContext)">AddPartitionFieldContext(IcebergSqlExtensionsParser.StatementContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.AddPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#addPartitionSpec(org.apache.iceberg.PartitionSpec)">addPartitionSpec(PartitionSpec)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#addPartitionSpec(org.apache.iceberg.UnboundPartitionSpec)">addPartitionSpec(UnboundPartitionSpec)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddPartitionSpec.html#%3Cinit%3E(org.apache.iceberg.PartitionSpec)">AddPartitionSpec(PartitionSpec)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddPartitionSpec.html" title="class in org.apache.iceberg">MetadataUpdate.AddPartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddPartitionSpec.html#%3Cinit%3E(org.apache.iceberg.UnboundPartitionSpec)">AddPartitionSpec(UnboundPartitionSpec)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddPartitionSpec.html" title="class in org.apache.iceberg">MetadataUpdate.AddPartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/WriteResult.Builder.html#addReferencedDataFiles(java.lang.CharSequence...)">addReferencedDataFiles(CharSequence...)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/WriteResult.Builder.html" title="class in org.apache.iceberg.io">WriteResult.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/WriteResult.Builder.html#addReferencedDataFiles(java.lang.Iterable)">addReferencedDataFiles(Iterable&lt;CharSequence&gt;)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/WriteResult.Builder.html" title="class in org.apache.iceberg.io">WriteResult.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html#addRemoved(java.lang.String)">addRemoved(String)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">UpdateNamespacePropertiesResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html#addRemoved(java.util.Collection)">addRemoved(Collection&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">UpdateNamespacePropertiesResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#addRequiredColumn(java.lang.String,java.lang.String,org.apache.iceberg.types.Type)">addRequiredColumn(String, String, Type)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Add a new required top-level column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#addRequiredColumn(java.lang.String,java.lang.String,org.apache.iceberg.types.Type,java.lang.String)">addRequiredColumn(String, String, Type, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Add a new required top-level column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#addRequiredColumn(java.lang.String,org.apache.iceberg.types.Type)">addRequiredColumn(String, Type)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Add a new required top-level column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#addRequiredColumn(java.lang.String,org.apache.iceberg.types.Type,java.lang.String)">addRequiredColumn(String, Type, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Add a new required top-level column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClusteredDataWriter.html#addResult(org.apache.iceberg.io.DataWriteResult)">addResult(DataWriteResult)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClusteredDataWriter.html" title="class in org.apache.iceberg.io">ClusteredDataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FanoutDataWriter.html#addResult(org.apache.iceberg.io.DataWriteResult)">addResult(DataWriteResult)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FanoutDataWriter.html" title="class in org.apache.iceberg.io">FanoutDataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RollingDataWriter.html#addResult(org.apache.iceberg.io.DataWriteResult)">addResult(DataWriteResult)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/RollingDataWriter.html" title="class in org.apache.iceberg.io">RollingDataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClusteredEqualityDeleteWriter.html#addResult(org.apache.iceberg.io.DeleteWriteResult)">addResult(DeleteWriteResult)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClusteredEqualityDeleteWriter.html" title="class in org.apache.iceberg.io">ClusteredEqualityDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClusteredPositionDeleteWriter.html#addResult(org.apache.iceberg.io.DeleteWriteResult)">addResult(DeleteWriteResult)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClusteredPositionDeleteWriter.html" title="class in org.apache.iceberg.io">ClusteredPositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FanoutPositionOnlyDeleteWriter.html#addResult(org.apache.iceberg.io.DeleteWriteResult)">addResult(DeleteWriteResult)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FanoutPositionOnlyDeleteWriter.html" title="class in org.apache.iceberg.io">FanoutPositionOnlyDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RollingEqualityDeleteWriter.html#addResult(org.apache.iceberg.io.DeleteWriteResult)">addResult(DeleteWriteResult)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/RollingEqualityDeleteWriter.html" title="class in org.apache.iceberg.io">RollingEqualityDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RollingPositionDeleteWriter.html#addResult(org.apache.iceberg.io.DeleteWriteResult)">addResult(DeleteWriteResult)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/RollingPositionDeleteWriter.html" title="class in org.apache.iceberg.io">RollingPositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowDelta.html#addRows(org.apache.iceberg.DataFile)">addRows(DataFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RowDelta.html" title="interface in org.apache.iceberg">RowDelta</a></dt>
<dd>
<div class="block">Add a <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a> to the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/IcebergDecoder.html#addSchema(org.apache.iceberg.Schema)">addSchema(Schema)</a></span> - Method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/IcebergDecoder.html" title="class in org.apache.iceberg.data.avro">IcebergDecoder</a></dt>
<dd>
<div class="block">Adds an <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Iceberg schema</code></a> that can be used to decode buffers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.Builder.html#addSchema(org.apache.iceberg.Schema)">addSchema(Schema)</a></span> - Method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.Builder.html" title="class in org.apache.iceberg.view">ViewMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#addSchema(org.apache.iceberg.Schema,int)">addSchema(Schema, int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddSchema.html#%3Cinit%3E(org.apache.iceberg.Schema,int)">AddSchema(Schema, int)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddSchema.html" title="class in org.apache.iceberg">MetadataUpdate.AddSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html#addScope(java.lang.String)">addScope(String)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">OAuthTokenResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html#addScopes(java.util.List)">addScopes(List&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">OAuthTokenResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#addSnapshot(org.apache.iceberg.Snapshot)">addSnapshot(Snapshot)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddSnapshot.html#%3Cinit%3E(org.apache.iceberg.Snapshot)">AddSnapshot(Snapshot)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddSnapshot.html" title="class in org.apache.iceberg">MetadataUpdate.AddSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#addSortOrder(org.apache.iceberg.SortOrder)">addSortOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#addSortOrder(org.apache.iceberg.UnboundSortOrder)">addSortOrder(UnboundSortOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddSortOrder.html#%3Cinit%3E(org.apache.iceberg.SortOrder)">AddSortOrder(SortOrder)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddSortOrder.html" title="class in org.apache.iceberg">MetadataUpdate.AddSortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddSortOrder.html#%3Cinit%3E(org.apache.iceberg.UnboundSortOrder)">AddSortOrder(UnboundSortOrder)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddSortOrder.html" title="class in org.apache.iceberg">MetadataUpdate.AddSortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html#addUpdated(java.lang.String)">addUpdated(String)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">UpdateNamespacePropertiesResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html#addUpdated(java.util.Collection)">addUpdated(Collection&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">UpdateNamespacePropertiesResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DoubleFieldMetrics.Builder.html#addValue(double)">addValue(double)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DoubleFieldMetrics.Builder.html" title="class in org.apache.iceberg">DoubleFieldMetrics.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FloatFieldMetrics.Builder.html#addValue(float)">addValue(float)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FloatFieldMetrics.Builder.html" title="class in org.apache.iceberg">FloatFieldMetrics.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.Builder.html#addVersion(org.apache.iceberg.view.ViewVersion)">addVersion(ViewVersion)</a></span> - Method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.Builder.html" title="class in org.apache.iceberg.view">ViewMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddViewVersion.html#%3Cinit%3E(org.apache.iceberg.view.ViewVersion)">AddViewVersion(ViewVersion)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddViewVersion.html" title="class in org.apache.iceberg">MetadataUpdate.AddViewVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#ADJUST_TO_UTC_PROP">ADJUST_TO_UTC_PROP</a></span> - Static variable in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TableScanUtil.html#adjustSplitSize(long,int,long)">adjustSplitSize(long, int, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TableScanUtil.html" title="class in org.apache.iceberg.util">TableScanUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/AzureProperties.html#ADLS_CONNECTION_STRING_PREFIX">ADLS_CONNECTION_STRING_PREFIX</a></span> - Static variable in class org.apache.iceberg.azure.<a href="org/apache/iceberg/azure/AzureProperties.html" title="class in org.apache.iceberg.azure">AzureProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/AzureProperties.html#ADLS_READ_BLOCK_SIZE">ADLS_READ_BLOCK_SIZE</a></span> - Static variable in class org.apache.iceberg.azure.<a href="org/apache/iceberg/azure/AzureProperties.html" title="class in org.apache.iceberg.azure">AzureProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/AzureProperties.html#ADLS_SAS_TOKEN_PREFIX">ADLS_SAS_TOKEN_PREFIX</a></span> - Static variable in class org.apache.iceberg.azure.<a href="org/apache/iceberg/azure/AzureProperties.html" title="class in org.apache.iceberg.azure">AzureProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/AzureProperties.html#ADLS_WRITE_BLOCK_SIZE">ADLS_WRITE_BLOCK_SIZE</a></span> - Static variable in class org.apache.iceberg.azure.<a href="org/apache/iceberg/azure/AzureProperties.html" title="class in org.apache.iceberg.azure">AzureProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html" title="class in org.apache.iceberg.azure.adlsv2"><span class="typeNameLink">ADLSFileIO</span></a> - Class in <a href="org/apache/iceberg/azure/adlsv2/package-summary.html">org.apache.iceberg.azure.adlsv2</a></dt>
<dd>
<div class="block">FileIO implementation backed by Azure Data Lake Storage Gen2.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html#%3Cinit%3E()">ADLSFileIO()</a></span> - Constructor for class org.apache.iceberg.azure.adlsv2.<a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html" title="class in org.apache.iceberg.azure.adlsv2">ADLSFileIO</a></dt>
<dd>
<div class="block">No-arg constructor to load the FileIO dynamically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/AzureProperties.html#adlsReadBlockSize()">adlsReadBlockSize()</a></span> - Method in class org.apache.iceberg.azure.<a href="org/apache/iceberg/azure/AzureProperties.html" title="class in org.apache.iceberg.azure">AzureProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/AzureProperties.html#adlsWriteBlockSize()">adlsWriteBlockSize()</a></span> - Method in class org.apache.iceberg.azure.<a href="org/apache/iceberg/azure/AzureProperties.html" title="class in org.apache.iceberg.azure">AzureProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BaseColumnIterator.html#advance()">advance()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BaseColumnIterator.html" title="class in org.apache.iceberg.parquet">BaseColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BaseColumnIterator.html#advanceNextPageCount">advanceNextPageCount</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BaseColumnIterator.html" title="class in org.apache.iceberg.parquet">BaseColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#ADVISORY_PARTITION_SIZE">ADVISORY_PARTITION_SIZE</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#ADVISORY_PARTITION_SIZE">ADVISORY_PARTITION_SIZE</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteRequirements.html#advisoryPartitionSize()">advisoryPartitionSize()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteRequirements.html" title="class in org.apache.iceberg.spark">SparkWriteRequirements</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionAlgorithm.html#AES_CTR">AES_CTR</a></span> - org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionAlgorithm.html" title="enum in org.apache.iceberg.encryption">EncryptionAlgorithm</a></dt>
<dd>
<div class="block">Counter mode (CTR) allows fast encryption with high throughput.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionAlgorithm.html#AES_GCM">AES_GCM</a></span> - org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionAlgorithm.html" title="enum in org.apache.iceberg.encryption">EncryptionAlgorithm</a></dt>
<dd>
<div class="block">Galois/Counter mode (GCM) combines CTR with the new Galois mode of authentication.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionAlgorithm.html#AES_GCM_CTR">AES_GCM_CTR</a></span> - org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionAlgorithm.html" title="enum in org.apache.iceberg.encryption">EncryptionAlgorithm</a></dt>
<dd>
<div class="block">A combination of GCM and CTR that can be used for file types like Parquet, so that all modules
except pages are encrypted by GCM to ensure integrity, and CTR is used for efficient encryption
of bulk data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/Ciphers.AesGcmDecryptor.html#%3Cinit%3E(byte%5B%5D)">AesGcmDecryptor(byte[])</a></span> - Constructor for class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/Ciphers.AesGcmDecryptor.html" title="class in org.apache.iceberg.encryption">Ciphers.AesGcmDecryptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/Ciphers.AesGcmEncryptor.html#%3Cinit%3E(byte%5B%5D)">AesGcmEncryptor(byte[])</a></span> - Constructor for class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/Ciphers.AesGcmEncryptor.html" title="class in org.apache.iceberg.encryption">Ciphers.AesGcmEncryptor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/AesGcmInputFile.html" title="class in org.apache.iceberg.encryption"><span class="typeNameLink">AesGcmInputFile</span></a> - Class in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmInputFile.html#%3Cinit%3E(org.apache.iceberg.io.InputFile,byte%5B%5D,byte%5B%5D)">AesGcmInputFile(InputFile, byte[], byte[])</a></span> - Constructor for class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmInputFile.html" title="class in org.apache.iceberg.encryption">AesGcmInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/AesGcmInputStream.html" title="class in org.apache.iceberg.encryption"><span class="typeNameLink">AesGcmInputStream</span></a> - Class in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/AesGcmOutputFile.html" title="class in org.apache.iceberg.encryption"><span class="typeNameLink">AesGcmOutputFile</span></a> - Class in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmOutputFile.html#%3Cinit%3E(org.apache.iceberg.io.OutputFile,byte%5B%5D,byte%5B%5D)">AesGcmOutputFile(OutputFile, byte[], byte[])</a></span> - Constructor for class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmOutputFile.html" title="class in org.apache.iceberg.encryption">AesGcmOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/AesGcmOutputStream.html" title="class in org.apache.iceberg.encryption"><span class="typeNameLink">AesGcmOutputStream</span></a> - Class in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.Builder.html#after(long)">after(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.Builder.html" title="class in org.apache.iceberg">ScanSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.Builder.html#after(java.lang.String)">after(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.Builder.html" title="class in org.apache.iceberg">ScanSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#afterElementField(org.apache.orc.TypeDescription)">afterElementField(TypeDescription)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#afterElementField(org.apache.parquet.schema.Type)">afterElementField(Type)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#afterField(java.lang.String,org.apache.orc.TypeDescription)">afterField(String, TypeDescription)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#afterField(org.apache.iceberg.types.Types.NestedField)">afterField(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexParents.html#afterField(org.apache.iceberg.types.Types.NestedField)">afterField(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexParents.html" title="class in org.apache.iceberg.types">IndexParents</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#afterField(org.apache.iceberg.types.Types.NestedField)">afterField(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#afterField(org.apache.iceberg.types.Types.NestedField,P)">afterField(Types.NestedField, P)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#afterField(org.apache.parquet.schema.Type)">afterField(Type)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#afterKeyField(org.apache.orc.TypeDescription)">afterKeyField(TypeDescription)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#afterKeyField(org.apache.parquet.schema.Type)">afterKeyField(Type)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#afterListElement(org.apache.iceberg.types.Types.NestedField)">afterListElement(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#afterListElement(org.apache.iceberg.types.Types.NestedField)">afterListElement(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#afterListElement(org.apache.iceberg.types.Types.NestedField,P)">afterListElement(Types.NestedField, P)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#afterMapKey(org.apache.iceberg.types.Types.NestedField)">afterMapKey(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#afterMapKey(org.apache.iceberg.types.Types.NestedField)">afterMapKey(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#afterMapKey(org.apache.iceberg.types.Types.NestedField,P)">afterMapKey(Types.NestedField, P)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#afterMapValue(org.apache.iceberg.types.Types.NestedField)">afterMapValue(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#afterMapValue(org.apache.iceberg.types.Types.NestedField)">afterMapValue(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#afterMapValue(org.apache.iceberg.types.Types.NestedField,P)">afterMapValue(Types.NestedField, P)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#afterRepeatedElement(org.apache.parquet.schema.Type)">afterRepeatedElement(Type)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#afterRepeatedKeyValue(org.apache.parquet.schema.Type)">afterRepeatedKeyValue(Type)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#afterValueField(org.apache.orc.TypeDescription)">afterValueField(TypeDescription)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#afterValueField(org.apache.parquet.schema.Type)">afterValueField(Type)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html#aggregate(org.apache.iceberg.expressions.BoundAggregate)">aggregate(BoundAggregate&lt;T, C&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.ExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html#aggregate(org.apache.iceberg.expressions.UnboundAggregate)">aggregate(UnboundAggregate&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.ExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Aggregate.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">Aggregate</span></a>&lt;<a href="org/apache/iceberg/expressions/Aggregate.html" title="type parameter in Aggregate">C</a> extends <a href="org/apache/iceberg/expressions/Term.html" title="interface in org.apache.iceberg.expressions">Term</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">The aggregate functions that can be pushed and evaluated in Iceberg.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#AGGREGATE_PUSH_DOWN_ENABLED">AGGREGATE_PUSH_DOWN_ENABLED</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#AGGREGATE_PUSH_DOWN_ENABLED">AGGREGATE_PUSH_DOWN_ENABLED</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#AGGREGATE_PUSH_DOWN_ENABLED_DEFAULT">AGGREGATE_PUSH_DOWN_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClusteredDataWriter.html#aggregatedResult()">aggregatedResult()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClusteredDataWriter.html" title="class in org.apache.iceberg.io">ClusteredDataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClusteredEqualityDeleteWriter.html#aggregatedResult()">aggregatedResult()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClusteredEqualityDeleteWriter.html" title="class in org.apache.iceberg.io">ClusteredEqualityDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClusteredPositionDeleteWriter.html#aggregatedResult()">aggregatedResult()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClusteredPositionDeleteWriter.html" title="class in org.apache.iceberg.io">ClusteredPositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FanoutDataWriter.html#aggregatedResult()">aggregatedResult()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FanoutDataWriter.html" title="class in org.apache.iceberg.io">FanoutDataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FanoutPositionOnlyDeleteWriter.html#aggregatedResult()">aggregatedResult()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FanoutPositionOnlyDeleteWriter.html" title="class in org.apache.iceberg.io">FanoutPositionOnlyDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RollingDataWriter.html#aggregatedResult()">aggregatedResult()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/RollingDataWriter.html" title="class in org.apache.iceberg.io">RollingDataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RollingEqualityDeleteWriter.html#aggregatedResult()">aggregatedResult()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/RollingEqualityDeleteWriter.html" title="class in org.apache.iceberg.io">RollingEqualityDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RollingPositionDeleteWriter.html#aggregatedResult()">aggregatedResult()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/RollingPositionDeleteWriter.html" title="class in org.apache.iceberg.io">RollingPositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/AggregateEvaluator.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">AggregateEvaluator</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">A class for evaluating aggregates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#aggregatePushDownEnabled()">aggregatePushDownEnabled()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/AggregateEvaluator.html#aggregates()">aggregates()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/AggregateEvaluator.html" title="class in org.apache.iceberg.expressions">AggregateEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/NumDeletes.html#aggregateTaskMetrics(long%5B%5D)">aggregateTaskMetrics(long[])</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/NumDeletes.html" title="class in org.apache.iceberg.spark.source.metrics">NumDeletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/NumSplits.html#aggregateTaskMetrics(long%5B%5D)">aggregateTaskMetrics(long[])</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/NumSplits.html" title="class in org.apache.iceberg.spark.source.metrics">NumSplits</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#aliasToId(java.lang.String)">aliasToId(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns the column id for the given column alias.</div>
</dd>
<dt><a href="org/apache/iceberg/aliyun/AliyunClientFactories.html" title="class in org.apache.iceberg.aliyun"><span class="typeNameLink">AliyunClientFactories</span></a> - Class in <a href="org/apache/iceberg/aliyun/package-summary.html">org.apache.iceberg.aliyun</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aliyun/AliyunClientFactory.html" title="interface in org.apache.iceberg.aliyun"><span class="typeNameLink">AliyunClientFactory</span></a> - Interface in <a href="org/apache/iceberg/aliyun/package-summary.html">org.apache.iceberg.aliyun</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunClientFactory.html#aliyunProperties()">aliyunProperties()</a></span> - Method in interface org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunClientFactory.html" title="interface in org.apache.iceberg.aliyun">AliyunClientFactory</a></dt>
<dd>
<div class="block">Returns an initialized <a href="org/apache/iceberg/aliyun/AliyunProperties.html" title="class in org.apache.iceberg.aliyun"><code>AliyunProperties</code></a></div>
</dd>
<dt><a href="org/apache/iceberg/aliyun/AliyunProperties.html" title="class in org.apache.iceberg.aliyun"><span class="typeNameLink">AliyunProperties</span></a> - Class in <a href="org/apache/iceberg/aliyun/package-summary.html">org.apache.iceberg.aliyun</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunProperties.html#%3Cinit%3E()">AliyunProperties()</a></span> - Constructor for class org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunProperties.html" title="class in org.apache.iceberg.aliyun">AliyunProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunProperties.html#%3Cinit%3E(java.util.Map)">AliyunProperties(Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunProperties.html" title="class in org.apache.iceberg.aliyun">AliyunProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#ALL_DATA_FILES">ALL_DATA_FILES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#ALL_DELETE_FILES">ALL_DELETE_FILES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#ALL_ENTRIES">ALL_ENTRIES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#ALL_FILES">ALL_FILES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#ALL_MANIFESTS">ALL_MANIFESTS</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/AggregateEvaluator.html#allAggregatorsValid()">allAggregatorsValid()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/AggregateEvaluator.html" title="class in org.apache.iceberg.expressions">AggregateEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/AllDataFilesTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">AllDataFilesTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation that exposes a table's valid data files as rows.</div>
</dd>
<dt><a href="org/apache/iceberg/AllDataFilesTable.AllDataFilesTableScan.html" title="class in org.apache.iceberg"><span class="typeNameLink">AllDataFilesTable.AllDataFilesTableScan</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/AllDeleteFilesTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">AllDeleteFilesTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation that exposes its valid delete files as rows.</div>
</dd>
<dt><a href="org/apache/iceberg/AllDeleteFilesTable.AllDeleteFilesTableScan.html" title="class in org.apache.iceberg"><span class="typeNameLink">AllDeleteFilesTable.AllDeleteFilesTableScan</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/AllEntriesTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">AllEntriesTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation that exposes a table's manifest entries as rows, for both delete
and data files.</div>
</dd>
<dt><a href="org/apache/iceberg/AllFilesTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">AllFilesTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation that exposes its valid files as rows.</div>
</dd>
<dt><a href="org/apache/iceberg/AllFilesTable.AllFilesTableScan.html" title="class in org.apache.iceberg"><span class="typeNameLink">AllFilesTable.AllFilesTableScan</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#allManifests(org.apache.iceberg.io.FileIO)">allManifests(FileIO)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return all <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a> instances for either data or delete manifests in this snapshot.</div>
</dd>
<dt><a href="org/apache/iceberg/AllManifestsTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">AllManifestsTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation that exposes a table's valid manifest files as rows.</div>
</dd>
<dt><a href="org/apache/iceberg/AllManifestsTable.AllManifestsTableScan.html" title="class in org.apache.iceberg"><span class="typeNameLink">AllManifestsTable.AllManifestsTableScan</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#allowIncompatibleChanges()">allowIncompatibleChanges()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Allow incompatible changes to the schema.</div>
</dd>
<dt><a href="org/apache/iceberg/exceptions/AlreadyExistsException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">AlreadyExistsException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Exception raised when attempting to create a table that already exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/AlreadyExistsException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">AlreadyExistsException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/AlreadyExistsException.html" title="class in org.apache.iceberg.exceptions">AlreadyExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/AlreadyExistsException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">AlreadyExistsException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/AlreadyExistsException.html" title="class in org.apache.iceberg.exceptions">AlreadyExistsException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#ALTER">ALTER</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#ALTER">ALTER</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html#ALTER()">ALTER()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.AddPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html#ALTER()">ALTER()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html#ALTER()">ALTER()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html#ALTER()">ALTER()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html#ALTER()">ALTER()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html#ALTER()">ALTER()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html#ALTER()">ALTER()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#ALTER()">ALTER()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#ALTER()">ALTER()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html#ALTER()">ALTER()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html#ALTER()">ALTER()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#alterDatabase(java.lang.String,org.apache.flink.table.catalog.CatalogDatabase,boolean)">alterDatabase(String, CatalogDatabase, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#alterFunction(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogFunction,boolean)">alterFunction(ObjectPath, CatalogFunction, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#alterNamespace(java.lang.String%5B%5D,org.apache.spark.sql.connector.catalog.NamespaceChange...)">alterNamespace(String[], NamespaceChange...)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#alterNamespace(java.lang.String%5B%5D,org.apache.spark.sql.connector.catalog.NamespaceChange...)">alterNamespace(String[], NamespaceChange...)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#alterPartition(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,org.apache.flink.table.catalog.CatalogPartition,boolean)">alterPartition(ObjectPath, CatalogPartitionSpec, CatalogPartition, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#alterPartitionColumnStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,org.apache.flink.table.catalog.stats.CatalogColumnStatistics,boolean)">alterPartitionColumnStatistics(ObjectPath, CatalogPartitionSpec, CatalogColumnStatistics, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#alterPartitionStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,org.apache.flink.table.catalog.stats.CatalogTableStatistics,boolean)">alterPartitionStatistics(ObjectPath, CatalogPartitionSpec, CatalogTableStatistics, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#alterTable(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogBaseTable,boolean)">alterTable(ObjectPath, CatalogBaseTable, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>
<div class="block">This alterTable API only supports altering table properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#alterTable(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogBaseTable,java.util.List,boolean)">alterTable(ObjectPath, CatalogBaseTable, List&lt;TableChange&gt;, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/MetastoreUtil.html#alterTable(org.apache.hadoop.hive.metastore.IMetaStoreClient,java.lang.String,java.lang.String,org.apache.hadoop.hive.metastore.api.Table)">alterTable(IMetaStoreClient, String, String, Table)</a></span> - Static method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/MetastoreUtil.html" title="class in org.apache.iceberg.hive">MetastoreUtil</a></dt>
<dd>
<div class="block">Calls alter_table method using the metastore client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/MetastoreUtil.html#alterTable(org.apache.hadoop.hive.metastore.IMetaStoreClient,java.lang.String,java.lang.String,org.apache.hadoop.hive.metastore.api.Table,java.util.Map)">alterTable(IMetaStoreClient, String, String, Table, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/MetastoreUtil.html" title="class in org.apache.iceberg.hive">MetastoreUtil</a></dt>
<dd>
<div class="block">Calls alter_table method using the metastore client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html#alterTable(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.connector.catalog.TableChange...)">alterTable(Identifier, TableChange...)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html" title="class in org.apache.iceberg.spark">SparkCachedTableCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#alterTable(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.connector.catalog.TableChange...)">alterTable(Identifier, TableChange...)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#alterTable(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.connector.catalog.TableChange...)">alterTable(Identifier, TableChange...)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#alterTableColumnStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.stats.CatalogColumnStatistics,boolean)">alterTableColumnStatistics(ObjectPath, CatalogColumnStatistics, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#alterTableStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.stats.CatalogTableStatistics,boolean)">alterTableStatistics(ObjectPath, CatalogTableStatistics, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#alwaysFalse()">alwaysFalse()</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#alwaysFalse()">alwaysFalse()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html#alwaysFalse()">alwaysFalse()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.ExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#alwaysNull()">alwaysNull()</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="block">Returns a <a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms"><code>Transform</code></a> that always produces null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#alwaysNull(int,java.lang.String,int)">alwaysNull(int, String, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#alwaysNull(java.lang.String)">alwaysNull(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#alwaysNull(java.lang.String,java.lang.String)">alwaysNull(String, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#alwaysTrue()">alwaysTrue()</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#alwaysTrue()">alwaysTrue()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html#alwaysTrue()">alwaysTrue()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.ExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#ancestorIds(org.apache.iceberg.Snapshot,java.util.function.Function)">ancestorIds(Snapshot, Function&lt;Long, Snapshot&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#ancestorIdsBetween(long,java.lang.Long,java.util.function.Function)">ancestorIdsBetween(long, Long, Function&lt;Long, Snapshot&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#ancestorsBetween(long,java.lang.Long,java.util.function.Function)">ancestorsBetween(long, Long, Function&lt;Long, Snapshot&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#ancestorsBetween(org.apache.iceberg.Table,long,java.lang.Long)">ancestorsBetween(Table, long, Long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#ancestorsOf(long,java.util.function.Function)">ancestorsOf(long, Function&lt;Long, Snapshot&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/procedures/AncestorsOfProcedure.html" title="class in org.apache.iceberg.spark.procedures"><span class="typeNameLink">AncestorsOfProcedure</span></a> - Class in <a href="org/apache/iceberg/spark/procedures/package-summary.html">org.apache.iceberg.spark.procedures</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#and(java.util.function.Supplier,java.util.function.Supplier)">and(Supplier&lt;R&gt;, Supplier&lt;R&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#and(org.apache.iceberg.expressions.Expression,org.apache.iceberg.expressions.Expression)">and(Expression, Expression)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#and(org.apache.iceberg.expressions.Expression,org.apache.iceberg.expressions.Expression,org.apache.iceberg.expressions.Expression...)">and(Expression, Expression, Expression...)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html#and(R,R)">and(R, R)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.ExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/And.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">And</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#AND">AND</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#APACHE_CONNECTION_ACQUISITION_TIMEOUT_MS">APACHE_CONNECTION_ACQUISITION_TIMEOUT_MS</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">Used to configure the connection acquisition timeout in milliseconds for <code>ApacheHttpClient.Builder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#APACHE_CONNECTION_MAX_IDLE_TIME_MS">APACHE_CONNECTION_MAX_IDLE_TIME_MS</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">Used to configure the connection max idle time in milliseconds for <code>ApacheHttpClient.Builder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#APACHE_CONNECTION_TIME_TO_LIVE_MS">APACHE_CONNECTION_TIME_TO_LIVE_MS</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">Used to configure the connection time to live in milliseconds for <code>ApacheHttpClient.Builder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#APACHE_CONNECTION_TIMEOUT_MS">APACHE_CONNECTION_TIMEOUT_MS</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">Used to configure the connection timeout in milliseconds for <code>ApacheHttpClient.Builder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/StandardBlobTypes.html#APACHE_DATASKETCHES_THETA_V1">APACHE_DATASKETCHES_THETA_V1</a></span> - Static variable in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/StandardBlobTypes.html" title="class in org.apache.iceberg.puffin">StandardBlobTypes</a></dt>
<dd>
<div class="block">A serialized form of a "compact" Theta sketch produced by the <a href="https://datasketches.apache.org/">Apache DataSketches</a> library</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#APACHE_EXPECT_CONTINUE_ENABLED">APACHE_EXPECT_CONTINUE_ENABLED</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">Used to configure whether to enable the expect continue setting for <code>ApacheHttpClient.Builder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#APACHE_MAX_CONNECTIONS">APACHE_MAX_CONNECTIONS</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">Used to configure the max connections number for <code>ApacheHttpClient.Builder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#APACHE_SOCKET_TIMEOUT_MS">APACHE_SOCKET_TIMEOUT_MS</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">Used to configure the socket timeout in milliseconds for <code>ApacheHttpClient.Builder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#APACHE_TCP_KEEP_ALIVE_ENABLED">APACHE_TCP_KEEP_ALIVE_ENABLED</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">Used to configure whether to enable the tcp keep alive setting for <code>ApacheHttpClient.Builder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#APACHE_USE_IDLE_CONNECTION_REAPER_ENABLED">APACHE_USE_IDLE_CONNECTION_REAPER_ENABLED</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">Used to configure whether to use idle connection reaper for <code>ApacheHttpClient.Builder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#APP_ID">APP_ID</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#append()">append()</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>
<div class="block">Append the iceberg sink operators to write records to iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataOperations.html#APPEND">APPEND</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/DataOperations.html" title="class in org.apache.iceberg">DataOperations</a></dt>
<dd>
<div class="block">New data is appended to the table and no data is removed or deleted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AppendFiles.html#appendFile(org.apache.iceberg.DataFile)">appendFile(DataFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/AppendFiles.html" title="interface in org.apache.iceberg">AppendFiles</a></dt>
<dd>
<div class="block">Append a <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a> to the table.</div>
</dd>
<dt><a href="org/apache/iceberg/AppendFiles.html" title="interface in org.apache.iceberg"><span class="typeNameLink">AppendFiles</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for appending new files in a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AppendFiles.html#appendManifest(org.apache.iceberg.ManifestFile)">appendManifest(ManifestFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/AppendFiles.html" title="interface in org.apache.iceberg">AppendFiles</a></dt>
<dd>
<div class="block">Append a <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a> to the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html#appendsAfter(long)">appendsAfter(long)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html" title="class in org.apache.iceberg.data">IcebergGenerics.ScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataTableScan.html#appendsAfter(long)">appendsAfter(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataTableScan.html" title="class in org.apache.iceberg">DataTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableScan.html#appendsAfter(long)">appendsAfter(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableScan.html" title="interface in org.apache.iceberg">TableScan</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 1.0.0, will be removed in 2.0.0; use <a href="org/apache/iceberg/Table.html#newIncrementalAppendScan()"><code>Table.newIncrementalAppendScan()</code></a>
instead.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html#appendsBetween(long,long)">appendsBetween(long, long)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html" title="class in org.apache.iceberg.data">IcebergGenerics.ScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataTableScan.html#appendsBetween(long,long)">appendsBetween(long, long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataTableScan.html" title="class in org.apache.iceberg">DataTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableScan.html#appendsBetween(long,long)">appendsBetween(long, long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableScan.html" title="interface in org.apache.iceberg">TableScan</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 1.0.0, will be removed in 2.0.0; use <a href="org/apache/iceberg/Table.html#newIncrementalAppendScan()"><code>Table.newIncrementalAppendScan()</code></a>
instead.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplaceSortOrder.html#apply()">apply()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplaceSortOrder.html" title="class in org.apache.iceberg">BaseReplaceSortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PendingUpdate.html#apply()">apply()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/PendingUpdate.html" title="interface in org.apache.iceberg">PendingUpdate</a></dt>
<dd>
<div class="block">Apply the pending changes and return the uncommitted changes for validation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SetLocation.html#apply()">apply()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SetLocation.html" title="class in org.apache.iceberg">SetLocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SetStatistics.html#apply()">apply()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SetStatistics.html" title="class in org.apache.iceberg">SetStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#apply()">apply()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBase.html#apply(int,int)">apply(int, int)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBase.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/RowDataToAvroGenericRecordConverter.html#apply(org.apache.flink.table.data.RowData)">apply(RowData)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/RowDataToAvroGenericRecordConverter.html" title="class in org.apache.iceberg.flink.source">RowDataToAvroGenericRecordConverter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/DataIteratorReaderFunction.html#apply(org.apache.iceberg.flink.source.split.IcebergSourceSplit)">apply(IcebergSourceSplit)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/DataIteratorReaderFunction.html" title="class in org.apache.iceberg.flink.source.reader">DataIteratorReaderFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplacePartitions.html#apply(org.apache.iceberg.TableMetadata,org.apache.iceberg.Snapshot)">apply(TableMetadata, Snapshot)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplacePartitions.html" title="class in org.apache.iceberg">BaseReplacePartitions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseRewriteManifests.html#apply(org.apache.iceberg.TableMetadata,org.apache.iceberg.Snapshot)">apply(TableMetadata, Snapshot)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseRewriteManifests.html" title="class in org.apache.iceberg">BaseRewriteManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transform.html#apply(S)">apply(S)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms">Transform</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transform.html#bind(org.apache.iceberg.types.Type)"><code>Transform.bind(Type)</code></a> instead; will be removed in 2.0.0</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/UnknownTransform.html#apply(S)">apply(S)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/UnknownTransform.html" title="class in org.apache.iceberg.transforms">UnknownTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html#applyAssumeRoleConfigurations(T)">applyAssumeRoleConfigurations(T)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws">AssumeRoleAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/AzureProperties.html#applyClientConfiguration(java.lang.String,com.azure.storage.file.datalake.DataLakeFileSystemClientBuilder)">applyClientConfiguration(String, DataLakeFileSystemClientBuilder)</a></span> - Method in class org.apache.iceberg.azure.<a href="org/apache/iceberg/azure/AzureProperties.html" title="class in org.apache.iceberg.azure">AzureProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientProperties.html#applyClientCredentialConfigurations(T)">applyClientCredentialConfigurations(T)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientProperties.html" title="class in org.apache.iceberg.aws">AwsClientProperties</a></dt>
<dd>
<div class="block">Configure the credential provider for AWS clients.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#applyClientCredentialConfigurations(T)">applyClientCredentialConfigurations(T)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 1.5.0, use <a href="org/apache/iceberg/aws/AwsClientProperties.html#applyClientCredentialConfigurations(T)"><code>AwsClientProperties.applyClientCredentialConfigurations(AwsClientBuilder)</code></a> instead</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientProperties.html#applyClientRegionConfiguration(T)">applyClientRegionConfiguration(T)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientProperties.html" title="class in org.apache.iceberg.aws">AwsClientProperties</a></dt>
<dd>
<div class="block">Configure a client AWS region.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#applyCredentialConfigurations(org.apache.iceberg.aws.AwsClientProperties,T)">applyCredentialConfigurations(AwsClientProperties, T)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#applyDynamoDbEndpointConfigurations(T)">applyDynamoDbEndpointConfigurations(T)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Override the endpoint for a dynamoDb client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#applyEndpointConfigurations(T)">applyEndpointConfigurations(T)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Override the endpoint for an S3 client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergTableSource.html#applyFilters(java.util.List)">applyFilters(List&lt;ResolvedExpression&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergTableSource.html" title="class in org.apache.iceberg.flink.source">IcebergTableSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#applyGlueEndpointConfigurations(T)">applyGlueEndpointConfigurations(T)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Override the endpoint for a glue client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#applyHttpClientConfigurations(T)">applyHttpClientConfigurations(T)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">Configure the httpClient for a client according to the HttpClientType.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergTableSource.html#applyLimit(long)">applyLimit(long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergTableSource.html" title="class in org.apache.iceberg.flink.source">IcebergTableSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html#applyNameMapping(org.apache.parquet.schema.MessageType,org.apache.iceberg.mapping.NameMapping)">applyNameMapping(MessageType, NameMapping)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/IcebergTableSink.html#applyOverwrite(boolean)">applyOverwrite(boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/IcebergTableSink.html" title="class in org.apache.iceberg.flink">IcebergTableSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergTableSource.html#applyProjection(int%5B%5D%5B%5D)">applyProjection(int[][])</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergTableSource.html" title="class in org.apache.iceberg.flink.source">IcebergTableSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/util/FlinkAlterTableUtil.html#applyPropertyChanges(org.apache.iceberg.UpdateProperties,java.util.List)">applyPropertyChanges(UpdateProperties, List&lt;TableChange&gt;)</a></span> - Static method in class org.apache.iceberg.flink.util.<a href="org/apache/iceberg/flink/util/FlinkAlterTableUtil.html" title="class in org.apache.iceberg.flink.util">FlinkAlterTableUtil</a></dt>
<dd>
<div class="block">Applies a list of Flink table property changes to an <a href="org/apache/iceberg/UpdateProperties.html" title="interface in org.apache.iceberg"><code>UpdateProperties</code></a> operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#applyPropertyChanges(org.apache.iceberg.UpdateProperties,java.util.List)">applyPropertyChanges(UpdateProperties, List&lt;TableChange&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>
<div class="block">Applies a list of Spark table changes to an <a href="org/apache/iceberg/UpdateProperties.html" title="interface in org.apache.iceberg"><code>UpdateProperties</code></a> operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PropertyUtil.html#applySchemaChanges(java.util.Map,java.util.List,java.util.Map,java.util.Set)">applySchemaChanges(Map&lt;String, String&gt;, List&lt;String&gt;, Map&lt;String, String&gt;, Set&lt;String&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PropertyUtil.html" title="class in org.apache.iceberg.util">PropertyUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/util/FlinkAlterTableUtil.html#applySchemaChanges(org.apache.iceberg.UpdateSchema,java.util.List)">applySchemaChanges(UpdateSchema, List&lt;TableChange&gt;)</a></span> - Static method in class org.apache.iceberg.flink.util.<a href="org/apache/iceberg/flink/util/FlinkAlterTableUtil.html" title="class in org.apache.iceberg.flink.util">FlinkAlterTableUtil</a></dt>
<dd>
<div class="block">Applies a list of Flink table changes to an <a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg"><code>UpdateSchema</code></a> operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#applySchemaChanges(org.apache.iceberg.UpdateSchema,java.util.List)">applySchemaChanges(UpdateSchema, List&lt;TableChange&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>
<div class="block">Applies a list of Spark table changes to an <a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg"><code>UpdateSchema</code></a> operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#applyServiceConfigurations(T)">applyServiceConfigurations(T)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Configure services settings for an S3 client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#applySignerConfiguration(T)">applySignerConfiguration(T)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Configure a signer for an S3 client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/IcebergTableSink.html#applyStaticPartition(java.util.Map)">applyStaticPartition(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/IcebergTableSink.html" title="class in org.apache.iceberg.flink">IcebergTableSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddPartitionSpec.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddPartitionSpec.html" title="class in org.apache.iceberg">MetadataUpdate.AddPartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddSchema.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddSchema.html" title="class in org.apache.iceberg">MetadataUpdate.AddSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddSnapshot.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddSnapshot.html" title="class in org.apache.iceberg">MetadataUpdate.AddSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddSortOrder.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddSortOrder.html" title="class in org.apache.iceberg">MetadataUpdate.AddSortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.html" title="interface in org.apache.iceberg">MetadataUpdate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AssignUUID.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AssignUUID.html" title="class in org.apache.iceberg">MetadataUpdate.AssignUUID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.RemoveProperties.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.RemoveProperties.html" title="class in org.apache.iceberg">MetadataUpdate.RemoveProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.RemoveSnapshot.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.RemoveSnapshot.html" title="class in org.apache.iceberg">MetadataUpdate.RemoveSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.RemoveSnapshotRef.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.RemoveSnapshotRef.html" title="class in org.apache.iceberg">MetadataUpdate.RemoveSnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.RemoveStatistics.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.RemoveStatistics.html" title="class in org.apache.iceberg">MetadataUpdate.RemoveStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetCurrentSchema.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetCurrentSchema.html" title="class in org.apache.iceberg">MetadataUpdate.SetCurrentSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetDefaultPartitionSpec.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetDefaultPartitionSpec.html" title="class in org.apache.iceberg">MetadataUpdate.SetDefaultPartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetDefaultSortOrder.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetDefaultSortOrder.html" title="class in org.apache.iceberg">MetadataUpdate.SetDefaultSortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetLocation.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetLocation.html" title="class in org.apache.iceberg">MetadataUpdate.SetLocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetProperties.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetProperties.html" title="class in org.apache.iceberg">MetadataUpdate.SetProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html" title="class in org.apache.iceberg">MetadataUpdate.SetSnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetStatistics.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetStatistics.html" title="class in org.apache.iceberg">MetadataUpdate.SetStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.UpgradeFormatVersion.html#applyTo(org.apache.iceberg.TableMetadata.Builder)">applyTo(TableMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.UpgradeFormatVersion.html" title="class in org.apache.iceberg">MetadataUpdate.UpgradeFormatVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddSchema.html#applyTo(org.apache.iceberg.view.ViewMetadata.Builder)">applyTo(ViewMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddSchema.html" title="class in org.apache.iceberg">MetadataUpdate.AddSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddViewVersion.html#applyTo(org.apache.iceberg.view.ViewMetadata.Builder)">applyTo(ViewMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddViewVersion.html" title="class in org.apache.iceberg">MetadataUpdate.AddViewVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.html#applyTo(org.apache.iceberg.view.ViewMetadata.Builder)">applyTo(ViewMetadata.Builder)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.html" title="interface in org.apache.iceberg">MetadataUpdate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AssignUUID.html#applyTo(org.apache.iceberg.view.ViewMetadata.Builder)">applyTo(ViewMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AssignUUID.html" title="class in org.apache.iceberg">MetadataUpdate.AssignUUID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.RemoveProperties.html#applyTo(org.apache.iceberg.view.ViewMetadata.Builder)">applyTo(ViewMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.RemoveProperties.html" title="class in org.apache.iceberg">MetadataUpdate.RemoveProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetCurrentViewVersion.html#applyTo(org.apache.iceberg.view.ViewMetadata.Builder)">applyTo(ViewMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetCurrentViewVersion.html" title="class in org.apache.iceberg">MetadataUpdate.SetCurrentViewVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetLocation.html#applyTo(org.apache.iceberg.view.ViewMetadata.Builder)">applyTo(ViewMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetLocation.html" title="class in org.apache.iceberg">MetadataUpdate.SetLocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetProperties.html#applyTo(org.apache.iceberg.view.ViewMetadata.Builder)">applyTo(ViewMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetProperties.html" title="class in org.apache.iceberg">MetadataUpdate.SetProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.UpgradeFormatVersion.html#applyTo(org.apache.iceberg.view.ViewMetadata.Builder)">applyTo(ViewMetadata.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.UpgradeFormatVersion.html" title="class in org.apache.iceberg">MetadataUpdate.UpgradeFormatVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TransformContext)">ApplyTransformContext(IcebergSqlExtensionsParser.TransformContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ApplyTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html#arguments">arguments</a></span> - Variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ApplyTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/RemoveIds.html#array(org.apache.avro.Schema,org.apache.avro.Schema)">array(Schema, Schema)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/RemoveIds.html" title="class in org.apache.iceberg.avro">RemoveIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaVisitor.html#array(org.apache.avro.Schema,T)">array(Schema, T)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#array(org.apache.iceberg.avro.ValueReader)">array(ValueReader&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#array(org.apache.iceberg.avro.ValueWriter)">array(ValueWriter&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReaders.html#array(org.apache.iceberg.orc.OrcValueReader)">array(OrcValueReader&lt;?&gt;)</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReaders.html" title="class in org.apache.iceberg.data.orc">GenericOrcReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html#array(org.apache.iceberg.types.Types.ListType,org.apache.avro.Schema,T)">array(Types.ListType, Schema, T)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#array(P,org.apache.avro.Schema,T)">array(P, Schema, T)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#ARRAY">ARRAY</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#ARRAY">ARRAY</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html#ARRAY()">ARRAY()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringArrayContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html#arrayElementType(org.apache.flink.table.types.logical.LogicalType)">arrayElementType(LogicalType)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">AvroWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html#arrayElementType(org.apache.spark.sql.types.DataType)">arrayElementType(DataType)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">AvroWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#arrayElementType(P)">arrayElementType(P)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#arrayMap(org.apache.iceberg.avro.ValueReader,org.apache.iceberg.avro.ValueReader)">arrayMap(ValueReader&lt;K&gt;, ValueReader&lt;V&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#arrayMap(org.apache.iceberg.avro.ValueWriter,org.apache.iceberg.avro.ValueWriter)">arrayMap(ValueWriter&lt;K&gt;, ValueWriter&lt;V&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">ArrayUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/ArrowAllocation.html" title="class in org.apache.iceberg.arrow"><span class="typeNameLink">ArrowAllocation</span></a> - Class in <a href="org/apache/iceberg/arrow/package-summary.html">org.apache.iceberg.arrow</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/ArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">ArrowReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">Vectorized reader that returns an iterator of <a href="org/apache/iceberg/arrow/vectorized/ColumnarBatch.html" title="class in org.apache.iceberg.arrow.vectorized"><code>ColumnarBatch</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowReader.html#%3Cinit%3E(org.apache.iceberg.TableScan,int,boolean)">ArrowReader(TableScan, int, boolean)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowReader</a></dt>
<dd>
<div class="block">Create a new instance of the reader.</div>
</dd>
<dt><a href="org/apache/iceberg/arrow/ArrowSchemaUtil.html" title="class in org.apache.iceberg.arrow"><span class="typeNameLink">ArrowSchemaUtil</span></a> - Class in <a href="org/apache/iceberg/arrow/package-summary.html">org.apache.iceberg.arrow</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">ArrowVectorAccessor</span></a>&lt;<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="type parameter in ArrowVectorAccessor">DecimalT</a>,&#8203;<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="type parameter in ArrowVectorAccessor">Utf8StringT</a>,&#8203;<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="type parameter in ArrowVectorAccessor">ArrayT</a>,&#8203;<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="type parameter in ArrowVectorAccessor">ChildVectorT</a> extends java.lang.AutoCloseable&gt; - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html#%3Cinit%3E(org.apache.arrow.vector.ValueVector)">ArrowVectorAccessor(ValueVector)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowVectorAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html#%3Cinit%3E(org.apache.arrow.vector.ValueVector,ChildVectorT%5B%5D)">ArrowVectorAccessor(ValueVector, ChildVectorT[])</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowVectorAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/vectorized/ArrowVectorAccessors.html" title="class in org.apache.iceberg.spark.data.vectorized"><span class="typeNameLink">ArrowVectorAccessors</span></a> - Class in <a href="org/apache/iceberg/spark/data/vectorized/package-summary.html">org.apache.iceberg.spark.data.vectorized</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SnapshotTable.html#as(java.lang.String)">as(String)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SnapshotTable.html" title="interface in org.apache.iceberg.actions">SnapshotTable</a></dt>
<dd>
<div class="block">Sets the table identifier for the newly created Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html#as(java.lang.String)">as(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">SnapshotTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.html#as(org.apache.iceberg.catalog.TableIdentifier)">as(TableIdentifier)</a></span> - Method in interface org.apache.iceberg.delta.<a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.html" title="interface in org.apache.iceberg.delta">SnapshotDeltaLakeTable</a></dt>
<dd>
<div class="block">Sets the identifier of the newly created Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#AS">AS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#AS">AS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html#AS()">AS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.AddPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html#AS()">AS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BranchOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#AS()">AS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#AS()">AS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html#AS()">AS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TagOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#AS_OF_TIMESTAMP">AS_OF_TIMESTAMP</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#AS_OF_TIMESTAMP">AS_OF_TIMESTAMP</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#AS_OF_TIMESTAMP">AS_OF_TIMESTAMP</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderBuilder.html#asc(java.lang.String)">asc(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SortOrderBuilder.html" title="interface in org.apache.iceberg">SortOrderBuilder</a></dt>
<dd>
<div class="block">Add a field to the sort by field name, ascending with nulls first.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderBuilder.html#asc(java.lang.String,org.apache.iceberg.NullOrder)">asc(String, NullOrder)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SortOrderBuilder.html" title="interface in org.apache.iceberg">SortOrderBuilder</a></dt>
<dd>
<div class="block">Add a field to the sort by field name, ascending with the given null order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderBuilder.html#asc(org.apache.iceberg.expressions.Term)">asc(Term)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SortOrderBuilder.html" title="interface in org.apache.iceberg">SortOrderBuilder</a></dt>
<dd>
<div class="block">Add an expression term to the sort, ascending with nulls first.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplaceSortOrder.html#asc(org.apache.iceberg.expressions.Term,org.apache.iceberg.NullOrder)">asc(Term, NullOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplaceSortOrder.html" title="class in org.apache.iceberg">BaseReplaceSortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.Builder.html#asc(org.apache.iceberg.expressions.Term,org.apache.iceberg.NullOrder)">asc(Term, NullOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.Builder.html" title="class in org.apache.iceberg">SortOrder.Builder</a></dt>
<dd>
<div class="block">Add an expression term to the sort, ascending with the given null order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderBuilder.html#asc(org.apache.iceberg.expressions.Term,org.apache.iceberg.NullOrder)">asc(Term, NullOrder)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SortOrderBuilder.html" title="interface in org.apache.iceberg">SortOrderBuilder</a></dt>
<dd>
<div class="block">Add an expression term to the sort, ascending with the given null order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortDirection.html#ASC">ASC</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/SortDirection.html" title="enum in org.apache.iceberg">SortDirection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#ASC">ASC</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#ASC">ASC</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#ASC()">ASC()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html#ASC()">ASC()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.html#asCatalog(org.apache.iceberg.catalog.SessionCatalog.SessionContext)">asCatalog(SessionCatalog.SessionContext)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CombinedScanTask.html#asCombinedScanTask()">asCombinedScanTask()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/CombinedScanTask.html" title="interface in org.apache.iceberg">CombinedScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanTask.html#asCombinedScanTask()">asCombinedScanTask()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg">ScanTask</a></dt>
<dd>
<div class="block">Returns this cast to <a href="org/apache/iceberg/CombinedScanTask.html" title="interface in org.apache.iceberg"><code>CombinedScanTask</code></a> if it is one</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataTask.html#asDataTask()">asDataTask()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DataTask.html" title="interface in org.apache.iceberg">DataTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanTask.html#asDataTask()">asDataTask()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg">ScanTask</a></dt>
<dd>
<div class="block">Returns this cast to <a href="org/apache/iceberg/DataTask.html" title="interface in org.apache.iceberg"><code>DataTask</code></a> if it is one</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileScanTask.html#asFileScanTask()">asFileScanTask()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/FileScanTask.html" title="interface in org.apache.iceberg">FileScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanTask.html#asFileScanTask()">asFileScanTask()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg">ScanTask</a></dt>
<dd>
<div class="block">Returns this cast to <a href="org/apache/iceberg/FileScanTask.html" title="interface in org.apache.iceberg"><code>FileScanTask</code></a> if it is one</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.html#asListType()">asListType()</a></span> - Method in interface org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#asListType()">asListType()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html#asLiteralPredicate()">asLiteralPredicate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html" title="class in org.apache.iceberg.expressions">BoundLiteralPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundPredicate.html#asLiteralPredicate()">asLiteralPredicate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundPredicate.html" title="class in org.apache.iceberg.expressions">BoundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/NameMapping.html#asMappedFields()">asMappedFields()</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/NameMapping.html" title="class in org.apache.iceberg.mapping">NameMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.html#asMapType()">asMapType()</a></span> - Method in interface org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#asMapType()">asMapType()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.html#asNestedType()">asNestedType()</a></span> - Method in interface org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.NestedType.html#asNestedType()">asNestedType()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.NestedType.html" title="class in org.apache.iceberg.types">Type.NestedType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BatchScan.html#asOfTime(long)">asOfTime(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/BatchScan.html" title="interface in org.apache.iceberg">BatchScan</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/BatchScan.html" title="interface in org.apache.iceberg"><code>BatchScan</code></a> from this scan's configuration that will use the most recent
snapshot as of the given time in milliseconds on the branch in the scan or main if no branch is
set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html#asOfTime(long)">asOfTime(long)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html" title="class in org.apache.iceberg.data">IcebergGenerics.ScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FindFiles.Builder.html#asOfTime(long)">asOfTime(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FindFiles.Builder.html" title="class in org.apache.iceberg">FindFiles.Builder</a></dt>
<dd>
<div class="block">Base results on files in the snapshot that was current as of a timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#asOfTime(long)">asOfTime(long)</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotScan.html#asOfTime(long)">asOfTime(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotScan.html" title="class in org.apache.iceberg">SnapshotScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableScan.html#asOfTime(long)">asOfTime(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableScan.html" title="interface in org.apache.iceberg">TableScan</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/TableScan.html" title="interface in org.apache.iceberg"><code>TableScan</code></a> from this scan's configuration that will use the most recent
snapshot as of the given time in milliseconds on the branch in the scan or main if no branch is
set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#asOfTimestamp()">asOfTimestamp()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#asOfTimestamp()">asOfTimestamp()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#asOfTimestamp()">asOfTimestamp()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#asOfTimestamp(java.lang.Long)">asOfTimestamp(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#asOfTimestamp(java.lang.Long)">asOfTimestamp(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#asOfTimestamp(java.lang.Long)">asOfTimestamp(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#asOptional()">asOptional()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.html#asPrimitiveType()">asPrimitiveType()</a></span> - Method in interface org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.PrimitiveType.html#asPrimitiveType()">asPrimitiveType()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.PrimitiveType.html" title="class in org.apache.iceberg.types">Type.PrimitiveType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#asRequired()">asRequired()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteFileGroup.html#asResult()">asResult()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteFileGroup.html" title="class in org.apache.iceberg.actions">RewriteFileGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html#asResult()">asResult()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertCurrentSchemaID.html#%3Cinit%3E(int)">AssertCurrentSchemaID(int)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertCurrentSchemaID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertCurrentSchemaID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertDefaultSortOrderID.html#%3Cinit%3E(int)">AssertDefaultSortOrderID(int)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertDefaultSortOrderID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertDefaultSortOrderID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertDefaultSpecID.html#%3Cinit%3E(int)">AssertDefaultSpecID(int)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertDefaultSpecID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertDefaultSpecID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertLastAssignedFieldId.html#%3Cinit%3E(int)">AssertLastAssignedFieldId(int)</a></span> - Constructor for class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertLastAssignedFieldId.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertLastAssignedFieldId</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertLastAssignedFieldId.html#%3Cinit%3E(int)">AssertLastAssignedFieldId(int)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertLastAssignedFieldId.html" title="class in org.apache.iceberg">UpdateRequirement.AssertLastAssignedFieldId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertLastAssignedPartitionId.html#%3Cinit%3E(int)">AssertLastAssignedPartitionId(int)</a></span> - Constructor for class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertLastAssignedPartitionId.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertLastAssignedPartitionId</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertLastAssignedPartitionId.html#%3Cinit%3E(int)">AssertLastAssignedPartitionId(int)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertLastAssignedPartitionId.html" title="class in org.apache.iceberg">UpdateRequirement.AssertLastAssignedPartitionId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertRefSnapshotID.html#%3Cinit%3E(java.lang.String,java.lang.Long)">AssertRefSnapshotID(String, Long)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertRefSnapshotID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertRefSnapshotID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertTableDoesNotExist.html#%3Cinit%3E()">AssertTableDoesNotExist()</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertTableDoesNotExist.html" title="class in org.apache.iceberg">UpdateRequirement.AssertTableDoesNotExist</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertTableUUID.html#%3Cinit%3E(java.lang.String)">AssertTableUUID(String)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertTableUUID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertTableUUID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundPredicate.html#asSetPredicate()">asSetPredicate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundPredicate.html" title="class in org.apache.iceberg.expressions">BoundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundSetPredicate.html#asSetPredicate()">asSetPredicate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundSetPredicate.html" title="class in org.apache.iceberg.expressions">BoundSetPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitStatus.html#ASSIGNED">ASSIGNED</a></span> - org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitStatus.html" title="enum in org.apache.iceberg.flink.source.split">IcebergSourceSplitStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#assignerFactory(org.apache.iceberg.flink.source.assigner.SplitAssignerFactory)">assignerFactory(SplitAssignerFactory)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#assignFreshIds(int,org.apache.iceberg.Schema,org.apache.iceberg.types.TypeUtil.NextID)">assignFreshIds(int, Schema, TypeUtil.NextID)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>
<div class="block">Assigns fresh ids from the <a href="org/apache/iceberg/types/TypeUtil.NextID.html" title="interface in org.apache.iceberg.types"><code>nextId function</code></a> for all fields in a schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#assignFreshIds(org.apache.iceberg.Schema,org.apache.iceberg.Schema,org.apache.iceberg.types.TypeUtil.NextID)">assignFreshIds(Schema, Schema, TypeUtil.NextID)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>
<div class="block">Assigns ids to match a given schema, and fresh ids from the <a href="org/apache/iceberg/types/TypeUtil.NextID.html" title="interface in org.apache.iceberg.types"><code>nextId function</code></a> for
all other fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#assignFreshIds(org.apache.iceberg.Schema,org.apache.iceberg.types.TypeUtil.NextID)">assignFreshIds(Schema, TypeUtil.NextID)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>
<div class="block">Assigns fresh ids from the <a href="org/apache/iceberg/types/TypeUtil.NextID.html" title="interface in org.apache.iceberg.types"><code>nextId function</code></a> for all fields in a schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#assignFreshIds(org.apache.iceberg.types.Type,org.apache.iceberg.types.TypeUtil.NextID)">assignFreshIds(Type, TypeUtil.NextID)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>
<div class="block">Assigns fresh ids from the <a href="org/apache/iceberg/types/TypeUtil.NextID.html" title="interface in org.apache.iceberg.types"><code>nextId function</code></a> for all fields in a type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#assignIncreasingFreshIds(org.apache.iceberg.Schema)">assignIncreasingFreshIds(Schema)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>
<div class="block">Assigns strictly increasing fresh ids for all fields in a schema, starting from 1.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#assignUUID()">assignUUID()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#assignUUID(java.lang.String)">assignUUID(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.Builder.html#assignUUID(java.lang.String)">assignUUID(String)</a></span> - Method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.Builder.html" title="class in org.apache.iceberg.view">ViewMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AssignUUID.html#%3Cinit%3E(java.lang.String)">AssignUUID(String)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AssignUUID.html" title="class in org.apache.iceberg">MetadataUpdate.AssignUUID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.UnboundField.html#asStatic()">asStatic()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.UnboundField.html" title="class in org.apache.iceberg.common">DynFields.UnboundField</a></dt>
<dd>
<div class="block">Returns this field as a StaticField.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html#asStatic()">asStatic()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html" title="class in org.apache.iceberg.common">DynMethods.UnboundMethod</a></dt>
<dd>
<div class="block">Returns this method as a StaticMethod.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#asStruct()">asStruct()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns the underlying <a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types"><code>struct type</code></a> for this schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericDeleteFilter.html#asStructLike(org.apache.iceberg.data.Record)">asStructLike(Record)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericDeleteFilter.html" title="class in org.apache.iceberg.data">GenericDeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#asStructLike(T)">asStructLike(T)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html#asStructLike(T)">asStructLike(T)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html" title="class in org.apache.iceberg.io">BaseTaskWriter.BaseEqualityDeltaWriter</a></dt>
<dd>
<div class="block">Wrap the data as a <a href="org/apache/iceberg/StructLike.html" title="interface in org.apache.iceberg"><code>StructLike</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html#asStructLikeKey(T)">asStructLikeKey(T)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html" title="class in org.apache.iceberg.io">BaseTaskWriter.BaseEqualityDeltaWriter</a></dt>
<dd>
<div class="block">Wrap the passed in key of a row as a <a href="org/apache/iceberg/StructLike.html" title="interface in org.apache.iceberg"><code>StructLike</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.html#asStructType()">asStructType()</a></span> - Method in interface org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StructType.html#asStructType()">asStructType()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types">Types.StructType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws"><span class="typeNameLink">AssumeRoleAwsClientFactory</span></a> - Class in <a href="org/apache/iceberg/aws/package-summary.html">org.apache.iceberg.aws</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html#%3Cinit%3E()">AssumeRoleAwsClientFactory()</a></span> - Constructor for class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws">AssumeRoleAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/IcebergTableSink.html#asSummaryString()">asSummaryString()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/IcebergTableSink.html" title="class in org.apache.iceberg.flink">IcebergTableSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergTableSource.html#asSummaryString()">asSummaryString()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergTableSource.html" title="class in org.apache.iceberg.flink.source">IcebergTableSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundPredicate.html#asUnaryPredicate()">asUnaryPredicate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundPredicate.html" title="class in org.apache.iceberg.expressions">BoundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundUnaryPredicate.html#asUnaryPredicate()">asUnaryPredicate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundUnaryPredicate.html" title="class in org.apache.iceberg.expressions">BoundUnaryPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetrics.html#attempts()">attempts()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetrics.html" title="class in org.apache.iceberg.metrics">CommitMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#attempts()">attempts()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetrics.html#ATTEMPTS">ATTEMPTS</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetrics.html" title="class in org.apache.iceberg.metrics">CommitMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#AUTH_SESSION_TIMEOUT_MS">AUTH_SESSION_TIMEOUT_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#AUTH_SESSION_TIMEOUT_MS_DEFAULT">AUTH_SESSION_TIMEOUT_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.html#authHeaders(java.lang.String)">authHeaders(String)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html#%3Cinit%3E(java.util.Map,java.lang.String,java.lang.String,java.lang.String,java.lang.String)">AuthSession(Map&lt;String, String&gt;, String, String, String, String)</a></span> - Constructor for class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util.AuthSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PlanningMode.html#AUTO">AUTO</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/PlanningMode.html" title="enum in org.apache.iceberg">PlanningMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmInputStream.html#available()">available()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmInputStream.html" title="class in org.apache.iceberg.encryption">AesGcmInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.Status.html#AVAILABLE">AVAILABLE</a></span> - org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.Status.html" title="enum in org.apache.iceberg.flink.source.assigner">GetSplitResult.Status</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/Avro.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">Avro</span></a> - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileFormat.html#AVRO">AVRO</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg">FileFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#AVRO_COMPRESSION">AVRO_COMPRESSION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#AVRO_COMPRESSION_DEFAULT">AVRO_COMPRESSION_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#AVRO_COMPRESSION_LEVEL">AVRO_COMPRESSION_LEVEL</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#AVRO_COMPRESSION_LEVEL_DEFAULT">AVRO_COMPRESSION_LEVEL_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">Avro.DataWriteBuilder</span></a> - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">Avro.DeleteWriteBuilder</span></a> - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/Avro.ReadBuilder.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">Avro.ReadBuilder</span></a> - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/Avro.WriteBuilder.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">Avro.WriteBuilder</span></a> - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#avroCompressionCodec()">avroCompressionCodec()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#avroCompressionLevel()">avroCompressionLevel()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/AvroEncoderUtil.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">AvroEncoderUtil</span></a> - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/AvroGenericRecordFileScanTaskReader.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">AvroGenericRecordFileScanTaskReader</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/AvroGenericRecordFileScanTaskReader.html#%3Cinit%3E(org.apache.iceberg.flink.source.RowDataFileScanTaskReader,org.apache.iceberg.flink.source.RowDataToAvroGenericRecordConverter)">AvroGenericRecordFileScanTaskReader(RowDataFileScanTaskReader, RowDataToAvroGenericRecordConverter)</a></span> - Constructor for class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/AvroGenericRecordFileScanTaskReader.html" title="class in org.apache.iceberg.flink.source">AvroGenericRecordFileScanTaskReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/reader/AvroGenericRecordReaderFunction.html" title="class in org.apache.iceberg.flink.source.reader"><span class="typeNameLink">AvroGenericRecordReaderFunction</span></a> - Class in <a href="org/apache/iceberg/flink/source/reader/package-summary.html">org.apache.iceberg.flink.source.reader</a></dt>
<dd>
<div class="block">Read Iceberg rows as <code>GenericRecord</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/AvroGenericRecordReaderFunction.html#%3Cinit%3E(java.lang.String,org.apache.flink.configuration.ReadableConfig,org.apache.iceberg.Schema,org.apache.iceberg.Schema,java.lang.String,boolean,org.apache.iceberg.io.FileIO,org.apache.iceberg.encryption.EncryptionManager,java.util.List)">AvroGenericRecordReaderFunction(String, ReadableConfig, Schema, Schema, String, boolean, FileIO, EncryptionManager, List&lt;Expression&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/AvroGenericRecordReaderFunction.html" title="class in org.apache.iceberg.flink.source.reader">AvroGenericRecordReaderFunction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/sink/AvroGenericRecordToRowDataMapper.html" title="class in org.apache.iceberg.flink.sink"><span class="typeNameLink">AvroGenericRecordToRowDataMapper</span></a> - Class in <a href="org/apache/iceberg/flink/sink/package-summary.html">org.apache.iceberg.flink.sink</a></dt>
<dd>
<div class="block">This util class converts Avro GenericRecord to Flink RowData.</div>
</dd>
<dt><a href="org/apache/iceberg/avro/AvroIterable.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">AvroIterable</span></a>&lt;<a href="org/apache/iceberg/avro/AvroIterable.html" title="type parameter in AvroIterable">D</a>&gt; - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/AvroMetrics.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">AvroMetrics</span></a> - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">AvroSchemaUtil</span></a> - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/AvroSchemaVisitor.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">AvroSchemaVisitor</span></a>&lt;<a href="org/apache/iceberg/avro/AvroSchemaVisitor.html" title="type parameter in AvroSchemaVisitor">T</a>&gt; - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaVisitor.html#%3Cinit%3E()">AvroSchemaVisitor()</a></span> - Constructor for class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">AvroSchemaWithTypeVisitor</span></a>&lt;<a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html" title="type parameter in AvroSchemaWithTypeVisitor">T</a>&gt; - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html#%3Cinit%3E()">AvroSchemaWithTypeVisitor()</a></span> - Constructor for class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data"><span class="typeNameLink">AvroWithFlinkSchemaVisitor</span></a>&lt;<a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html" title="type parameter in AvroWithFlinkSchemaVisitor">T</a>&gt; - Class in <a href="org/apache/iceberg/flink/data/package-summary.html">org.apache.iceberg.flink.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html#%3Cinit%3E()">AvroWithFlinkSchemaVisitor()</a></span> - Constructor for class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">AvroWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">AvroWithPartnerByStructureVisitor</span></a>&lt;<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="type parameter in AvroWithPartnerByStructureVisitor">P</a>,&#8203;<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="type parameter in AvroWithPartnerByStructureVisitor">T</a>&gt; - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>
<div class="block">A abstract avro schema visitor with partner type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#%3Cinit%3E()">AvroWithPartnerByStructureVisitor()</a></span> - Constructor for class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data"><span class="typeNameLink">AvroWithSparkSchemaVisitor</span></a>&lt;<a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html" title="type parameter in AvroWithSparkSchemaVisitor">T</a>&gt; - Class in <a href="org/apache/iceberg/spark/data/package-summary.html">org.apache.iceberg.spark.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html#%3Cinit%3E()">AvroWithSparkSchemaVisitor()</a></span> - Constructor for class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">AvroWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/AwsClientFactories.html" title="class in org.apache.iceberg.aws"><span class="typeNameLink">AwsClientFactories</span></a> - Class in <a href="org/apache/iceberg/aws/package-summary.html">org.apache.iceberg.aws</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/AwsClientFactory.html" title="interface in org.apache.iceberg.aws"><span class="typeNameLink">AwsClientFactory</span></a> - Interface in <a href="org/apache/iceberg/aws/package-summary.html">org.apache.iceberg.aws</a></dt>
<dd>
<div class="block">Interface to customize AWS clients used by Iceberg.</div>
</dd>
<dt><a href="org/apache/iceberg/aws/AwsClientProperties.html" title="class in org.apache.iceberg.aws"><span class="typeNameLink">AwsClientProperties</span></a> - Class in <a href="org/apache/iceberg/aws/package-summary.html">org.apache.iceberg.aws</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientProperties.html#%3Cinit%3E()">AwsClientProperties()</a></span> - Constructor for class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientProperties.html" title="class in org.apache.iceberg.aws">AwsClientProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientProperties.html#%3Cinit%3E(java.util.Map)">AwsClientProperties(Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientProperties.html" title="class in org.apache.iceberg.aws">AwsClientProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html#awsProperties()">awsProperties()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws">AssumeRoleAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws"><span class="typeNameLink">AwsProperties</span></a> - Class in <a href="org/apache/iceberg/aws/package-summary.html">org.apache.iceberg.aws</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#%3Cinit%3E()">AwsProperties()</a></span> - Constructor for class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#%3Cinit%3E(java.util.Map)">AwsProperties(Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/azure/AzureProperties.html" title="class in org.apache.iceberg.azure"><span class="typeNameLink">AzureProperties</span></a> - Class in <a href="org/apache/iceberg/azure/package-summary.html">org.apache.iceberg.azure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/AzureProperties.html#%3Cinit%3E()">AzureProperties()</a></span> - Constructor for class org.apache.iceberg.azure.<a href="org/apache/iceberg/azure/AzureProperties.html" title="class in org.apache.iceberg.azure">AzureProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/AzureProperties.html#%3Cinit%3E(java.util.Map)">AzureProperties(Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.azure.<a href="org/apache/iceberg/azure/AzureProperties.html" title="class in org.apache.iceberg.azure">AzureProperties</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#BACKQUOTED_IDENTIFIER">BACKQUOTED_IDENTIFIER</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#BACKQUOTED_IDENTIFIER">BACKQUOTED_IDENTIFIER</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierContext.html#BACKQUOTED_IDENTIFIER()">BACKQUOTED_IDENTIFIER()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.QuotedIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/MigrateTable.html#backupTableName(java.lang.String)">backupTableName(String)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/MigrateTable.html" title="interface in org.apache.iceberg.actions">MigrateTable</a></dt>
<dd>
<div class="block">Sets a table name for the backup of the original table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html#backupTableName(java.lang.String)">backupTableName(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">MigrateTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/BadRequestException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">BadRequestException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Exception thrown on HTTP 400 - Bad Request</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/BadRequestException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">BadRequestException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/BadRequestException.html" title="class in org.apache.iceberg.exceptions">BadRequestException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/BadRequestException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">BadRequestException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/BadRequestException.html" title="class in org.apache.iceberg.exceptions">BadRequestException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#BASE_NAMESPACE">BASE_NAMESPACE</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">BaseBatchReader</span></a>&lt;<a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html" title="type parameter in BaseBatchReader">T</a>&gt; - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">A base BatchReader class that contains common functionality</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html#%3Cinit%3E(java.util.List)">BaseBatchReader(List&lt;VectorizedReader&lt;?&gt;&gt;)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized">BaseBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/BaseColumnIterator.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">BaseColumnIterator</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BaseColumnIterator.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor)">BaseColumnIterator(ColumnDescriptor)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BaseColumnIterator.html" title="class in org.apache.iceberg.parquet">BaseColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseCombinedScanTask.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseCombinedScanTask</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseCombinedScanTask.html#%3Cinit%3E(java.util.List)">BaseCombinedScanTask(List&lt;FileScanTask&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/BaseCombinedScanTask.html" title="class in org.apache.iceberg">BaseCombinedScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseCombinedScanTask.html#%3Cinit%3E(org.apache.iceberg.FileScanTask...)">BaseCombinedScanTask(FileScanTask...)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/BaseCombinedScanTask.html" title="class in org.apache.iceberg">BaseCombinedScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html#%3Cinit%3E(org.apache.iceberg.StructLike,org.apache.iceberg.Schema,org.apache.iceberg.Schema)">BaseEqualityDeltaWriter(StructLike, Schema, Schema)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html" title="class in org.apache.iceberg.io">BaseTaskWriter.BaseEqualityDeltaWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseFileScanTask.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseFileScanTask</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseFileScanTask.html#%3Cinit%3E(org.apache.iceberg.DataFile,org.apache.iceberg.DeleteFile%5B%5D,java.lang.String,java.lang.String,org.apache.iceberg.expressions.ResidualEvaluator)">BaseFileScanTask(DataFile, DeleteFile[], String, String, ResidualEvaluator)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/BaseFileScanTask.html" title="class in org.apache.iceberg">BaseFileScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data"><span class="typeNameLink">BaseFileWriterFactory</span></a>&lt;<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="type parameter in BaseFileWriterFactory">T</a>&gt; - Class in <a href="org/apache/iceberg/data/package-summary.html">org.apache.iceberg.data</a></dt>
<dd>
<div class="block">A base writer factory to be extended by query engine integrations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#%3Cinit%3E(org.apache.iceberg.Table,org.apache.iceberg.FileFormat,org.apache.iceberg.Schema,org.apache.iceberg.SortOrder,org.apache.iceberg.FileFormat,int%5B%5D,org.apache.iceberg.Schema,org.apache.iceberg.SortOrder,org.apache.iceberg.Schema)">BaseFileWriterFactory(Table, FileFormat, Schema, SortOrder, FileFormat, int[], Schema, SortOrder, Schema)</a></span> - Constructor for class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html#%3Cinit%3E()">BaseLockManager()</a></span> - Constructor for class org.apache.iceberg.util.<a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html" title="class in org.apache.iceberg.util">LockManagers.BaseLockManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseMetadataTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Base class for metadata tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#%3Cinit%3E(org.apache.iceberg.Table,java.lang.String)">BaseMetadataTable(Table, String)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseMetastoreCatalog.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseMetastoreCatalog</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.html#%3Cinit%3E()">BaseMetastoreCatalog()</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.html" title="class in org.apache.iceberg">BaseMetastoreCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html#%3Cinit%3E(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema)">BaseMetastoreCatalogTableBuilder(TableIdentifier, Schema)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html" title="class in org.apache.iceberg">BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseMetastoreTableOperations</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#%3Cinit%3E()">BaseMetastoreTableOperations()</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseMetastoreTableOperations.CommitStatus.html" title="enum in org.apache.iceberg"><span class="typeNameLink">BaseMetastoreTableOperations.CommitStatus</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseOverwriteFiles.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseOverwriteFiles</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseOverwriteFiles.html#%3Cinit%3E(java.lang.String,org.apache.iceberg.TableOperations)">BaseOverwriteFiles(String, TableOperations)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/BaseOverwriteFiles.html" title="class in org.apache.iceberg">BaseOverwriteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">BasePageIterator</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor,java.lang.String)">BasePageIterator(ColumnDescriptor, String)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/BasePageIterator.IntIterator.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">BasePageIterator.IntIterator</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/parquet/BaseParquetReaders.html" title="class in org.apache.iceberg.data.parquet"><span class="typeNameLink">BaseParquetReaders</span></a>&lt;<a href="org/apache/iceberg/data/parquet/BaseParquetReaders.html" title="type parameter in BaseParquetReaders">T</a>&gt; - Class in <a href="org/apache/iceberg/data/parquet/package-summary.html">org.apache.iceberg.data.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/parquet/BaseParquetReaders.html#%3Cinit%3E()">BaseParquetReaders()</a></span> - Constructor for class org.apache.iceberg.data.parquet.<a href="org/apache/iceberg/data/parquet/BaseParquetReaders.html" title="class in org.apache.iceberg.data.parquet">BaseParquetReaders</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/parquet/BaseParquetWriter.html" title="class in org.apache.iceberg.data.parquet"><span class="typeNameLink">BaseParquetWriter</span></a>&lt;<a href="org/apache/iceberg/data/parquet/BaseParquetWriter.html" title="type parameter in BaseParquetWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/data/parquet/package-summary.html">org.apache.iceberg.data.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/parquet/BaseParquetWriter.html#%3Cinit%3E()">BaseParquetWriter()</a></span> - Constructor for class org.apache.iceberg.data.parquet.<a href="org/apache/iceberg/data/parquet/BaseParquetWriter.html" title="class in org.apache.iceberg.data.parquet">BaseParquetWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/BasePositionDeltaWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">BasePositionDeltaWriter</span></a>&lt;<a href="org/apache/iceberg/io/BasePositionDeltaWriter.html" title="type parameter in BasePositionDeltaWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BasePositionDeltaWriter.html#%3Cinit%3E(org.apache.iceberg.io.PartitioningWriter,org.apache.iceberg.io.PartitioningWriter)">BasePositionDeltaWriter(PartitioningWriter&lt;T, DataWriteResult&gt;, PartitioningWriter&lt;PositionDelete&lt;T&gt;, DeleteWriteResult&gt;)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BasePositionDeltaWriter.html" title="class in org.apache.iceberg.io">BasePositionDeltaWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BasePositionDeltaWriter.html#%3Cinit%3E(org.apache.iceberg.io.PartitioningWriter,org.apache.iceberg.io.PartitioningWriter,org.apache.iceberg.io.PartitioningWriter)">BasePositionDeltaWriter(PartitioningWriter&lt;T, DataWriteResult&gt;, PartitioningWriter&lt;T, DataWriteResult&gt;, PartitioningWriter&lt;PositionDelete&lt;T&gt;, DeleteWriteResult&gt;)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BasePositionDeltaWriter.html" title="class in org.apache.iceberg.io">BasePositionDeltaWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseReplacePartitions.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseReplacePartitions</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseReplaceSortOrder.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseReplaceSortOrder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions"><span class="typeNameLink">BaseRewriteDataFilesAction</span></a>&lt;<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="type parameter in BaseRewriteDataFilesAction">ThisT</a>&gt; - Class in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#%3Cinit%3E(org.apache.iceberg.Table)">BaseRewriteDataFilesAction(Table)</a></span> - Constructor for class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseRewriteManifests.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseRewriteManifests</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseScanTaskGroup.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseScanTaskGroup</span></a>&lt;<a href="org/apache/iceberg/BaseScanTaskGroup.html" title="type parameter in BaseScanTaskGroup">T</a> extends <a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg">ScanTask</a>&gt; - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseScanTaskGroup.html#%3Cinit%3E(java.util.Collection)">BaseScanTaskGroup(Collection&lt;T&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/BaseScanTaskGroup.html" title="class in org.apache.iceberg">BaseScanTaskGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseScanTaskGroup.html#%3Cinit%3E(org.apache.iceberg.StructLike,java.util.Collection)">BaseScanTaskGroup(StructLike, Collection&lt;T&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/BaseScanTaskGroup.html" title="class in org.apache.iceberg">BaseScanTaskGroup</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/catalog/BaseSessionCatalog.html" title="class in org.apache.iceberg.catalog"><span class="typeNameLink">BaseSessionCatalog</span></a> - Class in <a href="org/apache/iceberg/catalog/package-summary.html">org.apache.iceberg.catalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.html#%3Cinit%3E()">BaseSessionCatalog()</a></span> - Constructor for class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog"><span class="typeNameLink">BaseSessionCatalog.AsCatalog</span></a> - Class in <a href="org/apache/iceberg/catalog/package-summary.html">org.apache.iceberg.catalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#baseSignerUri()">baseSignerUri()</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Base <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#%3Cinit%3E(org.apache.iceberg.TableOperations,java.lang.String)">BaseTable(TableOperations, String)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#%3Cinit%3E(org.apache.iceberg.TableOperations,java.lang.String,org.apache.iceberg.metrics.MetricsReporter)">BaseTable(TableOperations, String, MetricsReporter)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html#baseTableFilter(org.apache.iceberg.expressions.Expression)">baseTableFilter(Expression)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html" title="class in org.apache.iceberg">PositionDeletesTable.PositionDeletesBatchScan</a></dt>
<dd>
<div class="block">Sets a filter that applies on base table of this position deletes table, to use for this
scan.</div>
</dd>
<dt><a href="org/apache/iceberg/io/BaseTaskWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">BaseTaskWriter</span></a>&lt;<a href="org/apache/iceberg/io/BaseTaskWriter.html" title="type parameter in BaseTaskWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BaseTaskWriter.html#%3Cinit%3E(org.apache.iceberg.PartitionSpec,org.apache.iceberg.FileFormat,org.apache.iceberg.io.FileAppenderFactory,org.apache.iceberg.io.OutputFileFactory,org.apache.iceberg.io.FileIO,long)">BaseTaskWriter(PartitionSpec, FileFormat, FileAppenderFactory&lt;T&gt;, OutputFileFactory, FileIO, long)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BaseTaskWriter.html" title="class in org.apache.iceberg.io">BaseTaskWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">BaseTaskWriter.BaseEqualityDeltaWriter</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">Base equality delta writer to write both insert records and equality-deletes.</div>
</dd>
<dt><a href="org/apache/iceberg/io/BaseTaskWriter.RollingEqDeleteWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">BaseTaskWriter.RollingEqDeleteWriter</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/BaseTaskWriter.RollingFileWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">BaseTaskWriter.RollingFileWriter</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseTransaction</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseTransaction.TransactionTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html" title="class in org.apache.iceberg"><span class="typeNameLink">BaseTransaction.TransactionTableOperations</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">BaseVectorizedParquetValuesReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>
<div class="block">A values reader for Parquet's run-length encoded data that reads column data in batches instead
of one value at a time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html#%3Cinit%3E(int,boolean)">BaseVectorizedParquetValuesReader(int, boolean)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">BaseVectorizedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html#%3Cinit%3E(int,int,boolean)">BaseVectorizedParquetValuesReader(int, int, boolean)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">BaseVectorizedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html#%3Cinit%3E(int,int,boolean,boolean)">BaseVectorizedParquetValuesReader(int, int, boolean, boolean)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">BaseVectorizedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.html#basicAuthHeaders(java.lang.String)">basicAuthHeaders(String)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/DataIteratorBatcher.html#batch(java.lang.String,org.apache.iceberg.flink.source.DataIterator)">batch(String, DataIterator&lt;T&gt;)</a></span> - Method in interface org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/DataIteratorBatcher.html" title="interface in org.apache.iceberg.flink.source.reader">DataIteratorBatcher</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.BatchReader.html#%3Cinit%3E()">BatchReader()</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.BatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.BatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BatchScan.html" title="interface in org.apache.iceberg"><span class="typeNameLink">BatchScan</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for configuring a batch scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.Builder.html#before(long)">before(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.Builder.html" title="class in org.apache.iceberg">ScanSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.Builder.html#before(java.lang.String)">before(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.Builder.html" title="class in org.apache.iceberg">ScanSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#beforeElementField(org.apache.orc.TypeDescription)">beforeElementField(TypeDescription)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#beforeElementField(org.apache.parquet.schema.Type)">beforeElementField(Type)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#beforeField(java.lang.String,org.apache.orc.TypeDescription)">beforeField(String, TypeDescription)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#beforeField(org.apache.iceberg.types.Types.NestedField)">beforeField(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexParents.html#beforeField(org.apache.iceberg.types.Types.NestedField)">beforeField(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexParents.html" title="class in org.apache.iceberg.types">IndexParents</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#beforeField(org.apache.iceberg.types.Types.NestedField)">beforeField(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#beforeField(org.apache.iceberg.types.Types.NestedField,P)">beforeField(Types.NestedField, P)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#beforeField(org.apache.parquet.schema.Type)">beforeField(Type)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#beforeKeyField(org.apache.orc.TypeDescription)">beforeKeyField(TypeDescription)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#beforeKeyField(org.apache.parquet.schema.Type)">beforeKeyField(Type)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#beforeListElement(org.apache.iceberg.types.Types.NestedField)">beforeListElement(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#beforeListElement(org.apache.iceberg.types.Types.NestedField)">beforeListElement(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#beforeListElement(org.apache.iceberg.types.Types.NestedField,P)">beforeListElement(Types.NestedField, P)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#beforeMapKey(org.apache.iceberg.types.Types.NestedField)">beforeMapKey(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#beforeMapKey(org.apache.iceberg.types.Types.NestedField)">beforeMapKey(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#beforeMapKey(org.apache.iceberg.types.Types.NestedField,P)">beforeMapKey(Types.NestedField, P)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#beforeMapValue(org.apache.iceberg.types.Types.NestedField)">beforeMapValue(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#beforeMapValue(org.apache.iceberg.types.Types.NestedField)">beforeMapValue(Types.NestedField)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#beforeMapValue(org.apache.iceberg.types.Types.NestedField,P)">beforeMapValue(Types.NestedField, P)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#beforeRepeatedElement(org.apache.parquet.schema.Type)">beforeRepeatedElement(Type)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#beforeRepeatedKeyValue(org.apache.parquet.schema.Type)">beforeRepeatedKeyValue(Type)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#beforeValueField(org.apache.orc.TypeDescription)">beforeValueField(TypeDescription)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#beforeValueField(org.apache.parquet.schema.Type)">beforeValueField(Type)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#BIGDECIMAL_LITERAL">BIGDECIMAL_LITERAL</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#BIGDECIMAL_LITERAL">BIGDECIMAL_LITERAL</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigDecimalLiteralContext.html#BIGDECIMAL_LITERAL()">BIGDECIMAL_LITERAL()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigDecimalLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BigDecimalLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigDecimalLiteralContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumberContext)">BigDecimalLiteralContext(IcebergSqlExtensionsParser.NumberContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigDecimalLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BigDecimalLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#BIGINT_LITERAL">BIGINT_LITERAL</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#BIGINT_LITERAL">BIGINT_LITERAL</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigIntLiteralContext.html#BIGINT_LITERAL()">BIGINT_LITERAL()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BigIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigIntLiteralContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumberContext)">BigIntLiteralContext(IcebergSqlExtensionsParser.NumberContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BigIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.BinaryType.html#BINARY">BINARY</a></span> - org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.BinaryType.html" title="enum in org.apache.iceberg.orc">ORCSchemaUtil.BinaryType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#BINARY">BINARY</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.BinaryAsDecimalReader.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor,int)">BinaryAsDecimalReader(ColumnDescriptor, int)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.BinaryAsDecimalReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.BinaryAsDecimalReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.BinaryType.html#%3Cinit%3E()">BinaryType()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.BinaryType.html" title="class in org.apache.iceberg.types">Types.BinaryType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/BinaryUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">BinaryUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Ctor.html#bind(java.lang.Object)">bind(Object)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Ctor.html" title="class in org.apache.iceberg.common">DynConstructors.Ctor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.UnboundField.html#bind(java.lang.Object)">bind(Object)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.UnboundField.html" title="class in org.apache.iceberg.common">DynFields.UnboundField</a></dt>
<dd>
<div class="block">Returns this method as a BoundMethod for the given receiver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html#bind(java.lang.Object)">bind(Object)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html" title="class in org.apache.iceberg.common">DynMethods.UnboundMethod</a></dt>
<dd>
<div class="block">Returns this method as a BoundMethod for the given receiver.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UnboundPartitionSpec.html#bind(org.apache.iceberg.Schema)">bind(Schema)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UnboundPartitionSpec.html" title="class in org.apache.iceberg">UnboundPartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UnboundSortOrder.html#bind(org.apache.iceberg.Schema)">bind(Schema)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UnboundSortOrder.html" title="class in org.apache.iceberg">UnboundSortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transform.html#bind(org.apache.iceberg.types.Type)">bind(Type)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms">Transform</a></dt>
<dd>
<div class="block">Returns a function that applies this transform to values of the given <a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types"><code>type</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/UnknownTransform.html#bind(org.apache.iceberg.types.Type)">bind(Type)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/UnknownTransform.html" title="class in org.apache.iceberg.transforms">UnknownTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/NamedReference.html#bind(org.apache.iceberg.types.Types.StructType,boolean)">bind(Types.StructType, boolean)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/NamedReference.html" title="class in org.apache.iceberg.expressions">NamedReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Unbound.html#bind(org.apache.iceberg.types.Types.StructType,boolean)">bind(Types.StructType, boolean)</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Unbound.html" title="interface in org.apache.iceberg.expressions">Unbound</a></dt>
<dd>
<div class="block">Bind this value expression to concrete types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/UnboundAggregate.html#bind(org.apache.iceberg.types.Types.StructType,boolean)">bind(Types.StructType, boolean)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/UnboundAggregate.html" title="class in org.apache.iceberg.expressions">UnboundAggregate</a></dt>
<dd>
<div class="block">Bind this UnboundAggregate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/UnboundPredicate.html#bind(org.apache.iceberg.types.Types.StructType,boolean)">bind(Types.StructType, boolean)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/UnboundPredicate.html" title="class in org.apache.iceberg.expressions">UnboundPredicate</a></dt>
<dd>
<div class="block">Bind this UnboundPredicate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/UnboundTransform.html#bind(org.apache.iceberg.types.Types.StructType,boolean)">bind(Types.StructType, boolean)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/UnboundTransform.html" title="class in org.apache.iceberg.expressions">UnboundTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Binder.html#bind(org.apache.iceberg.types.Types.StructType,org.apache.iceberg.expressions.Expression,boolean)">bind(Types.StructType, Expression, boolean)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Binder.html" title="class in org.apache.iceberg.expressions">Binder</a></dt>
<dd>
<div class="block">Replaces all unbound/named references with bound references to fields in the given struct.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.html#bind(org.apache.spark.sql.types.StructType)">bind(StructType)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.html" title="class in org.apache.iceberg.spark.functions">BucketFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/IcebergVersionFunction.html#bind(org.apache.spark.sql.types.StructType)">bind(StructType)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/IcebergVersionFunction.html" title="class in org.apache.iceberg.spark.functions">IcebergVersionFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.html#bind(org.apache.spark.sql.types.StructType)">bind(StructType)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Binder.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">Binder</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Rewrites <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>expressions</code></a> by replacing unbound named references with references to
fields in a struct schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#binPack()">binPack()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>
<div class="block">Choose BINPACK as a strategy for this rewrite operation</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html#binPack()">binPack()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewriteDataFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/BinPacking.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">BinPacking</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BinPacking.html#%3Cinit%3E()">BinPacking()</a></span> - Constructor for class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BinPacking.html" title="class in org.apache.iceberg.util">BinPacking</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/BinPacking.ListPacker.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">BinPacking.ListPacker</span></a>&lt;<a href="org/apache/iceberg/util/BinPacking.ListPacker.html" title="type parameter in BinPacking.ListPacker">T</a>&gt; - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/BinPacking.PackingIterable.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">BinPacking.PackingIterable</span></a>&lt;<a href="org/apache/iceberg/util/BinPacking.PackingIterable.html" title="type parameter in BinPacking.PackingIterable">T</a>&gt; - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions"><span class="typeNameLink">BinPackStrategy</span></a> - Class in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 1.3.0, will be removed in 1.4.0; use <a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions"><code>SizeBasedFileRewriter</code></a> instead.
Note: This can only be removed once Spark 3.2 isn't using this API anymore.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#%3Cinit%3E()">BinPackStrategy()</a></span> - Constructor for class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/iceberg/puffin/Blob.html" title="class in org.apache.iceberg.puffin"><span class="typeNameLink">Blob</span></a> - Class in <a href="org/apache/iceberg/puffin/package-summary.html">org.apache.iceberg.puffin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Blob.html#%3Cinit%3E(java.lang.String,java.util.List,long,long,java.nio.ByteBuffer)">Blob(String, List&lt;Integer&gt;, long, long, ByteBuffer)</a></span> - Constructor for class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Blob.html" title="class in org.apache.iceberg.puffin">Blob</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Blob.html#%3Cinit%3E(java.lang.String,java.util.List,long,long,java.nio.ByteBuffer,org.apache.iceberg.puffin.PuffinCompressionCodec,java.util.Map)">Blob(String, List&lt;Integer&gt;, long, long, ByteBuffer, PuffinCompressionCodec, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Blob.html" title="class in org.apache.iceberg.puffin">Blob</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Blob.html#blobData()">blobData()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Blob.html" title="class in org.apache.iceberg.puffin">Blob</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericStatisticsFile.html#blobMetadata()">blobMetadata()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericStatisticsFile.html" title="class in org.apache.iceberg">GenericStatisticsFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StatisticsFile.html#blobMetadata()">blobMetadata()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/StatisticsFile.html" title="interface in org.apache.iceberg">StatisticsFile</a></dt>
<dd>
<div class="block">List of statistics contained in the file.</div>
</dd>
<dt><a href="org/apache/iceberg/puffin/BlobMetadata.html" title="class in org.apache.iceberg.puffin"><span class="typeNameLink">BlobMetadata</span></a> - Class in <a href="org/apache/iceberg/puffin/package-summary.html">org.apache.iceberg.puffin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/BlobMetadata.html" title="interface in org.apache.iceberg"><span class="typeNameLink">BlobMetadata</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A metadata about a statistics or indices blob.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/BlobMetadata.html#%3Cinit%3E(java.lang.String,java.util.List,long,long,long,long,java.lang.String,java.util.Map)">BlobMetadata(String, List&lt;Integer&gt;, long, long, long, long, String, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/BlobMetadata.html" title="class in org.apache.iceberg.puffin">BlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/FileMetadata.html#blobs()">blobs()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/FileMetadata.html" title="class in org.apache.iceberg.puffin">FileMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/Util.html#blockLocations(org.apache.iceberg.CombinedScanTask,org.apache.hadoop.conf.Configuration)">blockLocations(CombinedScanTask, Configuration)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/Util.html" title="class in org.apache.iceberg.hadoop">Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/Util.html#blockLocations(org.apache.iceberg.io.FileIO,org.apache.iceberg.ScanTaskGroup)">blockLocations(FileIO, ScanTaskGroup&lt;?&gt;)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/Util.html" title="class in org.apache.iceberg.hadoop">Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html#body()">body()</a></span> - Method in interface org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html" title="interface in org.apache.iceberg.aws.s3.signer">S3SignRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#BOOLEAN">BOOLEAN</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#booleanBatchReader()">booleanBatchReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.BooleanBatchReader.html#%3Cinit%3E()">BooleanBatchReader()</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.BooleanBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.BooleanBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanLiteralContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ConstantContext)">BooleanLiteralContext(IcebergSqlExtensionsParser.ConstantContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BooleanLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#booleans()">booleans()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#booleans()">booleans()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#booleans()">booleans()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReaders.html#booleans()">booleans()</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReaders.html" title="class in org.apache.iceberg.orc">OrcValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#booleans(org.apache.parquet.column.ColumnDescriptor)">booleans(ColumnDescriptor)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.BooleanType.html#%3Cinit%3E()">BooleanType()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.BooleanType.html" title="class in org.apache.iceberg.types">Types.BooleanType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanLiteralContext.html#booleanValue()">booleanValue()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BooleanLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#booleanValue()">booleanValue()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">BooleanValueContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BooleanValueContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Bound.html" title="interface in org.apache.iceberg.expressions"><span class="typeNameLink">Bound</span></a>&lt;<a href="org/apache/iceberg/expressions/Bound.html" title="type parameter in Bound">T</a>&gt; - Interface in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Represents a bound value expression.</div>
</dd>
<dt><a href="org/apache/iceberg/expressions/BoundAggregate.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">BoundAggregate</span></a>&lt;<a href="org/apache/iceberg/expressions/BoundAggregate.html" title="type parameter in BoundAggregate">T</a>,&#8203;<a href="org/apache/iceberg/expressions/BoundAggregate.html" title="type parameter in BoundAggregate">C</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundAggregate.html#%3Cinit%3E(org.apache.iceberg.expressions.Expression.Operation,org.apache.iceberg.expressions.BoundTerm)">BoundAggregate(Expression.Operation, BoundTerm&lt;T&gt;)</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundAggregate.html" title="class in org.apache.iceberg.expressions">BoundAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#%3Cinit%3E()">BoundExpressionVisitor()</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">BoundLiteralPredicate</span></a>&lt;<a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html" title="type parameter in BoundLiteralPredicate">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/BoundPredicate.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">BoundPredicate</span></a>&lt;<a href="org/apache/iceberg/expressions/BoundPredicate.html" title="type parameter in BoundPredicate">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundPredicate.html#%3Cinit%3E(org.apache.iceberg.expressions.Expression.Operation,org.apache.iceberg.expressions.BoundTerm)">BoundPredicate(Expression.Operation, BoundTerm&lt;T&gt;)</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundPredicate.html" title="class in org.apache.iceberg.expressions">BoundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/BoundReference.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">BoundReference</span></a>&lt;<a href="org/apache/iceberg/expressions/BoundReference.html" title="type parameter in BoundReference">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Binder.html#boundReferences(org.apache.iceberg.types.Types.StructType,java.util.List,boolean)">boundReferences(Types.StructType, List&lt;Expression&gt;, boolean)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Binder.html" title="class in org.apache.iceberg.expressions">Binder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/BoundSetPredicate.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">BoundSetPredicate</span></a>&lt;<a href="org/apache/iceberg/expressions/BoundSetPredicate.html" title="type parameter in BoundSetPredicate">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/BoundTerm.html" title="interface in org.apache.iceberg.expressions"><span class="typeNameLink">BoundTerm</span></a>&lt;<a href="org/apache/iceberg/expressions/BoundTerm.html" title="type parameter in BoundTerm">T</a>&gt; - Interface in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Represents a bound term.</div>
</dd>
<dt><a href="org/apache/iceberg/expressions/BoundTransform.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">BoundTransform</span></a>&lt;<a href="org/apache/iceberg/expressions/BoundTransform.html" title="type parameter in BoundTransform">S</a>,&#8203;<a href="org/apache/iceberg/expressions/BoundTransform.html" title="type parameter in BoundTransform">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">A transform expression.</div>
</dd>
<dt><a href="org/apache/iceberg/expressions/BoundUnaryPredicate.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">BoundUnaryPredicate</span></a>&lt;<a href="org/apache/iceberg/expressions/BoundUnaryPredicate.html" title="type parameter in BoundUnaryPredicate">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#%3Cinit%3E()">BoundVisitor()</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#BRACKETED_COMMENT">BRACKETED_COMMENT</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#BRACKETED_COMMENT">BRACKETED_COMMENT</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#branch()">branch()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#branch()">branch()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#branch()">branch()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#branch()">branch()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#branch()">branch()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#branch(java.lang.String)">branch(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#branch(java.lang.String)">branch(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#BRANCH">BRANCH</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteOptions.html#BRANCH">BRANCH</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteOptions.html" title="class in org.apache.iceberg.flink">FlinkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#BRANCH">BRANCH</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#BRANCH">BRANCH</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#BRANCH">BRANCH</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html#BRANCH()">BRANCH()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html#BRANCH()">BRANCH()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#BRANCH()">BRANCH()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#branchBuilder(long)">branchBuilder(long)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#branchOptions()">branchOptions()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html#branchOptions()">branchOptions()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">BranchOptionsContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BranchOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSURI.html#bucket()">bucket()</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSURI.html" title="class in org.apache.iceberg.aliyun.oss">OSSURI</a></dt>
<dd>
<div class="block">Return OSS bucket name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#bucket(int)">bucket(int)</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="block">Returns a bucket <a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms"><code>Transform</code></a> for the given number of buckets.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#bucket(int,java.lang.String,int,int)">bucket(int, String, int, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#bucket(java.lang.String,int)">bucket(String, int)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#bucket(java.lang.String,int)">bucket(String, int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#bucket(java.lang.String,int,int)">bucket(String, int, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/SortOrderVisitor.html#bucket(java.lang.String,int,int,org.apache.iceberg.SortDirection,org.apache.iceberg.NullOrder)">bucket(String, int, int, SortDirection, NullOrder)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/SortOrderVisitor.html" title="interface in org.apache.iceberg.transforms">SortOrderVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#bucket(java.lang.String,int,java.lang.String)">bucket(String, int, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#bucket(org.apache.iceberg.types.Type,int)">bucket(Type, int)</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transforms.html#bucket(int)"><code>Transforms.bucket(int)</code></a> instead; will be removed in 2.0.0</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBase.html#%3Cinit%3E()">BucketBase()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBase.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBinary.html#%3Cinit%3E()">BucketBinary()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBinary.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketBinary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketDecimal.html#%3Cinit%3E(org.apache.spark.sql.types.DataType)">BucketDecimal(DataType)</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketDecimal.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketDecimal</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/BucketFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">BucketFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>
<div class="block">A Spark function implementation for the Iceberg bucket transform.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.html#%3Cinit%3E()">BucketFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.html" title="class in org.apache.iceberg.spark.functions">BucketFunction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBase.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">BucketFunction.BucketBase</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBinary.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">BucketFunction.BucketBinary</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketDecimal.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">BucketFunction.BucketDecimal</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketInt.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">BucketFunction.BucketInt</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketLong.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">BucketFunction.BucketLong</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketString.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">BucketFunction.BucketString</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketInt.html#%3Cinit%3E(org.apache.spark.sql.types.DataType)">BucketInt(DataType)</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketInt.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketLong.html#%3Cinit%3E(org.apache.spark.sql.types.DataType)">BucketLong(DataType)</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketLong.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketString.html#%3Cinit%3E()">BucketString()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketString.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#bucketToAccessPointMapping()">bucketToAccessPointMapping()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/BucketUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">BucketUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>
<div class="block">Contains the logic for hashing various types for use with the <code>bucket</code> partition
transformations</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionKeyMetadata.html#buffer()">buffer()</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionKeyMetadata.html" title="interface in org.apache.iceberg.encryption">EncryptionKeyMetadata</a></dt>
<dd>
<div class="block">Opaque blob representing metadata about a file's encryption key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.ReadBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.ReadBuilder.html" title="class in org.apache.iceberg.avro">Avro.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.WriteBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.WriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynClasses.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynClasses.Builder.html" title="class in org.apache.iceberg.common">DynClasses.Builder</a></dt>
<dd>
<div class="block">Returns the first implementation or throws RuntimeException if one was not found.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Builder.html" title="class in org.apache.iceberg.common">DynConstructors.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.Builder.html" title="class in org.apache.iceberg.common">DynFields.Builder</a></dt>
<dd>
<div class="block">Returns the first valid implementation as a UnboundField or throws a NoSuchFieldException if
there is none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Returns the first valid implementation as a UnboundMethod or throws a RuntimeError if there
is none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html" title="class in org.apache.iceberg.data">IcebergGenerics.ScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DoubleFieldMetrics.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DoubleFieldMetrics.Builder.html" title="class in org.apache.iceberg">DoubleFieldMetrics.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/NativeFileCryptoParameters.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/NativeFileCryptoParameters.Builder.html" title="class in org.apache.iceberg.encryption">NativeFileCryptoParameters.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FloatFieldMetrics.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FloatFieldMetrics.Builder.html" title="class in org.apache.iceberg">FloatFieldMetrics.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.CopyBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.CopyBuilder.html" title="class in org.apache.iceberg">GenericManifestFile.CopyBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/OutputFileFactory.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/OutputFileFactory.Builder.html" title="class in org.apache.iceberg.io">OutputFileFactory.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/WriteResult.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/WriteResult.Builder.html" title="class in org.apache.iceberg.io">WriteResult.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.ReadBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.ReadBuilder.html" title="class in org.apache.iceberg.orc">ORC.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.WriteBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.WriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Puffin.ReadBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Puffin.ReadBuilder.html" title="class in org.apache.iceberg.puffin">Puffin.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Puffin.WriteBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Puffin.WriteBuilder.html" title="class in org.apache.iceberg.puffin">Puffin.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/HTTPClient.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/HTTPClient.Builder.html" title="class in org.apache.iceberg.rest">HTTPClient.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">CreateNamespaceRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RenameTableRequest.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RenameTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">RenameTableRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">UpdateNamespacePropertiesRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.Builder</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ConfigResponse.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ConfigResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ConfigResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">CreateNamespaceResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponse.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ErrorResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">GetNamespaceResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ListNamespacesResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListTablesResponse.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListTablesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ListTablesResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/LoadTableResponse.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/LoadTableResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">LoadTableResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">OAuthTokenResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">UpdateNamespacePropertiesResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.Builder.html" title="class in org.apache.iceberg">ScanSummary.Builder</a></dt>
<dd>
<div class="block">Summarizes a table scan as a map of partition key to metrics for that partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.Builder.html" title="class in org.apache.iceberg">SnapshotRef.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.Builder.html" title="class in org.apache.iceberg">SnapshotSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.Builder.html" title="class in org.apache.iceberg">SortOrder.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/SparkProcedures.ProcedureBuilder.html#build()">build()</a></span> - Method in interface org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/SparkProcedures.ProcedureBuilder.html" title="interface in org.apache.iceberg.spark.procedures">SparkProcedures.ProcedureBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkPositionDeletesRewriteBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkPositionDeletesRewriteBuilder.html" title="class in org.apache.iceberg.spark.source">SparkPositionDeletesRewriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkScanBuilder.html#build()">build()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkScanBuilder.html" title="class in org.apache.iceberg.spark.source">SparkScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.Builder.html#build()">build()</a></span> - Method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.Builder.html" title="class in org.apache.iceberg.view">ViewMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.Builder.html#build(java.lang.Object)">build(Object)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.Builder.html" title="class in org.apache.iceberg.common">DynFields.Builder</a></dt>
<dd>
<div class="block">Returns the first valid implementation as a BoundMethod or throws a RuntimeException if there
is none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#build(java.lang.Object)">build(Object)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Returns the first valid implementation as a BoundMethod or throws a RuntimeError if there is
none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#buildAvroProjection(org.apache.avro.Schema,org.apache.iceberg.Schema,java.util.Map)">buildAvroProjection(Schema, Schema, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkScanBuilder.html#buildChangelogScan()">buildChangelogScan()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkScanBuilder.html" title="class in org.apache.iceberg.spark.source">SparkScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynClasses.Builder.html#buildChecked()">buildChecked()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynClasses.Builder.html" title="class in org.apache.iceberg.common">DynClasses.Builder</a></dt>
<dd>
<div class="block">Returns the first implementation or throws ClassNotFoundException if one was not found.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Builder.html#buildChecked()">buildChecked()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Builder.html" title="class in org.apache.iceberg.common">DynConstructors.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.Builder.html#buildChecked()">buildChecked()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.Builder.html" title="class in org.apache.iceberg.common">DynFields.Builder</a></dt>
<dd>
<div class="block">Returns the first valid implementation as a UnboundField or throws a NoSuchFieldException if
there is none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#buildChecked()">buildChecked()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Returns the first valid implementation as a UnboundMethod or throws a NoSuchMethodException
if there is none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.Builder.html#buildChecked(java.lang.Object)">buildChecked(Object)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.Builder.html" title="class in org.apache.iceberg.common">DynFields.Builder</a></dt>
<dd>
<div class="block">Returns the first valid implementation as a BoundMethod or throws a NoSuchMethodException if
there is none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#buildChecked(java.lang.Object)">buildChecked(Object)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Returns the first valid implementation as a BoundMethod or throws a NoSuchMethodException if
there is none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkScanBuilder.html#buildCopyOnWriteScan()">buildCopyOnWriteScan()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkScanBuilder.html" title="class in org.apache.iceberg.spark.source">SparkScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#buildEqualityWriter()">buildEqualityWriter()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#buildEqualityWriter()">buildEqualityWriter()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#buildEqualityWriter()">buildEqualityWriter()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynClasses.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynClasses.html" title="class in org.apache.iceberg.common">DynClasses</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.html" title="class in org.apache.iceberg.common">DynConstructors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.html" title="class in org.apache.iceberg.common">DynFields</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.html" title="class in org.apache.iceberg.flink.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/WriteResult.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/WriteResult.html" title="class in org.apache.iceberg.io">WriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.html" title="class in org.apache.iceberg.rest.requests">CreateNamespaceRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RenameTableRequest.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RenameTableRequest.html" title="class in org.apache.iceberg.rest.requests">RenameTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateNamespacePropertiesRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ConfigResponse.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ConfigResponse.html" title="class in org.apache.iceberg.rest.responses">ConfigResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.html" title="class in org.apache.iceberg.rest.responses">CreateNamespaceResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponse.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponse.html" title="class in org.apache.iceberg.rest.responses">ErrorResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.html" title="class in org.apache.iceberg.rest.responses">GetNamespaceResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.html" title="class in org.apache.iceberg.rest.responses">ListNamespacesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListTablesResponse.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListTablesResponse.html" title="class in org.apache.iceberg.rest.responses">ListTablesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/LoadTableResponse.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/LoadTableResponse.html" title="class in org.apache.iceberg.rest.responses">LoadTableResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html" title="class in org.apache.iceberg.rest.responses">OAuthTokenResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html" title="class in org.apache.iceberg.rest.responses">UpdateNamespacePropertiesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/AncestorsOfProcedure.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/AncestorsOfProcedure.html" title="class in org.apache.iceberg.spark.procedures">AncestorsOfProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/CreateChangelogViewProcedure.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/CreateChangelogViewProcedure.html" title="class in org.apache.iceberg.spark.procedures">CreateChangelogViewProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/ExpireSnapshotsProcedure.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/ExpireSnapshotsProcedure.html" title="class in org.apache.iceberg.spark.procedures">ExpireSnapshotsProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/FastForwardBranchProcedure.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/FastForwardBranchProcedure.html" title="class in org.apache.iceberg.spark.procedures">FastForwardBranchProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/RemoveOrphanFilesProcedure.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/RemoveOrphanFilesProcedure.html" title="class in org.apache.iceberg.spark.procedures">RemoveOrphanFilesProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/RewritePositionDeleteFilesProcedure.html#builder()">builder()</a></span> - Static method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/RewritePositionDeleteFilesProcedure.html" title="class in org.apache.iceberg.spark.procedures">RewritePositionDeleteFilesProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#builder()">builder()</a></span> - Static method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.html#builder(java.lang.Class)">builder(Class&lt;?&gt;)</a></span> - Static method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.html" title="class in org.apache.iceberg.common">DynConstructors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.html#builder(java.lang.String)">builder(String)</a></span> - Static method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.html" title="class in org.apache.iceberg.common">DynMethods</a></dt>
<dd>
<div class="block">Constructs a new builder for calling methods dynamically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/HTTPClient.html#builder(java.util.Map)">builder(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/HTTPClient.html" title="class in org.apache.iceberg.rest">HTTPClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.html#builder(org.apache.iceberg.PartitionSpec)">builder(PartitionSpec)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.html" title="class in org.apache.iceberg">DataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Builder.html#%3Cinit%3E()">Builder()</a></span> - Constructor for class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Builder.html" title="class in org.apache.iceberg.common">DynConstructors.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#%3Cinit%3E()">Builder()</a></span> - Constructor for class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DoubleFieldMetrics.Builder.html#%3Cinit%3E(int)">Builder(int)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/DoubleFieldMetrics.Builder.html" title="class in org.apache.iceberg">DoubleFieldMetrics.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FloatFieldMetrics.Builder.html#%3Cinit%3E(int)">Builder(int)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/FloatFieldMetrics.Builder.html" title="class in org.apache.iceberg">FloatFieldMetrics.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Builder.html#%3Cinit%3E(java.lang.Class)">Builder(Class&lt;?&gt;)</a></span> - Constructor for class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Builder.html" title="class in org.apache.iceberg.common">DynConstructors.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#%3Cinit%3E(java.lang.Iterable)">Builder(Iterable&lt;I&gt;)</a></span> - Constructor for class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#%3Cinit%3E(java.lang.String)">Builder(String)</a></span> - Constructor for class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#%3Cinit%3E(org.apache.iceberg.PartitionSpec)">Builder(PartitionSpec)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FindFiles.Builder.html#%3Cinit%3E(org.apache.iceberg.Table)">Builder(Table)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/FindFiles.Builder.html" title="class in org.apache.iceberg">FindFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.Builder.html#%3Cinit%3E(org.apache.iceberg.TableMetadata,boolean)">Builder(TableMetadata, boolean)</a></span> - Constructor for class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.Builder</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.Builder.html#%3Cinit%3E(org.apache.iceberg.TableScan)">Builder(TableScan)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.Builder.html" title="class in org.apache.iceberg">ScanSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FloatFieldMetrics.html#builderFor(int)">builderFor(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FloatFieldMetrics.html" title="class in org.apache.iceberg">FloatFieldMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#builderFor(long,org.apache.iceberg.SnapshotRefType)">builderFor(long, SnapshotRefType)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.html#builderFor(org.apache.flink.streaming.api.datastream.DataStream,org.apache.flink.api.common.functions.MapFunction,org.apache.flink.api.common.typeinfo.TypeInformation)">builderFor(DataStream&lt;T&gt;, MapFunction&lt;T, RowData&gt;, TypeInformation&lt;RowData&gt;)</a></span> - Static method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.html" title="class in org.apache.iceberg.flink.sink">FlinkSink</a></dt>
<dd>
<div class="block">Initialize a <a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink"><code>FlinkSink.Builder</code></a> to export the data from generic input data stream into iceberg
table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#builderFor(org.apache.iceberg.Schema)">builderFor(Schema)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>
<div class="block">Creates a new <a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg"><code>partition spec builder</code></a> for the given <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.html#builderFor(org.apache.iceberg.Schema)">builderFor(Schema)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg">SortOrder</a></dt>
<dd>
<div class="block">Creates a new <a href="org/apache/iceberg/SortOrder.Builder.html" title="class in org.apache.iceberg"><code>sort order builder</code></a> for the given <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html#builderFor(org.apache.iceberg.TableMetadata)">builderFor(TableMetadata)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 1.5.0, use <a href="org/apache/iceberg/UpdateRequirements.html#forUpdateTable(org.apache.iceberg.TableMetadata,java.util.List)"><code>UpdateRequirements.forUpdateTable(TableMetadata, List)</code></a> instead.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/OutputFileFactory.html#builderFor(org.apache.iceberg.Table,int,long)">builderFor(Table, int, long)</a></span> - Static method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/OutputFileFactory.html" title="class in org.apache.iceberg.io">OutputFileFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html#builderForCreate()">builderForCreate()</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 1.5.0, use <a href="org/apache/iceberg/UpdateRequirements.html#forCreateTable(java.util.List)"><code>UpdateRequirements.forCreateTable(List)</code></a> instead.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html#builderForReplace(org.apache.iceberg.TableMetadata)">builderForReplace(TableMetadata)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 1.5.0, use <a href="org/apache/iceberg/UpdateRequirements.html#forReplaceTable(org.apache.iceberg.TableMetadata,java.util.List)"><code>UpdateRequirements.forReplaceTable(TableMetadata, List)</code></a> instead.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#builderFrom(org.apache.iceberg.SnapshotRef)">builderFrom(SnapshotRef)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#builderFrom(org.apache.iceberg.SnapshotRef,long)">builderFrom(SnapshotRef, long)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>
<div class="block">Creates a ref builder from the given ref and its properties but the ref will now point to the
given snapshotId.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#buildFormat()">buildFormat()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#buildFrom(org.apache.iceberg.TableMetadata)">buildFrom(TableMetadata)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#buildFrom(org.apache.iceberg.view.ViewMetadata)">buildFrom(ViewMetadata)</a></span> - Static method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#buildFromEmpty()">buildFromEmpty()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogUtil.html#buildIcebergCatalog(java.lang.String,java.util.Map,java.lang.Object)">buildIcebergCatalog(String, Map&lt;String, String&gt;, Object)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg">CatalogUtil</a></dt>
<dd>
<div class="block">Build an Iceberg <a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog"><code>Catalog</code></a> based on a map of catalog properties and optional Hadoop
configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#buildIcebergCatalog(java.lang.String,org.apache.spark.sql.util.CaseInsensitiveStringMap)">buildIcebergCatalog(String, CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>
<div class="block">Build an Iceberg <a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog"><code>Catalog</code></a> to be used by this Spark catalog adapter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#buildIdentifier(org.apache.spark.sql.connector.catalog.Identifier)">buildIdentifier(Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>
<div class="block">Build an Iceberg <a href="org/apache/iceberg/catalog/TableIdentifier.html" title="class in org.apache.iceberg.catalog"><code>TableIdentifier</code></a> for the given Spark identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html#buildList(I)">buildList(I)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.ListReader.html#buildList(java.util.List)">buildList(List&lt;E&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.ListReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.ListReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html#buildMap(I)">buildMap(I)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedKeyValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.MapReader.html#buildMap(java.util.Map)">buildMap(Map&lt;K, V&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.MapReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.MapReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkScanBuilder.html#buildMergeOnReadScan()">buildMergeOnReadScan()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkScanBuilder.html" title="class in org.apache.iceberg.spark.source">SparkScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.html#buildOrcProjection(org.apache.iceberg.Schema,org.apache.orc.TypeDescription)">buildOrcProjection(Schema, TypeDescription)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.html" title="class in org.apache.iceberg.orc">ORCSchemaUtil</a></dt>
<dd>
<div class="block">Converts an Iceberg schema to a corresponding ORC schema within the context of an existing ORC
file schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#buildPositionWriter()">buildPositionWriter()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#buildPositionWriter()">buildPositionWriter()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#buildPositionWriter()">buildPositionWriter()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReader.html#buildReader(org.apache.iceberg.Schema,org.apache.orc.TypeDescription)">buildReader(Schema, TypeDescription)</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReader.html" title="class in org.apache.iceberg.data.orc">GenericOrcReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReader.html#buildReader(org.apache.iceberg.Schema,org.apache.orc.TypeDescription,java.util.Map)">buildReader(Schema, TypeDescription, Map&lt;Integer, ?&gt;)</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReader.html" title="class in org.apache.iceberg.data.orc">GenericOrcReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/VectorizedSparkOrcReaders.html#buildReader(org.apache.iceberg.Schema,org.apache.orc.TypeDescription,java.util.Map)">buildReader(Schema, TypeDescription, Map&lt;Integer, ?&gt;)</a></span> - Static method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/VectorizedSparkOrcReaders.html" title="class in org.apache.iceberg.spark.data.vectorized">VectorizedSparkOrcReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/parquet/GenericParquetReaders.html#buildReader(org.apache.iceberg.Schema,org.apache.parquet.schema.MessageType)">buildReader(Schema, MessageType)</a></span> - Static method in class org.apache.iceberg.data.parquet.<a href="org/apache/iceberg/data/parquet/GenericParquetReaders.html" title="class in org.apache.iceberg.data.parquet">GenericParquetReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkParquetReaders.html#buildReader(org.apache.iceberg.Schema,org.apache.parquet.schema.MessageType)">buildReader(Schema, MessageType)</a></span> - Static method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkParquetReaders.html" title="class in org.apache.iceberg.flink.data">FlinkParquetReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetAvroValueReaders.html#buildReader(org.apache.iceberg.Schema,org.apache.parquet.schema.MessageType)">buildReader(Schema, MessageType)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetAvroValueReaders.html" title="class in org.apache.iceberg.parquet">ParquetAvroValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkParquetReaders.html#buildReader(org.apache.iceberg.Schema,org.apache.parquet.schema.MessageType)">buildReader(Schema, MessageType)</a></span> - Static method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkParquetReaders.html" title="class in org.apache.iceberg.spark.data">SparkParquetReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/parquet/GenericParquetReaders.html#buildReader(org.apache.iceberg.Schema,org.apache.parquet.schema.MessageType,java.util.Map)">buildReader(Schema, MessageType, Map&lt;Integer, ?&gt;)</a></span> - Static method in class org.apache.iceberg.data.parquet.<a href="org/apache/iceberg/data/parquet/GenericParquetReaders.html" title="class in org.apache.iceberg.data.parquet">GenericParquetReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkParquetReaders.html#buildReader(org.apache.iceberg.Schema,org.apache.parquet.schema.MessageType,java.util.Map)">buildReader(Schema, MessageType, Map&lt;Integer, ?&gt;)</a></span> - Static method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkParquetReaders.html" title="class in org.apache.iceberg.flink.data">FlinkParquetReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkParquetReaders.html#buildReader(org.apache.iceberg.Schema,org.apache.parquet.schema.MessageType,java.util.Map)">buildReader(Schema, MessageType, Map&lt;Integer, ?&gt;)</a></span> - Static method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkParquetReaders.html" title="class in org.apache.iceberg.spark.data">SparkParquetReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/VectorizedSparkParquetReaders.html#buildReader(org.apache.iceberg.Schema,org.apache.parquet.schema.MessageType,java.util.Map,org.apache.iceberg.data.DeleteFilter)">buildReader(Schema, MessageType, Map&lt;Integer, ?&gt;, DeleteFilter&lt;InternalRow&gt;)</a></span> - Static method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/VectorizedSparkParquetReaders.html" title="class in org.apache.iceberg.spark.data.vectorized">VectorizedSparkParquetReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/PigParquetReader.html#buildReader(org.apache.parquet.schema.MessageType,org.apache.iceberg.Schema,java.util.Map)">buildReader(MessageType, Schema, Map&lt;Integer, Object&gt;)</a></span> - Static method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/PigParquetReader.html" title="class in org.apache.iceberg.pig">PigParquetReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#buildReplacement(org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,org.apache.iceberg.SortOrder,java.lang.String,java.util.Map)">buildReplacement(Schema, PartitionSpec, SortOrder, String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SortOrderUtil.html#buildSortOrder(org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,org.apache.iceberg.SortOrder)">buildSortOrder(Schema, PartitionSpec, SortOrder)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SortOrderUtil.html" title="class in org.apache.iceberg.util">SortOrderUtil</a></dt>
<dd>
<div class="block">Build a final sort order that satisfies the clustering required by the partition spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SortOrderUtil.html#buildSortOrder(org.apache.iceberg.Table)">buildSortOrder(Table)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SortOrderUtil.html" title="class in org.apache.iceberg.util">SortOrderUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SortOrderUtil.html#buildSortOrder(org.apache.iceberg.Table,org.apache.iceberg.SortOrder)">buildSortOrder(Table, SortOrder)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SortOrderUtil.html" title="class in org.apache.iceberg.util">SortOrderUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#buildSparkCatalog(java.lang.String,org.apache.spark.sql.util.CaseInsensitiveStringMap)">buildSparkCatalog(String, CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>
<div class="block">Build a <a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark"><code>SparkCatalog</code></a> to be used for Iceberg operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.Builder.html#buildStatic()">buildStatic()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.Builder.html" title="class in org.apache.iceberg.common">DynFields.Builder</a></dt>
<dd>
<div class="block">Returns the first valid implementation as a StaticField or throws a RuntimeException if there
is none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#buildStatic()">buildStatic()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Returns the first valid implementation as a StaticMethod or throws a RuntimeException if
there is none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.Builder.html#buildStaticChecked()">buildStaticChecked()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.Builder.html" title="class in org.apache.iceberg.common">DynFields.Builder</a></dt>
<dd>
<div class="block">Returns the first valid implementation as a StaticField or throws a NoSuchFieldException if
there is none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#buildStaticChecked()">buildStaticChecked()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Returns the first valid implementation as a StaticMethod or throws a NoSuchMethodException if
there is none.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#buildStruct(I)">buildStruct(I)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTables.html#buildTable(java.lang.String,org.apache.iceberg.Schema)">buildTable(String, Schema)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTables.html" title="class in org.apache.iceberg.hadoop">HadoopTables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#buildTable(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema)">buildTable(SessionCatalog.SessionContext, TableIdentifier, Schema)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Create a builder to create a table or start a create/replace transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#buildTable(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema)">buildTable(SessionCatalog.SessionContext, TableIdentifier, Schema)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.html#buildTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema)">buildTable(TableIdentifier, Schema)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.html" title="class in org.apache.iceberg">BaseMetastoreCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CachingCatalog.html#buildTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema)">buildTable(TableIdentifier, Schema)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg">CachingCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#buildTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema)">buildTable(TableIdentifier, Schema)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#buildTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema)">buildTable(TableIdentifier, Schema)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">/** Instantiate a builder to either create a table or start a create/replace transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#buildTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema)">buildTable(TableIdentifier, Schema)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#buildTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema)">buildTable(TableIdentifier, Schema)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/ViewCatalog.html#buildView(org.apache.iceberg.catalog.TableIdentifier)">buildView(TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/ViewCatalog.html" title="interface in org.apache.iceberg.catalog">ViewCatalog</a></dt>
<dd>
<div class="block">Instantiate a builder to create or replace a SQL view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkParquetWriters.html#buildWriter(org.apache.flink.table.types.logical.LogicalType,org.apache.parquet.schema.MessageType)">buildWriter(LogicalType, MessageType)</a></span> - Static method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkParquetWriters.html" title="class in org.apache.iceberg.flink.data">FlinkParquetWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkOrcWriter.html#buildWriter(org.apache.flink.table.types.logical.RowType,org.apache.iceberg.Schema)">buildWriter(RowType, Schema)</a></span> - Static method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkOrcWriter.html" title="class in org.apache.iceberg.flink.data">FlinkOrcWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriter.html#buildWriter(org.apache.iceberg.Schema,org.apache.orc.TypeDescription)">buildWriter(Schema, TypeDescription)</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriter.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/parquet/GenericParquetWriter.html#buildWriter(org.apache.parquet.schema.MessageType)">buildWriter(MessageType)</a></span> - Static method in class org.apache.iceberg.data.parquet.<a href="org/apache/iceberg/data/parquet/GenericParquetWriter.html" title="class in org.apache.iceberg.data.parquet">GenericParquetWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetAvroWriter.html#buildWriter(org.apache.parquet.schema.MessageType)">buildWriter(MessageType)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetAvroWriter.html" title="class in org.apache.iceberg.parquet">ParquetAvroWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkParquetWriters.html#buildWriter(org.apache.spark.sql.types.StructType,org.apache.parquet.schema.MessageType)">buildWriter(StructType, MessageType)</a></span> - Static method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkParquetWriters.html" title="class in org.apache.iceberg.spark.data">SparkParquetWriters</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/BulkDeletionFailureException.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">BulkDeletionFailureException</span></a> - Exception in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BulkDeletionFailureException.html#%3Cinit%3E(int)">BulkDeletionFailureException(int)</a></span> - Constructor for exception org.apache.iceberg.io.<a href="org/apache/iceberg/io/BulkDeletionFailureException.html" title="class in org.apache.iceberg.io">BulkDeletionFailureException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#BY">BY</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#BY">BY</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#BY()">BY()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html#BY()">BY()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteDistributionSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html#BY()">BY()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteOrderingSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#byId()">byId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>
<div class="block">Returns a mapping from field ID to full name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#byName()">byName()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>
<div class="block">Returns a mapping from full field name to ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.ByteArrayReader.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor)">ByteArrayReader(ColumnDescriptor)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.ByteArrayReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.ByteArrayReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#byteArrays()">byteArrays()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/ByteBufferInputStream.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">ByteBufferInputStream</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ByteBufferInputStream.html#%3Cinit%3E()">ByteBufferInputStream()</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ByteBufferInputStream.html" title="class in org.apache.iceberg.io">ByteBufferInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#byteBuffers()">byteBuffers()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#byteBuffers()">byteBuffers()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#byteBuffers()">byteBuffers()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#byteBuffers(org.apache.parquet.column.ColumnDescriptor)">byteBuffers(ColumnDescriptor)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/ByteBuffers.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">ByteBuffers</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#bytes()">bytes()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#bytes()">bytes()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReaders.html#bytes()">bytes()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReaders.html" title="class in org.apache.iceberg.data.orc">GenericOrcReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#bytes()">bytes()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReaders.html#bytes()">bytes()</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReaders.html" title="class in org.apache.iceberg.orc">OrcValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.Unit.html#BYTES">BYTES</a></span> - org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.Unit.html" title="enum in org.apache.iceberg.metrics">MetricsContext.Unit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteJobOrder.html#BYTES_ASC">BYTES_ASC</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/RewriteJobOrder.html" title="enum in org.apache.iceberg">RewriteJobOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteJobOrder.html#BYTES_DESC">BYTES_DESC</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/RewriteJobOrder.html" title="enum in org.apache.iceberg">RewriteJobOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.BytesReader.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor)">BytesReader(ColumnDescriptor)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.BytesReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.BytesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ZOrderByteUtils.html#byteTruncateOrFill(byte%5B%5D,int,java.nio.ByteBuffer)">byteTruncateOrFill(byte[], int, ByteBuffer)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ZOrderByteUtils.html" title="class in org.apache.iceberg.util">ZOrderByteUtils</a></dt>
<dd>
<div class="block">Return a bytebuffer with the given bytes truncated to length, or filled with 0's to length
depending on whether the given bytes are larger or smaller than the given length.</div>
</dd>
</dl>
<a id="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#CACHE_CASE_SENSITIVE">CACHE_CASE_SENSITIVE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>
<div class="block">Controls whether the caching catalog will cache table entries using case sensitive keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#CACHE_CASE_SENSITIVE_DEFAULT">CACHE_CASE_SENSITIVE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#CACHE_ENABLED">CACHE_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>
<div class="block">Controls whether the catalog will cache table entries upon load.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#CACHE_ENABLED_DEFAULT">CACHE_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#CACHE_EXPIRATION_INTERVAL_MS">CACHE_EXPIRATION_INTERVAL_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>
<div class="block">Controls the duration for which entries in the catalog are cached.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#CACHE_EXPIRATION_INTERVAL_MS_DEFAULT">CACHE_EXPIRATION_INTERVAL_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#CACHE_EXPIRATION_INTERVAL_MS_OFF">CACHE_EXPIRATION_INTERVAL_MS_OFF</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hive/CachedClientPool.html" title="class in org.apache.iceberg.hive"><span class="typeNameLink">CachedClientPool</span></a> - Class in <a href="org/apache/iceberg/hive/package-summary.html">org.apache.iceberg.hive</a></dt>
<dd>
<div class="block">A ClientPool that caches the underlying HiveClientPool instances.</div>
</dd>
<dt><a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg"><span class="typeNameLink">CachingCatalog</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Class that wraps an Iceberg Catalog to cache tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CachingCatalog.html#%3Cinit%3E(org.apache.iceberg.catalog.Catalog,boolean,long,com.github.benmanes.caffeine.cache.Ticker)">CachingCatalog(Catalog, boolean, long, Ticker)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg">CachingCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#calculateContentHashPresign(software.amazon.awssdk.http.SdkHttpFullRequest.Builder,software.amazon.awssdk.auth.signer.params.Aws4PresignerParams)">calculateContentHashPresign(SdkHttpFullRequest.Builder, Aws4PresignerParams)</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/AncestorsOfProcedure.html#call(org.apache.spark.sql.catalyst.InternalRow)">call(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/AncestorsOfProcedure.html" title="class in org.apache.iceberg.spark.procedures">AncestorsOfProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/CreateChangelogViewProcedure.html#call(org.apache.spark.sql.catalyst.InternalRow)">call(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/CreateChangelogViewProcedure.html" title="class in org.apache.iceberg.spark.procedures">CreateChangelogViewProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/ExpireSnapshotsProcedure.html#call(org.apache.spark.sql.catalyst.InternalRow)">call(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/ExpireSnapshotsProcedure.html" title="class in org.apache.iceberg.spark.procedures">ExpireSnapshotsProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/FastForwardBranchProcedure.html#call(org.apache.spark.sql.catalyst.InternalRow)">call(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/FastForwardBranchProcedure.html" title="class in org.apache.iceberg.spark.procedures">FastForwardBranchProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/RemoveOrphanFilesProcedure.html#call(org.apache.spark.sql.catalyst.InternalRow)">call(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/RemoveOrphanFilesProcedure.html" title="class in org.apache.iceberg.spark.procedures">RemoveOrphanFilesProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/RewritePositionDeleteFilesProcedure.html#call(org.apache.spark.sql.catalyst.InternalRow)">call(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/RewritePositionDeleteFilesProcedure.html" title="class in org.apache.iceberg.spark.procedures">RewritePositionDeleteFilesProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/connector/iceberg/catalog/Procedure.html#call(org.apache.spark.sql.catalyst.InternalRow)">call(InternalRow)</a></span> - Method in interface org.apache.spark.sql.connector.iceberg.catalog.<a href="org/apache/spark/sql/connector/iceberg/catalog/Procedure.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog">Procedure</a></dt>
<dd>
<div class="block">Executes this procedure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#CALL">CALL</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#CALL">CALL</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html#CALL()">CALL()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CallContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#CALL()">CALL()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#callArgument()">callArgument()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html#callArgument()">callArgument()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CallContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html#callArgument(int)">callArgument(int)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CallContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallArgumentContext.html#%3Cinit%3E()">CallArgumentContext()</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CallArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallArgumentContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">CallArgumentContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CallArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StatementContext)">CallContext(IcebergSqlExtensionsParser.StatementContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CallContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#callInit()">callInit()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html#cancel()">cancel()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html" title="class in org.apache.iceberg.flink.source">StreamingMonitorFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ManifestFileUtil.html#canContainAny(org.apache.iceberg.ManifestFile,java.lang.Iterable,java.util.function.Function)">canContainAny(ManifestFile, Iterable&lt;StructLike&gt;, Function&lt;Integer, PartitionSpec&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ManifestFileUtil.html" title="class in org.apache.iceberg.util">ManifestFileUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ManifestFileUtil.html#canContainAny(org.apache.iceberg.ManifestFile,java.lang.Iterable,java.util.Map)">canContainAny(ManifestFile, Iterable&lt;Pair&lt;Integer, StructLike&gt;&gt;, Map&lt;Integer, PartitionSpec&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ManifestFileUtil.html" title="class in org.apache.iceberg.util">ManifestFileUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#canDeleteWhere(org.apache.spark.sql.connector.expressions.filter.Predicate%5B%5D)">canDeleteWhere(Predicate[])</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MergeableScanTask.html#canMerge(org.apache.iceberg.ScanTask)">canMerge(ScanTask)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/MergeableScanTask.html" title="interface in org.apache.iceberg">MergeableScanTask</a></dt>
<dd>
<div class="block">Checks if this task can merge with a given task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBinary.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBinary.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketBinary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketDecimal.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketDecimal.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketDecimal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketInt.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketInt.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketLong.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketLong.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketString.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketString.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.DateToDaysFunction.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.DateToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.DateToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampNtzToDaysFunction.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampNtzToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.TimestampNtzToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampToDaysFunction.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.TimestampToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction.TimestampNtzToHoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction.TimestampToHoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.DateToMonthsFunction.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.DateToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.DateToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampNtzToMonthsFunction.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampNtzToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.TimestampNtzToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampToMonthsFunction.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.TimestampToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBigInt.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBigInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateBigInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBinary.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBinary.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateBinary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateDecimal.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateDecimal.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateDecimal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateInt.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateSmallInt.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateSmallInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateSmallInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateString.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateString.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateTinyInt.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateTinyInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateTinyInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.DateToYearsFunction.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.DateToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.DateToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampNtzToYearsFunction.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampNtzToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.TimestampNtzToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampToYearsFunction.html#canonicalName()">canonicalName()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.TimestampToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Hours.html#canTransform(org.apache.iceberg.types.Type)">canTransform(Type)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Hours.html" title="class in org.apache.iceberg.transforms">Hours</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transform.html#canTransform(org.apache.iceberg.types.Type)">canTransform(Type)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms">Transform</a></dt>
<dd>
<div class="block">Checks whether this function can be applied to the given <a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types"><code>Type</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/UnknownTransform.html#canTransform(org.apache.iceberg.types.Type)">canTransform(Type)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/UnknownTransform.html" title="class in org.apache.iceberg.transforms">UnknownTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/RollbackStagedTable.html#capabilities()">capabilities()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/RollbackStagedTable.html" title="class in org.apache.iceberg.spark">RollbackStagedTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkChangelogTable.html#capabilities()">capabilities()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkChangelogTable.html" title="class in org.apache.iceberg.spark.source">SparkChangelogTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#capabilities()">capabilities()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#CASE_SENSITIVE">CASE_SENSITIVE</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#CASE_SENSITIVE">CASE_SENSITIVE</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#CASE_SENSITIVE_DEFAULT">CASE_SENSITIVE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#CASE_SENSITIVE_OPTION">CASE_SENSITIVE_OPTION</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html#caseInsensitive()">caseInsensitive()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html" title="class in org.apache.iceberg.data">IcebergGenerics.ScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FindFiles.Builder.html#caseInsensitive()">caseInsensitive()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FindFiles.Builder.html" title="class in org.apache.iceberg">FindFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#caseInsensitive()">caseInsensitive()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StructType.html#caseInsensitiveField(java.lang.String)">caseInsensitiveField(String)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types">Types.StructType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#caseInsensitiveFindField(java.lang.String)">caseInsensitiveFindField(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns a sub-field by name as a <a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types"><code>Types.NestedField</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#caseInsensitiveSelect(java.lang.String...)">caseInsensitiveSelect(String...)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Creates a projection schema for a subset of columns, selected by case insensitive names</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#caseInsensitiveSelect(java.util.Collection)">caseInsensitiveSelect(Collection&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Creates a projection schema for a subset of columns, selected by case insensitive names</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#caseSensitive()">caseSensitive()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#caseSensitive()">caseSensitive()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#caseSensitive()">caseSensitive()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#caseSensitive()">caseSensitive()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#caseSensitive()">caseSensitive()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>
<div class="block">Is it case sensitive</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplaceSortOrder.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplaceSortOrder.html" title="class in org.apache.iceberg">BaseReplaceSortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeleteFiles.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeleteFiles.html" title="interface in org.apache.iceberg">DeleteFiles</a></dt>
<dd>
<div class="block">Enables or disables case sensitive expression binding for methods that accept expressions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FindFiles.Builder.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FindFiles.Builder.html" title="class in org.apache.iceberg">FindFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MicroBatches.MicroBatchBuilder.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MicroBatches.MicroBatchBuilder.html" title="class in org.apache.iceberg">MicroBatches.MicroBatchBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.ReadBuilder.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.ReadBuilder.html" title="class in org.apache.iceberg.orc">ORC.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/OverwriteFiles.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/OverwriteFiles.html" title="interface in org.apache.iceberg">OverwriteFiles</a></dt>
<dd>
<div class="block">Enables or disables case sensitive expression binding for validations that accept expressions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowDelta.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RowDelta.html" title="interface in org.apache.iceberg">RowDelta</a></dt>
<dd>
<div class="block">Enables or disables case sensitive expression binding for validations that accept expressions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Create a new scan from this that, if data columns where selected via <a href="org/apache/iceberg/Scan.html#select(java.util.Collection)"><code>Scan.select(java.util.Collection)</code></a>, controls whether the match to the schema will be done with case
sensitivity.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.Builder.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.Builder.html" title="class in org.apache.iceberg">SortOrder.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderBuilder.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SortOrderBuilder.html" title="interface in org.apache.iceberg">SortOrderBuilder</a></dt>
<dd>
<div class="block">Set case sensitivity of sort column name resolution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkScanBuilder.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkScanBuilder.html" title="class in org.apache.iceberg.spark.source">SparkScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdatePartitionSpec.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdatePartitionSpec.html" title="interface in org.apache.iceberg">UpdatePartitionSpec</a></dt>
<dd>
<div class="block">Set whether column resolution in the source schema should be case sensitive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#caseSensitive(boolean)">caseSensitive(boolean)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Determines if the case of schema needs to be considered when comparing column names</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkUtil.html#caseSensitive(org.apache.spark.sql.SparkSession)">caseSensitive(SparkSession)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkUtil.html" title="class in org.apache.iceberg.spark">SparkUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ExceptionUtil.html#castAndThrow(java.lang.Throwable,java.lang.Class)">castAndThrow(Throwable, Class&lt;E&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ExceptionUtil.html" title="class in org.apache.iceberg.util">ExceptionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#catalog()">catalog()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.CatalogAndIdentifier.html#catalog()">catalog()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.CatalogAndIdentifier.html" title="class in org.apache.iceberg.spark">Spark3Util.CatalogAndIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog"><span class="typeNameLink">Catalog</span></a> - Interface in <a href="org/apache/iceberg/catalog/package-summary.html">org.apache.iceberg.catalog</a></dt>
<dd>
<div class="block">A Catalog API for table create, drop, and load operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#CATALOG_CONFIG_PREFIX">CATALOG_CONFIG_PREFIX</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#CATALOG_IMPL">CATALOG_IMPL</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#CATALOG_NAME">CATALOG_NAME</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#CATALOG_SCOPE">CATALOG_SCOPE</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>
<div class="block">Scope for OAuth2 flows.</div>
</dd>
<dt><a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html" title="interface in org.apache.iceberg.catalog"><span class="typeNameLink">Catalog.TableBuilder</span></a> - Interface in <a href="org/apache/iceberg/catalog/package-summary.html">org.apache.iceberg.catalog</a></dt>
<dd>
<div class="block">A builder used to create valid <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>tables</code></a> or start create/replace <a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg"><code>transactions</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#catalogAndIdentifier(java.lang.String,org.apache.spark.sql.SparkSession,java.lang.String)">catalogAndIdentifier(String, SparkSession, String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#catalogAndIdentifier(java.lang.String,org.apache.spark.sql.SparkSession,java.lang.String,org.apache.spark.sql.connector.catalog.CatalogPlugin)">catalogAndIdentifier(String, SparkSession, String, CatalogPlugin)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkUtil.html#catalogAndIdentifier(java.util.List,java.util.function.Function,java.util.function.BiFunction,C,java.lang.String%5B%5D)">catalogAndIdentifier(List&lt;String&gt;, Function&lt;String, C&gt;, BiFunction&lt;String[], String, T&gt;, C, String[])</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkUtil.html" title="class in org.apache.iceberg.spark">SparkUtil</a></dt>
<dd>
<div class="block">A modified version of Spark's LookupCatalog.CatalogAndIdentifier.unapply Attempts to find the
catalog and identifier a multipart identifier represents</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#catalogAndIdentifier(org.apache.spark.sql.SparkSession,java.lang.String)">catalogAndIdentifier(SparkSession, String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#catalogAndIdentifier(org.apache.spark.sql.SparkSession,java.lang.String,org.apache.spark.sql.connector.catalog.CatalogPlugin)">catalogAndIdentifier(SparkSession, String, CatalogPlugin)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#catalogAndIdentifier(org.apache.spark.sql.SparkSession,java.util.List)">catalogAndIdentifier(SparkSession, List&lt;String&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#catalogAndIdentifier(org.apache.spark.sql.SparkSession,java.util.List,org.apache.spark.sql.connector.catalog.CatalogPlugin)">catalogAndIdentifier(SparkSession, List&lt;String&gt;, CatalogPlugin)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>
<div class="block">A modified version of Spark's LookupCatalog.CatalogAndIdentifier.unapply Attempts to find the
catalog and identifier a multipart identifier represents</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.CatalogAndIdentifier.html#%3Cinit%3E(org.apache.iceberg.util.Pair)">CatalogAndIdentifier(Pair&lt;CatalogPlugin, Identifier&gt;)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.CatalogAndIdentifier.html" title="class in org.apache.iceberg.spark">Spark3Util.CatalogAndIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.CatalogAndIdentifier.html#%3Cinit%3E(org.apache.spark.sql.connector.catalog.CatalogPlugin,org.apache.spark.sql.connector.catalog.Identifier)">CatalogAndIdentifier(CatalogPlugin, Identifier)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.CatalogAndIdentifier.html" title="class in org.apache.iceberg.spark">Spark3Util.CatalogAndIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">CatalogHandlers</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/CatalogLoader.html" title="interface in org.apache.iceberg.flink"><span class="typeNameLink">CatalogLoader</span></a> - Interface in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>
<div class="block">Serializable loader to load an Iceberg <a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog"><code>Catalog</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/CatalogLoader.CustomCatalogLoader.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">CatalogLoader.CustomCatalogLoader</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/CatalogLoader.HadoopCatalogLoader.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">CatalogLoader.HadoopCatalogLoader</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/CatalogLoader.HiveCatalogLoader.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">CatalogLoader.HiveCatalogLoader</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/CatalogLoader.RESTCatalogLoader.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">CatalogLoader.RESTCatalogLoader</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#catalogName(org.apache.hadoop.conf.Configuration,java.lang.String)">catalogName(Configuration, String)</a></span> - Static method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>
<div class="block">Returns the catalog name serialized to the configuration.</div>
</dd>
<dt><a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg"><span class="typeNameLink">CatalogProperties</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#catalogPropertyConfigKey(java.lang.String,java.lang.String)">catalogPropertyConfigKey(String, String)</a></span> - Static method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>
<div class="block">Get Hadoop config key of a catalog property based on catalog name</div>
</dd>
<dt><a href="org/apache/iceberg/mr/Catalogs.html" title="class in org.apache.iceberg.mr"><span class="typeNameLink">Catalogs</span></a> - Class in <a href="org/apache/iceberg/mr/package-summary.html">org.apache.iceberg.mr</a></dt>
<dd>
<div class="block">Class for catalog resolution and accessing the common functions for <a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog"><code>Catalog</code></a> API.</div>
</dd>
<dt><a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg"><span class="typeNameLink">CatalogUtil</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#CHANGE_ORDINAL">CHANGE_ORDINAL</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#CHANGE_TYPE">CHANGE_TYPE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#CHANGED_PARTITION_COUNT_PROP">CHANGED_PARTITION_COUNT_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#CHANGED_PARTITION_PREFIX">CHANGED_PARTITION_PREFIX</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">ChangelogIterator</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">An iterator that transforms rows from changelog tables within a single Spark task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#%3Cinit%3E(java.util.Iterator,org.apache.spark.sql.types.StructType)">ChangelogIterator(Iterator&lt;Row&gt;, StructType)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ChangelogOperation.html" title="enum in org.apache.iceberg"><span class="typeNameLink">ChangelogOperation</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">An enum representing possible operations in a changelog.</div>
</dd>
<dt><a href="org/apache/iceberg/ChangelogScanTask.html" title="interface in org.apache.iceberg"><span class="typeNameLink">ChangelogScanTask</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A changelog scan task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ChangelogUtil.html#changelogSchema(org.apache.iceberg.Schema)">changelogSchema(Schema)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ChangelogUtil.html" title="class in org.apache.iceberg">ChangelogUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ChangelogUtil.html" title="class in org.apache.iceberg"><span class="typeNameLink">ChangelogUtil</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ChangelogScanTask.html#changeOrdinal()">changeOrdinal()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ChangelogScanTask.html" title="interface in org.apache.iceberg">ChangelogScanTask</a></dt>
<dd>
<div class="block">Returns the ordinal of changes produced by this task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#changes()">changes()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#changes()">changes()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#changeType(org.apache.spark.sql.Row)">changeType(Row)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#changeTypeIndex()">changeTypeIndex()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#channelNames">channelNames</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#channelReadChunkSize()">channelReadChunkSize()</a></span> - Method in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#channelWriteChunkSize()">channelWriteChunkSize()</a></span> - Method in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceWrapper.html#charAt(int)">charAt(int)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceWrapper.html" title="class in org.apache.iceberg.util">CharSequenceWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Comparators.html#charSequences()">charSequences()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Comparators.html" title="class in org.apache.iceberg.types">Comparators</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">CharSequenceSet</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/CharSequenceWrapper.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">CharSequenceWrapper</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>
<div class="block">Wrapper class to adapt CharSequence for use in maps and sets.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#check()">check()</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#check()">check()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/NoSuchIcebergTableException.html#check(boolean,java.lang.String,java.lang.Object...)">check(boolean, String, Object...)</a></span> - Static method in exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/NoSuchIcebergTableException.html" title="class in org.apache.iceberg.exceptions">NoSuchIcebergTableException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/ValidationException.html#check(boolean,java.lang.String,java.lang.Object...)">check(boolean, String, Object...)</a></span> - Static method in exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/ValidationException.html" title="class in org.apache.iceberg.exceptions">ValidationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#CHECK_NULLABILITY">CHECK_NULLABILITY</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#CHECK_NULLABILITY">CHECK_NULLABILITY</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#CHECK_NULLABILITY_DEFAULT">CHECK_NULLABILITY_DEFAULT</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#CHECK_ORDERING">CHECK_ORDERING</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#CHECK_ORDERING">CHECK_ORDERING</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#CHECK_ORDERING_DEFAULT">CHECK_ORDERING_DEFAULT</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#checkAndSetIoConfig(org.apache.hadoop.conf.Configuration,org.apache.iceberg.Table)">checkAndSetIoConfig(Configuration, Table)</a></span> - Static method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>
<div class="block">If enabled, it populates the FileIO's hadoop configuration with the input config object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#checkAndSkipIoConfigSerialization(org.apache.hadoop.conf.Configuration,org.apache.iceberg.Table)">checkAndSkipIoConfigSerialization(Configuration, Table)</a></span> - Static method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>
<div class="block">If enabled, it ensures that the FileIO's hadoop configuration will not be serialized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#checkCommitStatus(java.lang.String,org.apache.iceberg.TableMetadata)">checkCommitStatus(String, TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>
<div class="block">Attempt to load the table and see if any current or past metadata location matches the one we
were attempting to set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.html#checkCompatibility(org.apache.iceberg.SortOrder,org.apache.iceberg.Schema)">checkCompatibility(SortOrder, Schema)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg">SortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/CheckCompatibility.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">CheckCompatibility</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#checkNullability()">checkNullability()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#checkOrdering()">checkOrdering()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergOutputFormat.html#checkOutputSpecs(org.apache.hadoop.fs.FileSystem,org.apache.hadoop.mapred.JobConf)">checkOutputSpecs(FileSystem, JobConf)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergOutputFormat.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergOutputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html#checkSourceCatalog(org.apache.spark.sql.connector.catalog.CatalogPlugin)">checkSourceCatalog(CatalogPlugin)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">MigrateTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html#checkSourceCatalog(org.apache.spark.sql.connector.catalog.CatalogPlugin)">checkSourceCatalog(CatalogPlugin)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">SnapshotTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#CHECKSUM_ENABLED">CHECKSUM_ENABLED</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Enables eTag checks for S3 PUT and MULTIPART upload requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#CHECKSUM_ENABLED_DEFAULT">CHECKSUM_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#cherrypick(long)">cherrypick(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Apply supported changes in given snapshot and create a new snapshot which will be set as the
current snapshot on commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#cherrypick(long)">cherrypick(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/CherrypickAncestorCommitException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">CherrypickAncestorCommitException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">This exception occurs when one cherrypicks an ancestor or when the picked snapshot is already
linked to a published ancestor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/CherrypickAncestorCommitException.html#%3Cinit%3E(long)">CherrypickAncestorCommitException(long)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/CherrypickAncestorCommitException.html" title="class in org.apache.iceberg.exceptions">CherrypickAncestorCommitException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/CherrypickAncestorCommitException.html#%3Cinit%3E(long,long)">CherrypickAncestorCommitException(long, long)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/CherrypickAncestorCommitException.html" title="class in org.apache.iceberg.exceptions">CherrypickAncestorCommitException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Not.html#child()">child()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Not.html" title="class in org.apache.iceberg.expressions">Not</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html#childColumn(int)">childColumn(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowVectorAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/Ciphers.html#CIPHER_BLOCK_SIZE">CIPHER_BLOCK_SIZE</a></span> - Static variable in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/Ciphers.html" title="class in org.apache.iceberg.encryption">Ciphers</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/Ciphers.html" title="class in org.apache.iceberg.encryption"><span class="typeNameLink">Ciphers</span></a> - Class in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/Ciphers.AesGcmDecryptor.html" title="class in org.apache.iceberg.encryption"><span class="typeNameLink">Ciphers.AesGcmDecryptor</span></a> - Class in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/Ciphers.AesGcmEncryptor.html" title="class in org.apache.iceberg.encryption"><span class="typeNameLink">Ciphers.AesGcmEncryptor</span></a> - Class in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.ReadBuilder.html#classLoader(java.lang.ClassLoader)">classLoader(ClassLoader)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.ReadBuilder.html" title="class in org.apache.iceberg.avro">Avro.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/CleanableFailure.html" title="interface in org.apache.iceberg.exceptions"><span class="typeNameLink">CleanableFailure</span></a> - Interface in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">A marker interface for commit exceptions where the state is known to be failure and uncommitted
metadata can be cleaned up.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ExpireSnapshots.html#cleanExpiredFiles(boolean)">cleanExpiredFiles(boolean)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ExpireSnapshots.html" title="interface in org.apache.iceberg">ExpireSnapshots</a></dt>
<dd>
<div class="block">Allows expiration of snapshots without any cleanup of underlying manifest or data files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseRewriteManifests.html#cleanUncommitted(java.util.Set)">cleanUncommitted(Set&lt;ManifestFile&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseRewriteManifests.html" title="class in org.apache.iceberg">BaseRewriteManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ContentCache.html#cleanUp()">cleanUp()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io">ContentCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#clear()">clear()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#clear()">clear()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#clear()">clear()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.Builder.html#clear()">clear()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.Builder.html" title="class in org.apache.iceberg">SnapshotSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#clear()">clear()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#clear()">clear()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#clear()">clear()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeMap.html#clear()">clear()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeMap.html" title="class in org.apache.iceberg.util">StructLikeMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#clear()">clear()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#client()">client()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html#client()">client()</a></span> - Method in class org.apache.iceberg.gcp.gcs.<a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html" title="class in org.apache.iceberg.gcp.gcs">GCSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html#client(java.lang.String)">client(String)</a></span> - Method in class org.apache.iceberg.azure.adlsv2.<a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html" title="class in org.apache.iceberg.azure.adlsv2">ADLSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunProperties.html#CLIENT_ACCESS_KEY_ID">CLIENT_ACCESS_KEY_ID</a></span> - Static variable in class org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunProperties.html" title="class in org.apache.iceberg.aliyun">AliyunProperties</a></dt>
<dd>
<div class="block">Aliyun uses an AccessKey pair, which includes an AccessKey ID and an AccessKey secret to
implement symmetric encryption and verify the identity of a requester.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunProperties.html#CLIENT_ACCESS_KEY_SECRET">CLIENT_ACCESS_KEY_SECRET</a></span> - Static variable in class org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunProperties.html" title="class in org.apache.iceberg.aliyun">AliyunProperties</a></dt>
<dd>
<div class="block">Aliyun uses an AccessKey pair, which includes an AccessKey ID and an AccessKey secret to
implement symmetric encryption and verify the identity of a requester.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieUtil.html#CLIENT_API_VERSION">CLIENT_API_VERSION</a></span> - Static variable in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieUtil.html" title="class in org.apache.iceberg.nessie">NessieUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#CLIENT_ASSUME_ROLE_ARN">CLIENT_ASSUME_ROLE_ARN</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Used by <a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws"><code>AssumeRoleAwsClientFactory</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#CLIENT_ASSUME_ROLE_EXTERNAL_ID">CLIENT_ASSUME_ROLE_EXTERNAL_ID</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Used by <a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws"><code>AssumeRoleAwsClientFactory</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#CLIENT_ASSUME_ROLE_REGION">CLIENT_ASSUME_ROLE_REGION</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Used by <a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws"><code>AssumeRoleAwsClientFactory</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#CLIENT_ASSUME_ROLE_SESSION_NAME">CLIENT_ASSUME_ROLE_SESSION_NAME</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Used by <a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws"><code>AssumeRoleAwsClientFactory</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#CLIENT_ASSUME_ROLE_TAGS_PREFIX">CLIENT_ASSUME_ROLE_TAGS_PREFIX</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Used by <a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws"><code>AssumeRoleAwsClientFactory</code></a> to pass a list of sessions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#CLIENT_ASSUME_ROLE_TIMEOUT_SEC">CLIENT_ASSUME_ROLE_TIMEOUT_SEC</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Used by <a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws"><code>AssumeRoleAwsClientFactory</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#CLIENT_ASSUME_ROLE_TIMEOUT_SEC_DEFAULT">CLIENT_ASSUME_ROLE_TIMEOUT_SEC_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientProperties.html#CLIENT_CREDENTIAL_PROVIDER_PREFIX">CLIENT_CREDENTIAL_PROVIDER_PREFIX</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientProperties.html" title="class in org.apache.iceberg.aws">AwsClientProperties</a></dt>
<dd>
<div class="block">Used by the client.credentials-provider configured value that will be used by <a href="org/apache/iceberg/aws/AwsClientFactories.html#defaultFactory()"><code>AwsClientFactories.defaultFactory()</code></a> and other AWS client factory
classes to pass provider-specific properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientProperties.html#CLIENT_CREDENTIALS_PROVIDER">CLIENT_CREDENTIALS_PROVIDER</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientProperties.html" title="class in org.apache.iceberg.aws">AwsClientProperties</a></dt>
<dd>
<div class="block">Configure the AWS credentials provider used to create AWS clients.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunProperties.html#CLIENT_FACTORY">CLIENT_FACTORY</a></span> - Static variable in class org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunProperties.html" title="class in org.apache.iceberg.aliyun">AliyunProperties</a></dt>
<dd>
<div class="block">The implementation class of <a href="org/apache/iceberg/aliyun/AliyunClientFactory.html" title="interface in org.apache.iceberg.aliyun"><code>AliyunClientFactory</code></a> to customize Aliyun client
configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#CLIENT_FACTORY">CLIENT_FACTORY</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">The implementation class of <a href="org/apache/iceberg/aws/AwsClientFactory.html" title="interface in org.apache.iceberg.aws"><code>AwsClientFactory</code></a> to customize AWS client configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#CLIENT_FACTORY">CLIENT_FACTORY</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">This property is used to pass in the aws client factory implementation class for S3 FileIO.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellProperties.html#CLIENT_FACTORY">CLIENT_FACTORY</a></span> - Static variable in class org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellProperties.html" title="class in org.apache.iceberg.dell">DellProperties</a></dt>
<dd>
<div class="block">The implementation class of <a href="org/apache/iceberg/dell/DellClientFactory.html" title="interface in org.apache.iceberg.dell"><code>DellClientFactory</code></a> to customize Dell client configurations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#CLIENT_POOL_CACHE_EVICTION_INTERVAL_MS">CLIENT_POOL_CACHE_EVICTION_INTERVAL_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#CLIENT_POOL_CACHE_EVICTION_INTERVAL_MS_DEFAULT">CLIENT_POOL_CACHE_EVICTION_INTERVAL_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#CLIENT_POOL_CACHE_KEYS">CLIENT_POOL_CACHE_KEYS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>
<div class="block">A comma separated list of elements used, in addition to the <a href="org/apache/iceberg/CatalogProperties.html#URI"><code>CatalogProperties.URI</code></a>, to compose the key of
the client pool cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#CLIENT_POOL_SIZE">CLIENT_POOL_SIZE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#CLIENT_POOL_SIZE_DEFAULT">CLIENT_POOL_SIZE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientProperties.html#CLIENT_REGION">CLIENT_REGION</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientProperties.html" title="class in org.apache.iceberg.aws">AwsClientProperties</a></dt>
<dd>
<div class="block">Used by <code>AwsClientFactories.DefaultAwsClientFactory</code> and also
other client factory classes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#CLIENT_TYPE">CLIENT_TYPE</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">The type of <code>SdkHttpClient</code> implementation used by <a href="org/apache/iceberg/aws/AwsClientFactory.html" title="interface in org.apache.iceberg.aws"><code>AwsClientFactory</code></a> If set, all AWS clients will use this specified HTTP client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#CLIENT_TYPE_APACHE">CLIENT_TYPE_APACHE</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">If this is set under <a href="org/apache/iceberg/aws/HttpClientProperties.html#CLIENT_TYPE"><code>HttpClientProperties.CLIENT_TYPE</code></a>, <code>ApacheHttpClient</code> will be used as the HTTP Client in <a href="org/apache/iceberg/aws/AwsClientFactory.html" title="interface in org.apache.iceberg.aws"><code>AwsClientFactory</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#CLIENT_TYPE_DEFAULT">CLIENT_TYPE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#CLIENT_TYPE_URLCONNECTION">CLIENT_TYPE_URLCONNECTION</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">If this is set under <a href="org/apache/iceberg/aws/HttpClientProperties.html#CLIENT_TYPE"><code>HttpClientProperties.CLIENT_TYPE</code></a>, <code>UrlConnectionHttpClient</code> will be used as the HTTP
Client in <a href="org/apache/iceberg/aws/AwsClientFactory.html" title="interface in org.apache.iceberg.aws"><code>AwsClientFactory</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#clientAssumeRoleArn()">clientAssumeRoleArn()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#clientAssumeRoleExternalId()">clientAssumeRoleExternalId()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#clientAssumeRoleRegion()">clientAssumeRoleRegion()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#clientAssumeRoleSessionName()">clientAssumeRoleSessionName()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#clientAssumeRoleTimeoutSec()">clientAssumeRoleTimeoutSec()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#clientLibToken()">clientLibToken()</a></span> - Method in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ClientPool.html" title="interface in org.apache.iceberg"><span class="typeNameLink">ClientPool</span></a>&lt;<a href="org/apache/iceberg/ClientPool.html" title="type parameter in ClientPool">C</a>,&#8203;<a href="org/apache/iceberg/ClientPool.html" title="type parameter in ClientPool">E</a> extends java.lang.Exception&gt; - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ClientPool.Action.html" title="interface in org.apache.iceberg"><span class="typeNameLink">ClientPool.Action</span></a>&lt;<a href="org/apache/iceberg/ClientPool.Action.html" title="type parameter in ClientPool.Action">R</a>,&#8203;<a href="org/apache/iceberg/ClientPool.Action.html" title="type parameter in ClientPool.Action">C</a>,&#8203;<a href="org/apache/iceberg/ClientPool.Action.html" title="type parameter in ClientPool.Action">E</a> extends java.lang.Exception&gt; - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ClientPoolImpl.html" title="class in org.apache.iceberg"><span class="typeNameLink">ClientPoolImpl</span></a>&lt;<a href="org/apache/iceberg/ClientPoolImpl.html" title="type parameter in ClientPoolImpl">C</a>,&#8203;<a href="org/apache/iceberg/ClientPoolImpl.html" title="type parameter in ClientPoolImpl">E</a> extends java.lang.Exception&gt; - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ClientPoolImpl.html#%3Cinit%3E(int,java.lang.Class,boolean)">ClientPoolImpl(int, Class&lt;? extends E&gt;, boolean)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/ClientPoolImpl.html" title="class in org.apache.iceberg">ClientPoolImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientProperties.html#clientRegion()">clientRegion()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientProperties.html" title="class in org.apache.iceberg.aws">AwsClientProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#clientRegion()">clientRegion()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 1.5.0, use <a href="org/apache/iceberg/aws/AwsClientProperties.html#clientRegion()"><code>AwsClientProperties.clientRegion()</code></a> instead</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.html#clone()">clone()</a></span> - Method in interface org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.html" title="interface in org.apache.iceberg.flink">CatalogLoader</a></dt>
<dd>
<div class="block">Clone a CatalogLoader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.CustomCatalogLoader.html#clone()">clone()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.CustomCatalogLoader.html" title="class in org.apache.iceberg.flink">CatalogLoader.CustomCatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.HadoopCatalogLoader.html#clone()">clone()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.HadoopCatalogLoader.html" title="class in org.apache.iceberg.flink">CatalogLoader.HadoopCatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.HiveCatalogLoader.html#clone()">clone()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.HiveCatalogLoader.html" title="class in org.apache.iceberg.flink">CatalogLoader.HiveCatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.RESTCatalogLoader.html#clone()">clone()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.RESTCatalogLoader.html" title="class in org.apache.iceberg.flink">CatalogLoader.RESTCatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.CatalogTableLoader.html#clone()">clone()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.CatalogTableLoader.html" title="class in org.apache.iceberg.flink">TableLoader.CatalogTableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.html#clone()">clone()</a></span> - Method in interface org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.html" title="interface in org.apache.iceberg.flink">TableLoader</a></dt>
<dd>
<div class="block">Clone a TableLoader</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.HadoopTableLoader.html#clone()">clone()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.HadoopTableLoader.html" title="class in org.apache.iceberg.flink">TableLoader.HadoopTableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataUtil.html#clone(org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData,org.apache.flink.table.types.logical.RowType,org.apache.flink.api.common.typeutils.TypeSerializer%5B%5D)">clone(RowData, RowData, RowType, TypeSerializer[])</a></span> - Static method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataUtil.html" title="class in org.apache.iceberg.flink.data">RowDataUtil</a></dt>
<dd>
<div class="block">Similar to the private <code>RowDataSerializer.copyRowData(RowData, RowData)</code> method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html#close()">close()</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html" title="class in org.apache.iceberg.aliyun.oss">OSSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSOutputStream.html#close()">close()</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSOutputStream.html" title="class in org.apache.iceberg.aliyun.oss">OSSOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowReader.html#close()">close()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html#close()">close()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowVectorAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html#close()">close()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized">BaseBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnarBatch.html#close()">close()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnarBatch.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnarBatch</a></dt>
<dd>
<div class="block">Called to close all the columns in this batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html#close()">close()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html#close()">close()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedTableScanIterable.html#close()">close()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedTableScanIterable.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedTableScanIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#close()">close()</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html#close()">close()</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbLockManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#close()">close()</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#close()">close()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/util/RetryDetector.html#close()">close()</a></span> - Method in class org.apache.iceberg.aws.util.<a href="org/apache/iceberg/aws/util/RetryDetector.html" title="class in org.apache.iceberg.aws.util">RetryDetector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ClientPoolImpl.html#close()">close()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ClientPoolImpl.html" title="class in org.apache.iceberg">ClientPoolImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html#close()">close()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html" title="class in org.apache.iceberg.deletes">EqualityDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDeleteWriter.html#close()">close()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDeleteWriter.html" title="class in org.apache.iceberg.deletes">PositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/SortingPositionOnlyDeleteWriter.html#close()">close()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/SortingPositionOnlyDeleteWriter.html" title="class in org.apache.iceberg.deletes">SortingPositionOnlyDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#close()">close()</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsFileIO.html#close()">close()</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsFileIO.html" title="class in org.apache.iceberg.dell.ecs">EcsFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmInputStream.html#close()">close()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmInputStream.html" title="class in org.apache.iceberg.encryption">AesGcmInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmOutputStream.html#close()">close()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmOutputStream.html" title="class in org.apache.iceberg.encryption">AesGcmOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#close()">close()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html#close()">close()</a></span> - Method in interface org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html" title="interface in org.apache.iceberg.flink.source.assigner">SplitAssigner</a></dt>
<dd>
<div class="block">Some assigners may need to perform certain actions when their corresponding enumerators are
closed</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/DataIterator.html#close()">close()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/DataIterator.html" title="class in org.apache.iceberg.flink.source">DataIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/ContinuousIcebergEnumerator.html#close()">close()</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/ContinuousIcebergEnumerator.html" title="class in org.apache.iceberg.flink.source.enumerator">ContinuousIcebergEnumerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/ContinuousSplitPlannerImpl.html#close()">close()</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/ContinuousSplitPlannerImpl.html" title="class in org.apache.iceberg.flink.source.enumerator">ContinuousSplitPlannerImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkInputFormat.html#close()">close()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkInputFormat.html" title="class in org.apache.iceberg.flink.source">FlinkInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html#close()">close()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html" title="class in org.apache.iceberg.flink.source">StreamingMonitorFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingReaderOperator.html#close()">close()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingReaderOperator.html" title="class in org.apache.iceberg.flink.source">StreamingReaderOperator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.CatalogTableLoader.html#close()">close()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.CatalogTableLoader.html" title="class in org.apache.iceberg.flink">TableLoader.CatalogTableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.HadoopTableLoader.html#close()">close()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.HadoopTableLoader.html" title="class in org.apache.iceberg.flink">TableLoader.HadoopTableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html#close()">close()</a></span> - Method in class org.apache.iceberg.gcp.gcs.<a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html" title="class in org.apache.iceberg.gcp.gcs">GCSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#close()">close()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#close()">close()</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryFileIO.html#close()">close()</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryFileIO.html" title="class in org.apache.iceberg.inmemory">InMemoryFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BasePositionDeltaWriter.html#close()">close()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BasePositionDeltaWriter.html" title="class in org.apache.iceberg.io">BasePositionDeltaWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html#close()">close()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html" title="class in org.apache.iceberg.io">BaseTaskWriter.BaseEqualityDeltaWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableGroup.html#close()">close()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableGroup.html" title="class in org.apache.iceberg.io">CloseableGroup</a></dt>
<dd>
<div class="block">Close all the registered resources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DataWriter.html#close()">close()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DataWriter.html" title="class in org.apache.iceberg.io">DataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIO.html#close()">close()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a></dt>
<dd>
<div class="block">Close File IO to release underlying resources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FilterIterator.html#close()">close()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FilterIterator.html" title="class in org.apache.iceberg.io">FilterIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PartitionedFanoutWriter.html#close()">close()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/PartitionedFanoutWriter.html" title="class in org.apache.iceberg.io">PartitionedFanoutWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PartitionedWriter.html#close()">close()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/PartitionedWriter.html" title="class in org.apache.iceberg.io">PartitionedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#close()">close()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/UnpartitionedWriter.html#close()">close()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/UnpartitionedWriter.html" title="class in org.apache.iceberg.io">UnpartitionedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#close()">close()</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestWriter.html#close()">close()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Timer.Timed.html#close()">close()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Timer.Timed.html" title="interface in org.apache.iceberg.metrics">Timer.Timed</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/AbstractMapredIcebergRecordReader.html#close()">close()</a></span> - Method in class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/AbstractMapredIcebergRecordReader.html" title="class in org.apache.iceberg.mr.mapred">AbstractMapredIcebergRecordReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#close()">close()</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#close()">close()</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/VectorizedRowBatchIterator.html#close()">close()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/VectorizedRowBatchIterator.html" title="class in org.apache.iceberg.orc">VectorizedRowBatchIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html#close()">close()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html" title="class in org.apache.iceberg.parquet">ParquetWriteAdapter</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/VectorizedReader.html#close()">close()</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/VectorizedReader.html" title="interface in org.apache.iceberg.parquet">VectorizedReader</a></dt>
<dd>
<div class="block">Release any resources allocated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html#close()">close()</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html" title="class in org.apache.iceberg.pig">IcebergPigInputFormat.IcebergRecordReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinReader.html#close()">close()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinReader.html" title="class in org.apache.iceberg.puffin">PuffinReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinWriter.html#close()">close()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinWriter.html" title="class in org.apache.iceberg.puffin">PuffinWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/HTTPClient.html#close()">close()</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/HTTPClient.html" title="class in org.apache.iceberg.rest">HTTPClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#close()">close()</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#close()">close()</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RollingManifestWriter.html#close()">close()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/RollingManifestWriter.html" title="class in org.apache.iceberg">RollingManifestWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#close()">close()</a></span> - Method in class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#close()">close()</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#close()">close()</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#close()">close()</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ClientPoolImpl.html#close(C)">close(C)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ClientPoolImpl.html" title="class in org.apache.iceberg">ClientPoolImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Exceptions.html#close(java.io.Closeable,boolean)">close(Closeable, boolean)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Exceptions.html" title="class in org.apache.iceberg.util">Exceptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcClientPool.html#close(java.sql.Connection)">close(Connection)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcClientPool.html" title="class in org.apache.iceberg.jdbc">JdbcClientPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveClientPool.html#close(org.apache.hadoop.hive.metastore.IMetaStoreClient)">close(IMetaStoreClient)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveClientPool.html" title="class in org.apache.iceberg.hive">HiveClientPool</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/CloseableGroup.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">CloseableGroup</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">This class acts as a helper for handling the closure of multiple resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableGroup.html#%3Cinit%3E()">CloseableGroup()</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableGroup.html" title="class in org.apache.iceberg.io">CloseableGroup</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">CloseableIterable</span></a>&lt;<a href="org/apache/iceberg/io/CloseableIterable.html" title="type parameter in CloseableIterable">T</a>&gt; - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/CloseableIterable.ConcatCloseableIterable.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">CloseableIterable.ConcatCloseableIterable</span></a>&lt;<a href="org/apache/iceberg/io/CloseableIterable.ConcatCloseableIterable.html" title="type parameter in CloseableIterable.ConcatCloseableIterable">E</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/CloseableIterator.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">CloseableIterator</span></a>&lt;<a href="org/apache/iceberg/io/CloseableIterator.html" title="type parameter in CloseableIterator">T</a>&gt; - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html#closeVectors()">closeVectors()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized">BaseBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/ClosingIterator.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">ClosingIterator</span></a>&lt;<a href="org/apache/iceberg/io/ClosingIterator.html" title="type parameter in ClosingIterator">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A convenience wrapper around <a href="org/apache/iceberg/io/CloseableIterator.html" title="interface in org.apache.iceberg.io"><code>CloseableIterator</code></a>, providing auto-close functionality when
all of the elements in the iterator are consumed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClosingIterator.html#%3Cinit%3E(org.apache.iceberg.io.CloseableIterator)">ClosingIterator(CloseableIterator&lt;T&gt;)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClosingIterator.html" title="class in org.apache.iceberg.io">ClosingIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseRewriteManifests.html#clusterBy(java.util.function.Function)">clusterBy(Function&lt;DataFile, Object&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseRewriteManifests.html" title="class in org.apache.iceberg">BaseRewriteManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteManifests.html#clusterBy(java.util.function.Function)">clusterBy(Function&lt;DataFile, Object&gt;)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RewriteManifests.html" title="interface in org.apache.iceberg">RewriteManifests</a></dt>
<dd>
<div class="block">Groups an existing <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a> by a cluster key produced by a function.</div>
</dd>
<dt><a href="org/apache/iceberg/io/ClusteredDataWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">ClusteredDataWriter</span></a>&lt;<a href="org/apache/iceberg/io/ClusteredDataWriter.html" title="type parameter in ClusteredDataWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A data writer capable of writing to multiple specs and partitions that requires the incoming
records to be properly clustered by partition spec and by partition within each spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClusteredDataWriter.html#%3Cinit%3E(org.apache.iceberg.io.FileWriterFactory,org.apache.iceberg.io.OutputFileFactory,org.apache.iceberg.io.FileIO,long)">ClusteredDataWriter(FileWriterFactory&lt;T&gt;, OutputFileFactory, FileIO, long)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClusteredDataWriter.html" title="class in org.apache.iceberg.io">ClusteredDataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/ClusteredEqualityDeleteWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">ClusteredEqualityDeleteWriter</span></a>&lt;<a href="org/apache/iceberg/io/ClusteredEqualityDeleteWriter.html" title="type parameter in ClusteredEqualityDeleteWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">An equality delete writer capable of writing to multiple specs and partitions that requires the
incoming delete records to be properly clustered by partition spec and by partition within each
spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClusteredEqualityDeleteWriter.html#%3Cinit%3E(org.apache.iceberg.io.FileWriterFactory,org.apache.iceberg.io.OutputFileFactory,org.apache.iceberg.io.FileIO,long)">ClusteredEqualityDeleteWriter(FileWriterFactory&lt;T&gt;, OutputFileFactory, FileIO, long)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClusteredEqualityDeleteWriter.html" title="class in org.apache.iceberg.io">ClusteredEqualityDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/ClusteredPositionDeleteWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">ClusteredPositionDeleteWriter</span></a>&lt;<a href="org/apache/iceberg/io/ClusteredPositionDeleteWriter.html" title="type parameter in ClusteredPositionDeleteWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A position delete writer capable of writing to multiple specs and partitions that requires the
incoming delete records to be properly clustered by partition spec and by partition within each
spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClusteredPositionDeleteWriter.html#%3Cinit%3E(org.apache.iceberg.io.FileWriterFactory,org.apache.iceberg.io.OutputFileFactory,org.apache.iceberg.io.FileIO,long)">ClusteredPositionDeleteWriter(FileWriterFactory&lt;T&gt;, OutputFileFactory, FileIO, long)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClusteredPositionDeleteWriter.html" title="class in org.apache.iceberg.io">ClusteredPositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#clusterHadoopConf()">clusterHadoopConf()</a></span> - Static method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponse.html#code()">code()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponse.html" title="class in org.apache.iceberg.rest.responses">ErrorResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html#codecName()">codecName()</a></span> - Method in enum org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html" title="enum in org.apache.iceberg.puffin">PuffinCompressionCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionUtil.html#coercePartition(org.apache.iceberg.types.Types.StructType,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">coercePartition(Types.StructType, PartitionSpec, StructLike)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionUtil.html" title="class in org.apache.iceberg.util">PartitionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FindFiles.Builder.html#collect()">collect()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FindFiles.Builder.html" title="class in org.apache.iceberg">FindFiles.Builder</a></dt>
<dd>
<div class="block">Returns all files in the table that match all of the filters.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#collections(int,int,org.apache.iceberg.parquet.ParquetValueWriter)">collections(int, int, ParquetValueWriter&lt;E&gt;)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.PrimitiveReader.html#column">column</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.PrimitiveReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.PrimitiveReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.PrimitiveWriter.html#column">column</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.PrimitiveWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.PrimitiveWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReader.html#column()">column()</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReader.html" title="interface in org.apache.iceberg.parquet">ParquetValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.PrimitiveReader.html#column()">column()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.PrimitiveReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.PrimitiveReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html#column()">column()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedKeyValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html#column()">column()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#column()">column()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnarBatch.html#column(int)">column(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnarBatch.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnarBatch</a></dt>
<dd>
<div class="block">Returns the column at `ordinal`.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#COLUMN_SIZES">COLUMN_SIZES</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/ColumnarBatch.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">ColumnarBatch</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">This class is inspired by Spark's <code>ColumnarBatch</code>.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/data/vectorized/ColumnarBatchReader.html" title="class in org.apache.iceberg.spark.data.vectorized"><span class="typeNameLink">ColumnarBatchReader</span></a> - Class in <a href="org/apache/iceberg/spark/data/vectorized/package-summary.html">org.apache.iceberg.spark.data.vectorized</a></dt>
<dd>
<div class="block"><a href="org/apache/iceberg/parquet/VectorizedReader.html" title="interface in org.apache.iceberg.parquet"><code>VectorizedReader</code></a> that returns Spark's <code>ColumnarBatch</code> to support Spark's vectorized
read path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnarBatchReader.html#%3Cinit%3E(java.util.List)">ColumnarBatchReader(List&lt;VectorizedReader&lt;?&gt;&gt;)</a></span> - Constructor for class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnarBatchReader.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnarBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#columnIsDeletedPosition()">columnIsDeletedPosition()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ColumnIterator.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ColumnIterator</span></a>&lt;<a href="org/apache/iceberg/parquet/ColumnIterator.html" title="type parameter in ColumnIterator">T</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsConfig.html#columnMode(java.lang.String)">columnMode(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsConfig.html" title="class in org.apache.iceberg">MetricsConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundAggregate.html#columnName()">columnName()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundAggregate.html" title="class in org.apache.iceberg.expressions">BoundAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReader.html#columns()">columns()</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReader.html" title="interface in org.apache.iceberg.parquet">ParquetValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.PrimitiveReader.html#columns()">columns()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.PrimitiveReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.PrimitiveReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html#columns()">columns()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedKeyValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html#columns()">columns()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#columns()">columns()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriter.html#columns()">columns()</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriter.html" title="interface in org.apache.iceberg.parquet">ParquetValueWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.PrimitiveWriter.html#columns()">columns()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.PrimitiveWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.PrimitiveWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html#columns()">columns()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.RepeatedKeyValueWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html#columns()">columns()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.RepeatedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.StructWriter.html#columns()">columns()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.StructWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#columns()">columns()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns a List of the <a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types"><code>columns</code></a> in this Schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#columnSizes()">columnSizes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns if collected, map from column ID to the size of the column in bytes, null otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Metrics.html#columnSizes()">columnSizes()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Metrics.html" title="class in org.apache.iceberg">Metrics</a></dt>
<dd>
<div class="block">Get the number of bytes for all fields in a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#columnSizes()">columnSizes()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">ColumnVector</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">This class is inspired by Spark's <code>ColumnVector</code>.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html" title="class in org.apache.iceberg.spark.data.vectorized"><span class="typeNameLink">ColumnVectorWithFilter</span></a> - Class in <a href="org/apache/iceberg/spark/data/vectorized/package-summary.html">org.apache.iceberg.spark.data.vectorized</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html#%3Cinit%3E(org.apache.iceberg.arrow.vectorized.VectorHolder,int%5B%5D)">ColumnVectorWithFilter(VectorHolder, int[])</a></span> - Constructor for class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnVectorWithFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ColumnWriter.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ColumnWriter</span></a>&lt;<a href="org/apache/iceberg/parquet/ColumnWriter.html" title="type parameter in ColumnWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterable.html#combine(java.lang.Iterable,java.io.Closeable)">combine(Iterable&lt;E&gt;, Closeable)</a></span> - Static method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io">CloseableIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsReporters.html#combine(org.apache.iceberg.metrics.MetricsReporter,org.apache.iceberg.metrics.MetricsReporter)">combine(MetricsReporter, MetricsReporter)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsReporters.html" title="class in org.apache.iceberg.metrics">MetricsReporters</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/CombinedScanTask.html" title="interface in org.apache.iceberg"><span class="typeNameLink">CombinedScanTask</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A scan task made of several ranges from files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplaceSortOrder.html#commit()">commit()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplaceSortOrder.html" title="class in org.apache.iceberg">BaseReplaceSortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PendingUpdate.html#commit()">commit()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/PendingUpdate.html" title="interface in org.apache.iceberg">PendingUpdate</a></dt>
<dd>
<div class="block">Apply the pending changes and commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SetLocation.html#commit()">commit()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SetLocation.html" title="class in org.apache.iceberg">SetLocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SetStatistics.html#commit()">commit()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SetStatistics.html" title="class in org.apache.iceberg">SetStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#commit()">commit()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.html#commit(java.util.Set)">commit(Set&lt;RewritePositionDeletesGroup&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesCommitManager</a></dt>
<dd>
<div class="block">Perform a commit operation on the table adding and removing files as required for this set of
file groups.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#commit(org.apache.iceberg.TableMetadata,org.apache.iceberg.TableMetadata)">commit(TableMetadata, TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html#commit(org.apache.iceberg.TableMetadata,org.apache.iceberg.TableMetadata)">commit(TableMetadata, TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTableOperations.html#commit(org.apache.iceberg.TableMetadata,org.apache.iceberg.TableMetadata)">commit(TableMetadata, TableMetadata)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTableOperations.html" title="class in org.apache.iceberg.hadoop">HadoopTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StaticTableOperations.html#commit(org.apache.iceberg.TableMetadata,org.apache.iceberg.TableMetadata)">commit(TableMetadata, TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/StaticTableOperations.html" title="class in org.apache.iceberg">StaticTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableOperations.html#commit(org.apache.iceberg.TableMetadata,org.apache.iceberg.TableMetadata)">commit(TableMetadata, TableMetadata)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableOperations.html" title="interface in org.apache.iceberg">TableOperations</a></dt>
<dd>
<div class="block">Replace the base table metadata with a new version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html#commit(org.apache.spark.sql.connector.read.streaming.Offset)">commit(Offset)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html" title="class in org.apache.iceberg.spark.source">SparkMicroBatchStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#COMMIT_FILE_THREAD_POOL_SIZE">COMMIT_FILE_THREAD_POOL_SIZE</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#COMMIT_FILE_THREAD_POOL_SIZE_DEFAULT">COMMIT_FILE_THREAD_POOL_SIZE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_MAX_RETRY_WAIT_MS">COMMIT_MAX_RETRY_WAIT_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_MAX_RETRY_WAIT_MS_DEFAULT">COMMIT_MAX_RETRY_WAIT_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_MIN_RETRY_WAIT_MS">COMMIT_MIN_RETRY_WAIT_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_MIN_RETRY_WAIT_MS_DEFAULT">COMMIT_MIN_RETRY_WAIT_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_NUM_RETRIES">COMMIT_NUM_RETRIES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_NUM_RETRIES_DEFAULT">COMMIT_NUM_RETRIES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_NUM_STATUS_CHECKS">COMMIT_NUM_STATUS_CHECKS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_NUM_STATUS_CHECKS_DEFAULT">COMMIT_NUM_STATUS_CHECKS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.ReportType.html#COMMIT_REPORT">COMMIT_REPORT</a></span> - org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.ReportType.html" title="enum in org.apache.iceberg.rest.requests">ReportMetricsRequest.ReportType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#COMMIT_SNAPSHOT_ID">COMMIT_SNAPSHOT_ID</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_STATUS_CHECKS_MAX_WAIT_MS">COMMIT_STATUS_CHECKS_MAX_WAIT_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_STATUS_CHECKS_MAX_WAIT_MS_DEFAULT">COMMIT_STATUS_CHECKS_MAX_WAIT_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_STATUS_CHECKS_MIN_WAIT_MS">COMMIT_STATUS_CHECKS_MIN_WAIT_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_STATUS_CHECKS_MIN_WAIT_MS_DEFAULT">COMMIT_STATUS_CHECKS_MIN_WAIT_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_STATUS_CHECKS_TOTAL_WAIT_MS">COMMIT_STATUS_CHECKS_TOTAL_WAIT_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_STATUS_CHECKS_TOTAL_WAIT_MS_DEFAULT">COMMIT_STATUS_CHECKS_TOTAL_WAIT_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#COMMIT_TABLE_THREAD_POOL_SIZE">COMMIT_TABLE_THREAD_POOL_SIZE</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#COMMIT_TABLE_THREAD_POOL_SIZE_DEFAULT">COMMIT_TABLE_THREAD_POOL_SIZE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_TOTAL_RETRY_TIME_MS">COMMIT_TOTAL_RETRY_TIME_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#COMMIT_TOTAL_RETRY_TIME_MS_DEFAULT">COMMIT_TOTAL_RETRY_TIME_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/util/FlinkAlterTableUtil.html#commitChanges(org.apache.iceberg.Table,java.lang.String,java.lang.String,java.lang.String,java.util.List,java.util.List)">commitChanges(Table, String, String, String, List&lt;TableChange&gt;, List&lt;TableChange&gt;)</a></span> - Static method in class org.apache.iceberg.flink.util.<a href="org/apache/iceberg/flink/util/FlinkAlterTableUtil.html" title="class in org.apache.iceberg.flink.util">FlinkAlterTableUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/util/FlinkAlterTableUtil.html#commitChanges(org.apache.iceberg.Table,java.lang.String,java.lang.String,java.lang.String,java.util.Map)">commitChanges(Table, String, String, String, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.flink.util.<a href="org/apache/iceberg/flink/util/FlinkAlterTableUtil.html" title="class in org.apache.iceberg.flink.util">FlinkAlterTableUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html#commitCreateTable(org.apache.hadoop.hive.metastore.api.Table)">commitCreateTable(Table)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergMetaHook</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html#commitDropTable(org.apache.hadoop.hive.metastore.api.Table,boolean)">commitDropTable(Table, boolean)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergMetaHook</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/CommitFailedException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">CommitFailedException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Exception raised when a commit fails because of out of date metadata.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/CommitFailedException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">CommitFailedException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/CommitFailedException.html" title="class in org.apache.iceberg.exceptions">CommitFailedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/CommitFailedException.html#%3Cinit%3E(java.lang.Throwable)">CommitFailedException(Throwable)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/CommitFailedException.html" title="class in org.apache.iceberg.exceptions">CommitFailedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/CommitFailedException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">CommitFailedException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/CommitFailedException.html" title="class in org.apache.iceberg.exceptions">CommitFailedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html#commitFileGroups(java.util.Set)">commitFileGroups(Set&lt;RewriteFileGroup&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html" title="class in org.apache.iceberg.actions">RewriteDataFilesCommitManager</a></dt>
<dd>
<div class="block">Perform a commit operation on the table adding and removing files as required for this set of
file groups</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html#commitJob(org.apache.hadoop.mapred.JobContext)">commitJob(JobContext)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergOutputCommitter</a></dt>
<dd>
<div class="block">Reads the commit files stored in the temp directories and collects the generated committed data
files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/util/FlinkAlterTableUtil.html#commitManageSnapshots(org.apache.iceberg.Table,java.lang.String,java.lang.String)">commitManageSnapshots(Table, String, String)</a></span> - Static method in class org.apache.iceberg.flink.util.<a href="org/apache/iceberg/flink/util/FlinkAlterTableUtil.html" title="class in org.apache.iceberg.flink.util">FlinkAlterTableUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/CommitMetadata.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">CommitMetadata</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">utility class to accept thread local commit properties</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitReport.html#commitMetrics()">commitMetrics()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitReport.html" title="interface in org.apache.iceberg.metrics">CommitReport</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/CommitMetrics.html" title="class in org.apache.iceberg.metrics"><span class="typeNameLink">CommitMetrics</span></a> - Class in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">Carries all metrics for a particular commit</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetrics.html#%3Cinit%3E()">CommitMetrics()</a></span> - Constructor for class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetrics.html" title="class in org.apache.iceberg.metrics">CommitMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">CommitMetricsResult</span></a> - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">A serializable version of <a href="org/apache/iceberg/metrics/CommitMetrics.html" title="class in org.apache.iceberg.metrics"><code>CommitMetrics</code></a> that carries its results.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html#commitOrClean(java.util.Set)">commitOrClean(Set&lt;RewriteFileGroup&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html" title="class in org.apache.iceberg.actions">RewriteDataFilesCommitManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.CommitService.html#commitOrClean(java.util.Set)">commitOrClean(Set&lt;RewriteFileGroup&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.CommitService.html" title="class in org.apache.iceberg.actions">RewriteDataFilesCommitManager.CommitService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.html#commitOrClean(java.util.Set)">commitOrClean(Set&lt;RewritePositionDeletesGroup&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesCommitManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.CommitService.html#commitOrClean(java.util.Set)">commitOrClean(Set&lt;RewritePositionDeletesGroup&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.CommitService.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesCommitManager.CommitService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/CommitMetadata.html#commitProperties()">commitProperties()</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/CommitMetadata.html" title="class in org.apache.iceberg.spark">CommitMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/CommitReport.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">CommitReport</span></a> - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">A commit report that contains all relevant information from a Snapshot.</div>
</dd>
<dt><a href="org/apache/iceberg/metrics/CommitReportParser.html" title="class in org.apache.iceberg.metrics"><span class="typeNameLink">CommitReportParser</span></a> - Class in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ChangelogScanTask.html#commitSnapshotId()">commitSnapshotId()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ChangelogScanTask.html" title="interface in org.apache.iceberg">ChangelogScanTask</a></dt>
<dd>
<div class="block">Returns the snapshot ID in which the changes were committed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/RollbackStagedTable.html#commitStagedChanges()">commitStagedChanges()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/RollbackStagedTable.html" title="class in org.apache.iceberg.spark">RollbackStagedTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/StagedSparkTable.html#commitStagedChanges()">commitStagedChanges()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/StagedSparkTable.html" title="class in org.apache.iceberg.spark.source">StagedSparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/CommitStateUnknownException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">CommitStateUnknownException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Exception for a failure to confirm either affirmatively or negatively that a commit was applied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/CommitStateUnknownException.html#%3Cinit%3E(java.lang.String,java.lang.Throwable)">CommitStateUnknownException(String, Throwable)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/CommitStateUnknownException.html" title="class in org.apache.iceberg.exceptions">CommitStateUnknownException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/CommitStateUnknownException.html#%3Cinit%3E(java.lang.Throwable)">CommitStateUnknownException(Throwable)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/CommitStateUnknownException.html" title="class in org.apache.iceberg.exceptions">CommitStateUnknownException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#commitTable(org.apache.iceberg.TableMetadata,org.apache.iceberg.TableMetadata,java.lang.String,org.projectnessie.model.IcebergTable,org.projectnessie.model.ContentKey)">commitTable(TableMetadata, TableMetadata, String, IcebergTable, ContentKey)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html#commitTask(org.apache.hadoop.mapred.TaskAttemptContext)">commitTask(TaskAttemptContext)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergOutputCommitter</a></dt>
<dd>
<div class="block">Collects the generated data files and creates a commit file storing the data file list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#commitTransaction()">commitTransaction()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ResourcePaths.html#commitTransaction()">commitTransaction()</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest">ResourcePaths</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#commitTransaction()">commitTransaction()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Apply the pending changes from all actions and commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#commitTransaction(java.util.List)">commitTransaction(List&lt;TableCommit&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#commitTransaction(org.apache.iceberg.catalog.SessionCatalog.SessionContext,java.util.List)">commitTransaction(SessionCatalog.SessionContext, List&lt;TableCommit&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#commitTransaction(org.apache.iceberg.catalog.TableCommit...)">commitTransaction(TableCommit...)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/CommitTransactionRequest.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">CommitTransactionRequest</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CommitTransactionRequest.html#%3Cinit%3E(java.util.List)">CommitTransactionRequest(List&lt;UpdateTableRequest&gt;)</a></span> - Constructor for class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CommitTransactionRequest.html" title="class in org.apache.iceberg.rest.requests">CommitTransactionRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.CommitTransactionRequestDeserializer.html#%3Cinit%3E()">CommitTransactionRequestDeserializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.CommitTransactionRequestDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.CommitTransactionRequestDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/CommitTransactionRequestParser.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">CommitTransactionRequestParser</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.CommitTransactionRequestSerializer.html#%3Cinit%3E()">CommitTransactionRequestSerializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.CommitTransactionRequestSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.CommitTransactionRequestSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundTerm.html#comparator()">comparator()</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundTerm.html" title="interface in org.apache.iceberg.expressions">BoundTerm</a></dt>
<dd>
<div class="block">Returns a <code>Comparator</code> for values produced by this term.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Literal.html#comparator()">comparator()</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions">Literal</a></dt>
<dd>
<div class="block">Return a <code>Comparator</code> for values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteFileGroup.html#comparator(org.apache.iceberg.RewriteJobOrder)">comparator(RewriteJobOrder)</a></span> - Static method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteFileGroup.html" title="class in org.apache.iceberg.actions">RewriteFileGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html#comparator(org.apache.iceberg.RewriteJobOrder)">comparator(RewriteJobOrder)</a></span> - Static method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesGroup</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Comparators.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Comparators</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html#compareToFileList(org.apache.spark.sql.Dataset)">compareToFileList(Dataset&lt;Row&gt;)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.CompatibilityTaskAttemptContextImpl.html#%3Cinit%3E(org.apache.hadoop.conf.Configuration,org.apache.hadoop.mapreduce.TaskAttemptID,org.apache.hadoop.mapred.Reporter)">CompatibilityTaskAttemptContextImpl(Configuration, TaskAttemptID, Reporter)</a></span> - Constructor for class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.CompatibilityTaskAttemptContextImpl.html" title="class in org.apache.iceberg.mr.mapred">MapredIcebergInputFormat.CompatibilityTaskAttemptContextImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#compatibleWith(org.apache.iceberg.PartitionSpec)">compatibleWith(PartitionSpec)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>
<div class="block">Returns true if this spec is equivalent to the other, with partition field ids ignored.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BaseTaskWriter.html#complete()">complete()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BaseTaskWriter.html" title="class in org.apache.iceberg.io">BaseTaskWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/TaskWriter.html#complete()">complete()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/TaskWriter.html" title="interface in org.apache.iceberg.io">TaskWriter</a></dt>
<dd>
<div class="block">Close the writer and get the completed data and delete files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitStatus.html#COMPLETED">COMPLETED</a></span> - org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitStatus.html" title="enum in org.apache.iceberg.flink.source.split">IcebergSourceSplitStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Puffin.WriteBuilder.html#compressBlobs(org.apache.iceberg.puffin.PuffinCompressionCodec)">compressBlobs(PuffinCompressionCodec)</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Puffin.WriteBuilder.html" title="class in org.apache.iceberg.puffin">Puffin.WriteBuilder</a></dt>
<dd>
<div class="block">Configures the writer to compress the blobs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Puffin.WriteBuilder.html#compressFooter()">compressFooter()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Puffin.WriteBuilder.html" title="class in org.apache.iceberg.puffin">Puffin.WriteBuilder</a></dt>
<dd>
<div class="block">Configures the writer to compress the footer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteOptions.html#COMPRESSION_CODEC">COMPRESSION_CODEC</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteOptions.html" title="class in org.apache.iceberg.flink">FlinkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#COMPRESSION_CODEC">COMPRESSION_CODEC</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#COMPRESSION_CODEC">COMPRESSION_CODEC</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteOptions.html#COMPRESSION_LEVEL">COMPRESSION_LEVEL</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteOptions.html" title="class in org.apache.iceberg.flink">FlinkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#COMPRESSION_LEVEL">COMPRESSION_LEVEL</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#COMPRESSION_LEVEL">COMPRESSION_LEVEL</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteOptions.html#COMPRESSION_STRATEGY">COMPRESSION_STRATEGY</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteOptions.html" title="class in org.apache.iceberg.flink">FlinkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#COMPRESSION_STRATEGY">COMPRESSION_STRATEGY</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#COMPRESSION_STRATEGY">COMPRESSION_STRATEGY</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/BlobMetadata.html#compressionCodec()">compressionCodec()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/BlobMetadata.html" title="class in org.apache.iceberg.puffin">BlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/ComputeUpdateIterator.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">ComputeUpdateIterator</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">An iterator that finds delete/insert rows which represent an update, and converts them into
update records from changelog tables within a single Spark task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#computeUpdates(java.util.Iterator,org.apache.spark.sql.types.StructType,java.lang.String%5B%5D)">computeUpdates(Iterator&lt;Row&gt;, StructType, String[])</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>
<div class="block">Creates an iterator composing <code>RemoveCarryoverIterator</code> and <a href="org/apache/iceberg/spark/ComputeUpdateIterator.html" title="class in org.apache.iceberg.spark"><code>ComputeUpdateIterator</code></a>
to remove carry-over rows and compute update rows</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.html#concat(java.lang.Iterable,java.io.File,int,org.apache.iceberg.Schema,java.util.Map)">concat(Iterable&lt;File&gt;, File, int, Schema, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.html" title="class in org.apache.iceberg.parquet">Parquet</a></dt>
<dd>
<div class="block">Combines several files into one</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterable.html#concat(java.lang.Iterable)">concat(Iterable&lt;CloseableIterable&lt;E&gt;&gt;)</a></span> - Static method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io">CloseableIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#conf()">conf()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#conf()">conf()</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ResourcePaths.html#config()">config()</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest">ResourcePaths</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/LoadTableResponse.html#config()">config()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/LoadTableResponse.html" title="class in org.apache.iceberg.rest.responses">LoadTableResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.ReadBuilder.html#config(java.lang.String,java.lang.String)">config(String, String)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.ReadBuilder.html" title="class in org.apache.iceberg.orc">ORC.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/actions/Actions.html#CONFIG">CONFIG</a></span> - Static variable in class org.apache.iceberg.flink.actions.<a href="org/apache/iceberg/flink/actions/Actions.html" title="class in org.apache.iceberg.flink.actions">Actions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#CONFIG_SERIALIZATION_DISABLED">CONFIG_SERIALIZATION_DISABLED</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#CONFIG_SERIALIZATION_DISABLED_DEFAULT">CONFIG_SERIALIZATION_DISABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#%3Cinit%3E(org.apache.hadoop.conf.Configuration)">ConfigBuilder(Configuration)</a></span> - Constructor for class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hadoop/ConfigProperties.html" title="class in org.apache.iceberg.hadoop"><span class="typeNameLink">ConfigProperties</span></a> - Class in <a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/ConfigResponse.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">ConfigResponse</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>
<div class="block">Represents a response to requesting server-side provided configuration for the REST catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ConfigResponse.html#%3Cinit%3E()">ConfigResponse()</a></span> - Constructor for class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ConfigResponse.html" title="class in org.apache.iceberg.rest.responses">ConfigResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/ConfigResponse.Builder.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">ConfigResponse.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hadoop/Configurable.html" title="interface in org.apache.iceberg.hadoop"><span class="typeNameLink">Configurable</span></a>&lt;<a href="org/apache/iceberg/hadoop/Configurable.html" title="type parameter in Configurable">C</a>&gt; - Interface in <a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a></dt>
<dd>
<div class="block">Interface used to avoid runtime dependencies on Hadoop Configurable</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkInputFormat.html#configure(org.apache.flink.configuration.Configuration)">configure(Configuration)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkInputFormat.html" title="class in org.apache.iceberg.flink.source">FlinkInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.html#configure(org.apache.hadoop.mapred.JobConf)">configure(JobConf)</a></span> - Static method in class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.html" title="class in org.apache.iceberg.mr.mapred">MapredIcebergInputFormat</a></dt>
<dd>
<div class="block">Configures the <code>JobConf</code> to use the <code>MapredIcebergInputFormat</code> and returns a helper
to add further configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapreduce/IcebergInputFormat.html#configure(org.apache.hadoop.mapreduce.Job)">configure(Job)</a></span> - Static method in class org.apache.iceberg.mr.mapreduce.<a href="org/apache/iceberg/mr/mapreduce/IcebergInputFormat.html" title="class in org.apache.iceberg.mr.mapreduce">IcebergInputFormat</a></dt>
<dd>
<div class="block">Configures the <code>Job</code> to use the <code>IcebergInputFormat</code> and returns a helper to add
further configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#configureDataWrite(org.apache.iceberg.avro.Avro.DataWriteBuilder)">configureDataWrite(Avro.DataWriteBuilder)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#configureDataWrite(org.apache.iceberg.orc.ORC.DataWriteBuilder)">configureDataWrite(ORC.DataWriteBuilder)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#configureDataWrite(org.apache.iceberg.parquet.Parquet.DataWriteBuilder)">configureDataWrite(Parquet.DataWriteBuilder)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientFactories.html#configureEndpoint(T,java.lang.String)">configureEndpoint(T, String)</a></span> - Static method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientFactories.html" title="class in org.apache.iceberg.aws">AwsClientFactories</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Not for public use. To configure the endpoint for a client, please use <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#applyEndpointConfigurations(T)"><code>S3FileIOProperties.applyEndpointConfigurations(S3ClientBuilder)</code></a>, <a href="org/apache/iceberg/aws/AwsProperties.html#applyGlueEndpointConfigurations(T)"><code>AwsProperties.applyGlueEndpointConfigurations(GlueClientBuilder)</code></a>, or <a href="org/apache/iceberg/aws/AwsProperties.html#applyDynamoDbEndpointConfigurations(T)"><code>AwsProperties.applyDynamoDbEndpointConfigurations(DynamoDbClientBuilder)</code></a> accordingly. It
will be removed in 2.0.0</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#configureEqualityDelete(org.apache.iceberg.avro.Avro.DeleteWriteBuilder)">configureEqualityDelete(Avro.DeleteWriteBuilder)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#configureEqualityDelete(org.apache.iceberg.orc.ORC.DeleteWriteBuilder)">configureEqualityDelete(ORC.DeleteWriteBuilder)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#configureEqualityDelete(org.apache.iceberg.parquet.Parquet.DeleteWriteBuilder)">configureEqualityDelete(Parquet.DeleteWriteBuilder)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogUtil.html#configureHadoopConf(java.lang.Object,java.lang.Object)">configureHadoopConf(Object, Object)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg">CatalogUtil</a></dt>
<dd>
<div class="block">Dynamically detects whether an object is a Hadoop Configurable and calls setConf.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientFactories.html#configureHttpClientBuilder(java.lang.String)">configureHttpClientBuilder(String)</a></span> - Static method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientFactories.html" title="class in org.apache.iceberg.aws">AwsClientFactories</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Not for public use. To configure the httpClient for a client, please use <a href="org/apache/iceberg/aws/HttpClientProperties.html#applyHttpClientConfigurations(T)"><code>HttpClientProperties.applyHttpClientConfigurations(AwsSyncClientBuilder)</code></a>. It will be
removed in 2.0.0</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#configureInputJobCredentials(org.apache.hadoop.hive.ql.plan.TableDesc,java.util.Map)">configureInputJobCredentials(TableDesc, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#configureInputJobProperties(org.apache.hadoop.hive.ql.plan.TableDesc,java.util.Map)">configureInputJobProperties(TableDesc, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#configureJobConf(org.apache.hadoop.hive.ql.plan.TableDesc,org.apache.hadoop.mapred.JobConf)">configureJobConf(TableDesc, JobConf)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#configureOutputJobProperties(org.apache.hadoop.hive.ql.plan.TableDesc,java.util.Map)">configureOutputJobProperties(TableDesc, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#configurePositionDelete(org.apache.iceberg.avro.Avro.DeleteWriteBuilder)">configurePositionDelete(Avro.DeleteWriteBuilder)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#configurePositionDelete(org.apache.iceberg.orc.ORC.DeleteWriteBuilder)">configurePositionDelete(ORC.DeleteWriteBuilder)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#configurePositionDelete(org.apache.iceberg.parquet.Parquet.DeleteWriteBuilder)">configurePositionDelete(Parquet.DeleteWriteBuilder)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#configureTableJobProperties(org.apache.hadoop.hive.ql.plan.TableDesc,java.util.Map)">configureTableJobProperties(TableDesc, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseOverwriteFiles.html#conflictDetectionFilter(org.apache.iceberg.expressions.Expression)">conflictDetectionFilter(Expression)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseOverwriteFiles.html" title="class in org.apache.iceberg">BaseOverwriteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/OverwriteFiles.html#conflictDetectionFilter(org.apache.iceberg.expressions.Expression)">conflictDetectionFilter(Expression)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/OverwriteFiles.html" title="interface in org.apache.iceberg">OverwriteFiles</a></dt>
<dd>
<div class="block">Sets a conflict detection filter used to validate concurrently added data and delete files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowDelta.html#conflictDetectionFilter(org.apache.iceberg.expressions.Expression)">conflictDetectionFilter(Expression)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RowDelta.html" title="interface in org.apache.iceberg">RowDelta</a></dt>
<dd>
<div class="block">Sets a conflict detection filter used to validate concurrently added data and delete files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()">constant()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html#constant()">constant()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ExpressionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html#constant()">constant()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringArrayContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html#constant()">constant()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html#constant()">constant()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TransformArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html#constant(int)">constant(int)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringArrayContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html#constant(int)">constant(int)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.html#constant(C)">constant(C)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.html#constant(C,int)">constant(C, int)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ConstantContext.html#%3Cinit%3E()">ConstantContext()</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ConstantContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ConstantContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ConstantContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">ConstantContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ConstantContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ConstantContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html#constantHolder(int,T)">constantHolder(int, T)</a></span> - Static method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 1.4.0, will be removed in 1.5.0; use typed constant holders instead.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html#constantHolder(org.apache.iceberg.types.Types.NestedField,int,T)">constantHolder(Types.NestedField, int, T)</a></span> - Static method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReaders.html#constants(C)">constants(C)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReaders.html" title="class in org.apache.iceberg.orc">OrcValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionUtil.html#constantsMap(org.apache.iceberg.ContentScanTask)">constantsMap(ContentScanTask&lt;?&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionUtil.html" title="class in org.apache.iceberg.util">PartitionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionUtil.html#constantsMap(org.apache.iceberg.ContentScanTask,java.util.function.BiFunction)">constantsMap(ContentScanTask&lt;?&gt;, BiFunction&lt;Type, Object, Object&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionUtil.html" title="class in org.apache.iceberg.util">PartitionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionUtil.html#constantsMap(org.apache.iceberg.ContentScanTask,org.apache.iceberg.types.Types.StructType,java.util.function.BiFunction)">constantsMap(ContentScanTask&lt;?&gt;, Types.StructType, BiFunction&lt;Type, Object, Object&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionUtil.html" title="class in org.apache.iceberg.util">PartitionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.ConstantVectorHolder.html#%3Cinit%3E(int)">ConstantVectorHolder(int)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.ConstantVectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder.ConstantVectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.ConstantVectorHolder.html#%3Cinit%3E(int,T)">ConstantVectorHolder(int, T)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.ConstantVectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder.ConstantVectorHolder</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 1.4.0, will be removed in 1.5.0; use typed constant holders instead.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.ConstantVectorHolder.html#%3Cinit%3E(org.apache.iceberg.types.Types.NestedField,int,T)">ConstantVectorHolder(Types.NestedField, int, T)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.ConstantVectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder.ConstantVectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.ConstantVectorReader.html#%3Cinit%3E(org.apache.iceberg.types.Types.NestedField,T)">ConstantVectorReader(Types.NestedField, T)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.ConstantVectorReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader.ConstantVectorReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.ConstantVectorReader.html#%3Cinit%3E(T)">ConstantVectorReader(T)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.ConstantVectorReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader.ConstantVectorReader</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 1.4.0, will be removed in 1.5.0; use typed constant readers.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.html#constrained()">constrained()</a></span> - Static method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.html" title="class in org.apache.iceberg.flink.source.assigner">GetSplitResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.Status.html#CONSTRAINED">CONSTRAINED</a></span> - org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.Status.html" title="enum in org.apache.iceberg.flink.source.assigner">GetSplitResult.Status</a></dt>
<dd>
<div class="block">There are pending splits.</div>
</dd>
<dt><a href="org/apache/iceberg/mr/mapred/Container.html" title="class in org.apache.iceberg.mr.mapred"><span class="typeNameLink">Container</span></a>&lt;<a href="org/apache/iceberg/mr/mapred/Container.html" title="type parameter in Container">T</a>&gt; - Class in <a href="org/apache/iceberg/mr/mapred/package-summary.html">org.apache.iceberg.mr.mapred</a></dt>
<dd>
<div class="block">A simple container of objects that you can get and set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/Container.html#%3Cinit%3E()">Container()</a></span> - Constructor for class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/Container.html" title="class in org.apache.iceberg.mr.mapred">Container</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#contains(int,org.apache.iceberg.StructLike)">contains(int, StructLike)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#contains(java.lang.Object)">contains(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#contains(java.lang.Object)">contains(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#contains(java.lang.Object)">contains(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableCache.html#contains(java.lang.String)">contains(String)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableCache.html" title="class in org.apache.iceberg.spark">SparkTableCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#containsAll(java.util.Collection)">containsAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#containsAll(java.util.Collection)">containsAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#containsAll(java.util.Collection)">containsAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#containsKey(java.lang.Object)">containsKey(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeMap.html#containsKey(java.lang.Object)">containsKey(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeMap.html" title="class in org.apache.iceberg.util">StructLikeMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericPartitionFieldSummary.html#containsNaN()">containsNaN()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg">GenericPartitionFieldSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html#containsNaN()">containsNaN()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html" title="interface in org.apache.iceberg">ManifestFile.PartitionFieldSummary</a></dt>
<dd>
<div class="block">Returns true if at least one data file in the manifest has a NaN value for the field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericPartitionFieldSummary.html#containsNull()">containsNull()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg">GenericPartitionFieldSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html#containsNull()">containsNull()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html" title="interface in org.apache.iceberg">ManifestFile.PartitionFieldSummary</a></dt>
<dd>
<div class="block">Returns true if at least one data file in the manifest has a null value for the field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#containsValue(java.lang.Object)">containsValue(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeMap.html#containsValue(java.lang.Object)">containsValue(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeMap.html" title="class in org.apache.iceberg.util">StructLikeMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#content()">content()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns type of content stored in the file; one of DATA, POSITION_DELETES, or EQUALITY_DELETES.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#content()">content()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#content()">content()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#content()">content()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns the content stored in the manifest; either DATA or DELETES.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestWriter.html#content()">content()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#content()">content()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#CONTENT">CONTENT</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">ContentCache</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">Class that provides file-content caching during reading.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ContentCache.html#%3Cinit%3E(long,long,long)">ContentCache(long, long, long)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io">ContentCache</a></dt>
<dd>
<div class="block">Constructor for ContentCache class.</div>
</dd>
<dt><a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg"><span class="typeNameLink">ContentFile</span></a>&lt;<a href="org/apache/iceberg/ContentFile.html" title="type parameter in ContentFile">F</a>&gt; - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Superinterface of <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a> and <a href="org/apache/iceberg/DeleteFile.html" title="interface in org.apache.iceberg"><code>DeleteFile</code></a> that exposes common methods.</div>
</dd>
<dt><a href="org/apache/iceberg/ContentScanTask.html" title="interface in org.apache.iceberg"><span class="typeNameLink">ContentScanTask</span></a>&lt;<a href="org/apache/iceberg/ContentScanTask.html" title="type parameter in ContentScanTask">F</a> extends <a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a>&lt;<a href="org/apache/iceberg/ContentScanTask.html" title="type parameter in ContentScanTask">F</a>&gt;&gt; - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A scan task over a range of bytes in a content file.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/source/enumerator/ContinuousIcebergEnumerator.html" title="class in org.apache.iceberg.flink.source.enumerator"><span class="typeNameLink">ContinuousIcebergEnumerator</span></a> - Class in <a href="org/apache/iceberg/flink/source/enumerator/package-summary.html">org.apache.iceberg.flink.source.enumerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/ContinuousIcebergEnumerator.html#%3Cinit%3E(org.apache.flink.api.connector.source.SplitEnumeratorContext,org.apache.iceberg.flink.source.assigner.SplitAssigner,org.apache.iceberg.flink.source.ScanContext,org.apache.iceberg.flink.source.enumerator.ContinuousSplitPlanner,org.apache.iceberg.flink.source.enumerator.IcebergEnumeratorState)">ContinuousIcebergEnumerator(SplitEnumeratorContext&lt;IcebergSourceSplit&gt;, SplitAssigner, ScanContext, ContinuousSplitPlanner, IcebergEnumeratorState)</a></span> - Constructor for class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/ContinuousIcebergEnumerator.html" title="class in org.apache.iceberg.flink.source.enumerator">ContinuousIcebergEnumerator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/enumerator/ContinuousSplitPlanner.html" title="interface in org.apache.iceberg.flink.source.enumerator"><span class="typeNameLink">ContinuousSplitPlanner</span></a> - Interface in <a href="org/apache/iceberg/flink/source/enumerator/package-summary.html">org.apache.iceberg.flink.source.enumerator</a></dt>
<dd>
<div class="block">This interface is introduced so that we can plug in different split planner for unit test</div>
</dd>
<dt><a href="org/apache/iceberg/flink/source/enumerator/ContinuousSplitPlannerImpl.html" title="class in org.apache.iceberg.flink.source.enumerator"><span class="typeNameLink">ContinuousSplitPlannerImpl</span></a> - Class in <a href="org/apache/iceberg/flink/source/enumerator/package-summary.html">org.apache.iceberg.flink.source.enumerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/ContinuousSplitPlannerImpl.html#%3Cinit%3E(org.apache.iceberg.flink.TableLoader,org.apache.iceberg.flink.source.ScanContext,java.lang.String)">ContinuousSplitPlannerImpl(TableLoader, ScanContext, String)</a></span> - Constructor for class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/ContinuousSplitPlannerImpl.html" title="class in org.apache.iceberg.flink.source.enumerator">ContinuousSplitPlannerImpl</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Conversions.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Conversions</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/UUIDUtil.html#convert(byte%5B%5D)">convert(byte[])</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/UUIDUtil.html" title="class in org.apache.iceberg.util">UUIDUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/UUIDUtil.html#convert(byte%5B%5D,int)">convert(byte[], int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/UUIDUtil.html" title="class in org.apache.iceberg.util">UUIDUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergBinaryObjectInspector.html#convert(java.lang.Object)">convert(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergBinaryObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergBinaryObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDateObjectInspector.html#convert(java.lang.Object)">convert(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDateObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergDateObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDecimalObjectInspector.html#convert(java.lang.Object)">convert(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDecimalObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergDecimalObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergFixedObjectInspector.html#convert(java.lang.Object)">convert(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergFixedObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergFixedObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimeObjectInspector.html#convert(java.lang.Object)">convert(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimeObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimeObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampObjectInspector.html#convert(java.lang.Object)">convert(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimestampObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampWithZoneObjectInspector.html#convert(java.lang.Object)">convert(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampWithZoneObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimestampWithZoneObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergUUIDObjectInspector.html#convert(java.lang.Object)">convert(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergUUIDObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergUUIDObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/WriteObjectInspector.html#convert(java.lang.Object)">convert(Object)</a></span> - Method in interface org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/WriteObjectInspector.html" title="interface in org.apache.iceberg.mr.hive.serde.objectinspector">WriteObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/UUIDUtil.html#convert(java.nio.ByteBuffer)">convert(ByteBuffer)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/UUIDUtil.html" title="class in org.apache.iceberg.util">UUIDUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveSchemaUtil.html#convert(java.util.List,java.util.List,java.util.List)">convert(List&lt;String&gt;, List&lt;TypeInfo&gt;, List&lt;String&gt;)</a></span> - Static method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveSchemaUtil.html" title="class in org.apache.iceberg.hive">HiveSchemaUtil</a></dt>
<dd>
<div class="block">Converts the Hive list of column names and column types to an Iceberg schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveSchemaUtil.html#convert(java.util.List,java.util.List,java.util.List,boolean)">convert(List&lt;String&gt;, List&lt;TypeInfo&gt;, List&lt;String&gt;, boolean)</a></span> - Static method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveSchemaUtil.html" title="class in org.apache.iceberg.hive">HiveSchemaUtil</a></dt>
<dd>
<div class="block">Converts the Hive list of column names and column types to an Iceberg schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveSchemaUtil.html#convert(java.util.List)">convert(List&lt;FieldSchema&gt;)</a></span> - Static method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveSchemaUtil.html" title="class in org.apache.iceberg.hive">HiveSchemaUtil</a></dt>
<dd>
<div class="block">Converts a Hive schema (list of FieldSchema objects) to an Iceberg schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveSchemaUtil.html#convert(java.util.List,boolean)">convert(List&lt;FieldSchema&gt;, boolean)</a></span> - Static method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveSchemaUtil.html" title="class in org.apache.iceberg.hive">HiveSchemaUtil</a></dt>
<dd>
<div class="block">Converts a Hive schema (list of FieldSchema objects) to an Iceberg schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/UUIDUtil.html#convert(java.util.UUID)">convert(UUID)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/UUIDUtil.html" title="class in org.apache.iceberg.util">UUIDUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#convert(org.apache.avro.Schema)">convert(Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkSchemaUtil.html#convert(org.apache.flink.table.api.TableSchema)">convert(TableSchema)</a></span> - Static method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkSchemaUtil.html" title="class in org.apache.iceberg.flink">FlinkSchemaUtil</a></dt>
<dd>
<div class="block">Convert the flink table schema to apache iceberg schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkFilters.html#convert(org.apache.flink.table.expressions.Expression)">convert(Expression)</a></span> - Static method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkFilters.html" title="class in org.apache.iceberg.flink">FlinkFilters</a></dt>
<dd>
<div class="block">Convert flink expression to iceberg expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkSchemaUtil.html#convert(org.apache.flink.table.types.logical.LogicalType)">convert(LogicalType)</a></span> - Static method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkSchemaUtil.html" title="class in org.apache.iceberg.flink">FlinkSchemaUtil</a></dt>
<dd>
<div class="block">Convert a <code>Flink type</code> to a <a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types"><code>Type</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveSchemaUtil.html#convert(org.apache.hadoop.hive.serde2.typeinfo.TypeInfo)">convert(TypeInfo)</a></span> - Static method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveSchemaUtil.html" title="class in org.apache.iceberg.hive">HiveSchemaUtil</a></dt>
<dd>
<div class="block">Converts a Hive typeInfo object to an Iceberg type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/ArrowSchemaUtil.html#convert(org.apache.iceberg.Schema)">convert(Schema)</a></span> - Static method in class org.apache.iceberg.arrow.<a href="org/apache/iceberg/arrow/ArrowSchemaUtil.html" title="class in org.apache.iceberg.arrow">ArrowSchemaUtil</a></dt>
<dd>
<div class="block">Convert Iceberg schema to Arrow Schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkSchemaUtil.html#convert(org.apache.iceberg.Schema)">convert(Schema)</a></span> - Static method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkSchemaUtil.html" title="class in org.apache.iceberg.flink">FlinkSchemaUtil</a></dt>
<dd>
<div class="block">Convert a <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> to a <code>Flink type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveSchemaUtil.html#convert(org.apache.iceberg.Schema)">convert(Schema)</a></span> - Static method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveSchemaUtil.html" title="class in org.apache.iceberg.hive">HiveSchemaUtil</a></dt>
<dd>
<div class="block">Converts the Iceberg schema to a Hive schema (list of FieldSchema objects).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.html#convert(org.apache.iceberg.Schema)">convert(Schema)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.html" title="class in org.apache.iceberg.orc">ORCSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/SchemaUtil.html#convert(org.apache.iceberg.Schema)">convert(Schema)</a></span> - Static method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/SchemaUtil.html" title="class in org.apache.iceberg.pig">SchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#convert(org.apache.iceberg.Schema)">convert(Schema)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>
<div class="block">Convert a <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> to a <code>Spark type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#convert(org.apache.iceberg.Schema,java.lang.String)">convert(Schema, String)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html#convert(org.apache.iceberg.Schema,java.lang.String)">convert(Schema, String)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeToMessageType.html#convert(org.apache.iceberg.Schema,java.lang.String)">convert(Schema, String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeToMessageType.html" title="class in org.apache.iceberg.parquet">TypeToMessageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#convert(org.apache.iceberg.Schema,java.util.Map)">convert(Schema, Map&lt;Types.StructType, String&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkSchemaUtil.html#convert(org.apache.iceberg.Schema,org.apache.flink.table.api.TableSchema)">convert(Schema, TableSchema)</a></span> - Static method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkSchemaUtil.html" title="class in org.apache.iceberg.flink">FlinkSchemaUtil</a></dt>
<dd>
<div class="block">Convert a Flink <code>TableSchema</code> to a <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> based on the given schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkValueConverter.html#convert(org.apache.iceberg.Schema,org.apache.spark.sql.Row)">convert(Schema, Row)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkValueConverter.html" title="class in org.apache.iceberg.spark">SparkValueConverter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#convert(org.apache.iceberg.Schema,org.apache.spark.sql.types.StructType)">convert(Schema, StructType)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>
<div class="block">Convert a Spark <code>struct</code> to a <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> based on the given schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#convert(org.apache.iceberg.Schema,org.apache.spark.sql.types.StructType,boolean)">convert(Schema, StructType, boolean)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>
<div class="block">Convert a Spark <code>struct</code> to a <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> based on the given schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#convert(org.apache.iceberg.types.Type)">convert(Type)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkSchemaUtil.html#convert(org.apache.iceberg.types.Type)">convert(Type)</a></span> - Static method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkSchemaUtil.html" title="class in org.apache.iceberg.flink">FlinkSchemaUtil</a></dt>
<dd>
<div class="block">Convert a <a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types"><code>Type</code></a> to a <code>Flink type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveSchemaUtil.html#convert(org.apache.iceberg.types.Type)">convert(Type)</a></span> - Static method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveSchemaUtil.html" title="class in org.apache.iceberg.hive">HiveSchemaUtil</a></dt>
<dd>
<div class="block">Converts an Iceberg type to a Hive TypeInfo object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#convert(org.apache.iceberg.types.Type)">convert(Type)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>
<div class="block">Convert a <a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types"><code>Type</code></a> to a <code>Spark type</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkValueConverter.html#convert(org.apache.iceberg.types.Type,java.lang.Object)">convert(Type, Object)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkValueConverter.html" title="class in org.apache.iceberg.spark">SparkValueConverter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#convert(org.apache.iceberg.types.Type,java.util.Map)">convert(Type, Map&lt;Types.StructType, String&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/ArrowSchemaUtil.html#convert(org.apache.iceberg.types.Types.NestedField)">convert(Types.NestedField)</a></span> - Static method in class org.apache.iceberg.arrow.<a href="org/apache/iceberg/arrow/ArrowSchemaUtil.html" title="class in org.apache.iceberg.arrow">ArrowSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#convert(org.apache.iceberg.types.Types.StructType,java.lang.String)">convert(Types.StructType, String)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.html#convert(org.apache.orc.TypeDescription)">convert(TypeDescription)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.html" title="class in org.apache.iceberg.orc">ORCSchemaUtil</a></dt>
<dd>
<div class="block">Convert an ORC schema to an Iceberg schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html#convert(org.apache.parquet.schema.MessageType)">convert(MessageType)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil</a></dt>
<dd>
<div class="block">Converts a Parquet schema to an Iceberg schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkAggregates.html#convert(org.apache.spark.sql.connector.expressions.aggregate.AggregateFunc)">convert(AggregateFunc)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkAggregates.html" title="class in org.apache.iceberg.spark">SparkAggregates</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkV2Filters.html#convert(org.apache.spark.sql.connector.expressions.filter.Predicate)">convert(Predicate)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkV2Filters.html" title="class in org.apache.iceberg.spark">SparkV2Filters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkV2Filters.html#convert(org.apache.spark.sql.connector.expressions.filter.Predicate%5B%5D)">convert(Predicate[])</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkV2Filters.html" title="class in org.apache.iceberg.spark">SparkV2Filters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkFilters.html#convert(org.apache.spark.sql.sources.Filter)">convert(Filter)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkFilters.html" title="class in org.apache.iceberg.spark">SparkFilters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkFilters.html#convert(org.apache.spark.sql.sources.Filter%5B%5D)">convert(Filter[])</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkFilters.html" title="class in org.apache.iceberg.spark">SparkFilters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#convert(org.apache.spark.sql.types.DataType)">convert(DataType)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>
<div class="block">Convert a Spark <code>struct</code> to a <a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types"><code>Type</code></a> with new field ids.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#convert(org.apache.spark.sql.types.StructType)">convert(StructType)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>
<div class="block">Convert a Spark <code>struct</code> to a <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> with new field ids.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html#convertAndPrune(org.apache.parquet.schema.MessageType)">convertAndPrune(MessageType)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil</a></dt>
<dd>
<div class="block">Converts a Parquet schema to an Iceberg schema and prunes fields without IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/IdentityPartitionConverters.html#convertConstant(org.apache.iceberg.types.Type,java.lang.Object)">convertConstant(Type, Object)</a></span> - Static method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/IdentityPartitionConverters.html" title="class in org.apache.iceberg.data">IdentityPartitionConverters</a></dt>
<dd>
<div class="block">Conversions from internal representations to Iceberg generic values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataUtil.html#convertConstant(org.apache.iceberg.types.Type,java.lang.Object)">convertConstant(Type, Object)</a></span> - Static method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataUtil.html" title="class in org.apache.iceberg.flink.data">RowDataUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html#convertDeleteFiles(java.lang.Iterable)">convertDeleteFiles(Iterable&lt;DeleteFile&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html" title="interface in org.apache.iceberg.actions">ConvertEqualityDeleteStrategy</a></dt>
<dd>
<div class="block">Define how to convert the deletes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ConvertEqualityDeleteFiles.Result.html#convertedEqualityDeleteFilesCount()">convertedEqualityDeleteFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ConvertEqualityDeleteFiles.Result.html" title="interface in org.apache.iceberg.actions">ConvertEqualityDeleteFiles.Result</a></dt>
<dd>
<div class="block">Returns the count of the deletes that been converted.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/ConvertEqualityDeleteFiles.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">ConvertEqualityDeleteFiles</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">An action for converting the equality delete files to position delete files.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/ConvertEqualityDeleteFiles.Result.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">ConvertEqualityDeleteFiles.Result</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">The action result that contains a summary of the execution.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">ConvertEqualityDeleteStrategy</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">A strategy for the action to convert equality delete to position deletes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/UUIDUtil.html#convertToByteBuffer(java.util.UUID)">convertToByteBuffer(UUID)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/UUIDUtil.html" title="class in org.apache.iceberg.util">UUIDUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/UUIDUtil.html#convertToByteBuffer(java.util.UUID,java.nio.ByteBuffer)">convertToByteBuffer(UUID, ByteBuffer)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/UUIDUtil.html" title="class in org.apache.iceberg.util">UUIDUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkValueConverter.html#convertToSpark(org.apache.iceberg.types.Type,java.lang.Object)">convertToSpark(Type, Object)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkValueConverter.html" title="class in org.apache.iceberg.spark">SparkValueConverter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#convertTypes(org.apache.iceberg.types.Types.StructType,java.lang.String)">convertTypes(Types.StructType, String)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#convertWithFreshIds(org.apache.iceberg.Schema,org.apache.spark.sql.types.StructType)">convertWithFreshIds(Schema, StructType)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>
<div class="block">Convert a Spark <code>struct</code> to a <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> based on the given schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#convertWithFreshIds(org.apache.iceberg.Schema,org.apache.spark.sql.types.StructType,boolean)">convertWithFreshIds(Schema, StructType, boolean)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>
<div class="block">Convert a Spark <code>struct</code> to a <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> based on the given schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#copy()">copy()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Copies this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericRecord.html#copy()">copy()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data">GenericRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/Record.html#copy()">copy()</a></span> - Method in interface org.apache.iceberg.data.<a href="org/apache/iceberg/data/Record.html" title="interface in org.apache.iceberg.data">Record</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionKeyMetadata.html#copy()">copy()</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionKeyMetadata.html" title="interface in org.apache.iceberg.encryption">EncryptionKeyMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/IcebergTableSink.html#copy()">copy()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/IcebergTableSink.html" title="class in org.apache.iceberg.flink">IcebergTableSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergTableSource.html#copy()">copy()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergTableSource.html" title="class in org.apache.iceberg.flink.source">IcebergTableSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#copy()">copy()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericPartitionFieldSummary.html#copy()">copy()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg">GenericPartitionFieldSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#copy()">copy()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Copies this <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>manifest file</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html#copy()">copy()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html" title="interface in org.apache.iceberg">ManifestFile.PartitionFieldSummary</a></dt>
<dd>
<div class="block">Copies this <a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html" title="interface in org.apache.iceberg"><code>summary</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#copy()">copy()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionKey.html#copy()">copy()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionKey.html" title="class in org.apache.iceberg">PartitionKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#copy()">copy()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SetAccumulator.html#copy()">copy()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SetAccumulator.html" title="class in org.apache.iceberg.spark.actions">SetAccumulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#copy()">copy()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#copy(boolean)">copy(boolean)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Copies this file (potentially without file stats).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/Record.html#copy(java.lang.String,java.lang.Object)">copy(String, Object)</a></span> - Method in interface org.apache.iceberg.data.<a href="org/apache/iceberg/data/Record.html" title="interface in org.apache.iceberg.data">Record</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/Record.html#copy(java.lang.String,java.lang.Object,java.lang.String,java.lang.Object)">copy(String, Object, String, Object)</a></span> - Method in interface org.apache.iceberg.data.<a href="org/apache/iceberg/data/Record.html" title="interface in org.apache.iceberg.data">Record</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/Record.html#copy(java.lang.String,java.lang.Object,java.lang.String,java.lang.Object,java.lang.String,java.lang.Object)">copy(String, Object, String, Object, String, Object)</a></span> - Method in interface org.apache.iceberg.data.<a href="org/apache/iceberg/data/Record.html" title="interface in org.apache.iceberg.data">Record</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ByteBuffers.html#copy(java.nio.ByteBuffer)">copy(ByteBuffer)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ByteBuffers.html" title="class in org.apache.iceberg.util">ByteBuffers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericRecord.html#copy(java.util.Map)">copy(Map&lt;String, Object&gt;)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data">GenericRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/Record.html#copy(java.util.Map)">copy(Map&lt;String, Object&gt;)</a></span> - Method in interface org.apache.iceberg.data.<a href="org/apache/iceberg/data/Record.html" title="interface in org.apache.iceberg.data">Record</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#copy(org.apache.iceberg.DataFile)">copy(DataFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#copy(org.apache.iceberg.DeleteFile)">copy(DeleteFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.html#copy(org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">copy(PartitionSpec, StructLike)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.html" title="class in org.apache.iceberg">DataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowLevelOperationMode.html#COPY_ON_WRITE">COPY_ON_WRITE</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/RowLevelOperationMode.html" title="enum in org.apache.iceberg">RowLevelOperationMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#copyData(org.apache.iceberg.types.Types.StructType,java.lang.Object%5B%5D)">copyData(Types.StructType, Object[])</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/InternalRecordWrapper.html#copyFor(org.apache.iceberg.StructLike)">copyFor(StructLike)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/InternalRecordWrapper.html" title="class in org.apache.iceberg.data">InternalRecordWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeWrapper.html#copyFor(org.apache.iceberg.StructLike)">copyFor(StructLike)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeWrapper.html" title="class in org.apache.iceberg.util">StructLikeWrapper</a></dt>
<dd>
<div class="block">Creates a copy of this wrapper that wraps a struct.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructProjection.html#copyFor(org.apache.iceberg.StructLike)">copyFor(StructLike)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructProjection.html" title="class in org.apache.iceberg.util">StructProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallArgumentContext.html#copyFrom(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CallArgumentContext)">copyFrom(IcebergSqlExtensionsParser.CallArgumentContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CallArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ConstantContext.html#copyFrom(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ConstantContext)">copyFrom(IcebergSqlExtensionsParser.ConstantContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ConstantContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ConstantContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentifierContext.html#copyFrom(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IdentifierContext)">copyFrom(IcebergSqlExtensionsParser.IdentifierContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumberContext.html#copyFrom(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumberContext)">copyFrom(IcebergSqlExtensionsParser.NumberContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumberContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumberContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StatementContext.html#copyFrom(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StatementContext)">copyFrom(IcebergSqlExtensionsParser.StatementContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StatementContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StatementContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformContext.html#copyFrom(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TransformContext)">copyFrom(IcebergSqlExtensionsParser.TransformContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergBinaryObjectInspector.html#copyObject(java.lang.Object)">copyObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergBinaryObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergBinaryObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDateObjectInspector.html#copyObject(java.lang.Object)">copyObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDateObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergDateObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDecimalObjectInspector.html#copyObject(java.lang.Object)">copyObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDecimalObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergDecimalObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergFixedObjectInspector.html#copyObject(java.lang.Object)">copyObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergFixedObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergFixedObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimeObjectInspector.html#copyObject(java.lang.Object)">copyObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimeObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimeObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampObjectInspector.html#copyObject(java.lang.Object)">copyObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimestampObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampWithZoneObjectInspector.html#copyObject(java.lang.Object)">copyObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampWithZoneObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimestampWithZoneObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergUUIDObjectInspector.html#copyObject(java.lang.Object)">copyObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergUUIDObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergUUIDObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#copyOf(java.util.Map)">copyOf(Map&lt;K, V&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#copyOf(org.apache.iceberg.ManifestFile)">copyOf(ManifestFile)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#copyOf(org.apache.iceberg.Table)">copyOf(Table)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>
<div class="block">Creates a read-only serializable table that can be sent to other nodes in a cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SerializableTableWithSize.html#copyOf(org.apache.iceberg.Table)">copyOf(Table)</a></span> - Static method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SerializableTableWithSize.html" title="class in org.apache.iceberg.spark.source">SerializableTableWithSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteUtil.html#copyOnWriteRequirements(org.apache.iceberg.Table,org.apache.spark.sql.connector.write.RowLevelOperation.Command,org.apache.iceberg.DistributionMode,boolean,long)">copyOnWriteRequirements(Table, RowLevelOperation.Command, DistributionMode, boolean, long)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteUtil.html" title="class in org.apache.iceberg.spark">SparkWriteUtil</a></dt>
<dd>
<div class="block">Builds requirements for copy-on-write DELETE, UPDATE, MERGE operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#copyOnWriteRequirements(org.apache.spark.sql.connector.write.RowLevelOperation.Command)">copyOnWriteRequirements(RowLevelOperation.Command)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#copyWithAppendsBetween(java.lang.Long,long)">copyWithAppendsBetween(Long, long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#copyWithBranch(java.lang.String)">copyWithBranch(String)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.html#copyWithoutFieldCounts(org.apache.iceberg.Metrics,java.util.Set)">copyWithoutFieldCounts(Metrics, Set&lt;Integer&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.html" title="class in org.apache.iceberg">MetricsUtil</a></dt>
<dd>
<div class="block">Copies a metrics object without value, NULL and NaN counts for given fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.html#copyWithoutFieldCountsAndBounds(org.apache.iceberg.Metrics,java.util.Set)">copyWithoutFieldCountsAndBounds(Metrics, Set&lt;Integer&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.html" title="class in org.apache.iceberg">MetricsUtil</a></dt>
<dd>
<div class="block">Copies a metrics object without counts and bounds for given fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#copyWithoutStats()">copyWithoutStats()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Copies this file without file stats.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#copyWithoutStats()">copyWithoutStats()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#copyWithSnapshotId(long)">copyWithSnapshotId(long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#copyWithSnapshotId(long)">copyWithSnapshotId(long)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultTimer.html#count()">count()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultTimer.html" title="class in org.apache.iceberg.metrics">DefaultTimer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/FixedReservoirHistogram.html#count()">count()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/FixedReservoirHistogram.html" title="class in org.apache.iceberg.metrics">FixedReservoirHistogram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Histogram.html#count()">count()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Histogram.html" title="interface in org.apache.iceberg.metrics">Histogram</a></dt>
<dd>
<div class="block">Return the number of observations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.Counter.html#count()">count()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.Counter.html" title="interface in org.apache.iceberg.metrics">MetricsContext.Counter</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use <a href="org/apache/iceberg/metrics/MetricsContext.Counter.html#value()"><code>MetricsContext.Counter.value()</code></a></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Timer.html#count()">count()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Timer.html" title="interface in org.apache.iceberg.metrics">Timer</a></dt>
<dd>
<div class="block">The number of times <a href="org/apache/iceberg/metrics/Timer.html#time(java.time.Duration)"><code>Timer.time(Duration)</code></a> was called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/TimerResult.html#count()">count()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/TimerResult.html" title="interface in org.apache.iceberg.metrics">TimerResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#count(java.lang.String)">count(String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterable.html#count(org.apache.iceberg.metrics.Counter,org.apache.iceberg.io.CloseableIterable)">count(Counter, CloseableIterable&lt;T&gt;)</a></span> - Static method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io">CloseableIterable</a></dt>
<dd>
<div class="block">Counts the number of elements in the given <a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io"><code>CloseableIterable</code></a> by incrementing the <a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics"><code>Counter</code></a> instance for each <code>Iterator.next()</code> call.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterator.html#count(org.apache.iceberg.metrics.Counter,org.apache.iceberg.io.CloseableIterator)">count(Counter, CloseableIterator&lt;T&gt;)</a></span> - Static method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterator.html" title="interface in org.apache.iceberg.io">CloseableIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#COUNT">COUNT</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.Unit.html#COUNT">COUNT</a></span> - org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.Unit.html" title="enum in org.apache.iceberg.metrics">MetricsContext.Unit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#COUNT_STAR">COUNT_STAR</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/CountAggregate.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">CountAggregate</span></a>&lt;<a href="org/apache/iceberg/expressions/CountAggregate.html" title="type parameter in CountAggregate">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/CountAggregate.html#%3Cinit%3E(org.apache.iceberg.expressions.Expression.Operation,org.apache.iceberg.expressions.BoundTerm)">CountAggregate(Expression.Operation, BoundTerm&lt;T&gt;)</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/CountAggregate.html" title="class in org.apache.iceberg.expressions">CountAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#countAttempts(org.apache.iceberg.metrics.Counter)">countAttempts(Counter)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.html#counter(java.lang.String)">counter(String)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.html" title="interface in org.apache.iceberg.metrics">MetricsContext</a></dt>
<dd>
<div class="block">Get a named counter using <a href="org/apache/iceberg/metrics/MetricsContext.Unit.html#COUNT"><code>MetricsContext.Unit.COUNT</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopMetricsContext.html#counter(java.lang.String,java.lang.Class,org.apache.iceberg.metrics.MetricsContext.Unit)">counter(String, Class&lt;T&gt;, MetricsContext.Unit)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopMetricsContext.html" title="class in org.apache.iceberg.hadoop">HadoopMetricsContext</a></dt>
<dd>
<div class="block">The Hadoop implementation delegates to the FileSystem.Statistics implementation and therefore
does not require support for operations like unit() and count() as the counter values are not
directly consumed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultMetricsContext.html#counter(java.lang.String,java.lang.Class,org.apache.iceberg.metrics.MetricsContext.Unit)">counter(String, Class&lt;T&gt;, MetricsContext.Unit)</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultMetricsContext.html" title="class in org.apache.iceberg.metrics">DefaultMetricsContext</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 2.0.0, use <a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics"><code>Counter</code></a> instead.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.html#counter(java.lang.String,java.lang.Class,org.apache.iceberg.metrics.MetricsContext.Unit)">counter(String, Class&lt;T&gt;, MetricsContext.Unit)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.html" title="interface in org.apache.iceberg.metrics">MetricsContext</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 2.0.0, use <a href="org/apache/iceberg/metrics/MetricsContext.html#counter(java.lang.String,org.apache.iceberg.metrics.MetricsContext.Unit)"><code>MetricsContext.counter(String, Unit)</code></a> instead.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopMetricsContext.html#counter(java.lang.String,org.apache.iceberg.metrics.MetricsContext.Unit)">counter(String, MetricsContext.Unit)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopMetricsContext.html" title="class in org.apache.iceberg.hadoop">HadoopMetricsContext</a></dt>
<dd>
<div class="block">The Hadoop implementation delegates to the FileSystem.Statistics implementation and therefore
does not require support for operations like unit() as the counter values are not directly
consumed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultMetricsContext.html#counter(java.lang.String,org.apache.iceberg.metrics.MetricsContext.Unit)">counter(String, MetricsContext.Unit)</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultMetricsContext.html" title="class in org.apache.iceberg.metrics">DefaultMetricsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.html#counter(java.lang.String,org.apache.iceberg.metrics.MetricsContext.Unit)">counter(String, MetricsContext.Unit)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.html" title="interface in org.apache.iceberg.metrics">MetricsContext</a></dt>
<dd>
<div class="block">Get a named counter.</div>
</dd>
<dt><a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">Counter</span></a> - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">Generalized Counter interface for creating telemetry-related instances when counting events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#counterFrom(java.util.Map,java.lang.String)">counterFrom(Map&lt;String, String&gt;, String)</a></span> - Static method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#counterFrom(java.util.Map,java.lang.String,org.apache.iceberg.metrics.MetricsContext.Unit)">counterFrom(Map&lt;String, String&gt;, String, MetricsContext.Unit)</a></span> - Static method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/CounterResult.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">CounterResult</span></a> - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">A serializable version of a <a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics"><code>Counter</code></a> that carries its result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/CountAggregate.html#countFor(org.apache.iceberg.DataFile)">countFor(DataFile)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/CountAggregate.html" title="class in org.apache.iceberg.expressions">CountAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/CountNonNull.html#countFor(org.apache.iceberg.DataFile)">countFor(DataFile)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/CountNonNull.html" title="class in org.apache.iceberg.expressions">CountNonNull</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/CountStar.html#countFor(org.apache.iceberg.DataFile)">countFor(DataFile)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/CountStar.html" title="class in org.apache.iceberg.expressions">CountStar</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/CountAggregate.html#countFor(org.apache.iceberg.StructLike)">countFor(StructLike)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/CountAggregate.html" title="class in org.apache.iceberg.expressions">CountAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/CountNonNull.html#countFor(org.apache.iceberg.StructLike)">countFor(StructLike)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/CountNonNull.html" title="class in org.apache.iceberg.expressions">CountNonNull</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/CountStar.html#countFor(org.apache.iceberg.StructLike)">countFor(StructLike)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/CountStar.html" title="class in org.apache.iceberg.expressions">CountStar</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/CountNonNull.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">CountNonNull</span></a>&lt;<a href="org/apache/iceberg/expressions/CountNonNull.html" title="type parameter in CountNonNull">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/CountNonNull.html#%3Cinit%3E(org.apache.iceberg.expressions.BoundTerm)">CountNonNull(BoundTerm&lt;T&gt;)</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/CountNonNull.html" title="class in org.apache.iceberg.expressions">CountNonNull</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.Counts.html#%3Cinit%3E()">Counts()</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.Counts.html" title="class in org.apache.iceberg">MetricsModes.Counts</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#countStar()">countStar()</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/CountStar.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">CountStar</span></a>&lt;<a href="org/apache/iceberg/expressions/CountStar.html" title="type parameter in CountStar">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/CountStar.html#%3Cinit%3E(org.apache.iceberg.expressions.BoundTerm)">CountStar(BoundTerm&lt;T&gt;)</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/CountStar.html" title="class in org.apache.iceberg.expressions">CountStar</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3OutputFile.html#create()">create()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3OutputFile.html" title="class in org.apache.iceberg.aws.s3">S3OutputFile</a></dt>
<dd>
<div class="block">Create an output stream for the specified location if the target object does not exist in S3 at
the time of invocation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html#create()">create()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html" title="class in org.apache.iceberg">BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html#create()">create()</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html" title="interface in org.apache.iceberg.catalog">Catalog.TableBuilder</a></dt>
<dd>
<div class="block">Creates the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDelete.html#create()">create()</a></span> - Static method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDelete.html" title="class in org.apache.iceberg.deletes">PositionDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmOutputFile.html#create()">create()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmOutputFile.html" title="class in org.apache.iceberg.encryption">AesGcmOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/RowDataTaskWriterFactory.html#create()">create()</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/RowDataTaskWriterFactory.html" title="class in org.apache.iceberg.flink.sink">RowDataTaskWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/TaskWriterFactory.html#create()">create()</a></span> - Method in interface org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/TaskWriterFactory.html" title="interface in org.apache.iceberg.flink.sink">TaskWriterFactory</a></dt>
<dd>
<div class="block">Initialize a <a href="org/apache/iceberg/io/TaskWriter.html" title="interface in org.apache.iceberg.io"><code>TaskWriter</code></a> with given task id and attempt id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#create()">create()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html#create()">create()</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html" title="class in org.apache.iceberg.inmemory">InMemoryOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/OutputFile.html#create()">create()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/OutputFile.html" title="interface in org.apache.iceberg.io">OutputFile</a></dt>
<dd>
<div class="block">Create a new file and return a <a href="org/apache/iceberg/io/PositionOutputStream.html" title="class in org.apache.iceberg.io"><code>PositionOutputStream</code></a> to it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReaders.StructReader.html#create()">create()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReaders.StructReader.html" title="class in org.apache.iceberg.orc">OrcValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewBuilder.html#create()">create()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewBuilder.html" title="interface in org.apache.iceberg.view">ViewBuilder</a></dt>
<dd>
<div class="block">Create the view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/NativeFileCryptoParameters.html#create(java.nio.ByteBuffer)">create(ByteBuffer)</a></span> - Static method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/NativeFileCryptoParameters.html" title="class in org.apache.iceberg.encryption">NativeFileCryptoParameters</a></dt>
<dd>
<div class="block">Creates the builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/AggregateEvaluator.html#create(java.util.List)">create(List&lt;BoundAggregate&lt;?, ?&gt;&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/AggregateEvaluator.html" title="class in org.apache.iceberg.expressions">AggregateEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#create(java.util.Map)">create(Map&lt;Integer, PartitionSpec&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#create(java.util.Map)">create(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/GenericAvroReader.html#create(org.apache.avro.Schema)">create(Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/GenericAvroReader.html" title="class in org.apache.iceberg.avro">GenericAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/GenericAvroWriter.html#create(org.apache.avro.Schema)">create(Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/GenericAvroWriter.html" title="class in org.apache.iceberg.avro">GenericAvroWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/DataWriter.html#create(org.apache.avro.Schema)">create(Schema)</a></span> - Static method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/DataWriter.html" title="class in org.apache.iceberg.data.avro">DataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#create(org.apache.flink.table.types.logical.RowType,org.apache.iceberg.types.Types.StructType,org.apache.iceberg.types.Types.StructType)">create(RowType, Types.StructType, Types.StructType)</a></span> - Static method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>
<div class="block">Creates a projecting wrapper for <code>RowData</code> rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html#create(org.apache.iceberg.catalog.TableIdentifier,java.util.List,java.util.List)">create(TableIdentifier, List&lt;UpdateRequirement&gt;, List&lt;MetadataUpdate&gt;)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableCommit.html#create(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.TableMetadata,org.apache.iceberg.TableMetadata)">create(TableIdentifier, TableMetadata, TableMetadata)</a></span> - Static method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableCommit.html" title="interface in org.apache.iceberg.catalog">TableCommit</a></dt>
<dd>
<div class="block">This creates a <a href="org/apache/iceberg/catalog/TableCommit.html" title="interface in org.apache.iceberg.catalog"><code>TableCommit</code></a> instance to be applied for a single table with <a href="org/apache/iceberg/UpdateRequirement.html" title="interface in org.apache.iceberg"><code>UpdateRequirement</code></a>s to be validated and <a href="org/apache/iceberg/MetadataUpdate.html" title="interface in org.apache.iceberg"><code>MetadataUpdate</code></a>s that have been applied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericRecord.html#create(org.apache.iceberg.Schema)">create(Schema)</a></span> - Static method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data">GenericRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappingUtil.html#create(org.apache.iceberg.Schema)">create(Schema)</a></span> - Static method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappingUtil.html" title="class in org.apache.iceberg.mapping">MappingUtil</a></dt>
<dd>
<div class="block">Create a name-based mapping for a schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html#create(org.apache.iceberg.Schema)">create(Schema)</a></span> - Static method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Tables.html#create(org.apache.iceberg.Schema,java.lang.String)">create(Schema, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Tables.html" title="interface in org.apache.iceberg">Tables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/AggregateEvaluator.html#create(org.apache.iceberg.Schema,java.util.List)">create(Schema, List&lt;Expression&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/AggregateEvaluator.html" title="class in org.apache.iceberg.expressions">AggregateEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructProjection.html#create(org.apache.iceberg.Schema,java.util.Set)">create(Schema, Set&lt;Integer&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructProjection.html" title="class in org.apache.iceberg.util">StructProjection</a></dt>
<dd>
<div class="block">Creates a projecting wrapper for <a href="org/apache/iceberg/StructLike.html" title="interface in org.apache.iceberg"><code>StructLike</code></a> rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/DataReader.html#create(org.apache.iceberg.Schema,org.apache.avro.Schema)">create(Schema, Schema)</a></span> - Static method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/DataReader.html" title="class in org.apache.iceberg.data.avro">DataReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/DataReader.html#create(org.apache.iceberg.Schema,org.apache.avro.Schema,java.util.Map)">create(Schema, Schema, Map&lt;Integer, ?&gt;)</a></span> - Static method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/DataReader.html" title="class in org.apache.iceberg.data.avro">DataReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Tables.html#create(org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.lang.String)">create(Schema, PartitionSpec, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Tables.html" title="interface in org.apache.iceberg">Tables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Tables.html#create(org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.util.Map,java.lang.String)">create(Schema, PartitionSpec, Map&lt;String, String&gt;, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Tables.html" title="interface in org.apache.iceberg">Tables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTables.html#create(org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,org.apache.iceberg.SortOrder,java.util.Map,java.lang.String)">create(Schema, PartitionSpec, SortOrder, Map&lt;String, String&gt;, String)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTables.html" title="class in org.apache.iceberg.hadoop">HadoopTables</a></dt>
<dd>
<div class="block">Create a table using the FileSystem implementation resolve from location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Tables.html#create(org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,org.apache.iceberg.SortOrder,java.util.Map,java.lang.String)">create(Schema, PartitionSpec, SortOrder, Map&lt;String, String&gt;, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Tables.html" title="interface in org.apache.iceberg">Tables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#create(org.apache.iceberg.Schema,org.apache.iceberg.Schema)">create(Schema, Schema)</a></span> - Static method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>
<div class="block">Creates a projecting wrapper for <code>RowData</code> rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructProjection.html#create(org.apache.iceberg.Schema,org.apache.iceberg.Schema)">create(Schema, Schema)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructProjection.html" title="class in org.apache.iceberg.util">StructProjection</a></dt>
<dd>
<div class="block">Creates a projecting wrapper for <a href="org/apache/iceberg/StructLike.html" title="interface in org.apache.iceberg"><code>StructLike</code></a> rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html#create(org.apache.iceberg.types.Types.NestedField...)">create(Types.NestedField...)</a></span> - Static method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericRecord.html#create(org.apache.iceberg.types.Types.StructType)">create(Types.StructType)</a></span> - Static method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data">GenericRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeMap.html#create(org.apache.iceberg.types.Types.StructType)">create(Types.StructType)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeMap.html" title="class in org.apache.iceberg.util">StructLikeMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#create(org.apache.iceberg.types.Types.StructType)">create(Types.StructType)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructProjection.html#create(org.apache.iceberg.types.Types.StructType,org.apache.iceberg.types.Types.StructType)">create(Types.StructType, Types.StructType)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructProjection.html" title="class in org.apache.iceberg.util">StructProjection</a></dt>
<dd>
<div class="block">Creates a projecting wrapper for <a href="org/apache/iceberg/StructLike.html" title="interface in org.apache.iceberg"><code>StructLike</code></a> rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#CREATE">CREATE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#CREATE">CREATE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html#CREATE()">CREATE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html#CREATE()">CREATE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#CREATE()">CREATE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructProjection.html#createAllowMissing(org.apache.iceberg.types.Types.StructType,org.apache.iceberg.types.Types.StructType)">createAllowMissing(Types.StructType, Types.StructType)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructProjection.html" title="class in org.apache.iceberg.util">StructProjection</a></dt>
<dd>
<div class="block">Creates a projecting wrapper for <a href="org/apache/iceberg/StructLike.html" title="interface in org.apache.iceberg"><code>StructLike</code></a> rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/OrderedSplitAssignerFactory.html#createAssigner()">createAssigner()</a></span> - Method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/OrderedSplitAssignerFactory.html" title="class in org.apache.iceberg.flink.source.assigner">OrderedSplitAssignerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SimpleSplitAssignerFactory.html#createAssigner()">createAssigner()</a></span> - Method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SimpleSplitAssignerFactory.html" title="class in org.apache.iceberg.flink.source.assigner">SimpleSplitAssignerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssignerFactory.html#createAssigner()">createAssigner()</a></span> - Method in interface org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssignerFactory.html" title="interface in org.apache.iceberg.flink.source.assigner">SplitAssignerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/OrderedSplitAssignerFactory.html#createAssigner(java.util.Collection)">createAssigner(Collection&lt;IcebergSourceSplitState&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/OrderedSplitAssignerFactory.html" title="class in org.apache.iceberg.flink.source.assigner">OrderedSplitAssignerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SimpleSplitAssignerFactory.html#createAssigner(java.util.Collection)">createAssigner(Collection&lt;IcebergSourceSplitState&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SimpleSplitAssignerFactory.html" title="class in org.apache.iceberg.flink.source.assigner">SimpleSplitAssignerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssignerFactory.html#createAssigner(java.util.Collection)">createAssigner(Collection&lt;IcebergSourceSplitState&gt;)</a></span> - Method in interface org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssignerFactory.html" title="interface in org.apache.iceberg.flink.source.assigner">SplitAssignerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.ReadBuilder.html#createBatchedReaderFunc(java.util.function.Function)">createBatchedReaderFunc(Function&lt;TypeDescription, OrcBatchReader&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.ReadBuilder.html" title="class in org.apache.iceberg.orc">ORC.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#createBatchedReaderFunc(java.util.function.Function)">createBatchedReaderFunc(Function&lt;MessageType, VectorizedReader&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#createBranch(java.lang.String)">createBranch(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Create a new branch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#createBranch(java.lang.String)">createBranch(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#createBranch(java.lang.String,long)">createBranch(String, long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Create a new branch pointing to the given snapshot id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#createBranch(java.lang.String,long)">createBranch(String, long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#createCatalog(java.lang.String,java.util.Map)">createCatalog(String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#createCatalog(java.lang.String,java.util.Map,org.apache.hadoop.conf.Configuration)">createCatalog(String, Map&lt;String, String&gt;, Configuration)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/procedures/CreateChangelogViewProcedure.html" title="class in org.apache.iceberg.spark.procedures"><span class="typeNameLink">CreateChangelogViewProcedure</span></a> - Class in <a href="org/apache/iceberg/spark/procedures/package-summary.html">org.apache.iceberg.spark.procedures</a></dt>
<dd>
<div class="block">A procedure that creates a view for changed rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/StandardPuffinProperties.html#CREATED_BY_PROPERTY">CREATED_BY_PROPERTY</a></span> - Static variable in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/StandardPuffinProperties.html" title="class in org.apache.iceberg.puffin">StandardPuffinProperties</a></dt>
<dd>
<div class="block">human-readable identification of the application writing the file, along with its version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#createDatabase(java.lang.String,org.apache.flink.table.catalog.CatalogDatabase,boolean)">createDatabase(String, CatalogDatabase, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/AvroGenericRecordReaderFunction.html#createDataIterator(org.apache.iceberg.flink.source.split.IcebergSourceSplit)">createDataIterator(IcebergSourceSplit)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/AvroGenericRecordReaderFunction.html" title="class in org.apache.iceberg.flink.source.reader">AvroGenericRecordReaderFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/DataIteratorReaderFunction.html#createDataIterator(org.apache.iceberg.flink.source.split.IcebergSourceSplit)">createDataIterator(IcebergSourceSplit)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/DataIteratorReaderFunction.html" title="class in org.apache.iceberg.flink.source.reader">DataIteratorReaderFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/MetaDataReaderFunction.html#createDataIterator(org.apache.iceberg.flink.source.split.IcebergSourceSplit)">createDataIterator(IcebergSourceSplit)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/MetaDataReaderFunction.html" title="class in org.apache.iceberg.flink.source.reader">MetaDataReaderFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/RowDataReaderFunction.html#createDataIterator(org.apache.iceberg.flink.source.split.IcebergSourceSplit)">createDataIterator(IcebergSourceSplit)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/RowDataReaderFunction.html" title="class in org.apache.iceberg.flink.source.reader">RowDataReaderFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileInfo.html#createdAtMillis()">createdAtMillis()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileInfo.html" title="class in org.apache.iceberg.io">FileInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Puffin.WriteBuilder.html#createdBy(java.lang.String)">createdBy(String)</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Puffin.WriteBuilder.html" title="class in org.apache.iceberg.puffin">Puffin.WriteBuilder</a></dt>
<dd>
<div class="block">Sets file-level <a href="org/apache/iceberg/puffin/StandardPuffinProperties.html#CREATED_BY_PROPERTY">"created-by"</a> property.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html#createDynamicTableSink(org.apache.flink.table.factories.DynamicTableFactory.Context)">createDynamicTableSink(DynamicTableFactory.Context)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html" title="class in org.apache.iceberg.flink">FlinkDynamicTableFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html#createDynamicTableSource(org.apache.flink.table.factories.DynamicTableFactory.Context)">createDynamicTableSource(DynamicTableFactory.Context)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html" title="class in org.apache.iceberg.flink">FlinkDynamicTableFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html#createEmpty()">createEmpty()</a></span> - Static method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html" title="class in org.apache.iceberg.catalog">SessionCatalog.SessionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.html#createEnumerator(org.apache.flink.api.connector.source.SplitEnumeratorContext)">createEnumerator(SplitEnumeratorContext&lt;IcebergSourceSplit&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.html" title="class in org.apache.iceberg.flink.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#createFunction(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogFunction,boolean)">createFunction(ObjectPath, CatalogFunction, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkInputFormat.html#createInputSplits(int)">createInputSplits(int)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkInputFormat.html" title="class in org.apache.iceberg.flink.source">FlinkInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/AbstractMapredIcebergRecordReader.html#createKey()">createKey()</a></span> - Method in class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/AbstractMapredIcebergRecordReader.html" title="class in org.apache.iceberg.mr.mapred">AbstractMapredIcebergRecordReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableUtils.html#createMetadataTableInstance(org.apache.iceberg.TableOperations,java.lang.String,java.lang.String,org.apache.iceberg.MetadataTableType)">createMetadataTableInstance(TableOperations, String, String, MetadataTableType)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableUtils.html" title="class in org.apache.iceberg">MetadataTableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableUtils.html#createMetadataTableInstance(org.apache.iceberg.TableOperations,java.lang.String,org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.MetadataTableType)">createMetadataTableInstance(TableOperations, String, TableIdentifier, TableIdentifier, MetadataTableType)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableUtils.html" title="class in org.apache.iceberg">MetadataTableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableUtils.html#createMetadataTableInstance(org.apache.iceberg.Table,org.apache.iceberg.MetadataTableType)">createMetadataTableInstance(Table, MetadataTableType)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableUtils.html" title="class in org.apache.iceberg">MetadataTableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#createNamespace(java.lang.String%5B%5D,java.util.Map)">createNamespace(String[], Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#createNamespace(java.lang.String%5B%5D,java.util.Map)">createNamespace(String[], Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SupportsNamespaces.html#createNamespace(org.apache.iceberg.catalog.Namespace)">createNamespace(Namespace)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SupportsNamespaces.html" title="interface in org.apache.iceberg.catalog">SupportsNamespaces</a></dt>
<dd>
<div class="block">Create a namespace in the catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#createNamespace(org.apache.iceberg.catalog.Namespace)">createNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#createNamespace(org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#createNamespace(org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#createNamespace(org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SupportsNamespaces.html#createNamespace(org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(Namespace, Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SupportsNamespaces.html" title="interface in org.apache.iceberg.catalog">SupportsNamespaces</a></dt>
<dd>
<div class="block">Create a namespace in the catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#createNamespace(org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#createNamespace(org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#createNamespace(org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#createNamespace(org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#createNamespace(org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#createNamespace(org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#createNamespace(org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#createNamespace(org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#createNamespace(org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#createNamespace(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.Namespace)">createNamespace(SessionCatalog.SessionContext, Namespace)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Create a namespace in the catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#createNamespace(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(SessionCatalog.SessionContext, Namespace, Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Create a namespace in the catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#createNamespace(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.Namespace,java.util.Map)">createNamespace(SessionCatalog.SessionContext, Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/CatalogHandlers.html#createNamespace(org.apache.iceberg.catalog.SupportsNamespaces,org.apache.iceberg.rest.requests.CreateNamespaceRequest)">createNamespace(SupportsNamespaces, CreateNamespaceRequest)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest">CatalogHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">CreateNamespaceRequest</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="block">A REST request to create a namespace, with an optional set of properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.html#%3Cinit%3E()">CreateNamespaceRequest()</a></span> - Constructor for class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.html" title="class in org.apache.iceberg.rest.requests">CreateNamespaceRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.Builder.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">CreateNamespaceRequest.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">CreateNamespaceResponse</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>
<div class="block">Represents a REST response for a request to create a namespace / database.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.html#%3Cinit%3E()">CreateNamespaceResponse()</a></span> - Constructor for class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.html" title="class in org.apache.iceberg.rest.responses">CreateNamespaceResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.Builder.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">CreateNamespaceResponse.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.html#createNanValueCounts(java.util.stream.Stream,org.apache.iceberg.MetricsConfig,org.apache.iceberg.Schema)">createNanValueCounts(Stream&lt;FieldMetrics&lt;?&gt;&gt;, MetricsConfig, Schema)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.html" title="class in org.apache.iceberg">MetricsUtil</a></dt>
<dd>
<div class="block">Construct mapping relationship between column id to NaN value counts from input metrics and
metrics config.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3OutputFile.html#createOrOverwrite()">createOrOverwrite()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3OutputFile.html" title="class in org.apache.iceberg.aws.s3">S3OutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmOutputFile.html#createOrOverwrite()">createOrOverwrite()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmOutputFile.html" title="class in org.apache.iceberg.encryption">AesGcmOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#createOrOverwrite()">createOrOverwrite()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html#createOrOverwrite()">createOrOverwrite()</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html" title="class in org.apache.iceberg.inmemory">InMemoryOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/OutputFile.html#createOrOverwrite()">createOrOverwrite()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/OutputFile.html" title="interface in org.apache.iceberg.io">OutputFile</a></dt>
<dd>
<div class="block">Create a new file and return a <a href="org/apache/iceberg/io/PositionOutputStream.html" title="class in org.apache.iceberg.io"><code>PositionOutputStream</code></a> to it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewBuilder.html#createOrReplace()">createOrReplace()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewBuilder.html" title="interface in org.apache.iceberg.view">ViewBuilder</a></dt>
<dd>
<div class="block">Create or replace the view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StatementContext)">CreateOrReplaceBranchContext(IcebergSqlExtensionsParser.StatementContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transactions.html#createOrReplaceTableTransaction(java.lang.String,org.apache.iceberg.TableOperations,org.apache.iceberg.TableMetadata)">createOrReplaceTableTransaction(String, TableOperations, TableMetadata)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Transactions.html" title="class in org.apache.iceberg">Transactions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StatementContext)">CreateOrReplaceTagContext(IcebergSqlExtensionsParser.StatementContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html#createOrReplaceTransaction()">createOrReplaceTransaction()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html" title="class in org.apache.iceberg">BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html#createOrReplaceTransaction()">createOrReplaceTransaction()</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html" title="interface in org.apache.iceberg.catalog">Catalog.TableBuilder</a></dt>
<dd>
<div class="block">Starts a transaction to create or replace the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#createPartition(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,org.apache.flink.table.catalog.CatalogPartition,boolean)">createPartition(ObjectPath, CatalogPartitionSpec, CatalogPartition, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.html#createReader(org.apache.flink.api.connector.source.SourceReaderContext)">createReader(SourceReaderContext)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.html" title="class in org.apache.iceberg.flink.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/parquet/BaseParquetReaders.html#createReader(org.apache.iceberg.Schema,org.apache.parquet.schema.MessageType)">createReader(Schema, MessageType)</a></span> - Method in class org.apache.iceberg.data.parquet.<a href="org/apache/iceberg/data/parquet/BaseParquetReaders.html" title="class in org.apache.iceberg.data.parquet">BaseParquetReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/parquet/BaseParquetReaders.html#createReader(org.apache.iceberg.Schema,org.apache.parquet.schema.MessageType,java.util.Map)">createReader(Schema, MessageType, Map&lt;Integer, ?&gt;)</a></span> - Method in class org.apache.iceberg.data.parquet.<a href="org/apache/iceberg/data/parquet/BaseParquetReaders.html" title="class in org.apache.iceberg.data.parquet">BaseParquetReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html#createReaderFactory()">createReaderFactory()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html" title="class in org.apache.iceberg.spark.source">SparkMicroBatchStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.ReadBuilder.html#createReaderFunc(java.util.function.BiFunction)">createReaderFunc(BiFunction&lt;Schema, Schema, DatumReader&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.ReadBuilder.html" title="class in org.apache.iceberg.avro">Avro.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.ReadBuilder.html#createReaderFunc(java.util.function.Function)">createReaderFunc(Function&lt;Schema, DatumReader&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.ReadBuilder.html" title="class in org.apache.iceberg.avro">Avro.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.ReadBuilder.html#createReaderFunc(java.util.function.Function)">createReaderFunc(Function&lt;TypeDescription, OrcRowReader&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.ReadBuilder.html" title="class in org.apache.iceberg.orc">ORC.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#createReaderFunc(java.util.function.Function)">createReaderFunc(Function&lt;MessageType, ParquetValueReader&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapreduce/IcebergInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader(InputSplit, TaskAttemptContext)</a></span> - Method in class org.apache.iceberg.mr.mapreduce.<a href="org/apache/iceberg/mr/mapreduce/IcebergInputFormat.html" title="class in org.apache.iceberg.mr.mapreduce">IcebergInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergPigInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader(InputSplit, TaskAttemptContext)</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergPigInputFormat.html" title="class in org.apache.iceberg.pig">IcebergPigInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html#createReplaceBranchClause()">createReplaceBranchClause()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#createReplaceBranchClause()">createReplaceBranchClause()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">CreateReplaceBranchClauseContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html#createReplaceTagClause()">createReplaceTagClause()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#createReplaceTagClause()">createReplaceTagClause()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">CreateReplaceTagClauseContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/events/CreateSnapshotEvent.html" title="class in org.apache.iceberg.events"><span class="typeNameLink">CreateSnapshotEvent</span></a> - Class in <a href="org/apache/iceberg/events/package-summary.html">org.apache.iceberg.events</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/CreateSnapshotEvent.html#%3Cinit%3E(java.lang.String,java.lang.String,long,long,java.util.Map)">CreateSnapshotEvent(String, String, long, long, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.events.<a href="org/apache/iceberg/events/CreateSnapshotEvent.html" title="class in org.apache.iceberg.events">CreateSnapshotEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/parquet/BaseParquetReaders.html#createStructReader(java.util.List,java.util.List,org.apache.iceberg.types.Types.StructType)">createStructReader(List&lt;Type&gt;, List&lt;ParquetValueReader&lt;?&gt;&gt;, Types.StructType)</a></span> - Method in class org.apache.iceberg.data.parquet.<a href="org/apache/iceberg/data/parquet/BaseParquetReaders.html" title="class in org.apache.iceberg.data.parquet">BaseParquetReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/parquet/GenericParquetReaders.html#createStructReader(java.util.List,java.util.List,org.apache.iceberg.types.Types.StructType)">createStructReader(List&lt;Type&gt;, List&lt;ParquetValueReader&lt;?&gt;&gt;, Types.StructType)</a></span> - Method in class org.apache.iceberg.data.parquet.<a href="org/apache/iceberg/data/parquet/GenericParquetReaders.html" title="class in org.apache.iceberg.data.parquet">GenericParquetReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/DataReader.html#createStructReader(org.apache.iceberg.types.Types.StructType,java.util.List,java.util.Map)">createStructReader(Types.StructType, List&lt;ValueReader&lt;?&gt;&gt;, Map&lt;Integer, ?&gt;)</a></span> - Method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/DataReader.html" title="class in org.apache.iceberg.data.avro">DataReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/DataWriter.html#createStructWriter(java.util.List)">createStructWriter(List&lt;ValueWriter&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/DataWriter.html" title="class in org.apache.iceberg.data.avro">DataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/parquet/BaseParquetWriter.html#createStructWriter(java.util.List)">createStructWriter(List&lt;ParquetValueWriter&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.data.parquet.<a href="org/apache/iceberg/data/parquet/BaseParquetWriter.html" title="class in org.apache.iceberg.data.parquet">BaseParquetWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/parquet/GenericParquetWriter.html#createStructWriter(java.util.List)">createStructWriter(List&lt;ParquetValueWriter&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.data.parquet.<a href="org/apache/iceberg/data/parquet/GenericParquetWriter.html" title="class in org.apache.iceberg.data.parquet">GenericParquetWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#createTable(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogBaseTable,boolean)">createTable(ObjectPath, CatalogBaseTable, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/Catalogs.html#createTable(org.apache.hadoop.conf.Configuration,java.util.Properties)">createTable(Configuration, Properties)</a></span> - Static method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/Catalogs.html" title="class in org.apache.iceberg.mr">Catalogs</a></dt>
<dd>
<div class="block">Creates an Iceberg table using the catalog specified by the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/CatalogHandlers.html#createTable(org.apache.iceberg.catalog.Catalog,org.apache.iceberg.catalog.Namespace,org.apache.iceberg.rest.requests.CreateTableRequest)">createTable(Catalog, Namespace, CreateTableRequest)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest">CatalogHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#createTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema)">createTable(TableIdentifier, Schema)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Create an unpartitioned table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#createTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema)">createTable(TableIdentifier, Schema)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#createTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec)">createTable(TableIdentifier, Schema, PartitionSpec)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Create a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#createTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec)">createTable(TableIdentifier, Schema, PartitionSpec)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#createTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.lang.String,java.util.Map)">createTable(TableIdentifier, Schema, PartitionSpec, String, Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Create a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#createTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.lang.String,java.util.Map)">createTable(TableIdentifier, Schema, PartitionSpec, String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#createTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.util.Map)">createTable(TableIdentifier, Schema, PartitionSpec, Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Create a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#createTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.util.Map)">createTable(TableIdentifier, Schema, PartitionSpec, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html#createTable(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.types.StructType,org.apache.spark.sql.connector.expressions.Transform%5B%5D,java.util.Map)">createTable(Identifier, StructType, Transform[], Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html" title="class in org.apache.iceberg.spark">SparkCachedTableCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#createTable(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.types.StructType,org.apache.spark.sql.connector.expressions.Transform%5B%5D,java.util.Map)">createTable(Identifier, StructType, Transform[], Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#createTable(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.types.StructType,org.apache.spark.sql.connector.expressions.Transform%5B%5D,java.util.Map)">createTable(Identifier, StructType, Transform[], Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/CreateTableRequest.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">CreateTableRequest</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="block">A REST request to create a table, either via direct commit or staging the creation of the table
as part of a transaction.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.html#%3Cinit%3E()">CreateTableRequest()</a></span> - Constructor for class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">CreateTableRequest.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transactions.html#createTableTransaction(java.lang.String,org.apache.iceberg.TableOperations,org.apache.iceberg.TableMetadata)">createTableTransaction(String, TableOperations, TableMetadata)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Transactions.html" title="class in org.apache.iceberg">Transactions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transactions.html#createTableTransaction(java.lang.String,org.apache.iceberg.TableOperations,org.apache.iceberg.TableMetadata,org.apache.iceberg.metrics.MetricsReporter)">createTableTransaction(String, TableOperations, TableMetadata, MetricsReporter)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Transactions.html" title="class in org.apache.iceberg">Transactions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#createTag(java.lang.String,long)">createTag(String, long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Create a new tag pointing to the given snapshot id</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#createTag(java.lang.String,long)">createTag(String, long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html#createTransaction()">createTransaction()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html" title="class in org.apache.iceberg">BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html#createTransaction()">createTransaction()</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html" title="interface in org.apache.iceberg.catalog">Catalog.TableBuilder</a></dt>
<dd>
<div class="block">Starts a transaction to create the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnarBatch.html#createVectorSchemaRootFromVectors()">createVectorSchemaRootFromVectors()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnarBatch.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnarBatch</a></dt>
<dd>
<div class="block">Create a new instance of <code>VectorSchemaRoot</code> from the arrow vectors stored in this arrow
batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/parquet/BaseParquetWriter.html#createWriter(org.apache.parquet.schema.MessageType)">createWriter(MessageType)</a></span> - Method in class org.apache.iceberg.data.parquet.<a href="org/apache/iceberg/data/parquet/BaseParquetWriter.html" title="class in org.apache.iceberg.data.parquet">BaseParquetWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html#createWriterFunc(java.util.function.BiFunction)">createWriterFunc(BiFunction&lt;Schema, TypeDescription, OrcRowWriter&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#createWriterFunc(java.util.function.BiFunction)">createWriterFunc(BiFunction&lt;Schema, TypeDescription, OrcRowWriter&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.WriteBuilder.html#createWriterFunc(java.util.function.BiFunction)">createWriterFunc(BiFunction&lt;Schema, TypeDescription, OrcRowWriter&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.WriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html#createWriterFunc(java.util.function.Function)">createWriterFunc(Function&lt;Schema, DatumWriter&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#createWriterFunc(java.util.function.Function)">createWriterFunc(Function&lt;Schema, DatumWriter&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.WriteBuilder.html#createWriterFunc(java.util.function.Function)">createWriterFunc(Function&lt;Schema, DatumWriter&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.WriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#createWriterFunc(java.util.function.Function)">createWriterFunc(Function&lt;MessageType, ParquetValueWriter&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#createWriterFunc(java.util.function.Function)">createWriterFunc(Function&lt;MessageType, ParquetValueWriter&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#createWriterFunc(java.util.function.Function)">createWriterFunc(Function&lt;MessageType, ParquetValueWriter&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#credential()">credential()</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>
<div class="block">A credential to exchange for a token in the OAuth2 client credentials flow.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html#credential()">credential()</a></span> - Method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util.AuthSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#CREDENTIAL">CREDENTIAL</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>
<div class="block">A credential to exchange for a token in the OAuth2 client credentials flow.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html#credentials()">credentials()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html" title="class in org.apache.iceberg.catalog">SessionCatalog.SessionContext</a></dt>
<dd>
<div class="block">Returns the session's credential map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientProperties.html#credentialsProvider(java.lang.String,java.lang.String,java.lang.String)">credentialsProvider(String, String, String)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientProperties.html" title="class in org.apache.iceberg.aws">AwsClientProperties</a></dt>
<dd>
<div class="block">Returns a credentials provider instance.</div>
</dd>
<dt><a href="org/apache/iceberg/io/CredentialSupplier.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">CredentialSupplier</span></a> - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">Interface used to expose credentials held by a FileIO instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#ctorImpl(java.lang.Class,java.lang.Class...)">ctorImpl(Class&lt;?&gt;, Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#ctorImpl(java.lang.String,java.lang.Class...)">ctorImpl(String, Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#current()">current()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html#current()">current()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTableOperations.html#current()">current()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTableOperations.html" title="class in org.apache.iceberg.hadoop">HadoopTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveVersion.html#current()">current()</a></span> - Static method in enum org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveVersion.html" title="enum in org.apache.iceberg.hive">HiveVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StaticTableOperations.html#current()">current()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/StaticTableOperations.html" title="class in org.apache.iceberg">StaticTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableOperations.html#current()">current()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableOperations.html" title="interface in org.apache.iceberg">TableOperations</a></dt>
<dd>
<div class="block">Return the currently loaded table metadata, without checking for updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#CURRENT_SCHEMA">CURRENT_SCHEMA</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>
<div class="block">Reserved table property for the JSON representation of current schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#CURRENT_SNAPSHOT_ID">CURRENT_SNAPSHOT_ID</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>
<div class="block">Reserved table property for current snapshot id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#CURRENT_SNAPSHOT_SUMMARY">CURRENT_SNAPSHOT_SUMMARY</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>
<div class="block">Reserved table property for current snapshot summary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#CURRENT_SNAPSHOT_TIMESTAMP">CURRENT_SNAPSHOT_TIMESTAMP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>
<div class="block">Reserved table property for current snapshot timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#currentAncestorIds(org.apache.iceberg.Table)">currentAncestorIds(Table)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Return the snapshot IDs for the ancestors of the current table state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#currentAncestors(org.apache.iceberg.Table)">currentAncestors(Table)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Returns an iterable that traverses the table's snapshots from the current to the last known
ancestor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnIterator.html#currentDefinitionLevel()">currentDefinitionLevel()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnIterator.html" title="class in org.apache.iceberg.parquet">ColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#currentDL">currentDL</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#currentFieldName()">currentFieldName()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/DataIterator.html#currentFileHasNext()">currentFileHasNext()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/DataIterator.html" title="class in org.apache.iceberg.flink.source">DataIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#currentMetadata()">currentMetadata()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#currentMetadataLocation()">currentMetadataLocation()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#currentPageCount()">currentPageCount()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html#currentPath()">currentPath()</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">ParquetWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#currentPath()">currentPath()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#currentPath()">currentPath()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html#currentPath()">currentPath()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html" title="class in org.apache.iceberg.parquet">TypeWithSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html#currentPath()">currentPath()</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">ParquetWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnIterator.html#currentRepetitionLevel()">currentRepetitionLevel()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnIterator.html" title="class in org.apache.iceberg.parquet">ColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#currentRL">currentRL</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#currentSchemaId()">currentSchemaId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#currentSchemaId()">currentSchemaId()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#currentSnapshot()">currentSnapshot()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#currentSnapshot()">currentSnapshot()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#currentSnapshot()">currentSnapshot()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#currentSnapshot()">currentSnapshot()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#currentSnapshot()">currentSnapshot()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Get the current <a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg"><code>snapshot</code></a> for this table, or null if there are no snapshots.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#currentSnapshot()">currentSnapshot()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveHadoopUtil.html#currentUser()">currentUser()</a></span> - Static method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveHadoopUtil.html" title="class in org.apache.iceberg.hive">HiveHadoopUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#currentVersion()">currentVersion()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/PropertiesSerDesUtil.html#currentVersion()">currentVersion()</a></span> - Static method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/PropertiesSerDesUtil.html" title="class in org.apache.iceberg.dell.ecs">PropertiesSerDesUtil</a></dt>
<dd>
<div class="block">Get version of current serializer implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/View.html#currentVersion()">currentVersion()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/View.html" title="interface in org.apache.iceberg.view">View</a></dt>
<dd>
<div class="block">Get the current version for this view, or null if there are no versions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#currentVersion()">currentVersion()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#currentVersionId()">currentVersionId()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.html#custom(java.lang.String,java.util.Map,org.apache.hadoop.conf.Configuration,java.lang.String)">custom(String, Map&lt;String, String&gt;, Configuration, String)</a></span> - Static method in interface org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.html" title="interface in org.apache.iceberg.flink">CatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#%3Cinit%3E()">CustomOrderExpressionVisitor()</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html#%3Cinit%3E()">CustomOrderSchemaVisitor()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.CustomOrderSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.html#data(org.apache.iceberg.PartitionSpec,java.lang.String)">data(PartitionSpec, String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.html" title="class in org.apache.iceberg">DataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileContent.html#DATA">DATA</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/FileContent.html" title="enum in org.apache.iceberg">FileContent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestContent.html#DATA">DATA</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/ManifestContent.html" title="enum in org.apache.iceberg">ManifestContent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.FileType.html#DATA_FILES">DATA_FILES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.FileType.html" title="enum in org.apache.iceberg">ManifestReader.FileType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#DATA_FILES">DATA_FILES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#DATA_PLANNING_MODE">DATA_PLANNING_MODE</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DATA_PLANNING_MODE">DATA_PLANNING_MODE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#databaseExists(java.lang.String)">databaseExists(String)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><span class="typeNameLink">DataFile</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Interface for data files listed in a table manifest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#dataFileFormat()">dataFileFormat()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#dataFileFormat()">dataFileFormat()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DataWriteResult.html#dataFiles()">dataFiles()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DataWriteResult.html" title="class in org.apache.iceberg.io">DataWriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/TaskWriter.html#dataFiles()">dataFiles()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/TaskWriter.html" title="interface in org.apache.iceberg.io">TaskWriter</a></dt>
<dd>
<div class="block">Close the writer and get the completed data files, it requires that the task writer would
produce data files only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/WriteResult.html#dataFiles()">dataFiles()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/WriteResult.html" title="class in org.apache.iceberg.io">WriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/DataFiles.html" title="class in org.apache.iceberg"><span class="typeNameLink">DataFiles</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg"><span class="typeNameLink">DataFiles.Builder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupFailureResult.html#dataFilesCount()">dataFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupFailureResult.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.FileGroupFailureResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/DataFilesTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">DataFilesTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation that exposes a table's data files as rows.</div>
</dd>
<dt><a href="org/apache/iceberg/DataFilesTable.DataFilesTableScan.html" title="class in org.apache.iceberg"><span class="typeNameLink">DataFilesTable.DataFilesTableScan</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/DataIterator.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">DataIterator</span></a>&lt;<a href="org/apache/iceberg/flink/source/DataIterator.html" title="type parameter in DataIterator">T</a>&gt; - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>
<div class="block">Flink data iterator that reads <a href="org/apache/iceberg/CombinedScanTask.html" title="interface in org.apache.iceberg"><code>CombinedScanTask</code></a> into a <a href="org/apache/iceberg/io/CloseableIterator.html" title="interface in org.apache.iceberg.io"><code>CloseableIterator</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/DataIterator.html#%3Cinit%3E(org.apache.iceberg.flink.source.FileScanTaskReader,org.apache.iceberg.CombinedScanTask,org.apache.iceberg.io.FileIO,org.apache.iceberg.encryption.EncryptionManager)">DataIterator(FileScanTaskReader&lt;T&gt;, CombinedScanTask, FileIO, EncryptionManager)</a></span> - Constructor for class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/DataIterator.html" title="class in org.apache.iceberg.flink.source">DataIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/reader/DataIteratorBatcher.html" title="interface in org.apache.iceberg.flink.source.reader"><span class="typeNameLink">DataIteratorBatcher</span></a>&lt;<a href="org/apache/iceberg/flink/source/reader/DataIteratorBatcher.html" title="type parameter in DataIteratorBatcher">T</a>&gt; - Interface in <a href="org/apache/iceberg/flink/source/reader/package-summary.html">org.apache.iceberg.flink.source.reader</a></dt>
<dd>
<div class="block">Batcher converts iterator of T into iterator of batched <code>
RecordsWithSplitIds&lt;RecordAndPosition&lt;T&gt;&gt;</code>, as FLIP-27's <code>SplitReader.fetch()</code> returns
batched records.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/source/reader/DataIteratorReaderFunction.html" title="class in org.apache.iceberg.flink.source.reader"><span class="typeNameLink">DataIteratorReaderFunction</span></a>&lt;<a href="org/apache/iceberg/flink/source/reader/DataIteratorReaderFunction.html" title="type parameter in DataIteratorReaderFunction">T</a>&gt; - Class in <a href="org/apache/iceberg/flink/source/reader/package-summary.html">org.apache.iceberg.flink.source.reader</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/flink/source/reader/ReaderFunction.html" title="interface in org.apache.iceberg.flink.source.reader"><code>ReaderFunction</code></a> implementation that uses <a href="org/apache/iceberg/flink/source/DataIterator.html" title="class in org.apache.iceberg.flink.source"><code>DataIterator</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/DataIteratorReaderFunction.html#%3Cinit%3E(org.apache.iceberg.flink.source.reader.DataIteratorBatcher)">DataIteratorReaderFunction(DataIteratorBatcher&lt;T&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/DataIteratorReaderFunction.html" title="class in org.apache.iceberg.flink.source.reader">DataIteratorReaderFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#dataManifests(org.apache.iceberg.io.FileIO)">dataManifests(FileIO)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return a <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a> for each data manifest in this snapshot.</div>
</dd>
<dt><a href="org/apache/iceberg/DataOperations.html" title="class in org.apache.iceberg"><span class="typeNameLink">DataOperations</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Data operations that produce snapshots.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#dataPlanningMode()">dataPlanningMode()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SparkDistributedDataScan.html#dataPlanningMode()">dataPlanningMode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SparkDistributedDataScan.html" title="class in org.apache.iceberg">SparkDistributedDataScan</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/avro/DataReader.html" title="class in org.apache.iceberg.data.avro"><span class="typeNameLink">DataReader</span></a>&lt;<a href="org/apache/iceberg/data/avro/DataReader.html" title="type parameter in DataReader">T</a>&gt; - Class in <a href="org/apache/iceberg/data/avro/package-summary.html">org.apache.iceberg.data.avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/DataReader.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.avro.Schema,java.util.Map)">DataReader(Schema, Schema, Map&lt;Integer, ?&gt;)</a></span> - Constructor for class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/DataReader.html" title="class in org.apache.iceberg.data.avro">DataReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#dataSchema()">dataSchema()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#dataSequenceNumber()">dataSequenceNumber()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns the data sequence number of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteFiles.html#dataSequenceNumber(long)">dataSequenceNumber(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RewriteFiles.html" title="interface in org.apache.iceberg">RewriteFiles</a></dt>
<dd>
<div class="block">Configure the data sequence number for this rewrite operation.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/sink/shuffle/DataStatisticsCoordinatorProvider.html" title="class in org.apache.iceberg.flink.sink.shuffle"><span class="typeNameLink">DataStatisticsCoordinatorProvider</span></a>&lt;<a href="org/apache/iceberg/flink/sink/shuffle/DataStatisticsCoordinatorProvider.html" title="type parameter in DataStatisticsCoordinatorProvider">D</a> extends org.apache.iceberg.flink.sink.shuffle.DataStatistics&lt;<a href="org/apache/iceberg/flink/sink/shuffle/DataStatisticsCoordinatorProvider.html" title="type parameter in DataStatisticsCoordinatorProvider">D</a>,&#8203;<a href="org/apache/iceberg/flink/sink/shuffle/DataStatisticsCoordinatorProvider.html" title="type parameter in DataStatisticsCoordinatorProvider">S</a>&gt;,&#8203;<a href="org/apache/iceberg/flink/sink/shuffle/DataStatisticsCoordinatorProvider.html" title="type parameter in DataStatisticsCoordinatorProvider">S</a>&gt; - Class in <a href="org/apache/iceberg/flink/sink/shuffle/package-summary.html">org.apache.iceberg.flink.sink.shuffle</a></dt>
<dd>
<div class="block">DataStatisticsCoordinatorProvider provides the method to create new <code>DataStatisticsCoordinator</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/shuffle/DataStatisticsCoordinatorProvider.html#%3Cinit%3E(java.lang.String,org.apache.flink.runtime.jobgraph.OperatorID,org.apache.flink.api.common.typeutils.TypeSerializer)">DataStatisticsCoordinatorProvider(String, OperatorID, TypeSerializer&lt;DataStatistics&lt;D, S&gt;&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.sink.shuffle.<a href="org/apache/iceberg/flink/sink/shuffle/DataStatisticsCoordinatorProvider.html" title="class in org.apache.iceberg.flink.sink.shuffle">DataStatisticsCoordinatorProvider</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/DataTableScan.html" title="class in org.apache.iceberg"><span class="typeNameLink">DataTableScan</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataTableScan.html#%3Cinit%3E(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.TableScanContext)">DataTableScan(Table, Schema, TableScanContext)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/DataTableScan.html" title="class in org.apache.iceberg">DataTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/DataTask.html" title="interface in org.apache.iceberg"><span class="typeNameLink">DataTask</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A task that returns data as <a href="org/apache/iceberg/StructLike.html" title="interface in org.apache.iceberg"><code>rows</code></a> instead of where to read data.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/source/DataTaskReader.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">DataTaskReader</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/DataTaskReader.html#%3Cinit%3E(org.apache.iceberg.Schema)">DataTaskReader(Schema)</a></span> - Constructor for class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/DataTaskReader.html" title="class in org.apache.iceberg.flink.source">DataTaskReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.PartitionMetrics.html#dataTimestampMillis()">dataTimestampMillis()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.PartitionMetrics.html" title="class in org.apache.iceberg">ScanSummary.PartitionMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkMetadataColumn.html#dataType()">dataType()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkMetadataColumn.html" title="class in org.apache.iceberg.spark.source">SparkMetadataColumn</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/connector/iceberg/catalog/ProcedureParameter.html#dataType()">dataType()</a></span> - Method in interface org.apache.spark.sql.connector.iceberg.catalog.<a href="org/apache/spark/sql/connector/iceberg/catalog/ProcedureParameter.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog">ProcedureParameter</a></dt>
<dd>
<div class="block">Returns the type of this parameter.</div>
</dd>
<dt><a href="org/apache/iceberg/data/avro/DataWriter.html" title="class in org.apache.iceberg.data.avro"><span class="typeNameLink">DataWriter</span></a>&lt;<a href="org/apache/iceberg/data/avro/DataWriter.html" title="type parameter in DataWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/data/avro/package-summary.html">org.apache.iceberg.data.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/DataWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">DataWriter</span></a>&lt;<a href="org/apache/iceberg/io/DataWriter.html" title="type parameter in DataWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/DataWriter.html#%3Cinit%3E(org.apache.avro.Schema)">DataWriter(Schema)</a></span> - Constructor for class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/DataWriter.html" title="class in org.apache.iceberg.data.avro">DataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DataWriter.html#%3Cinit%3E(org.apache.iceberg.io.FileAppender,org.apache.iceberg.FileFormat,java.lang.String,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike,org.apache.iceberg.encryption.EncryptionKeyMetadata)">DataWriter(FileAppender&lt;T&gt;, FileFormat, String, PartitionSpec, StructLike, EncryptionKeyMetadata)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DataWriter.html" title="class in org.apache.iceberg.io">DataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DataWriter.html#%3Cinit%3E(org.apache.iceberg.io.FileAppender,org.apache.iceberg.FileFormat,java.lang.String,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike,org.apache.iceberg.encryption.EncryptionKeyMetadata,org.apache.iceberg.SortOrder)">DataWriter(FileAppender&lt;T&gt;, FileFormat, String, PartitionSpec, StructLike, EncryptionKeyMetadata, SortOrder)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DataWriter.html" title="class in org.apache.iceberg.io">DataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/DataWriteResult.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">DataWriteResult</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A result of writing data files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DataWriteResult.html#%3Cinit%3E(java.util.List)">DataWriteResult(List&lt;DataFile&gt;)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DataWriteResult.html" title="class in org.apache.iceberg.io">DataWriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DataWriteResult.html#%3Cinit%3E(org.apache.iceberg.DataFile)">DataWriteResult(DataFile)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DataWriteResult.html" title="class in org.apache.iceberg.io">DataWriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#DATE">DATE</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html#DATE_INSPECTOR">DATE_INSPECTOR</a></span> - Static variable in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#dateFromDays(int)">dateFromDays(int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReaders.html#dates()">dates()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReaders.html" title="class in org.apache.iceberg.data.orc">GenericOrcReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#dates()">dates()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">DateTimeUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.DateToDaysFunction.html#%3Cinit%3E()">DateToDaysFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.DateToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.DateToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.DateToMonthsFunction.html#%3Cinit%3E()">DateToMonthsFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.DateToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.DateToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.DateToYearsFunction.html#%3Cinit%3E()">DateToYearsFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.DateToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.DateToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DateType.html#%3Cinit%3E()">DateType()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DateType.html" title="class in org.apache.iceberg.types">Types.DateType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#day()">day()</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="block">Returns a day <a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms"><code>Transform</code></a> for date or timestamp types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#day(int,java.lang.String,int)">day(int, String, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#day(java.lang.String)">day(String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#day(java.lang.String)">day(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#day(java.lang.String,int)">day(String, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/SortOrderVisitor.html#day(java.lang.String,int,org.apache.iceberg.SortDirection,org.apache.iceberg.NullOrder)">day(String, int, SortDirection, NullOrder)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/SortOrderVisitor.html" title="interface in org.apache.iceberg.transforms">SortOrderVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#day(java.lang.String,java.lang.String)">day(String, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#day(org.apache.iceberg.types.Type)">day(Type)</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transforms.html#day()"><code>Transforms.day()</code></a> instead; will be removed in 2.0.0</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/transforms/Days.html" title="class in org.apache.iceberg.transforms"><span class="typeNameLink">Days</span></a>&lt;<a href="org/apache/iceberg/transforms/Days.html" title="type parameter in Days">T</a>&gt; - Class in <a href="org/apache/iceberg/transforms/package-summary.html">org.apache.iceberg.transforms</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Days.html#%3Cinit%3E()">Days()</a></span> - Constructor for class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Days.html" title="class in org.apache.iceberg.transforms">Days</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#DAYS">DAYS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#DAYS">DAYS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#DAYS()">DAYS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html#DAYS()">DAYS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TimeUnitContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#daysFromDate(java.time.LocalDate)">daysFromDate(LocalDate)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#daysFromInstant(java.time.Instant)">daysFromInstant(Instant)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/DaysFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">DaysFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>
<div class="block">A Spark function implementation for the Iceberg day transform.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.html#%3Cinit%3E()">DaysFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/DaysFunction.DateToDaysFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">DaysFunction.DateToDaysFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampNtzToDaysFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">DaysFunction.TimestampNtzToDaysFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampToDaysFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">DaysFunction.TimestampToDaysFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#daysToIsoDate(int)">daysToIsoDate(int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#daysToMonths(int)">daysToMonths(int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#daysToYears(int)">daysToYears(int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#decimal(int,int)">decimal(int, int)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#decimal(int,int)">decimal(int, int)</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#decimal(org.apache.iceberg.avro.ValueReader,int)">decimal(ValueReader&lt;byte[]&gt;, int)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#DECIMAL">DECIMAL</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/hive/ql/exec/vector/VectorizedSupport.Support.html#DECIMAL_64">DECIMAL_64</a></span> - org.apache.hadoop.hive.ql.exec.vector.<a href="org/apache/hadoop/hive/ql/exec/vector/VectorizedSupport.Support.html" title="enum in org.apache.hadoop.hive.ql.exec.vector">VectorizedSupport.Support</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeToMessageType.html#DECIMAL_INT32_MAX_DIGITS">DECIMAL_INT32_MAX_DIGITS</a></span> - Static variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeToMessageType.html" title="class in org.apache.iceberg.parquet">TypeToMessageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeToMessageType.html#DECIMAL_INT64_MAX_DIGITS">DECIMAL_INT64_MAX_DIGITS</a></span> - Static variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeToMessageType.html" title="class in org.apache.iceberg.parquet">TypeToMessageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#DECIMAL_VALUE">DECIMAL_VALUE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#DECIMAL_VALUE">DECIMAL_VALUE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DecimalLiteralContext.html#DECIMAL_VALUE()">DECIMAL_VALUE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DecimalLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DecimalLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#decimalAsFixed(org.apache.parquet.column.ColumnDescriptor,int,int)">decimalAsFixed(ColumnDescriptor, int, int)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#decimalAsInteger(org.apache.parquet.column.ColumnDescriptor,int,int)">decimalAsInteger(ColumnDescriptor, int, int)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#decimalAsLong(org.apache.parquet.column.ColumnDescriptor,int,int)">decimalAsLong(ColumnDescriptor, int, int)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#decimalBytesReader(org.apache.avro.Schema)">decimalBytesReader(Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DecimalLiteralContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumberContext)">DecimalLiteralContext(IcebergSqlExtensionsParser.NumberContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DecimalLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DecimalLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#decimalRequiredBytes(int)">decimalRequiredBytes(int)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReaders.html#decimals()">decimals()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReaders.html" title="class in org.apache.iceberg.data.orc">GenericOrcReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkOrcValueReaders.html#decimals(int,int)">decimals(int, int)</a></span> - Static method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkOrcValueReaders.html" title="class in org.apache.iceberg.spark.data">SparkOrcValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/DecimalUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">DecimalUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/DecimalVectorUtil.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">DecimalVectorUtil</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroEncoderUtil.html#decode(byte%5B%5D)">decode(byte[])</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroEncoderUtil.html" title="class in org.apache.iceberg.avro">AvroEncoderUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFiles.html#decode(byte%5B%5D)">decode(byte[])</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestFiles.html" title="class in org.apache.iceberg">ManifestFiles</a></dt>
<dd>
<div class="block">Decode the binary data into a <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/IcebergDecoder.html#decode(java.io.InputStream,D)">decode(InputStream, D)</a></span> - Method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/IcebergDecoder.html" title="class in org.apache.iceberg.data.avro">IcebergDecoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/RawDecoder.html#decode(java.io.InputStream,D)">decode(InputStream, D)</a></span> - Method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/RawDecoder.html" title="class in org.apache.iceberg.data.avro">RawDecoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTUtil.html#decodeFormData(java.lang.String)">decodeFormData(String)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTUtil.html" title="class in org.apache.iceberg.rest">RESTUtil</a></dt>
<dd>
<div class="block">Decodes a map of form data from application/x-www-form-urlencoded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTUtil.html#decodeNamespace(java.lang.String)">decodeNamespace(String)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTUtil.html" title="class in org.apache.iceberg.rest">RESTUtil</a></dt>
<dd>
<div class="block">Takes in a string representation of a namespace as used for a URL parameter and returns the
corresponding namespace.</div>
</dd>
<dt><a href="org/apache/iceberg/data/avro/DecoderResolver.html" title="class in org.apache.iceberg.data.avro"><span class="typeNameLink">DecoderResolver</span></a> - Class in <a href="org/apache/iceberg/data/avro/package-summary.html">org.apache.iceberg.data.avro</a></dt>
<dd>
<div class="block">Resolver to resolve <code>Decoder</code> to a <code>ResolvingDecoder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTUtil.html#decodeString(java.lang.String)">decodeString(String)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTUtil.html" title="class in org.apache.iceberg.rest">RESTUtil</a></dt>
<dd>
<div class="block">Decodes a URL-encoded string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#decomposePredicate(org.apache.hadoop.mapred.JobConf,org.apache.hadoop.hive.serde2.Deserializer,org.apache.hadoop.hive.ql.plan.ExprNodeDesc)">decomposePredicate(JobConf, Deserializer, ExprNodeDesc)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/Ciphers.AesGcmDecryptor.html#decrypt(byte%5B%5D,byte%5B%5D)">decrypt(byte[], byte[])</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/Ciphers.AesGcmDecryptor.html" title="class in org.apache.iceberg.encryption">Ciphers.AesGcmDecryptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/Ciphers.AesGcmDecryptor.html#decrypt(byte%5B%5D,int,int,byte%5B%5D)">decrypt(byte[], int, int, byte[])</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/Ciphers.AesGcmDecryptor.html" title="class in org.apache.iceberg.encryption">Ciphers.AesGcmDecryptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/Ciphers.AesGcmDecryptor.html#decrypt(byte%5B%5D,int,int,byte%5B%5D,int,byte%5B%5D)">decrypt(byte[], int, int, byte[], int, byte[])</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/Ciphers.AesGcmDecryptor.html" title="class in org.apache.iceberg.encryption">Ciphers.AesGcmDecryptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionManager.html#decrypt(java.lang.Iterable)">decrypt(Iterable&lt;EncryptedInputFile&gt;)</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionManager.html" title="interface in org.apache.iceberg.encryption">EncryptionManager</a></dt>
<dd>
<div class="block">Variant of <a href="org/apache/iceberg/encryption/EncryptionManager.html#decrypt(org.apache.iceberg.encryption.EncryptedInputFile)"><code>EncryptionManager.decrypt(EncryptedInputFile)</code></a> that provides a sequence of files that all need
to be decrypted in a single context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionManager.html#decrypt(org.apache.iceberg.encryption.EncryptedInputFile)">decrypt(EncryptedInputFile)</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionManager.html" title="interface in org.apache.iceberg.encryption">EncryptionManager</a></dt>
<dd>
<div class="block">Given an <a href="org/apache/iceberg/encryption/EncryptedInputFile.html#encryptedInputFile()"><code>EncryptedInputFile.encryptedInputFile()</code></a> representing the raw encrypted bytes
from the underlying file system, and given metadata about how the file was encrypted via <a href="org/apache/iceberg/encryption/EncryptedInputFile.html#keyMetadata()"><code>EncryptedInputFile.keyMetadata()</code></a>, return an <a href="org/apache/iceberg/io/InputFile.html" title="interface in org.apache.iceberg.io"><code>InputFile</code></a> that returns decrypted input
streams.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/PlaintextEncryptionManager.html#decrypt(org.apache.iceberg.encryption.EncryptedInputFile)">decrypt(EncryptedInputFile)</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/PlaintextEncryptionManager.html" title="class in org.apache.iceberg.encryption">PlaintextEncryptionManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#decryptionKey()">decryptionKey()</a></span> - Method in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transform.html#dedupName()">dedupName()</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms">Transform</a></dt>
<dd>
<div class="block">Return the unique transform name to check if similar transforms for the same source field are
added multiple times in partition spec builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html#DEFAULT_BATCH_SIZE">DEFAULT_BATCH_SIZE</a></span> - Static variable in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#DEFAULT_DATABASE">DEFAULT_DATABASE</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#DEFAULT_DATABASE_NAME">DEFAULT_DATABASE_NAME</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DEFAULT_FILE_FORMAT">DEFAULT_FILE_FORMAT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DEFAULT_FILE_FORMAT_DEFAULT">DEFAULT_FILE_FORMAT_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DEFAULT_NAME_MAPPING">DEFAULT_NAME_MAPPING</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DEFAULT_PARTITION_SPEC">DEFAULT_PARTITION_SPEC</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>
<div class="block">Reserved table property for the JSON representation of current(default) partition spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DEFAULT_SORT_ORDER">DEFAULT_SORT_ORDER</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>
<div class="block">Reserved table property for the JSON representation of current(default) sort order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#DEFAULT_VIEW_FORMAT_VERSION">DEFAULT_VIEW_FORMAT_VERSION</a></span> - Static variable in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DEFAULT_WRITE_METRICS_MODE">DEFAULT_WRITE_METRICS_MODE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DEFAULT_WRITE_METRICS_MODE_DEFAULT">DEFAULT_WRITE_METRICS_MODE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/delta/DeltaLakeToIcebergMigrationActionsProvider.html#defaultActions()">defaultActions()</a></span> - Static method in interface org.apache.iceberg.delta.<a href="org/apache/iceberg/delta/DeltaLakeToIcebergMigrationActionsProvider.html" title="interface in org.apache.iceberg.delta">DeltaLakeToIcebergMigrationActionsProvider</a></dt>
<dd>
<div class="block">Get the default implementation of <a href="org/apache/iceberg/delta/DeltaLakeToIcebergMigrationActionsProvider.html" title="interface in org.apache.iceberg.delta"><code>DeltaLakeToIcebergMigrationActionsProvider</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.Builder.html#defaultAlwaysNull()">defaultAlwaysNull()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.Builder.html" title="class in org.apache.iceberg.common">DynFields.Builder</a></dt>
<dd>
<div class="block">Instructs this builder to return AlwaysNull if no implementation is found.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewVersion.html#defaultCatalog()">defaultCatalog()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewVersion.html" title="interface in org.apache.iceberg.view">ViewVersion</a></dt>
<dd>
<div class="block">The default catalog when the view is created.</div>
</dd>
<dt><a href="org/apache/iceberg/metrics/DefaultCounter.html" title="class in org.apache.iceberg.metrics"><span class="typeNameLink">DefaultCounter</span></a> - Class in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">A default <a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics"><code>Counter</code></a> implementation that uses an <code>AtomicLong</code> to count events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ErrorHandlers.html#defaultErrorHandler()">defaultErrorHandler()</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ErrorHandlers.html" title="class in org.apache.iceberg.rest">ErrorHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunClientFactories.html#defaultFactory()">defaultFactory()</a></span> - Static method in class org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunClientFactories.html" title="class in org.apache.iceberg.aliyun">AliyunClientFactories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientFactories.html#defaultFactory()">defaultFactory()</a></span> - Static method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientFactories.html" title="class in org.apache.iceberg.aws">AwsClientFactories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateProperties.html#defaultFormat(org.apache.iceberg.FileFormat)">defaultFormat(FileFormat)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateProperties.html" title="interface in org.apache.iceberg">UpdateProperties</a></dt>
<dd>
<div class="block">Set the default file format for the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#defaultLocationProperty()">defaultLocationProperty()</a></span> - Static method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>
<div class="block">The property used to set a default location for tables in a namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/LockManagers.html#defaultLockManager()">defaultLockManager()</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/LockManagers.html" title="class in org.apache.iceberg.util">LockManagers</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/DefaultMetricsContext.html" title="class in org.apache.iceberg.metrics"><span class="typeNameLink">DefaultMetricsContext</span></a> - Class in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">A default <a href="org/apache/iceberg/metrics/MetricsContext.html" title="interface in org.apache.iceberg.metrics"><code>MetricsContext</code></a> implementation that uses native Java counters/timers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultMetricsContext.html#%3Cinit%3E()">DefaultMetricsContext()</a></span> - Constructor for class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultMetricsContext.html" title="class in org.apache.iceberg.metrics">DefaultMetricsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#defaultNamespace()">defaultNamespace()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#defaultNamespace()">defaultNamespace()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewVersion.html#defaultNamespace()">defaultNamespace()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewVersion.html" title="interface in org.apache.iceberg.view">ViewVersion</a></dt>
<dd>
<div class="block">The default namespace to use when the SQL does not contain a namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ConfigResponse.html#defaults()">defaults()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ConfigResponse.html" title="class in org.apache.iceberg.rest.responses">ConfigResponse</a></dt>
<dd>
<div class="block">Properties that should be used as default configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#defaultSortOrderId()">defaultSortOrderId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/OutputFileFactory.Builder.html#defaultSpec(org.apache.iceberg.PartitionSpec)">defaultSpec(PartitionSpec)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/OutputFileFactory.Builder.html" title="class in org.apache.iceberg.io">OutputFileFactory.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#defaultSpecId()">defaultSpecId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html" title="class in org.apache.iceberg.flink.source.assigner"><span class="typeNameLink">DefaultSplitAssigner</span></a> - Class in <a href="org/apache/iceberg/flink/source/assigner/package-summary.html">org.apache.iceberg.flink.source.assigner</a></dt>
<dd>
<div class="block">Since all methods are called in the source coordinator thread by enumerator, there is no need for
locking.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html#%3Cinit%3E(org.apache.iceberg.flink.source.split.SerializableComparator)">DefaultSplitAssigner(SerializableComparator&lt;IcebergSourceSplit&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html" title="class in org.apache.iceberg.flink.source.assigner">DefaultSplitAssigner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html#%3Cinit%3E(org.apache.iceberg.flink.source.split.SerializableComparator,java.util.Collection)">DefaultSplitAssigner(SerializableComparator&lt;IcebergSourceSplit&gt;, Collection&lt;IcebergSourceSplitState&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html" title="class in org.apache.iceberg.flink.source.assigner">DefaultSplitAssigner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html#defaultTargetFileSize()">defaultTargetFileSize()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedDataRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#defaultTargetFileSize()">defaultTargetFileSize()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedPositionDeletesRewriter.html#defaultTargetFileSize()">defaultTargetFileSize()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedPositionDeletesRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedPositionDeletesRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/DefaultTimer.html" title="class in org.apache.iceberg.metrics"><span class="typeNameLink">DefaultTimer</span></a> - Class in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">A default <a href="org/apache/iceberg/metrics/Timer.html" title="interface in org.apache.iceberg.metrics"><code>Timer</code></a> implementation that uses a <code>Stopwatch</code> instance internally to
measure time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultTimer.html#%3Cinit%3E(java.util.concurrent.TimeUnit)">DefaultTimer(TimeUnit)</a></span> - Constructor for class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultTimer.html" title="class in org.apache.iceberg.metrics">DefaultTimer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SystemConfigs.ConfigEntry.html#defaultValue()">defaultValue()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SystemConfigs.ConfigEntry.html" title="class in org.apache.iceberg">SystemConfigs.ConfigEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#defaultWarehouseLocation(org.apache.iceberg.catalog.TableIdentifier)">defaultWarehouseLocation(TableIdentifier)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#defaultWarehouseLocation(org.apache.iceberg.catalog.TableIdentifier)">defaultWarehouseLocation(TableIdentifier)</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>
<div class="block">This method produces the same result as using a HiveCatalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.html#defaultWarehouseLocation(org.apache.iceberg.catalog.TableIdentifier)">defaultWarehouseLocation(TableIdentifier)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.html" title="class in org.apache.iceberg">BaseMetastoreCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#defaultWarehouseLocation(org.apache.iceberg.catalog.TableIdentifier)">defaultWarehouseLocation(TableIdentifier)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#defaultWarehouseLocation(org.apache.iceberg.catalog.TableIdentifier)">defaultWarehouseLocation(TableIdentifier)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#defaultWarehouseLocation(org.apache.iceberg.catalog.TableIdentifier)">defaultWarehouseLocation(TableIdentifier)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#defaultWarehouseLocation(org.apache.iceberg.catalog.TableIdentifier)">defaultWarehouseLocation(TableIdentifier)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#defaultWarehouseLocation(org.apache.iceberg.catalog.TableIdentifier)">defaultWarehouseLocation(TableIdentifier)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#defaultWarehouseLocation(org.apache.iceberg.catalog.TableIdentifier)">defaultWarehouseLocation(TableIdentifier)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#defaultWarehouseLocation(org.apache.iceberg.catalog.TableIdentifier)">defaultWarehouseLocation(TableIdentifier)</a></span> - Method in class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#definitionLevels">definitionLevels</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/DelegateFileIO.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">DelegateFileIO</span></a> - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">This interface is intended as an extension for FileIO implementations that support being a
delegate target.</div>
</dd>
<dt><a href="org/apache/iceberg/io/DelegatingInputStream.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">DelegatingInputStream</span></a> - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/DelegatingOutputStream.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">DelegatingOutputStream</span></a> - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDeleteIndex.html#delete(long)">delete(long)</a></span> - Method in interface org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDeleteIndex.html" title="interface in org.apache.iceberg.deletes">PositionDeleteIndex</a></dt>
<dd>
<div class="block">Set a deleted row position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDeleteIndex.html#delete(long,long)">delete(long, long)</a></span> - Method in interface org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDeleteIndex.html" title="interface in org.apache.iceberg.deletes">PositionDeleteIndex</a></dt>
<dd>
<div class="block">Set a range of deleted row positions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestWriter.html#delete(F,long,java.lang.Long)">delete(F, long, Long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a></dt>
<dd>
<div class="block">Add a delete entry for a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RollingManifestWriter.html#delete(F,long,java.lang.Long)">delete(F, long, Long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/RollingManifestWriter.html" title="class in org.apache.iceberg">RollingManifestWriter</a></dt>
<dd>
<div class="block">Add a delete entry for a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PositionDeltaWriter.html#delete(java.lang.CharSequence,long,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">delete(CharSequence, long, PartitionSpec, StructLike)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/PositionDeltaWriter.html" title="interface in org.apache.iceberg.io">PositionDeltaWriter</a></dt>
<dd>
<div class="block">Deletes a position in the provided spec/partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BasePositionDeltaWriter.html#delete(java.lang.CharSequence,long,T,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">delete(CharSequence, long, T, PartitionSpec, StructLike)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BasePositionDeltaWriter.html" title="class in org.apache.iceberg.io">BasePositionDeltaWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PositionDeltaWriter.html#delete(java.lang.CharSequence,long,T,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">delete(CharSequence, long, T, PartitionSpec, StructLike)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/PositionDeltaWriter.html" title="interface in org.apache.iceberg.io">PositionDeltaWriter</a></dt>
<dd>
<div class="block">Deletes a position in the provided spec/partition and records the deleted row in the delete
file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#delete(java.lang.String,java.lang.Class,java.util.function.Supplier,java.util.function.Consumer)">delete(String, Class&lt;T&gt;, Supplier&lt;Map&lt;String, String&gt;&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/HTTPClient.html#delete(java.lang.String,java.lang.Class,java.util.Map,java.util.function.Consumer)">delete(String, Class&lt;T&gt;, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/HTTPClient.html" title="class in org.apache.iceberg.rest">HTTPClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#delete(java.lang.String,java.lang.Class,java.util.Map,java.util.function.Consumer)">delete(String, Class&lt;T&gt;, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#delete(java.lang.String,java.util.Map,java.lang.Class,java.util.function.Supplier,java.util.function.Consumer)">delete(String, Map&lt;String, String&gt;, Class&lt;T&gt;, Supplier&lt;Map&lt;String, String&gt;&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/HTTPClient.html#delete(java.lang.String,java.util.Map,java.lang.Class,java.util.Map,java.util.function.Consumer)">delete(String, Map&lt;String, String&gt;, Class&lt;T&gt;, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/HTTPClient.html" title="class in org.apache.iceberg.rest">HTTPClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#delete(java.lang.String,java.util.Map,java.lang.Class,java.util.Map,java.util.function.Consumer)">delete(String, Map&lt;String, String&gt;, Class&lt;T&gt;, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html#delete(T)">delete(T)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html" title="class in org.apache.iceberg.io">BaseTaskWriter.BaseEqualityDeltaWriter</a></dt>
<dd>
<div class="block">Delete those rows whose equality fields has the same values with the given row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/EqualityDeltaWriter.html#delete(T,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">delete(T, PartitionSpec, StructLike)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/EqualityDeltaWriter.html" title="interface in org.apache.iceberg.io">EqualityDeltaWriter</a></dt>
<dd>
<div class="block">Deletes a row from the provided spec/partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteOrphanFiles.PrefixMismatchMode.html#DELETE">DELETE</a></span> - org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteOrphanFiles.PrefixMismatchMode.html" title="enum in org.apache.iceberg.actions">DeleteOrphanFiles.PrefixMismatchMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ChangelogOperation.html#DELETE">DELETE</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/ChangelogOperation.html" title="enum in org.apache.iceberg">ChangelogOperation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataOperations.html#DELETE">DELETE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/DataOperations.html" title="class in org.apache.iceberg">DataOperations</a></dt>
<dd>
<div class="block">Data is deleted from the table and no data is added.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#DELETE">DELETE</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_AVRO_COMPRESSION">DELETE_AVRO_COMPRESSION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_AVRO_COMPRESSION_LEVEL">DELETE_AVRO_COMPRESSION_LEVEL</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#DELETE_BATCH_SIZE">DELETE_BATCH_SIZE</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Configure the batch size used when deleting multiple files from a given S3 bucket</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#DELETE_BATCH_SIZE_DEFAULT">DELETE_BATCH_SIZE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Default batch size used when deleting files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#DELETE_BATCH_SIZE_MAX">DELETE_BATCH_SIZE_MAX</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Max possible batch size for deletion.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_DEFAULT_FILE_FORMAT">DELETE_DEFAULT_FILE_FORMAT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_DISTRIBUTION_MODE">DELETE_DISTRIBUTION_MODE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#DELETE_ENABLED">DELETE_ENABLED</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Determines if <a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIO</code></a> deletes the object when io.delete() is called, default to true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#DELETE_ENABLED_DEFAULT">DELETE_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#DELETE_FILE_PATH">DELETE_FILE_PATH</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.html#DELETE_FILE_PATH">DELETE_FILE_PATH</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.html" title="class in org.apache.iceberg">PositionDeletesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#DELETE_FILE_POS">DELETE_FILE_POS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#DELETE_FILE_ROW_DOC">DELETE_FILE_ROW_DOC</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#DELETE_FILE_ROW_FIELD_ID">DELETE_FILE_ROW_FIELD_ID</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#DELETE_FILE_ROW_FIELD_NAME">DELETE_FILE_ROW_FIELD_NAME</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#DELETE_FILE_THRESHOLD">DELETE_FILE_THRESHOLD</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The minimum number of deletes that needs to be associated with a data file for it to be
considered for rewriting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html#DELETE_FILE_THRESHOLD">DELETE_FILE_THRESHOLD</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedDataRewriter</a></dt>
<dd>
<div class="block">The minimum number of deletes that needs to be associated with a data file for it to be
considered for rewriting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#DELETE_FILE_THRESHOLD_DEFAULT">DELETE_FILE_THRESHOLD_DEFAULT</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html#DELETE_FILE_THRESHOLD_DEFAULT">DELETE_FILE_THRESHOLD_DEFAULT</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedDataRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.FileType.html#DELETE_FILES">DELETE_FILES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.FileType.html" title="enum in org.apache.iceberg">ManifestReader.FileType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#DELETE_FILES">DELETE_FILES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#DELETE_FORMAT">DELETE_FORMAT</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_ISOLATION_LEVEL">DELETE_ISOLATION_LEVEL</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_ISOLATION_LEVEL_DEFAULT">DELETE_ISOLATION_LEVEL_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_MODE">DELETE_MODE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_MODE_DEFAULT">DELETE_MODE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_ORC_BLOCK_SIZE_BYTES">DELETE_ORC_BLOCK_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_ORC_COMPRESSION">DELETE_ORC_COMPRESSION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_ORC_COMPRESSION_STRATEGY">DELETE_ORC_COMPRESSION_STRATEGY</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_ORC_STRIPE_SIZE_BYTES">DELETE_ORC_STRIPE_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_ORC_WRITE_BATCH_SIZE">DELETE_ORC_WRITE_BATCH_SIZE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_PARQUET_COMPRESSION">DELETE_PARQUET_COMPRESSION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_PARQUET_COMPRESSION_LEVEL">DELETE_PARQUET_COMPRESSION_LEVEL</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_PARQUET_DICT_SIZE_BYTES">DELETE_PARQUET_DICT_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_PARQUET_PAGE_ROW_LIMIT">DELETE_PARQUET_PAGE_ROW_LIMIT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_PARQUET_PAGE_SIZE_BYTES">DELETE_PARQUET_PAGE_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_PARQUET_ROW_GROUP_CHECK_MAX_RECORD_COUNT">DELETE_PARQUET_ROW_GROUP_CHECK_MAX_RECORD_COUNT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_PARQUET_ROW_GROUP_CHECK_MIN_RECORD_COUNT">DELETE_PARQUET_ROW_GROUP_CHECK_MIN_RECORD_COUNT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_PARQUET_ROW_GROUP_SIZE_BYTES">DELETE_PARQUET_ROW_GROUP_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#DELETE_PLANNING_MODE">DELETE_PLANNING_MODE</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_PLANNING_MODE">DELETE_PLANNING_MODE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#DELETE_TAGS_PREFIX">DELETE_TAGS_PREFIX</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Used by <a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIO</code></a> to tag objects when deleting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_TARGET_FILE_SIZE_BYTES">DELETE_TARGET_FILE_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#DELETE_TARGET_FILE_SIZE_BYTES_DEFAULT">DELETE_TARGET_FILE_SIZE_BYTES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#DELETE_THREADS">DELETE_THREADS</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Number of threads to use for adding delete tags to S3 objects, default to <code>Runtime.availableProcessors()</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#deleteBatchSize()">deleteBatchSize()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#deleteBatchSize()">deleteBatchSize()</a></span> - Method in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#deleteColumn(java.lang.String)">deleteColumn(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Delete a column in the schema.</div>
</dd>
<dt><a href="org/apache/iceberg/deletes/DeleteCounter.html" title="class in org.apache.iceberg.deletes"><span class="typeNameLink">DeleteCounter</span></a> - Class in <a href="org/apache/iceberg/deletes/package-summary.html">org.apache.iceberg.deletes</a></dt>
<dd>
<div class="block">A counter to be used to count deletes as they are applied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/DeleteCounter.html#%3Cinit%3E()">DeleteCounter()</a></span> - Constructor for class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/DeleteCounter.html" title="class in org.apache.iceberg.deletes">DeleteCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#DELETED_DUPLICATE_FILES">DELETED_DUPLICATE_FILES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#DELETED_FILES_COUNT">DELETED_FILES_COUNT</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#DELETED_FILES_PROP">DELETED_FILES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#DELETED_RECORDS_PROP">DELETED_RECORDS_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#DELETED_ROWS_COUNT">DELETED_ROWS_COUNT</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized"><span class="typeNameLink">DeletedColumnVector</span></a> - Class in <a href="org/apache/iceberg/spark/data/vectorized/package-summary.html">org.apache.iceberg.spark.data.vectorized</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#%3Cinit%3E(org.apache.iceberg.types.Type,boolean%5B%5D)">DeletedColumnVector(Type, boolean[])</a></span> - Constructor for class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFilesActionResult.html#deletedDataFiles()">deletedDataFiles()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFilesActionResult.html" title="class in org.apache.iceberg.actions">RewriteDataFilesActionResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/DeletedDataFileScanTask.html" title="interface in org.apache.iceberg"><span class="typeNameLink">DeletedDataFileScanTask</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A scan task for deletes generated by removing a data file from the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteReachableFiles.Result.html#deletedDataFilesCount()">deletedDataFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteReachableFiles.Result.html" title="interface in org.apache.iceberg.actions">DeleteReachableFiles.Result</a></dt>
<dd>
<div class="block">Returns the number of deleted data files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ExpireSnapshots.Result.html#deletedDataFilesCount()">deletedDataFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ExpireSnapshots.Result.html" title="interface in org.apache.iceberg.actions">ExpireSnapshots.Result</a></dt>
<dd>
<div class="block">Returns the number of deleted data files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteReachableFiles.Result.html#deletedEqualityDeleteFilesCount()">deletedEqualityDeleteFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteReachableFiles.Result.html" title="interface in org.apache.iceberg.actions">DeleteReachableFiles.Result</a></dt>
<dd>
<div class="block">Returns the number of deleted equality delete files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ExpireSnapshots.Result.html#deletedEqualityDeleteFilesCount()">deletedEqualityDeleteFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ExpireSnapshots.Result.html" title="interface in org.apache.iceberg.actions">ExpireSnapshots.Result</a></dt>
<dd>
<div class="block">Returns the number of deleted equality delete files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.Builder.html#deletedFile(org.apache.iceberg.PartitionSpec,org.apache.iceberg.ContentFile)">deletedFile(PartitionSpec, ContentFile&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.Builder.html" title="class in org.apache.iceberg">SnapshotSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.Builder.html#deletedFile(org.apache.iceberg.PartitionSpec,org.apache.iceberg.DataFile)">deletedFile(PartitionSpec, DataFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.Builder.html" title="class in org.apache.iceberg">SnapshotSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.Builder.html#deletedFile(org.apache.iceberg.PartitionSpec,org.apache.iceberg.DeleteFile)">deletedFile(PartitionSpec, DeleteFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.Builder.html" title="class in org.apache.iceberg">SnapshotSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#deletedFilesCount()">deletedFilesCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#deletedFilesCount()">deletedFilesCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns the number of data files with status DELETED in the manifest file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#deletedFilesCount()">deletedFilesCount()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteReachableFiles.Result.html#deletedManifestListsCount()">deletedManifestListsCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteReachableFiles.Result.html" title="interface in org.apache.iceberg.actions">DeleteReachableFiles.Result</a></dt>
<dd>
<div class="block">Returns the number of deleted manifest lists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ExpireSnapshots.Result.html#deletedManifestListsCount()">deletedManifestListsCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ExpireSnapshots.Result.html" title="interface in org.apache.iceberg.actions">ExpireSnapshots.Result</a></dt>
<dd>
<div class="block">Returns the number of deleted manifest lists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteReachableFiles.Result.html#deletedManifestsCount()">deletedManifestsCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteReachableFiles.Result.html" title="interface in org.apache.iceberg.actions">DeleteReachableFiles.Result</a></dt>
<dd>
<div class="block">Returns the number of deleted manifests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ExpireSnapshots.Result.html#deletedManifestsCount()">deletedManifestsCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ExpireSnapshots.Result.html" title="interface in org.apache.iceberg.actions">ExpireSnapshots.Result</a></dt>
<dd>
<div class="block">Returns the number of deleted manifests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteReachableFiles.Result.html#deletedOtherFilesCount()">deletedOtherFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteReachableFiles.Result.html" title="interface in org.apache.iceberg.actions">DeleteReachableFiles.Result</a></dt>
<dd>
<div class="block">Returns the number of deleted metadata json, version hint files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteReachableFiles.Result.html#deletedPositionDeleteFilesCount()">deletedPositionDeleteFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteReachableFiles.Result.html" title="interface in org.apache.iceberg.actions">DeleteReachableFiles.Result</a></dt>
<dd>
<div class="block">Returns the number of deleted position delete files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ExpireSnapshots.Result.html#deletedPositionDeleteFilesCount()">deletedPositionDeleteFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ExpireSnapshots.Result.html" title="interface in org.apache.iceberg.actions">ExpireSnapshots.Result</a></dt>
<dd>
<div class="block">Returns the number of deleted position delete files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#deletedRowPositions()">deletedRowPositions()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#deletedRowsCount()">deletedRowsCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#deletedRowsCount()">deletedRowsCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns the total number of rows in all data files with status DELETED in the manifest file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#deletedRowsCount()">deletedRowsCount()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/DeletedRowsScanTask.html" title="interface in org.apache.iceberg"><span class="typeNameLink">DeletedRowsScanTask</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A scan task for deletes generated by adding delete files to the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ExpireSnapshots.Result.html#deletedStatisticsFilesCount()">deletedStatisticsFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ExpireSnapshots.Result.html" title="interface in org.apache.iceberg.actions">ExpireSnapshots.Result</a></dt>
<dd>
<div class="block">Returns the number of deleted statistics files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html#deletedVectorHolder(int)">deletedVectorHolder(int)</a></span> - Static method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.DeletedVectorHolder.html#%3Cinit%3E(int)">DeletedVectorHolder(int)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.DeletedVectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder.DeletedVectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.DeletedVectorReader.html#%3Cinit%3E()">DeletedVectorReader()</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.DeletedVectorReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader.DeletedVectorReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeleteFiles.html#deleteFile(java.lang.CharSequence)">deleteFile(CharSequence)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeleteFiles.html" title="interface in org.apache.iceberg">DeleteFiles</a></dt>
<dd>
<div class="block">Delete a file path from the underlying table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StreamingDelete.html#deleteFile(java.lang.CharSequence)">deleteFile(CharSequence)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/StreamingDelete.html" title="class in org.apache.iceberg">StreamingDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html#deleteFile(java.lang.String)">deleteFile(String)</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html" title="class in org.apache.iceberg.aliyun.oss">OSSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#deleteFile(java.lang.String)">deleteFile(String)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html#deleteFile(java.lang.String)">deleteFile(String)</a></span> - Method in class org.apache.iceberg.azure.adlsv2.<a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html" title="class in org.apache.iceberg.azure.adlsv2">ADLSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsFileIO.html#deleteFile(java.lang.String)">deleteFile(String)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsFileIO.html" title="class in org.apache.iceberg.dell.ecs">EcsFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html#deleteFile(java.lang.String)">deleteFile(String)</a></span> - Method in class org.apache.iceberg.gcp.gcs.<a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html" title="class in org.apache.iceberg.gcp.gcs">GCSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#deleteFile(java.lang.String)">deleteFile(String)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryFileIO.html#deleteFile(java.lang.String)">deleteFile(String)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryFileIO.html" title="class in org.apache.iceberg.inmemory">InMemoryFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIO.html#deleteFile(java.lang.String)">deleteFile(String)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a></dt>
<dd>
<div class="block">Delete the file at the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#deleteFile(java.lang.String)">deleteFile(String)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseOverwriteFiles.html#deleteFile(org.apache.iceberg.DataFile)">deleteFile(DataFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseOverwriteFiles.html" title="class in org.apache.iceberg">BaseOverwriteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeleteFiles.html#deleteFile(org.apache.iceberg.DataFile)">deleteFile(DataFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeleteFiles.html" title="interface in org.apache.iceberg">DeleteFiles</a></dt>
<dd>
<div class="block">Delete a file tracked by a <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a> from the underlying table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/OverwriteFiles.html#deleteFile(org.apache.iceberg.DataFile)">deleteFile(DataFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/OverwriteFiles.html" title="interface in org.apache.iceberg">OverwriteFiles</a></dt>
<dd>
<div class="block">Delete a <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a> from the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteFiles.html#deleteFile(org.apache.iceberg.DataFile)">deleteFile(DataFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RewriteFiles.html" title="interface in org.apache.iceberg">RewriteFiles</a></dt>
<dd>
<div class="block">Remove a data file from the current table state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StreamingDelete.html#deleteFile(org.apache.iceberg.DataFile)">deleteFile(DataFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/StreamingDelete.html" title="class in org.apache.iceberg">StreamingDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteFiles.html#deleteFile(org.apache.iceberg.DeleteFile)">deleteFile(DeleteFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RewriteFiles.html" title="interface in org.apache.iceberg">RewriteFiles</a></dt>
<dd>
<div class="block">Remove a delete file from the table state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIO.html#deleteFile(org.apache.iceberg.io.InputFile)">deleteFile(InputFile)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a></dt>
<dd>
<div class="block">Convenience method to <a href="org/apache/iceberg/io/FileIO.html#deleteFile(java.lang.String)"><code>delete</code></a> an <a href="org/apache/iceberg/io/InputFile.html" title="interface in org.apache.iceberg.io"><code>InputFile</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIO.html#deleteFile(org.apache.iceberg.io.OutputFile)">deleteFile(OutputFile)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a></dt>
<dd>
<div class="block">Convenience method to <a href="org/apache/iceberg/io/FileIO.html#deleteFile(java.lang.String)"><code>delete</code></a> an <a href="org/apache/iceberg/io/OutputFile.html" title="interface in org.apache.iceberg.io"><code>OutputFile</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/DeleteFile.html" title="interface in org.apache.iceberg"><span class="typeNameLink">DeleteFile</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Interface for delete files listed in a table delete manifest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.html#deleteFileBuilder(org.apache.iceberg.PartitionSpec)">deleteFileBuilder(PartitionSpec)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.html" title="class in org.apache.iceberg">FileMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#deleteFileFormat()">deleteFileFormat()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DeleteWriteResult.html#deleteFiles()">deleteFiles()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DeleteWriteResult.html" title="class in org.apache.iceberg.io">DeleteWriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/WriteResult.html#deleteFiles()">deleteFiles()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/WriteResult.html" title="class in org.apache.iceberg.io">WriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#deleteFiles(java.lang.Iterable)">deleteFiles(Iterable&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>
<div class="block">Deletes the given paths in a batched manner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html#deleteFiles(java.lang.Iterable)">deleteFiles(Iterable&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.azure.adlsv2.<a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html" title="class in org.apache.iceberg.azure.adlsv2">ADLSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html#deleteFiles(java.lang.Iterable)">deleteFiles(Iterable&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.gcp.gcs.<a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html" title="class in org.apache.iceberg.gcp.gcs">GCSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#deleteFiles(java.lang.Iterable)">deleteFiles(Iterable&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#deleteFiles(java.lang.Iterable)">deleteFiles(Iterable&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/SupportsBulkOperations.html#deleteFiles(java.lang.Iterable)">deleteFiles(Iterable&lt;String&gt;)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/SupportsBulkOperations.html" title="interface in org.apache.iceberg.io">SupportsBulkOperations</a></dt>
<dd>
<div class="block">Delete the files at the given paths.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogUtil.html#deleteFiles(org.apache.iceberg.io.FileIO,java.lang.Iterable,java.lang.String,boolean)">deleteFiles(FileIO, Iterable&lt;String&gt;, String, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg">CatalogUtil</a></dt>
<dd>
<div class="block">Helper to delete files.</div>
</dd>
<dt><a href="org/apache/iceberg/DeleteFiles.html" title="interface in org.apache.iceberg"><span class="typeNameLink">DeleteFiles</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for deleting files from a table.</div>
</dd>
<dt><a href="org/apache/iceberg/DeleteFilesTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">DeleteFilesTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation that exposes a table's delete files as rows.</div>
</dd>
<dt><a href="org/apache/iceberg/DeleteFilesTable.DeleteFilesTableScan.html" title="class in org.apache.iceberg"><span class="typeNameLink">DeleteFilesTable.DeleteFilesTableScan</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data"><span class="typeNameLink">DeleteFilter</span></a>&lt;<a href="org/apache/iceberg/data/DeleteFilter.html" title="type parameter in DeleteFilter">T</a>&gt; - Class in <a href="org/apache/iceberg/data/package-summary.html">org.apache.iceberg.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#%3Cinit%3E(java.lang.String,java.util.List,org.apache.iceberg.Schema,org.apache.iceberg.Schema)">DeleteFilter(String, List&lt;DeleteFile&gt;, Schema, Schema)</a></span> - Constructor for class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#%3Cinit%3E(java.lang.String,java.util.List,org.apache.iceberg.Schema,org.apache.iceberg.Schema,org.apache.iceberg.deletes.DeleteCounter)">DeleteFilter(String, List&lt;DeleteFile&gt;, Schema, Schema, DeleteCounter)</a></span> - Constructor for class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeleteFiles.html#deleteFromRowFilter(org.apache.iceberg.expressions.Expression)">deleteFromRowFilter(Expression)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeleteFiles.html" title="interface in org.apache.iceberg">DeleteFiles</a></dt>
<dd>
<div class="block">Delete files that match an <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>Expression</code></a> on data rows from the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StreamingDelete.html#deleteFromRowFilter(org.apache.iceberg.expressions.Expression)">deleteFromRowFilter(Expression)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/StreamingDelete.html" title="class in org.apache.iceberg">StreamingDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html#deleteKey(T)">deleteKey(T)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html" title="class in org.apache.iceberg.io">BaseTaskWriter.BaseEqualityDeltaWriter</a></dt>
<dd>
<div class="block">Delete those rows with the given key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/EqualityDeltaWriter.html#deleteKey(T,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">deleteKey(T, PartitionSpec, StructLike)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/EqualityDeltaWriter.html" title="interface in org.apache.iceberg.io">EqualityDeltaWriter</a></dt>
<dd>
<div class="block">Deletes a key from the provided spec/partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseRewriteManifests.html#deleteManifest(org.apache.iceberg.ManifestFile)">deleteManifest(ManifestFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseRewriteManifests.html" title="class in org.apache.iceberg">BaseRewriteManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteManifests.html#deleteManifest(org.apache.iceberg.ManifestFile)">deleteManifest(ManifestFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RewriteManifests.html" title="interface in org.apache.iceberg">RewriteManifests</a></dt>
<dd>
<div class="block">Deletes a <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>manifest file</code></a> from the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#deleteManifests(org.apache.iceberg.io.FileIO)">deleteManifests(FileIO)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return a <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a> for each delete manifest in this snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ActionsProvider.html#deleteOrphanFiles(org.apache.iceberg.Table)">deleteOrphanFiles(Table)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ActionsProvider.html" title="interface in org.apache.iceberg.actions">ActionsProvider</a></dt>
<dd>
<div class="block">Instantiates an action to delete orphan files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SparkActions.html#deleteOrphanFiles(org.apache.iceberg.Table)">deleteOrphanFiles(Table)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SparkActions.html" title="class in org.apache.iceberg.spark.actions">SparkActions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/DeleteOrphanFiles.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">DeleteOrphanFiles</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">An action that deletes orphan metadata, data and delete files in a table.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/DeleteOrphanFiles.PrefixMismatchMode.html" title="enum in org.apache.iceberg.actions"><span class="typeNameLink">DeleteOrphanFiles.PrefixMismatchMode</span></a> - Enum in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">Defines the action behavior when location prefixes (scheme/authority) mismatch.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/DeleteOrphanFiles.Result.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">DeleteOrphanFiles.Result</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">The action result that contains a summary of the execution.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions"><span class="typeNameLink">DeleteOrphanFilesSparkAction</span></a> - Class in <a href="org/apache/iceberg/spark/actions/package-summary.html">org.apache.iceberg.spark.actions</a></dt>
<dd>
<div class="block">An action that removes orphan metadata, data and delete files by listing a given location and
comparing the actual files in that location with content and metadata files referenced by all
valid snapshots.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html" title="class in org.apache.iceberg.spark.actions"><span class="typeNameLink">DeleteOrphanFilesSparkAction.FileURI</span></a> - Class in <a href="org/apache/iceberg/spark/actions/package-summary.html">org.apache.iceberg.spark.actions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#deletePlanningMode()">deletePlanningMode()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SparkDistributedDataScan.html#deletePlanningMode()">deletePlanningMode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SparkDistributedDataScan.html" title="class in org.apache.iceberg">SparkDistributedDataScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/Deletes.html#deletePositions(java.lang.CharSequence,java.util.List)">deletePositions(CharSequence, List&lt;CloseableIterable&lt;T&gt;&gt;)</a></span> - Static method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/Deletes.html" title="class in org.apache.iceberg.deletes">Deletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/Deletes.html#deletePositions(java.lang.CharSequence,org.apache.iceberg.io.CloseableIterable)">deletePositions(CharSequence, CloseableIterable&lt;StructLike&gt;)</a></span> - Static method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/Deletes.html" title="class in org.apache.iceberg.deletes">Deletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#deletePrefix(java.lang.String)">deletePrefix(String)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>
<div class="block">This method provides a "best-effort" to delete all objects under the given prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html#deletePrefix(java.lang.String)">deletePrefix(String)</a></span> - Method in class org.apache.iceberg.azure.adlsv2.<a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html" title="class in org.apache.iceberg.azure.adlsv2">ADLSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html#deletePrefix(java.lang.String)">deletePrefix(String)</a></span> - Method in class org.apache.iceberg.gcp.gcs.<a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html" title="class in org.apache.iceberg.gcp.gcs">GCSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#deletePrefix(java.lang.String)">deletePrefix(String)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#deletePrefix(java.lang.String)">deletePrefix(String)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/SupportsPrefixOperations.html#deletePrefix(java.lang.String)">deletePrefix(String)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/SupportsPrefixOperations.html" title="interface in org.apache.iceberg.io">SupportsPrefixOperations</a></dt>
<dd>
<div class="block">Delete all files under a prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ActionsProvider.html#deleteReachableFiles(java.lang.String)">deleteReachableFiles(String)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ActionsProvider.html" title="interface in org.apache.iceberg.actions">ActionsProvider</a></dt>
<dd>
<div class="block">Instantiates an action to delete all the files reachable from given metadata location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SparkActions.html#deleteReachableFiles(java.lang.String)">deleteReachableFiles(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SparkActions.html" title="class in org.apache.iceberg.spark.actions">SparkActions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/DeleteReachableFiles.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">DeleteReachableFiles</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">An action that deletes all files referenced by a table metadata file.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/DeleteReachableFiles.Result.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">DeleteReachableFiles.Result</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">The action result that contains a summary of the execution.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions"><span class="typeNameLink">DeleteReachableFilesSparkAction</span></a> - Class in <a href="org/apache/iceberg/spark/actions/package-summary.html">org.apache.iceberg.spark.actions</a></dt>
<dd>
<div class="block">An implementation of <a href="org/apache/iceberg/actions/DeleteReachableFiles.html" title="interface in org.apache.iceberg.actions"><code>DeleteReachableFiles</code></a> that uses metadata tables in Spark to determine
which files should be deleted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AddedRowsScanTask.html#deletes()">deletes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/AddedRowsScanTask.html" title="interface in org.apache.iceberg">AddedRowsScanTask</a></dt>
<dd>
<div class="block">A list of <a href="org/apache/iceberg/DeleteFile.html" title="interface in org.apache.iceberg"><code>delete files</code></a> to apply when reading the data file in this task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseFileScanTask.html#deletes()">deletes()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseFileScanTask.html" title="class in org.apache.iceberg">BaseFileScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileScanTask.html#deletes()">deletes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/FileScanTask.html" title="interface in org.apache.iceberg">FileScanTask</a></dt>
<dd>
<div class="block">A list of <a href="org/apache/iceberg/DeleteFile.html" title="interface in org.apache.iceberg"><code>delete files</code></a> to apply when reading the task's data file.</div>
</dd>
<dt><a href="org/apache/iceberg/deletes/Deletes.html" title="class in org.apache.iceberg.deletes"><span class="typeNameLink">Deletes</span></a> - Class in <a href="org/apache/iceberg/deletes/package-summary.html">org.apache.iceberg.deletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestContent.html#DELETES">DELETES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/ManifestContent.html" title="enum in org.apache.iceberg">ManifestContent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/DeleteSchemaUtil.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">DeleteSchemaUtil</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#deleteTags()">deleteTags()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#deleteThreads()">deleteThreads()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#deleteWhere(org.apache.spark.sql.connector.expressions.filter.Predicate%5B%5D)">deleteWhere(Predicate[])</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/RollbackStagedTable.html#deleteWhere(org.apache.spark.sql.sources.Filter%5B%5D)">deleteWhere(Filter[])</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/RollbackStagedTable.html" title="class in org.apache.iceberg.spark">RollbackStagedTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteOrphanFiles.html#deleteWith(java.util.function.Consumer)">deleteWith(Consumer&lt;String&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteOrphanFiles.html" title="interface in org.apache.iceberg.actions">DeleteOrphanFiles</a></dt>
<dd>
<div class="block">Passes an alternative delete implementation that will be used for orphan files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteReachableFiles.html#deleteWith(java.util.function.Consumer)">deleteWith(Consumer&lt;String&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteReachableFiles.html" title="interface in org.apache.iceberg.actions">DeleteReachableFiles</a></dt>
<dd>
<div class="block">Passes an alternative delete implementation that will be used for files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ExpireSnapshots.html#deleteWith(java.util.function.Consumer)">deleteWith(Consumer&lt;String&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ExpireSnapshots.html" title="interface in org.apache.iceberg.actions">ExpireSnapshots</a></dt>
<dd>
<div class="block">Passes an alternative delete implementation that will be used for manifests, data and delete
files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ExpireSnapshots.html#deleteWith(java.util.function.Consumer)">deleteWith(Consumer&lt;String&gt;)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ExpireSnapshots.html" title="interface in org.apache.iceberg">ExpireSnapshots</a></dt>
<dd>
<div class="block">Passes an alternative delete implementation that will be used for manifests and data files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotUpdate.html#deleteWith(java.util.function.Consumer)">deleteWith(Consumer&lt;String&gt;)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SnapshotUpdate.html" title="interface in org.apache.iceberg">SnapshotUpdate</a></dt>
<dd>
<div class="block">Set a callback to delete files instead of the table's default.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html#deleteWith(java.util.function.Consumer)">deleteWith(Consumer&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html#deleteWith(java.util.function.Consumer)">deleteWith(Consumer&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteReachableFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html#deleteWith(java.util.function.Consumer)">deleteWith(Consumer&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html" title="class in org.apache.iceberg.spark.actions">ExpireSnapshotsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/DeleteWriteResult.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">DeleteWriteResult</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A result of writing delete files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DeleteWriteResult.html#%3Cinit%3E(java.util.List)">DeleteWriteResult(List&lt;DeleteFile&gt;)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DeleteWriteResult.html" title="class in org.apache.iceberg.io">DeleteWriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DeleteWriteResult.html#%3Cinit%3E(java.util.List,org.apache.iceberg.util.CharSequenceSet)">DeleteWriteResult(List&lt;DeleteFile&gt;, CharSequenceSet)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DeleteWriteResult.html" title="class in org.apache.iceberg.io">DeleteWriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DeleteWriteResult.html#%3Cinit%3E(org.apache.iceberg.DeleteFile)">DeleteWriteResult(DeleteFile)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DeleteWriteResult.html" title="class in org.apache.iceberg.io">DeleteWriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DeleteWriteResult.html#%3Cinit%3E(org.apache.iceberg.DeleteFile,org.apache.iceberg.util.CharSequenceSet)">DeleteWriteResult(DeleteFile, CharSequenceSet)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DeleteWriteResult.html" title="class in org.apache.iceberg.io">DeleteWriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/dell/DellClientFactories.html" title="class in org.apache.iceberg.dell"><span class="typeNameLink">DellClientFactories</span></a> - Class in <a href="org/apache/iceberg/dell/package-summary.html">org.apache.iceberg.dell</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/dell/DellClientFactory.html" title="interface in org.apache.iceberg.dell"><span class="typeNameLink">DellClientFactory</span></a> - Interface in <a href="org/apache/iceberg/dell/package-summary.html">org.apache.iceberg.dell</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/dell/DellProperties.html" title="class in org.apache.iceberg.dell"><span class="typeNameLink">DellProperties</span></a> - Class in <a href="org/apache/iceberg/dell/package-summary.html">org.apache.iceberg.dell</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellProperties.html#%3Cinit%3E()">DellProperties()</a></span> - Constructor for class org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellProperties.html" title="class in org.apache.iceberg.dell">DellProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellProperties.html#%3Cinit%3E(java.util.Map)">DellProperties(Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellProperties.html" title="class in org.apache.iceberg.dell">DellProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.html#deltaLakeConfiguration(org.apache.hadoop.conf.Configuration)">deltaLakeConfiguration(Configuration)</a></span> - Method in interface org.apache.iceberg.delta.<a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.html" title="interface in org.apache.iceberg.delta">SnapshotDeltaLakeTable</a></dt>
<dd>
<div class="block">Sets the Hadoop configuration used to access delta lake table's logs and datafiles.</div>
</dd>
<dt><a href="org/apache/iceberg/delta/DeltaLakeToIcebergMigrationActionsProvider.html" title="interface in org.apache.iceberg.delta"><span class="typeNameLink">DeltaLakeToIcebergMigrationActionsProvider</span></a> - Interface in <a href="org/apache/iceberg/delta/package-summary.html">org.apache.iceberg.delta</a></dt>
<dd>
<div class="block">An API that provide actions for migration from a delta lake table to an iceberg table.</div>
</dd>
<dt><a href="org/apache/iceberg/delta/DeltaLakeToIcebergMigrationActionsProvider.DefaultDeltaLakeToIcebergMigrationActions.html" title="class in org.apache.iceberg.delta"><span class="typeNameLink">DeltaLakeToIcebergMigrationActionsProvider.DefaultDeltaLakeToIcebergMigrationActions</span></a> - Class in <a href="org/apache/iceberg/delta/package-summary.html">org.apache.iceberg.delta</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BaseColumnIterator.html#desc">desc</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BaseColumnIterator.html" title="class in org.apache.iceberg.parquet">BaseColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#desc">desc</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderBuilder.html#desc(java.lang.String)">desc(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SortOrderBuilder.html" title="interface in org.apache.iceberg">SortOrderBuilder</a></dt>
<dd>
<div class="block">Add a field to the sort by field name, ascending with nulls first.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderBuilder.html#desc(java.lang.String,org.apache.iceberg.NullOrder)">desc(String, NullOrder)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SortOrderBuilder.html" title="interface in org.apache.iceberg">SortOrderBuilder</a></dt>
<dd>
<div class="block">Add a field to the sort by field name, ascending with the given null order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderBuilder.html#desc(org.apache.iceberg.expressions.Term)">desc(Term)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SortOrderBuilder.html" title="interface in org.apache.iceberg">SortOrderBuilder</a></dt>
<dd>
<div class="block">Add an expression term to the sort, ascending with nulls first.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplaceSortOrder.html#desc(org.apache.iceberg.expressions.Term,org.apache.iceberg.NullOrder)">desc(Term, NullOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplaceSortOrder.html" title="class in org.apache.iceberg">BaseReplaceSortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.Builder.html#desc(org.apache.iceberg.expressions.Term,org.apache.iceberg.NullOrder)">desc(Term, NullOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.Builder.html" title="class in org.apache.iceberg">SortOrder.Builder</a></dt>
<dd>
<div class="block">Add an expression term to the sort, ascending with the given null order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderBuilder.html#desc(org.apache.iceberg.expressions.Term,org.apache.iceberg.NullOrder)">desc(Term, NullOrder)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SortOrderBuilder.html" title="interface in org.apache.iceberg">SortOrderBuilder</a></dt>
<dd>
<div class="block">Add an expression term to the sort, ascending with the given null order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortDirection.html#DESC">DESC</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/SortDirection.html" title="enum in org.apache.iceberg">SortDirection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#DESC">DESC</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#DESC">DESC</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#DESC()">DESC()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html#DESC()">DESC()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundAggregate.html#describe()">describe()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundAggregate.html" title="class in org.apache.iceberg.expressions">BoundAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#describe(java.util.List)">describe(List&lt;Expression&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#describe(org.apache.iceberg.expressions.Expression)">describe(Expression)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionUtil.html#describe(org.apache.iceberg.expressions.Term)">describe(Term)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionUtil.html" title="class in org.apache.iceberg.expressions">ExpressionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#describe(org.apache.iceberg.Schema)">describe(Schema)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#describe(org.apache.iceberg.SortOrder)">describe(SortOrder)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#describe(org.apache.iceberg.types.Type)">describe(Type)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/FileRewriter.html#description()">description()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/FileRewriter.html" title="interface in org.apache.iceberg.actions">FileRewriter</a></dt>
<dd>
<div class="block">Returns a description for this rewriter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.html" title="class in org.apache.iceberg.spark.functions">BucketFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/IcebergVersionFunction.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/IcebergVersionFunction.html" title="class in org.apache.iceberg.spark.functions">IcebergVersionFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/JobGroupInfo.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/JobGroupInfo.html" title="class in org.apache.iceberg.spark">JobGroupInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/AncestorsOfProcedure.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/AncestorsOfProcedure.html" title="class in org.apache.iceberg.spark.procedures">AncestorsOfProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/CreateChangelogViewProcedure.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/CreateChangelogViewProcedure.html" title="class in org.apache.iceberg.spark.procedures">CreateChangelogViewProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/ExpireSnapshotsProcedure.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/ExpireSnapshotsProcedure.html" title="class in org.apache.iceberg.spark.procedures">ExpireSnapshotsProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/FastForwardBranchProcedure.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/FastForwardBranchProcedure.html" title="class in org.apache.iceberg.spark.procedures">FastForwardBranchProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/RemoveOrphanFilesProcedure.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/RemoveOrphanFilesProcedure.html" title="class in org.apache.iceberg.spark.procedures">RemoveOrphanFilesProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/RewritePositionDeleteFilesProcedure.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/RewritePositionDeleteFilesProcedure.html" title="class in org.apache.iceberg.spark.procedures">RewritePositionDeleteFilesProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/NumDeletes.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/NumDeletes.html" title="class in org.apache.iceberg.spark.source.metrics">NumDeletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/NumSplits.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/NumSplits.html" title="class in org.apache.iceberg.spark.source.metrics">NumSplits</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/ScannedDataFiles.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/ScannedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics">ScannedDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/ScannedDataManifests.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/ScannedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics">ScannedDataManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/SkippedDataFiles.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/SkippedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics">SkippedDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/SkippedDataManifests.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/SkippedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics">SkippedDataManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TotalFileSize.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TotalFileSize.html" title="class in org.apache.iceberg.spark.source.metrics">TotalFileSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TotalPlanningDuration.html#description()">description()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TotalPlanningDuration.html" title="class in org.apache.iceberg.spark.source.metrics">TotalPlanningDuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/connector/iceberg/catalog/Procedure.html#description()">description()</a></span> - Method in interface org.apache.spark.sql.connector.iceberg.catalog.<a href="org/apache/spark/sql/connector/iceberg/catalog/Procedure.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog">Procedure</a></dt>
<dd>
<div class="block">Returns the description of this procedure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html#descriptor()">descriptor()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorStateSerializer.html#deserialize(int,byte%5B%5D)">deserialize(int, byte[])</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorStateSerializer.html" title="class in org.apache.iceberg.flink.source.enumerator">IcebergEnumeratorStateSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitSerializer.html#deserialize(int,byte%5B%5D)">deserialize(int, byte[])</a></span> - Method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitSerializer.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplitSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignRequestDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignRequestDeserializer.html" title="class in org.apache.iceberg.aws.s3.signer">S3ObjectMapper.S3SignRequestDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignResponseDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignResponseDeserializer.html" title="class in org.apache.iceberg.aws.s3.signer">S3ObjectMapper.S3SignResponseDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.CommitTransactionRequestDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.CommitTransactionRequestDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.CommitTransactionRequestDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.ErrorResponseDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.ErrorResponseDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.ErrorResponseDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.MetadataUpdateDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.MetadataUpdateDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.MetadataUpdateDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.NamespaceDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.NamespaceDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.NamespaceDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.OAuthTokenResponseDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.OAuthTokenResponseDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.OAuthTokenResponseDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.RegisterTableRequestDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.RegisterTableRequestDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.RegisterTableRequestDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.ReportMetricsRequestDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.ReportMetricsRequestDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.ReportMetricsRequestDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.SchemaDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.SchemaDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.SchemaDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.TableIdentifierDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.TableIdentifierDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.TableIdentifierDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.TableMetadataDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.TableMetadataDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.TableMetadataDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UnboundPartitionSpecDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UnboundPartitionSpecDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UnboundPartitionSpecDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UnboundSortOrderDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UnboundSortOrderDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UnboundSortOrderDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UpdateRequirementDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UpdateRequirementDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UpdateRequirementDeserializer</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UpdateTableRequestDeserializer.html#deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext)">deserialize(JsonParser, DeserializationContext)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UpdateTableRequestDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UpdateTableRequestDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html#deserialize(org.apache.hadoop.io.Writable)">deserialize(Writable)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSerDe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializationUtil.html#deserializeFromBase64(java.lang.String)">deserializeFromBase64(String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializationUtil.html" title="class in org.apache.iceberg.util">SerializationUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializationUtil.html#deserializeFromBytes(byte%5B%5D)">deserializeFromBytes(byte[])</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializationUtil.html" title="class in org.apache.iceberg.util">SerializationUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html#deserializeOffset(java.lang.String)">deserializeOffset(String)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html" title="class in org.apache.iceberg.spark.source">SparkMicroBatchStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html#destCatalog()">destCatalog()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">MigrateTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html#destCatalog()">destCatalog()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">SnapshotTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RenameTableRequest.html#destination()">destination()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RenameTableRequest.html" title="class in org.apache.iceberg.rest.requests">RenameTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html#destTableIdent()">destTableIdent()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">MigrateTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html#destTableIdent()">destTableIdent()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">SnapshotTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html#destTableProps()">destTableProps()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">MigrateTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html#destTableProps()">destTableProps()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">SnapshotTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html#determineListElementType(org.apache.parquet.schema.GroupType)">determineListElementType(GroupType)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#determineWriteBranch(org.apache.spark.sql.SparkSession,java.lang.String)">determineWriteBranch(SparkSession, String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>
<div class="block">Determine the write branch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/SQLViewRepresentation.html#dialect()">dialect()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/SQLViewRepresentation.html" title="interface in org.apache.iceberg.view">SQLViewRepresentation</a></dt>
<dd>
<div class="block">The view query SQL dialect.</div>
</dd>
<dt><a href="org/apache/iceberg/arrow/DictEncodedArrowConverter.html" title="class in org.apache.iceberg.arrow"><span class="typeNameLink">DictEncodedArrowConverter</span></a> - Class in <a href="org/apache/iceberg/arrow/package-summary.html">org.apache.iceberg.arrow</a></dt>
<dd>
<div class="block">This converts dictionary encoded arrow vectors to a correctly typed arrow vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BaseColumnIterator.html#dictionary">dictionary</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BaseColumnIterator.html" title="class in org.apache.iceberg.parquet">BaseColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#dictionary">dictionary</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html#dictionary()">dictionary()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#dictionaryBatchReader()">dictionaryBatchReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.DictionaryBatchReader.html#%3Cinit%3E()">DictionaryBatchReader()</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.DictionaryBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.DictionaryBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html#dictionaryIdReader()">dictionaryIdReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedDictionaryEncodedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html#direction">direction</a></span> - Variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortField.html#direction()">direction()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortField.html" title="class in org.apache.iceberg">SortField</a></dt>
<dd>
<div class="block">Returns the sort direction</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ExtendedParser.RawOrderField.html#direction()">direction()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ExtendedParser.RawOrderField.html" title="class in org.apache.iceberg.spark">ExtendedParser.RawOrderField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#disableRefresh()">disableRefresh()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#discardChanges()">discardChanges()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/NumDeletes.html#DISPLAY_STRING">DISPLAY_STRING</a></span> - Static variable in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/NumDeletes.html" title="class in org.apache.iceberg.spark.source.metrics">NumDeletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.Unit.html#displayName()">displayName()</a></span> - Method in enum org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.Unit.html" title="enum in org.apache.iceberg.metrics">MetricsContext.Unit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PlanningMode.html#DISTRIBUTED">DISTRIBUTED</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/PlanningMode.html" title="enum in org.apache.iceberg">PlanningMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#DISTRIBUTED">DISTRIBUTED</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#DISTRIBUTED">DISTRIBUTED</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#DISTRIBUTED()">DISTRIBUTED()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html#DISTRIBUTED()">DISTRIBUTED()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteDistributionSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#distributedPlanningEnabled()">distributedPlanningEnabled()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteRequirements.html#distribution()">distribution()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteRequirements.html" title="class in org.apache.iceberg.spark">SparkWriteRequirements</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteOptions.html#DISTRIBUTION_MODE">DISTRIBUTION_MODE</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteOptions.html" title="class in org.apache.iceberg.flink">FlinkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#DISTRIBUTION_MODE">DISTRIBUTION_MODE</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#DISTRIBUTION_MODE">DISTRIBUTION_MODE</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#distributionMode()">distributionMode()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#distributionMode(org.apache.iceberg.DistributionMode)">distributionMode(DistributionMode)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>
<div class="block">Configure the write <a href="org/apache/iceberg/DistributionMode.html" title="enum in org.apache.iceberg"><code>DistributionMode</code></a> that the flink sink will use.</div>
</dd>
<dt><a href="org/apache/iceberg/DistributionMode.html" title="enum in org.apache.iceberg"><span class="typeNameLink">DistributionMode</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Enum of supported write distribution mode, it defines the write behavior of batch or streaming
job:</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.html#doBind(org.apache.spark.sql.types.DataType)">doBind(DataType)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.html#doBind(org.apache.spark.sql.types.DataType)">doBind(DataType)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.html#doBind(org.apache.spark.sql.types.DataType)">doBind(DataType)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.html#doBind(org.apache.spark.sql.types.DataType)">doBind(DataType)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#doc()">doc()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#doCommit(org.apache.iceberg.TableMetadata,org.apache.iceberg.TableMetadata)">doCommit(TableMetadata, TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsTableOperations.html#doCommit(org.apache.iceberg.TableMetadata,org.apache.iceberg.TableMetadata)">doCommit(TableMetadata, TableMetadata)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsTableOperations.html" title="class in org.apache.iceberg.dell.ecs">EcsTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveTableOperations.html#doCommit(org.apache.iceberg.TableMetadata,org.apache.iceberg.TableMetadata)">doCommit(TableMetadata, TableMetadata)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveTableOperations.html" title="class in org.apache.iceberg.hive">HiveTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieTableOperations.html#doCommit(org.apache.iceberg.TableMetadata,org.apache.iceberg.TableMetadata)">doCommit(TableMetadata, TableMetadata)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieTableOperations.html" title="class in org.apache.iceberg.nessie">NessieTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllManifestsTable.AllManifestsTableScan.html#doPlanFiles()">doPlanFiles()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/AllManifestsTable.AllManifestsTableScan.html" title="class in org.apache.iceberg">AllManifestsTable.AllManifestsTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataTableScan.html#doPlanFiles()">doPlanFiles()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataTableScan.html" title="class in org.apache.iceberg">DataTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html#doPlanFiles()">doPlanFiles()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html" title="class in org.apache.iceberg">PositionDeletesTable.PositionDeletesBatchScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotScan.html#doPlanFiles()">doPlanFiles()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotScan.html" title="class in org.apache.iceberg">SnapshotScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#doRefresh()">doRefresh()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsTableOperations.html#doRefresh()">doRefresh()</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsTableOperations.html" title="class in org.apache.iceberg.dell.ecs">EcsTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveTableOperations.html#doRefresh()">doRefresh()</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveTableOperations.html" title="class in org.apache.iceberg.hive">HiveTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieTableOperations.html#doRefresh()">doRefresh()</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieTableOperations.html" title="class in org.apache.iceberg.nessie">NessieTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#DOUBLE">DOUBLE</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#DOUBLE_LITERAL">DOUBLE_LITERAL</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#DOUBLE_LITERAL">DOUBLE_LITERAL</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DoubleLiteralContext.html#DOUBLE_LITERAL()">DOUBLE_LITERAL()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DoubleLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DoubleLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#doubleBatchReader()">doubleBatchReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.DoubleBatchReader.html#%3Cinit%3E()">DoubleBatchReader()</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.DoubleBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.DoubleBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html#doubleDictEncodedReader()">doubleDictEncodedReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedDictionaryEncodedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/DoubleFieldMetrics.html" title="class in org.apache.iceberg"><span class="typeNameLink">DoubleFieldMetrics</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Iceberg internally tracked field level metrics, used by Parquet and ORC writers only.</div>
</dd>
<dt><a href="org/apache/iceberg/DoubleFieldMetrics.Builder.html" title="class in org.apache.iceberg"><span class="typeNameLink">DoubleFieldMetrics.Builder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DoubleLiteralContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumberContext)">DoubleLiteralContext(IcebergSqlExtensionsParser.NumberContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DoubleLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DoubleLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#doubles()">doubles()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#doubles()">doubles()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReaders.html#doubles()">doubles()</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReaders.html" title="class in org.apache.iceberg.orc">OrcValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#doubles(int)">doubles(int)</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#doubles(org.apache.parquet.column.ColumnDescriptor)">doubles(ColumnDescriptor)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ZOrderByteUtils.html#doubleToOrderedBytes(double,java.nio.ByteBuffer)">doubleToOrderedBytes(double, ByteBuffer)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ZOrderByteUtils.html" title="class in org.apache.iceberg.util">ZOrderByteUtils</a></dt>
<dd>
<div class="block">Doubles are treated the same as floats in <a href="org/apache/iceberg/util/ZOrderByteUtils.html#floatToOrderedBytes(float,java.nio.ByteBuffer)"><code>ZOrderByteUtils.floatToOrderedBytes(float, ByteBuffer)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DoubleType.html#%3Cinit%3E()">DoubleType()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DoubleType.html" title="class in org.apache.iceberg.types">Types.DoubleType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#DROP">DROP</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#DROP">DROP</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html#DROP()">DROP()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html#DROP()">DROP()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html#DROP()">DROP()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html#DROP()">DROP()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#DROP()">DROP()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/MigrateTable.html#dropBackup()">dropBackup()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/MigrateTable.html" title="interface in org.apache.iceberg.actions">MigrateTable</a></dt>
<dd>
<div class="block">Drops the backup of the original table after a successful migration</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html#dropBackup()">dropBackup()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">MigrateTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StatementContext)">DropBranchContext(IcebergSqlExtensionsParser.StatementContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFiles.html#dropCache(org.apache.iceberg.io.FileIO)">dropCache(FileIO)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestFiles.html" title="class in org.apache.iceberg">ManifestFiles</a></dt>
<dd>
<div class="block">Drop manifest file cache object for a FileIO if exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ChangelogUtil.html#dropChangelogMetadata(org.apache.iceberg.Schema)">dropChangelogMetadata(Schema)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ChangelogUtil.html" title="class in org.apache.iceberg">ChangelogUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#dropDatabase(java.lang.String,boolean,boolean)">dropDatabase(String, boolean, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#dropFunction(org.apache.flink.table.catalog.ObjectPath,boolean)">dropFunction(ObjectPath, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StatementContext)">DropIdentifierFieldsContext(IcebergSqlExtensionsParser.StatementContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#dropNamespace(java.lang.String%5B%5D,boolean)">dropNamespace(String[], boolean)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#dropNamespace(java.lang.String%5B%5D,boolean)">dropNamespace(String[], boolean)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#dropNamespace(org.apache.iceberg.catalog.Namespace)">dropNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#dropNamespace(org.apache.iceberg.catalog.Namespace)">dropNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#dropNamespace(org.apache.iceberg.catalog.Namespace)">dropNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SupportsNamespaces.html#dropNamespace(org.apache.iceberg.catalog.Namespace)">dropNamespace(Namespace)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SupportsNamespaces.html" title="interface in org.apache.iceberg.catalog">SupportsNamespaces</a></dt>
<dd>
<div class="block">Drop a namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#dropNamespace(org.apache.iceberg.catalog.Namespace)">dropNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#dropNamespace(org.apache.iceberg.catalog.Namespace)">dropNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#dropNamespace(org.apache.iceberg.catalog.Namespace)">dropNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#dropNamespace(org.apache.iceberg.catalog.Namespace)">dropNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#dropNamespace(org.apache.iceberg.catalog.Namespace)">dropNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#dropNamespace(org.apache.iceberg.catalog.Namespace)">dropNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#dropNamespace(org.apache.iceberg.catalog.Namespace)">dropNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#dropNamespace(org.apache.iceberg.catalog.Namespace)">dropNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#dropNamespace(org.apache.iceberg.catalog.Namespace)">dropNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#dropNamespace(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.Namespace)">dropNamespace(SessionCatalog.SessionContext, Namespace)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Drop a namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#dropNamespace(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.Namespace)">dropNamespace(SessionCatalog.SessionContext, Namespace)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/CatalogHandlers.html#dropNamespace(org.apache.iceberg.catalog.SupportsNamespaces,org.apache.iceberg.catalog.Namespace)">dropNamespace(SupportsNamespaces, Namespace)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest">CatalogHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#dropPartition(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,boolean)">dropPartition(ObjectPath, CatalogPartitionSpec, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StatementContext)">DropPartitionFieldContext(IcebergSqlExtensionsParser.StatementContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTables.html#dropTable(java.lang.String)">dropTable(String)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTables.html" title="class in org.apache.iceberg.hadoop">HadoopTables</a></dt>
<dd>
<div class="block">Drop a table and delete all data and metadata files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTables.html#dropTable(java.lang.String,boolean)">dropTable(String, boolean)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTables.html" title="class in org.apache.iceberg.hadoop">HadoopTables</a></dt>
<dd>
<div class="block">Drop a table; optionally delete data and metadata files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#dropTable(org.apache.flink.table.catalog.ObjectPath,boolean)">dropTable(ObjectPath, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/Catalogs.html#dropTable(org.apache.hadoop.conf.Configuration,java.util.Properties)">dropTable(Configuration, Properties)</a></span> - Static method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/Catalogs.html" title="class in org.apache.iceberg.mr">Catalogs</a></dt>
<dd>
<div class="block">Drops an Iceberg table using the catalog specified by the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/CatalogHandlers.html#dropTable(org.apache.iceberg.catalog.Catalog,org.apache.iceberg.catalog.TableIdentifier)">dropTable(Catalog, TableIdentifier)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest">CatalogHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#dropTable(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier)">dropTable(SessionCatalog.SessionContext, TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Drop a table, without requesting that files are immediately deleted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#dropTable(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier)">dropTable(SessionCatalog.SessionContext, TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier)">dropTable(TableIdentifier)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier)">dropTable(TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Drop a table and delete all data and metadata files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier)">dropTable(TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier,boolean)">dropTable(TableIdentifier, boolean)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier,boolean)">dropTable(TableIdentifier, boolean)</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CachingCatalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier,boolean)">dropTable(TableIdentifier, boolean)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg">CachingCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier,boolean)">dropTable(TableIdentifier, boolean)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier,boolean)">dropTable(TableIdentifier, boolean)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Drop a table; optionally delete data and metadata files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier,boolean)">dropTable(TableIdentifier, boolean)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>
<div class="block">Remove table object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier,boolean)">dropTable(TableIdentifier, boolean)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier,boolean)">dropTable(TableIdentifier, boolean)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier,boolean)">dropTable(TableIdentifier, boolean)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier,boolean)">dropTable(TableIdentifier, boolean)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier,boolean)">dropTable(TableIdentifier, boolean)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#dropTable(org.apache.iceberg.catalog.TableIdentifier,boolean)">dropTable(TableIdentifier, boolean)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier,boolean)">dropTable(TableIdentifier, boolean)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#dropTable(org.apache.iceberg.catalog.TableIdentifier,boolean)">dropTable(TableIdentifier, boolean)</a></span> - Method in class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html#dropTable(org.apache.spark.sql.connector.catalog.Identifier)">dropTable(Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html" title="class in org.apache.iceberg.spark">SparkCachedTableCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#dropTable(org.apache.spark.sql.connector.catalog.Identifier)">dropTable(Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#dropTable(org.apache.spark.sql.connector.catalog.Identifier)">dropTable(Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogUtil.html#dropTableData(org.apache.iceberg.io.FileIO,org.apache.iceberg.TableMetadata)">dropTableData(FileIO, TableMetadata)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg">CatalogUtil</a></dt>
<dd>
<div class="block">Drops all data and metadata files referenced by TableMetadata.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StatementContext)">DropTagContext(IcebergSqlExtensionsParser.StatementContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/ViewCatalog.html#dropView(org.apache.iceberg.catalog.TableIdentifier)">dropView(TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/ViewCatalog.html" title="interface in org.apache.iceberg.catalog">ViewCatalog</a></dt>
<dd>
<div class="block">Drop a view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#DUALSTACK_ENABLED">DUALSTACK_ENABLED</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Determines if S3 client will use the Dualstack Mode, default to false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#DUALSTACK_ENABLED_DEFAULT">DUALSTACK_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html#dummyHolder(int)">dummyHolder(int)</a></span> - Static method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/DuplicateWAPCommitException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">DuplicateWAPCommitException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">This exception occurs when the WAP workflow detects a duplicate wap commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/DuplicateWAPCommitException.html#%3Cinit%3E(java.lang.String)">DuplicateWAPCommitException(String)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/DuplicateWAPCommitException.html" title="class in org.apache.iceberg.exceptions">DuplicateWAPCommitException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html#dynamo()">dynamo()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws">AssumeRoleAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientFactory.html#dynamo()">dynamo()</a></span> - Method in interface org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientFactory.html" title="interface in org.apache.iceberg.aws">AwsClientFactory</a></dt>
<dd>
<div class="block">Create a Amazon DynamoDB client</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#DYNAMODB_ENDPOINT">DYNAMODB_ENDPOINT</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Configure an alternative endpoint of the DynamoDB service to access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#DYNAMODB_TABLE_NAME">DYNAMODB_TABLE_NAME</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">DynamoDB table name for <a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb"><code>DynamoDbCatalog</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#DYNAMODB_TABLE_NAME_DEFAULT">DYNAMODB_TABLE_NAME_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb"><span class="typeNameLink">DynamoDbCatalog</span></a> - Class in <a href="org/apache/iceberg/aws/dynamodb/package-summary.html">org.apache.iceberg.aws.dynamodb</a></dt>
<dd>
<div class="block">DynamoDB implementation of Iceberg catalog</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#%3Cinit%3E()">DynamoDbCatalog()</a></span> - Constructor for class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html" title="class in org.apache.iceberg.aws.dynamodb"><span class="typeNameLink">DynamoDbLockManager</span></a> - Class in <a href="org/apache/iceberg/aws/dynamodb/package-summary.html">org.apache.iceberg.aws.dynamodb</a></dt>
<dd>
<div class="block">DynamoDB implementation for the lock manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html#%3Cinit%3E()">DynamoDbLockManager()</a></span> - Constructor for class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbLockManager</a></dt>
<dd>
<div class="block">constructor for dynamic initialization, <a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html#initialize(java.util.Map)"><code>DynamoDbLockManager.initialize(Map)</code></a> must be called later.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html#%3Cinit%3E(software.amazon.awssdk.services.dynamodb.DynamoDbClient,java.lang.String)">DynamoDbLockManager(DynamoDbClient, String)</a></span> - Constructor for class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbLockManager</a></dt>
<dd>
<div class="block">constructor used for testing purpose</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#dynamoDbTableName()">dynamoDbTableName()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/common/DynClasses.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynClasses</span></a> - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/common/DynClasses.Builder.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynClasses.Builder</span></a> - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/common/DynConstructors.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynConstructors</span></a> - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>
<div class="block">Copied from parquet-common</div>
</dd>
<dt><a href="org/apache/iceberg/common/DynConstructors.Builder.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynConstructors.Builder</span></a> - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/common/DynConstructors.Ctor.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynConstructors.Ctor</span></a>&lt;<a href="org/apache/iceberg/common/DynConstructors.Ctor.html" title="type parameter in DynConstructors.Ctor">C</a>&gt; - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/common/DynFields.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynFields</span></a> - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/common/DynFields.BoundField.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynFields.BoundField</span></a>&lt;<a href="org/apache/iceberg/common/DynFields.BoundField.html" title="type parameter in DynFields.BoundField">T</a>&gt; - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/common/DynFields.Builder.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynFields.Builder</span></a> - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/common/DynFields.StaticField.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynFields.StaticField</span></a>&lt;<a href="org/apache/iceberg/common/DynFields.StaticField.html" title="type parameter in DynFields.StaticField">T</a>&gt; - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/common/DynFields.UnboundField.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynFields.UnboundField</span></a>&lt;<a href="org/apache/iceberg/common/DynFields.UnboundField.html" title="type parameter in DynFields.UnboundField">T</a>&gt; - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>
<div class="block">Convenience wrapper class around <code>Field</code>.</div>
</dd>
<dt><a href="org/apache/iceberg/common/DynMethods.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynMethods</span></a> - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>
<div class="block">Copied from parquet-common</div>
</dd>
<dt><a href="org/apache/iceberg/common/DynMethods.BoundMethod.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynMethods.BoundMethod</span></a> - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynMethods.Builder</span></a> - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/common/DynMethods.StaticMethod.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynMethods.StaticMethod</span></a> - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html" title="class in org.apache.iceberg.common"><span class="typeNameLink">DynMethods.UnboundMethod</span></a> - Class in <a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a></dt>
<dd>
<div class="block">Convenience wrapper class around <code>Method</code>.</div>
</dd>
</dl>
<a id="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellProperties.html#ECS_S3_ACCESS_KEY_ID">ECS_S3_ACCESS_KEY_ID</a></span> - Static variable in class org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellProperties.html" title="class in org.apache.iceberg.dell">DellProperties</a></dt>
<dd>
<div class="block">S3 Access key id of Dell EMC ECS</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellProperties.html#ECS_S3_ENDPOINT">ECS_S3_ENDPOINT</a></span> - Static variable in class org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellProperties.html" title="class in org.apache.iceberg.dell">DellProperties</a></dt>
<dd>
<div class="block">S3 endpoint of Dell EMC ECS</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellProperties.html#ECS_S3_SECRET_ACCESS_KEY">ECS_S3_SECRET_ACCESS_KEY</a></span> - Static variable in class org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellProperties.html" title="class in org.apache.iceberg.dell">DellProperties</a></dt>
<dd>
<div class="block">S3 Secret access key of Dell EMC ECS</div>
</dd>
<dt><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs"><span class="typeNameLink">EcsCatalog</span></a> - Class in <a href="org/apache/iceberg/dell/ecs/package-summary.html">org.apache.iceberg.dell.ecs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#%3Cinit%3E()">EcsCatalog()</a></span> - Constructor for class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>
<div class="block">No-arg constructor to load the catalog dynamically.</div>
</dd>
<dt><a href="org/apache/iceberg/dell/ecs/EcsFileIO.html" title="class in org.apache.iceberg.dell.ecs"><span class="typeNameLink">EcsFileIO</span></a> - Class in <a href="org/apache/iceberg/dell/ecs/package-summary.html">org.apache.iceberg.dell.ecs</a></dt>
<dd>
<div class="block">FileIO implementation backed by Dell EMC ECS.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsFileIO.html#%3Cinit%3E()">EcsFileIO()</a></span> - Constructor for class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsFileIO.html" title="class in org.apache.iceberg.dell.ecs">EcsFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellClientFactory.html#ecsS3()">ecsS3()</a></span> - Method in interface org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellClientFactory.html" title="interface in org.apache.iceberg.dell">DellClientFactory</a></dt>
<dd>
<div class="block">Create a Dell EMC ECS S3 client</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellProperties.html#ecsS3AccessKeyId()">ecsS3AccessKeyId()</a></span> - Method in class org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellProperties.html" title="class in org.apache.iceberg.dell">DellProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellProperties.html#ecsS3Endpoint()">ecsS3Endpoint()</a></span> - Method in class org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellProperties.html" title="class in org.apache.iceberg.dell">DellProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellProperties.html#ecsS3SecretAccessKey()">ecsS3SecretAccessKey()</a></span> - Method in class org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellProperties.html" title="class in org.apache.iceberg.dell">DellProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/dell/ecs/EcsTableOperations.html" title="class in org.apache.iceberg.dell.ecs"><span class="typeNameLink">EcsTableOperations</span></a> - Class in <a href="org/apache/iceberg/dell/ecs/package-summary.html">org.apache.iceberg.dell.ecs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsTableOperations.html#%3Cinit%3E(java.lang.String,org.apache.iceberg.dell.ecs.EcsURI,org.apache.iceberg.io.FileIO,org.apache.iceberg.dell.ecs.EcsCatalog)">EcsTableOperations(String, EcsURI, FileIO, EcsCatalog)</a></span> - Constructor for class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsTableOperations.html" title="class in org.apache.iceberg.dell.ecs">EcsTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#ELEMENT_ID_PROP">ELEMENT_ID_PROP</a></span> - Static variable in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#elementId()">elementId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#elementName()">elementName()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html#elements(L)">elements(L)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.RepeatedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#elementType()">elementType()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Namespace.html#empty()">empty()</a></span> - Static method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Namespace.html" title="class in org.apache.iceberg.catalog">Namespace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionKeyMetadata.html#empty()">empty()</a></span> - Static method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionKeyMetadata.html" title="interface in org.apache.iceberg.encryption">EncryptionKeyMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterable.html#empty()">empty()</a></span> - Static method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io">CloseableIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterator.html#empty()">empty()</a></span> - Static method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterator.html" title="interface in org.apache.iceberg.io">CloseableIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html#empty()">empty()</a></span> - Static method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergRecordObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html#empty()">empty()</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util.AuthSession</a></dt>
<dd>
<div class="block">A new <a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth"><code>OAuth2Util.AuthSession</code></a> with empty headers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#empty()">empty()</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionKeyMetadata.html#EMPTY">EMPTY</a></span> - Static variable in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionKeyMetadata.html" title="interface in org.apache.iceberg.encryption">EncryptionKeyMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteRequirements.html#EMPTY">EMPTY</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteRequirements.html" title="class in org.apache.iceberg.spark">SparkWriteRequirements</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#EMPTY_BOOLEAN_ARRAY">EMPTY_BOOLEAN_ARRAY</a></span> - Static variable in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#EMPTY_BYTE_ARRAY">EMPTY_BYTE_ARRAY</a></span> - Static variable in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#EMPTY_DOUBLE_ARRAY">EMPTY_DOUBLE_ARRAY</a></span> - Static variable in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#EMPTY_FLOAT_ARRAY">EMPTY_FLOAT_ARRAY</a></span> - Static variable in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#EMPTY_INT_ARRAY">EMPTY_INT_ARRAY</a></span> - Static variable in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#EMPTY_LONG_ARRAY">EMPTY_LONG_ARRAY</a></span> - Static variable in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#EMPTY_SHORT_ARRAY">EMPTY_SHORT_ARRAY</a></span> - Static variable in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/IcebergEncoder.html#encode(D)">encode(D)</a></span> - Method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/IcebergEncoder.html" title="class in org.apache.iceberg.data.avro">IcebergEncoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/IcebergEncoder.html#encode(D,java.io.OutputStream)">encode(D, OutputStream)</a></span> - Method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/IcebergEncoder.html" title="class in org.apache.iceberg.data.avro">IcebergEncoder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFiles.html#encode(org.apache.iceberg.ManifestFile)">encode(ManifestFile)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestFiles.html" title="class in org.apache.iceberg">ManifestFiles</a></dt>
<dd>
<div class="block">Encode the <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a> to a byte array by using avro encoder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroEncoderUtil.html#encode(T,org.apache.avro.Schema)">encode(T, Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroEncoderUtil.html" title="class in org.apache.iceberg.avro">AvroEncoderUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTUtil.html#encodeFormData(java.util.Map)">encodeFormData(Map&lt;?, ?&gt;)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTUtil.html" title="class in org.apache.iceberg.rest">RESTUtil</a></dt>
<dd>
<div class="block">Encodes a map of form data as application/x-www-form-urlencoded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTUtil.html#encodeNamespace(org.apache.iceberg.catalog.Namespace)">encodeNamespace(Namespace)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTUtil.html" title="class in org.apache.iceberg.rest">RESTUtil</a></dt>
<dd>
<div class="block">Returns a String representation of a namespace that is suitable for use in a URL / URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html#ENCODER">ENCODER</a></span> - Static variable in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction.FileURI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/FileInfo.html#ENCODER">ENCODER</a></span> - Static variable in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/FileInfo.html" title="class in org.apache.iceberg.spark.actions">FileInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#ENCODER">ENCODER</a></span> - Static variable in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTUtil.html#encodeString(java.lang.String)">encodeString(String)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTUtil.html" title="class in org.apache.iceberg.rest">RESTUtil</a></dt>
<dd>
<div class="block">Encodes a string using URL encoding</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/Ciphers.AesGcmEncryptor.html#encrypt(byte%5B%5D,byte%5B%5D)">encrypt(byte[], byte[])</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/Ciphers.AesGcmEncryptor.html" title="class in org.apache.iceberg.encryption">Ciphers.AesGcmEncryptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/Ciphers.AesGcmEncryptor.html#encrypt(byte%5B%5D,int,int,byte%5B%5D)">encrypt(byte[], int, int, byte[])</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/Ciphers.AesGcmEncryptor.html" title="class in org.apache.iceberg.encryption">Ciphers.AesGcmEncryptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/Ciphers.AesGcmEncryptor.html#encrypt(byte%5B%5D,int,int,byte%5B%5D,int,byte%5B%5D)">encrypt(byte[], int, int, byte[], int, byte[])</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/Ciphers.AesGcmEncryptor.html" title="class in org.apache.iceberg.encryption">Ciphers.AesGcmEncryptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionManager.html#encrypt(java.lang.Iterable)">encrypt(Iterable&lt;OutputFile&gt;)</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionManager.html" title="interface in org.apache.iceberg.encryption">EncryptionManager</a></dt>
<dd>
<div class="block">Variant of <a href="org/apache/iceberg/encryption/EncryptionManager.html#encrypt(org.apache.iceberg.io.OutputFile)"><code>EncryptionManager.encrypt(OutputFile)</code></a> that provides a sequence of files that all need to be
encrypted in a single context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionManager.html#encrypt(org.apache.iceberg.io.OutputFile)">encrypt(OutputFile)</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionManager.html" title="interface in org.apache.iceberg.encryption">EncryptionManager</a></dt>
<dd>
<div class="block">Given a handle on an <a href="org/apache/iceberg/io/OutputFile.html" title="interface in org.apache.iceberg.io"><code>OutputFile</code></a> that writes raw bytes to the underlying file system,
return a bundle of an <a href="org/apache/iceberg/encryption/EncryptedOutputFile.html#encryptingOutputFile()"><code>EncryptedOutputFile.encryptingOutputFile()</code></a> that writes encrypted
bytes to the underlying file system, and the <a href="org/apache/iceberg/encryption/EncryptedOutputFile.html#keyMetadata()"><code>EncryptedOutputFile.keyMetadata()</code></a> that
points to the encryption key that is being used to encrypt this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/PlaintextEncryptionManager.html#encrypt(org.apache.iceberg.io.OutputFile)">encrypt(OutputFile)</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/PlaintextEncryptionManager.html" title="class in org.apache.iceberg.encryption">PlaintextEncryptionManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/EncryptedFiles.html" title="class in org.apache.iceberg.encryption"><span class="typeNameLink">EncryptedFiles</span></a> - Class in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptedFiles.html#encryptedInput(org.apache.iceberg.io.InputFile,byte%5B%5D)">encryptedInput(InputFile, byte[])</a></span> - Static method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptedFiles.html" title="class in org.apache.iceberg.encryption">EncryptedFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptedFiles.html#encryptedInput(org.apache.iceberg.io.InputFile,java.nio.ByteBuffer)">encryptedInput(InputFile, ByteBuffer)</a></span> - Static method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptedFiles.html" title="class in org.apache.iceberg.encryption">EncryptedFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptedFiles.html#encryptedInput(org.apache.iceberg.io.InputFile,org.apache.iceberg.encryption.EncryptionKeyMetadata)">encryptedInput(InputFile, EncryptionKeyMetadata)</a></span> - Static method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptedFiles.html" title="class in org.apache.iceberg.encryption">EncryptedFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptedInputFile.html#encryptedInputFile()">encryptedInputFile()</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptedInputFile.html" title="interface in org.apache.iceberg.encryption">EncryptedInputFile</a></dt>
<dd>
<div class="block">The <a href="org/apache/iceberg/io/InputFile.html" title="interface in org.apache.iceberg.io"><code>InputFile</code></a> that is reading raw encrypted bytes from the underlying file system.</div>
</dd>
<dt><a href="org/apache/iceberg/encryption/EncryptedInputFile.html" title="interface in org.apache.iceberg.encryption"><span class="typeNameLink">EncryptedInputFile</span></a> - Interface in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>
<div class="block">Thin wrapper around an <a href="org/apache/iceberg/io/InputFile.html" title="interface in org.apache.iceberg.io"><code>InputFile</code></a> instance that is encrypted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptedFiles.html#encryptedOutput(org.apache.iceberg.io.OutputFile,byte%5B%5D)">encryptedOutput(OutputFile, byte[])</a></span> - Static method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptedFiles.html" title="class in org.apache.iceberg.encryption">EncryptedFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptedFiles.html#encryptedOutput(org.apache.iceberg.io.OutputFile,java.nio.ByteBuffer)">encryptedOutput(OutputFile, ByteBuffer)</a></span> - Static method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptedFiles.html" title="class in org.apache.iceberg.encryption">EncryptedFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptedFiles.html#encryptedOutput(org.apache.iceberg.io.OutputFile,org.apache.iceberg.encryption.EncryptionKeyMetadata)">encryptedOutput(OutputFile, EncryptionKeyMetadata)</a></span> - Static method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptedFiles.html" title="class in org.apache.iceberg.encryption">EncryptedFiles</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/EncryptedOutputFile.html" title="interface in org.apache.iceberg.encryption"><span class="typeNameLink">EncryptedOutputFile</span></a> - Interface in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>
<div class="block">Thin wrapper around a <a href="org/apache/iceberg/io/OutputFile.html" title="interface in org.apache.iceberg.io"><code>OutputFile</code></a> that is encrypting bytes written to the underlying file
system, via an encryption key that is symbolized by the enclosed <a href="org/apache/iceberg/encryption/EncryptionKeyMetadata.html" title="interface in org.apache.iceberg.encryption"><code>EncryptionKeyMetadata</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptedOutputFile.html#encryptingOutputFile()">encryptingOutputFile()</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptedOutputFile.html" title="interface in org.apache.iceberg.encryption">EncryptedOutputFile</a></dt>
<dd>
<div class="block">An OutputFile instance that encrypts the bytes that are written to its output streams.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#encryption()">encryption()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#encryption()">encryption()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#encryption()">encryption()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html#encryption()">encryption()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#encryption()">encryption()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#encryption()">encryption()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Returns an <a href="org/apache/iceberg/encryption/EncryptionManager.html" title="interface in org.apache.iceberg.encryption"><code>EncryptionManager</code></a> to encrypt and decrypt data
files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableOperations.html#encryption()">encryption()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableOperations.html" title="interface in org.apache.iceberg">TableOperations</a></dt>
<dd>
<div class="block">Returns a <a href="org/apache/iceberg/encryption/EncryptionManager.html" title="interface in org.apache.iceberg.encryption"><code>EncryptionManager</code></a> to encrypt and decrypt data
files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/NativeFileCryptoParameters.html#encryptionAlgorithm()">encryptionAlgorithm()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/NativeFileCryptoParameters.html" title="class in org.apache.iceberg.encryption">NativeFileCryptoParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/NativeFileCryptoParameters.Builder.html#encryptionAlgorithm(org.apache.iceberg.encryption.EncryptionAlgorithm)">encryptionAlgorithm(EncryptionAlgorithm)</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/NativeFileCryptoParameters.Builder.html" title="class in org.apache.iceberg.encryption">NativeFileCryptoParameters.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/EncryptionAlgorithm.html" title="enum in org.apache.iceberg.encryption"><span class="typeNameLink">EncryptionAlgorithm</span></a> - Enum in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>
<div class="block">Algorithm supported for file encryption.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#encryptionKey()">encryptionKey()</a></span> - Method in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/EncryptionKeyMetadata.html" title="interface in org.apache.iceberg.encryption"><span class="typeNameLink">EncryptionKeyMetadata</span></a> - Interface in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>
<div class="block">Light typedef over a ByteBuffer that indicates that the given bytes represent metadata about an
encrypted data file's encryption key.</div>
</dd>
<dt><a href="org/apache/iceberg/encryption/EncryptionKeyMetadatas.html" title="class in org.apache.iceberg.encryption"><span class="typeNameLink">EncryptionKeyMetadatas</span></a> - Class in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#encryptionManager()">encryptionManager()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/EncryptionManager.html" title="interface in org.apache.iceberg.encryption"><span class="typeNameLink">EncryptionManager</span></a> - Interface in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>
<div class="block">Module for encrypting and decrypting table data files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#END_SNAPSHOT_ID">END_SNAPSHOT_ID</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#END_SNAPSHOT_ID">END_SNAPSHOT_ID</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#END_TAG">END_TAG</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#END_TIMESTAMP">END_TIMESTAMP</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MicroBatches.MicroBatch.html#endFileIndex()">endFileIndex()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MicroBatches.MicroBatch.html" title="class in org.apache.iceberg">MicroBatches.MicroBatch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#endpoint()">endpoint()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#endpoint()">endpoint()</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#ENDPOINT">ENDPOINT</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Configure an alternative endpoint of the S3 service for S3FileIO to access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#endSnapshotId()">endSnapshotId()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#endSnapshotId()">endSnapshotId()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#endSnapshotId()">endSnapshotId()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#endSnapshotId(java.lang.Long)">endSnapshotId(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#endSnapshotId(java.lang.Long)">endSnapshotId(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#endSnapshotId(java.lang.Long)">endSnapshotId(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#endTag()">endTag()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#endTag()">endTag()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#endTag(java.lang.String)">endTag(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#endTag(java.lang.String)">endTag(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#endTag(java.lang.String)">endTag(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#endTimestamp()">endTimestamp()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/ConfigProperties.html#ENGINE_HIVE_ENABLED">ENGINE_HIVE_ENABLED</a></span> - Static variable in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/ConfigProperties.html" title="class in org.apache.iceberg.hadoop">ConfigProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ENGINE_HIVE_ENABLED">ENGINE_HIVE_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ENGINE_HIVE_ENABLED_DEFAULT">ENGINE_HIVE_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/EnvironmentContext.html#ENGINE_NAME">ENGINE_NAME</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/EnvironmentContext.html" title="class in org.apache.iceberg">EnvironmentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/EnvironmentContext.html#ENGINE_VERSION">ENGINE_VERSION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/EnvironmentContext.html" title="class in org.apache.iceberg">EnvironmentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#enoughContent(java.util.List)">enoughContent(List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#enoughInputFiles(java.util.List)">enoughInputFiles(List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/TezUtil.html#enrichContextWithAttemptWrapper(org.apache.hadoop.mapred.TaskAttemptContext)">enrichContextWithAttemptWrapper(TaskAttemptContext)</a></span> - Static method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/TezUtil.html" title="class in org.apache.iceberg.mr.hive">TezUtil</a></dt>
<dd>
<div class="block">Creates a new taskAttemptContext by replacing the taskAttemptID with a wrapped object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/TezUtil.html#enrichContextWithVertexId(org.apache.hadoop.mapred.JobContext)">enrichContextWithVertexId(JobContext)</a></span> - Static method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/TezUtil.html" title="class in org.apache.iceberg.mr.hive">TezUtil</a></dt>
<dd>
<div class="block">If the Tez vertex id is present in config, creates a new jobContext by appending the Tez vertex
id to the jobID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/NoLock.html#ensureActive()">ensureActive()</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/NoLock.html" title="class in org.apache.iceberg.hive">NoLock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterAddPartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.AddPartitionFieldContext)">enterAddPartitionField(IcebergSqlExtensionsParser.AddPartitionFieldContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>addPartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterAddPartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.AddPartitionFieldContext)">enterAddPartitionField(IcebergSqlExtensionsParser.AddPartitionFieldContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>addPartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterApplyTransform(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ApplyTransformContext)">enterApplyTransform(IcebergSqlExtensionsParser.ApplyTransformContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>applyTransform</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transform()"><code>IcebergSqlExtensionsParser.transform()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterApplyTransform(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ApplyTransformContext)">enterApplyTransform(IcebergSqlExtensionsParser.ApplyTransformContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>applyTransform</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transform()"><code>IcebergSqlExtensionsParser.transform()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterBigDecimalLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BigDecimalLiteralContext)">enterBigDecimalLiteral(IcebergSqlExtensionsParser.BigDecimalLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>bigDecimalLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterBigDecimalLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BigDecimalLiteralContext)">enterBigDecimalLiteral(IcebergSqlExtensionsParser.BigDecimalLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>bigDecimalLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterBigIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BigIntLiteralContext)">enterBigIntLiteral(IcebergSqlExtensionsParser.BigIntLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>bigIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterBigIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BigIntLiteralContext)">enterBigIntLiteral(IcebergSqlExtensionsParser.BigIntLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>bigIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterBooleanLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BooleanLiteralContext)">enterBooleanLiteral(IcebergSqlExtensionsParser.BooleanLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>booleanLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterBooleanLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BooleanLiteralContext)">enterBooleanLiteral(IcebergSqlExtensionsParser.BooleanLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>booleanLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterBooleanValue(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BooleanValueContext)">enterBooleanValue(IcebergSqlExtensionsParser.BooleanValueContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#booleanValue()"><code>IcebergSqlExtensionsParser.booleanValue()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterBooleanValue(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BooleanValueContext)">enterBooleanValue(IcebergSqlExtensionsParser.BooleanValueContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#booleanValue()"><code>IcebergSqlExtensionsParser.booleanValue()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterBranchOptions(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BranchOptionsContext)">enterBranchOptions(IcebergSqlExtensionsParser.BranchOptionsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#branchOptions()"><code>IcebergSqlExtensionsParser.branchOptions()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterBranchOptions(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BranchOptionsContext)">enterBranchOptions(IcebergSqlExtensionsParser.BranchOptionsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#branchOptions()"><code>IcebergSqlExtensionsParser.branchOptions()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterCall(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CallContext)">enterCall(IcebergSqlExtensionsParser.CallContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>call</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterCall(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CallContext)">enterCall(IcebergSqlExtensionsParser.CallContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>call</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterCreateOrReplaceBranch(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateOrReplaceBranchContext)">enterCreateOrReplaceBranch(IcebergSqlExtensionsParser.CreateOrReplaceBranchContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>createOrReplaceBranch</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterCreateOrReplaceBranch(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateOrReplaceBranchContext)">enterCreateOrReplaceBranch(IcebergSqlExtensionsParser.CreateOrReplaceBranchContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>createOrReplaceBranch</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterCreateOrReplaceTag(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateOrReplaceTagContext)">enterCreateOrReplaceTag(IcebergSqlExtensionsParser.CreateOrReplaceTagContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>createOrReplaceTag</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterCreateOrReplaceTag(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateOrReplaceTagContext)">enterCreateOrReplaceTag(IcebergSqlExtensionsParser.CreateOrReplaceTagContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>createOrReplaceTag</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterCreateReplaceBranchClause(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext)">enterCreateReplaceBranchClause(IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#createReplaceBranchClause()"><code>IcebergSqlExtensionsParser.createReplaceBranchClause()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterCreateReplaceBranchClause(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext)">enterCreateReplaceBranchClause(IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#createReplaceBranchClause()"><code>IcebergSqlExtensionsParser.createReplaceBranchClause()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterCreateReplaceTagClause(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateReplaceTagClauseContext)">enterCreateReplaceTagClause(IcebergSqlExtensionsParser.CreateReplaceTagClauseContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#createReplaceTagClause()"><code>IcebergSqlExtensionsParser.createReplaceTagClause()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterCreateReplaceTagClause(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateReplaceTagClauseContext)">enterCreateReplaceTagClause(IcebergSqlExtensionsParser.CreateReplaceTagClauseContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#createReplaceTagClause()"><code>IcebergSqlExtensionsParser.createReplaceTagClause()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterDecimalLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DecimalLiteralContext)">enterDecimalLiteral(IcebergSqlExtensionsParser.DecimalLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>decimalLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterDecimalLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DecimalLiteralContext)">enterDecimalLiteral(IcebergSqlExtensionsParser.DecimalLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>decimalLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterDoubleLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DoubleLiteralContext)">enterDoubleLiteral(IcebergSqlExtensionsParser.DoubleLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>doubleLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterDoubleLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DoubleLiteralContext)">enterDoubleLiteral(IcebergSqlExtensionsParser.DoubleLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>doubleLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterDropBranch(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropBranchContext)">enterDropBranch(IcebergSqlExtensionsParser.DropBranchContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>dropBranch</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterDropBranch(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropBranchContext)">enterDropBranch(IcebergSqlExtensionsParser.DropBranchContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>dropBranch</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterDropIdentifierFields(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropIdentifierFieldsContext)">enterDropIdentifierFields(IcebergSqlExtensionsParser.DropIdentifierFieldsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>dropIdentifierFields</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterDropIdentifierFields(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropIdentifierFieldsContext)">enterDropIdentifierFields(IcebergSqlExtensionsParser.DropIdentifierFieldsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>dropIdentifierFields</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterDropPartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropPartitionFieldContext)">enterDropPartitionField(IcebergSqlExtensionsParser.DropPartitionFieldContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>dropPartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterDropPartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropPartitionFieldContext)">enterDropPartitionField(IcebergSqlExtensionsParser.DropPartitionFieldContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>dropPartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterDropTag(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropTagContext)">enterDropTag(IcebergSqlExtensionsParser.DropTagContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>dropTag</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterDropTag(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropTagContext)">enterDropTag(IcebergSqlExtensionsParser.DropTagContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>dropTag</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterEveryRule(org.antlr.v4.runtime.ParserRuleContext)">enterEveryRule(ParserRuleContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterExponentLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ExponentLiteralContext)">enterExponentLiteral(IcebergSqlExtensionsParser.ExponentLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>exponentLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterExponentLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ExponentLiteralContext)">enterExponentLiteral(IcebergSqlExtensionsParser.ExponentLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>exponentLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterExpression(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ExpressionContext)">enterExpression(IcebergSqlExtensionsParser.ExpressionContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#expression()"><code>IcebergSqlExtensionsParser.expression()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterExpression(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ExpressionContext)">enterExpression(IcebergSqlExtensionsParser.ExpressionContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#expression()"><code>IcebergSqlExtensionsParser.expression()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterFieldList(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.FieldListContext)">enterFieldList(IcebergSqlExtensionsParser.FieldListContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#fieldList()"><code>IcebergSqlExtensionsParser.fieldList()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterFieldList(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.FieldListContext)">enterFieldList(IcebergSqlExtensionsParser.FieldListContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#fieldList()"><code>IcebergSqlExtensionsParser.fieldList()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterFloatLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.FloatLiteralContext)">enterFloatLiteral(IcebergSqlExtensionsParser.FloatLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>floatLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterFloatLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.FloatLiteralContext)">enterFloatLiteral(IcebergSqlExtensionsParser.FloatLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>floatLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterIdentityTransform(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IdentityTransformContext)">enterIdentityTransform(IcebergSqlExtensionsParser.IdentityTransformContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>identityTransform</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transform()"><code>IcebergSqlExtensionsParser.transform()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterIdentityTransform(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IdentityTransformContext)">enterIdentityTransform(IcebergSqlExtensionsParser.IdentityTransformContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>identityTransform</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transform()"><code>IcebergSqlExtensionsParser.transform()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterIntegerLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IntegerLiteralContext)">enterIntegerLiteral(IcebergSqlExtensionsParser.IntegerLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>integerLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterIntegerLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IntegerLiteralContext)">enterIntegerLiteral(IcebergSqlExtensionsParser.IntegerLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>integerLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterMaxSnapshotAge(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MaxSnapshotAgeContext)">enterMaxSnapshotAge(IcebergSqlExtensionsParser.MaxSnapshotAgeContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#maxSnapshotAge()"><code>IcebergSqlExtensionsParser.maxSnapshotAge()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterMaxSnapshotAge(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MaxSnapshotAgeContext)">enterMaxSnapshotAge(IcebergSqlExtensionsParser.MaxSnapshotAgeContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#maxSnapshotAge()"><code>IcebergSqlExtensionsParser.maxSnapshotAge()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterMinSnapshotsToKeep(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MinSnapshotsToKeepContext)">enterMinSnapshotsToKeep(IcebergSqlExtensionsParser.MinSnapshotsToKeepContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#minSnapshotsToKeep()"><code>IcebergSqlExtensionsParser.minSnapshotsToKeep()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterMinSnapshotsToKeep(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MinSnapshotsToKeepContext)">enterMinSnapshotsToKeep(IcebergSqlExtensionsParser.MinSnapshotsToKeepContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#minSnapshotsToKeep()"><code>IcebergSqlExtensionsParser.minSnapshotsToKeep()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterMultipartIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MultipartIdentifierContext)">enterMultipartIdentifier(IcebergSqlExtensionsParser.MultipartIdentifierContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#multipartIdentifier()"><code>IcebergSqlExtensionsParser.multipartIdentifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterMultipartIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MultipartIdentifierContext)">enterMultipartIdentifier(IcebergSqlExtensionsParser.MultipartIdentifierContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#multipartIdentifier()"><code>IcebergSqlExtensionsParser.multipartIdentifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterNamedArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NamedArgumentContext)">enterNamedArgument(IcebergSqlExtensionsParser.NamedArgumentContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>namedArgument</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#callArgument()"><code>IcebergSqlExtensionsParser.callArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterNamedArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NamedArgumentContext)">enterNamedArgument(IcebergSqlExtensionsParser.NamedArgumentContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>namedArgument</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#callArgument()"><code>IcebergSqlExtensionsParser.callArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterNonReserved(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NonReservedContext)">enterNonReserved(IcebergSqlExtensionsParser.NonReservedContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#nonReserved()"><code>IcebergSqlExtensionsParser.nonReserved()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterNonReserved(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NonReservedContext)">enterNonReserved(IcebergSqlExtensionsParser.NonReservedContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#nonReserved()"><code>IcebergSqlExtensionsParser.nonReserved()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterNumericLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumericLiteralContext)">enterNumericLiteral(IcebergSqlExtensionsParser.NumericLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>numericLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterNumericLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumericLiteralContext)">enterNumericLiteral(IcebergSqlExtensionsParser.NumericLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>numericLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterNumSnapshots(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumSnapshotsContext)">enterNumSnapshots(IcebergSqlExtensionsParser.NumSnapshotsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#numSnapshots()"><code>IcebergSqlExtensionsParser.numSnapshots()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterNumSnapshots(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumSnapshotsContext)">enterNumSnapshots(IcebergSqlExtensionsParser.NumSnapshotsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#numSnapshots()"><code>IcebergSqlExtensionsParser.numSnapshots()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterOrder(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.OrderContext)">enterOrder(IcebergSqlExtensionsParser.OrderContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#order()"><code>IcebergSqlExtensionsParser.order()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterOrder(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.OrderContext)">enterOrder(IcebergSqlExtensionsParser.OrderContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#order()"><code>IcebergSqlExtensionsParser.order()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterOrderField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.OrderFieldContext)">enterOrderField(IcebergSqlExtensionsParser.OrderFieldContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#orderField()"><code>IcebergSqlExtensionsParser.orderField()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterOrderField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.OrderFieldContext)">enterOrderField(IcebergSqlExtensionsParser.OrderFieldContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#orderField()"><code>IcebergSqlExtensionsParser.orderField()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterPositionalArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.PositionalArgumentContext)">enterPositionalArgument(IcebergSqlExtensionsParser.PositionalArgumentContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>positionalArgument</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#callArgument()"><code>IcebergSqlExtensionsParser.callArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterPositionalArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.PositionalArgumentContext)">enterPositionalArgument(IcebergSqlExtensionsParser.PositionalArgumentContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>positionalArgument</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#callArgument()"><code>IcebergSqlExtensionsParser.callArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterQuotedIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.QuotedIdentifierContext)">enterQuotedIdentifier(IcebergSqlExtensionsParser.QuotedIdentifierContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#quotedIdentifier()"><code>IcebergSqlExtensionsParser.quotedIdentifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterQuotedIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.QuotedIdentifierContext)">enterQuotedIdentifier(IcebergSqlExtensionsParser.QuotedIdentifierContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#quotedIdentifier()"><code>IcebergSqlExtensionsParser.quotedIdentifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterQuotedIdentifierAlternative(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext)">enterQuotedIdentifierAlternative(IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>quotedIdentifierAlternative</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#identifier()"><code>IcebergSqlExtensionsParser.identifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterQuotedIdentifierAlternative(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext)">enterQuotedIdentifierAlternative(IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>quotedIdentifierAlternative</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#identifier()"><code>IcebergSqlExtensionsParser.identifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterRefRetain(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.RefRetainContext)">enterRefRetain(IcebergSqlExtensionsParser.RefRetainContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#refRetain()"><code>IcebergSqlExtensionsParser.refRetain()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterRefRetain(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.RefRetainContext)">enterRefRetain(IcebergSqlExtensionsParser.RefRetainContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#refRetain()"><code>IcebergSqlExtensionsParser.refRetain()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterReplacePartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ReplacePartitionFieldContext)">enterReplacePartitionField(IcebergSqlExtensionsParser.ReplacePartitionFieldContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>replacePartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterReplacePartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ReplacePartitionFieldContext)">enterReplacePartitionField(IcebergSqlExtensionsParser.ReplacePartitionFieldContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>replacePartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.AddPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ApplyTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigDecimalLiteralContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigDecimalLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BigDecimalLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigIntLiteralContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BigIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanLiteralContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BooleanLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BooleanValueContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BranchOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CallContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DecimalLiteralContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DecimalLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DecimalLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DoubleLiteralContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DoubleLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DoubleLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExponentLiteralContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExponentLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ExponentLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ExpressionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FieldListContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FloatLiteralContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FloatLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FloatLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentityTransformContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentityTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IdentityTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IntegerLiteralContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IntegerLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IntegerLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MaxSnapshotAgeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MinSnapshotsToKeepContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MultipartIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NamedArgumentContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NamedArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NamedArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumericLiteralContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumericLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumericLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumSnapshotsContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumSnapshotsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumSnapshotsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.PositionalArgumentContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.PositionalArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.PositionalArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.QuotedIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.RefRetainContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SingleOrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SingleStatementContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SmallIntLiteralContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SmallIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SmallIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotIdContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotIdContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotIdContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotRetentionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringArrayContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringLiteralContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TagOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TimeUnitContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TinyIntLiteralContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TinyIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TinyIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TransformArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TypeConstructorContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TypeConstructorContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TypeConstructorContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.UnquotedIdentifierContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.UnquotedIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.UnquotedIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteDistributionSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteOrderingSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html#enterRule(org.antlr.v4.runtime.tree.ParseTreeListener)">enterRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterSetIdentifierFields(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SetIdentifierFieldsContext)">enterSetIdentifierFields(IcebergSqlExtensionsParser.SetIdentifierFieldsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>setIdentifierFields</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterSetIdentifierFields(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SetIdentifierFieldsContext)">enterSetIdentifierFields(IcebergSqlExtensionsParser.SetIdentifierFieldsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>setIdentifierFields</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterSetWriteDistributionAndOrdering(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext)">enterSetWriteDistributionAndOrdering(IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>setWriteDistributionAndOrdering</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterSetWriteDistributionAndOrdering(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext)">enterSetWriteDistributionAndOrdering(IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>setWriteDistributionAndOrdering</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterSingleOrder(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SingleOrderContext)">enterSingleOrder(IcebergSqlExtensionsParser.SingleOrderContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#singleOrder()"><code>IcebergSqlExtensionsParser.singleOrder()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterSingleOrder(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SingleOrderContext)">enterSingleOrder(IcebergSqlExtensionsParser.SingleOrderContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#singleOrder()"><code>IcebergSqlExtensionsParser.singleOrder()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterSingleStatement(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SingleStatementContext)">enterSingleStatement(IcebergSqlExtensionsParser.SingleStatementContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#singleStatement()"><code>IcebergSqlExtensionsParser.singleStatement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterSingleStatement(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SingleStatementContext)">enterSingleStatement(IcebergSqlExtensionsParser.SingleStatementContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#singleStatement()"><code>IcebergSqlExtensionsParser.singleStatement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterSmallIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SmallIntLiteralContext)">enterSmallIntLiteral(IcebergSqlExtensionsParser.SmallIntLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>smallIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterSmallIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SmallIntLiteralContext)">enterSmallIntLiteral(IcebergSqlExtensionsParser.SmallIntLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>smallIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterSnapshotId(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SnapshotIdContext)">enterSnapshotId(IcebergSqlExtensionsParser.SnapshotIdContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#snapshotId()"><code>IcebergSqlExtensionsParser.snapshotId()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterSnapshotId(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SnapshotIdContext)">enterSnapshotId(IcebergSqlExtensionsParser.SnapshotIdContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#snapshotId()"><code>IcebergSqlExtensionsParser.snapshotId()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterSnapshotRetention(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SnapshotRetentionContext)">enterSnapshotRetention(IcebergSqlExtensionsParser.SnapshotRetentionContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#snapshotRetention()"><code>IcebergSqlExtensionsParser.snapshotRetention()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterSnapshotRetention(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SnapshotRetentionContext)">enterSnapshotRetention(IcebergSqlExtensionsParser.SnapshotRetentionContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#snapshotRetention()"><code>IcebergSqlExtensionsParser.snapshotRetention()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterStringArray(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringArrayContext)">enterStringArray(IcebergSqlExtensionsParser.StringArrayContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#stringArray()"><code>IcebergSqlExtensionsParser.stringArray()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterStringArray(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringArrayContext)">enterStringArray(IcebergSqlExtensionsParser.StringArrayContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#stringArray()"><code>IcebergSqlExtensionsParser.stringArray()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterStringLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringLiteralContext)">enterStringLiteral(IcebergSqlExtensionsParser.StringLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>stringLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterStringLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringLiteralContext)">enterStringLiteral(IcebergSqlExtensionsParser.StringLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>stringLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterStringMap(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringMapContext)">enterStringMap(IcebergSqlExtensionsParser.StringMapContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#stringMap()"><code>IcebergSqlExtensionsParser.stringMap()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterStringMap(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringMapContext)">enterStringMap(IcebergSqlExtensionsParser.StringMapContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#stringMap()"><code>IcebergSqlExtensionsParser.stringMap()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterTagOptions(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TagOptionsContext)">enterTagOptions(IcebergSqlExtensionsParser.TagOptionsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#tagOptions()"><code>IcebergSqlExtensionsParser.tagOptions()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterTagOptions(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TagOptionsContext)">enterTagOptions(IcebergSqlExtensionsParser.TagOptionsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#tagOptions()"><code>IcebergSqlExtensionsParser.tagOptions()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterTimeUnit(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TimeUnitContext)">enterTimeUnit(IcebergSqlExtensionsParser.TimeUnitContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#timeUnit()"><code>IcebergSqlExtensionsParser.timeUnit()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterTimeUnit(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TimeUnitContext)">enterTimeUnit(IcebergSqlExtensionsParser.TimeUnitContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#timeUnit()"><code>IcebergSqlExtensionsParser.timeUnit()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterTinyIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TinyIntLiteralContext)">enterTinyIntLiteral(IcebergSqlExtensionsParser.TinyIntLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>tinyIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterTinyIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TinyIntLiteralContext)">enterTinyIntLiteral(IcebergSqlExtensionsParser.TinyIntLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>tinyIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterTransformArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TransformArgumentContext)">enterTransformArgument(IcebergSqlExtensionsParser.TransformArgumentContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transformArgument()"><code>IcebergSqlExtensionsParser.transformArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterTransformArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TransformArgumentContext)">enterTransformArgument(IcebergSqlExtensionsParser.TransformArgumentContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transformArgument()"><code>IcebergSqlExtensionsParser.transformArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterTypeConstructor(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TypeConstructorContext)">enterTypeConstructor(IcebergSqlExtensionsParser.TypeConstructorContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>typeConstructor</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterTypeConstructor(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TypeConstructorContext)">enterTypeConstructor(IcebergSqlExtensionsParser.TypeConstructorContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>typeConstructor</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterUnquotedIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.UnquotedIdentifierContext)">enterUnquotedIdentifier(IcebergSqlExtensionsParser.UnquotedIdentifierContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>unquotedIdentifier</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#identifier()"><code>IcebergSqlExtensionsParser.identifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterUnquotedIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.UnquotedIdentifierContext)">enterUnquotedIdentifier(IcebergSqlExtensionsParser.UnquotedIdentifierContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by the <code>unquotedIdentifier</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#identifier()"><code>IcebergSqlExtensionsParser.identifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterWriteDistributionSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteDistributionSpecContext)">enterWriteDistributionSpec(IcebergSqlExtensionsParser.WriteDistributionSpecContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeDistributionSpec()"><code>IcebergSqlExtensionsParser.writeDistributionSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterWriteDistributionSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteDistributionSpecContext)">enterWriteDistributionSpec(IcebergSqlExtensionsParser.WriteDistributionSpecContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeDistributionSpec()"><code>IcebergSqlExtensionsParser.writeDistributionSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterWriteOrderingSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteOrderingSpecContext)">enterWriteOrderingSpec(IcebergSqlExtensionsParser.WriteOrderingSpecContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeOrderingSpec()"><code>IcebergSqlExtensionsParser.writeOrderingSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterWriteOrderingSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteOrderingSpecContext)">enterWriteOrderingSpec(IcebergSqlExtensionsParser.WriteOrderingSpecContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeOrderingSpec()"><code>IcebergSqlExtensionsParser.writeOrderingSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#enterWriteSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteSpecContext)">enterWriteSpec(IcebergSqlExtensionsParser.WriteSpecContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeSpec()"><code>IcebergSqlExtensionsParser.writeSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#enterWriteSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteSpecContext)">enterWriteSpec(IcebergSqlExtensionsParser.WriteSpecContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Enter a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeSpec()"><code>IcebergSqlExtensionsParser.writeSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#ENTRIES">ENTRIES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#entrySet()">entrySet()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeMap.html#entrySet()">entrySet()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeMap.html" title="class in org.apache.iceberg.util">StructLikeMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorState.html#enumerationSplitCountHistory()">enumerationSplitCountHistory()</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorState.html" title="class in org.apache.iceberg.flink.source.enumerator">IcebergEnumeratorState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#enums(java.util.List)">enums(List&lt;String&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#env(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment)">env(StreamExecutionEnvironment)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/EnvironmentContext.html" title="class in org.apache.iceberg"><span class="typeNameLink">EnvironmentContext</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/EnvironmentUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">EnvironmentUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SystemConfigs.ConfigEntry.html#envKey()">envKey()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SystemConfigs.ConfigEntry.html" title="class in org.apache.iceberg">SystemConfigs.ConfigEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html#EOF()">EOF()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SingleOrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html#EOF()">EOF()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SingleStatementContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#EPOCH">EPOCH</a></span> - Static variable in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#EPOCH_DAY">EPOCH_DAY</a></span> - Static variable in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#eq(org.apache.iceberg.expressions.Bound,org.apache.iceberg.expressions.Literal)">eq(Bound&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#eq(org.apache.iceberg.expressions.BoundReference,org.apache.iceberg.expressions.Literal)">eq(BoundReference&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#eq(org.apache.iceberg.expressions.BoundTerm,org.apache.iceberg.expressions.Literal)">eq(BoundTerm&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#EQ">EQ</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#eqDeletedRowFilter()">eqDeletedRowFilter()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#equal(java.lang.String,T)">equal(String, T)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#equal(org.apache.iceberg.expressions.UnboundTerm,T)">equal(UnboundTerm&lt;T&gt;, T)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteOrphanFiles.html#equalAuthorities(java.util.Map)">equalAuthorities(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteOrphanFiles.html" title="interface in org.apache.iceberg.actions">DeleteOrphanFiles</a></dt>
<dd>
<div class="block">Passes authorities that should be considered equal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html#equalAuthorities(java.util.Map)">equalAuthorities(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#EQUALITY_DELETE_FILES">EQUALITY_DELETE_FILES</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileContent.html#EQUALITY_DELETES">EQUALITY_DELETES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/FileContent.html" title="enum in org.apache.iceberg">FileContent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#EQUALITY_IDS">EQUALITY_IDS</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#equalityDeleteFiles()">equalityDeleteFiles()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#equalityDeleteFiles()">equalityDeleteFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/EqualityDeleteRowReader.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">EqualityDeleteRowReader</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/EqualityDeleteRowReader.html#%3Cinit%3E(org.apache.iceberg.CombinedScanTask,org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.Schema,boolean)">EqualityDeleteRowReader(CombinedScanTask, Table, Schema, Schema, boolean)</a></span> - Constructor for class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/EqualityDeleteRowReader.html" title="class in org.apache.iceberg.spark.source">EqualityDeleteRowReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#equalityDeleteRowSchema()">equalityDeleteRowSchema()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html" title="class in org.apache.iceberg.deletes"><span class="typeNameLink">EqualityDeleteWriter</span></a>&lt;<a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html" title="type parameter in EqualityDeleteWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/deletes/package-summary.html">org.apache.iceberg.deletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html#%3Cinit%3E(org.apache.iceberg.io.FileAppender,org.apache.iceberg.FileFormat,java.lang.String,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike,org.apache.iceberg.encryption.EncryptionKeyMetadata,org.apache.iceberg.SortOrder,int...)">EqualityDeleteWriter(FileAppender&lt;T&gt;, FileFormat, String, PartitionSpec, StructLike, EncryptionKeyMetadata, SortOrder, int...)</a></span> - Constructor for class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html" title="class in org.apache.iceberg.deletes">EqualityDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/EqualityDeltaWriter.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">EqualityDeltaWriter</span></a>&lt;<a href="org/apache/iceberg/io/EqualityDeltaWriter.html" title="type parameter in EqualityDeltaWriter">T</a>&gt; - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A writer capable of writing data and equality deletes that may belong to different specs and
partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#equalityFieldColumns(java.util.List)">equalityFieldColumns(List&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>
<div class="block">Configuring the equality field columns for iceberg table that accept CDC or UPSERT events.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#equalityFieldIds()">equalityFieldIds()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns the set of field IDs used for equality comparison, in equality delete files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#equalityFieldIds()">equalityFieldIds()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#equalityFieldIds(int...)">equalityFieldIds(int...)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#equalityFieldIds(int...)">equalityFieldIds(int...)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#equalityFieldIds(int...)">equalityFieldIds(int...)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#equalityFieldIds(java.util.List)">equalityFieldIds(List&lt;Integer&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#equalityFieldIds(java.util.List)">equalityFieldIds(List&lt;Integer&gt;)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#equalityFieldIds(java.util.List)">equalityFieldIds(List&lt;Integer&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Namespace.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Namespace.html" title="class in org.apache.iceberg.catalog">Namespace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifier.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifier.html" title="class in org.apache.iceberg.catalog">TableIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericRecord.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data">GenericRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericBlobMetadata.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericBlobMetadata.html" title="class in org.apache.iceberg">GenericBlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericStatisticsFile.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericStatisticsFile.html" title="class in org.apache.iceberg">GenericStatisticsFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedField.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedField.html" title="class in org.apache.iceberg.mapping">MappedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedFields.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedFields.html" title="class in org.apache.iceberg.mapping">MappedFields</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.Truncate.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.Truncate.html" title="class in org.apache.iceberg">MetricsModes.Truncate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergRecordObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionField.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionField.html" title="class in org.apache.iceberg">PartitionField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionKey.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionKey.html" title="class in org.apache.iceberg">PartitionKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortField.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortField.html" title="class in org.apache.iceberg">SortField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg">SortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html" title="class in org.apache.iceberg.spark">SparkTableUtil.SparkPartition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.MetadataLogEntry.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.MetadataLogEntry.html" title="class in org.apache.iceberg">TableMetadata.MetadataLogEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.SnapshotLogEntry.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.SnapshotLogEntry.html" title="class in org.apache.iceberg">TableMetadata.SnapshotLogEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/UnknownTransform.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/UnknownTransform.html" title="class in org.apache.iceberg.transforms">UnknownTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.PrimitiveType.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.PrimitiveType.html" title="class in org.apache.iceberg.types">Type.PrimitiveType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DecimalType.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DecimalType.html" title="class in org.apache.iceberg.types">Types.DecimalType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.FixedType.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.FixedType.html" title="class in org.apache.iceberg.types">Types.FixedType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StructType.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types">Types.StructType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.TimestampType.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.TimestampType.html" title="class in org.apache.iceberg.types">Types.TimestampType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceWrapper.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceWrapper.html" title="class in org.apache.iceberg.util">CharSequenceWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Pair.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Pair.html" title="class in org.apache.iceberg.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeWrapper.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeWrapper.html" title="class in org.apache.iceberg.util">StructLikeWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteOrphanFiles.html#equalSchemes(java.util.Map)">equalSchemes(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteOrphanFiles.html" title="interface in org.apache.iceberg.actions">DeleteOrphanFiles</a></dt>
<dd>
<div class="block">Passes schemes that should be considered equal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html#equalSchemes(java.util.Map)">equalSchemes(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionUtil.html#equivalent(org.apache.iceberg.expressions.Expression,org.apache.iceberg.expressions.Expression,org.apache.iceberg.types.Types.StructType,boolean)">equivalent(Expression, Expression, Types.StructType, boolean)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionUtil.html" title="class in org.apache.iceberg.expressions">ExpressionUtil</a></dt>
<dd>
<div class="block">Returns whether two unbound expressions will accept the same inputs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteOrphanFiles.PrefixMismatchMode.html#ERROR">ERROR</a></span> - org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteOrphanFiles.PrefixMismatchMode.html" title="enum in org.apache.iceberg.actions">DeleteOrphanFiles.PrefixMismatchMode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/ErrorHandler.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">ErrorHandler</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ErrorHandler.html#%3Cinit%3E()">ErrorHandler()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ErrorHandler.html" title="class in org.apache.iceberg.rest">ErrorHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/ErrorHandlers.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">ErrorHandlers</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>
<div class="block">A set of consumers to handle errors for requests for table entities or for namespace entities, to
throw the correct exception.</div>
</dd>
<dt><a href="org/apache/iceberg/rest/responses/ErrorResponse.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">ErrorResponse</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>
<div class="block">Standard response body for all API errors</div>
</dd>
<dt><a href="org/apache/iceberg/rest/responses/ErrorResponse.Builder.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">ErrorResponse.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.ErrorResponseDeserializer.html#%3Cinit%3E()">ErrorResponseDeserializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.ErrorResponseDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.ErrorResponseDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/ErrorResponseParser.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">ErrorResponseParser</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.ErrorResponseSerializer.html#%3Cinit%3E()">ErrorResponseSerializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.ErrorResponseSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.ErrorResponseSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ContentCache.html#estimatedCacheSize()">estimatedCacheSize()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io">ContentCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseCombinedScanTask.html#estimatedRowsCount()">estimatedRowsCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseCombinedScanTask.html" title="class in org.apache.iceberg">BaseCombinedScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseScanTaskGroup.html#estimatedRowsCount()">estimatedRowsCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseScanTaskGroup.html" title="class in org.apache.iceberg">BaseScanTaskGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentScanTask.html#estimatedRowsCount()">estimatedRowsCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentScanTask.html" title="interface in org.apache.iceberg">ContentScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanTask.html#estimatedRowsCount()">estimatedRowsCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg">ScanTask</a></dt>
<dd>
<div class="block">The estimated number of rows produced by this scan task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanTaskGroup.html#estimatedRowsCount()">estimatedRowsCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ScanTaskGroup.html" title="interface in org.apache.iceberg">ScanTaskGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SerializableTableWithSize.html#estimatedSize()">estimatedSize()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SerializableTableWithSize.html" title="class in org.apache.iceberg.spark.source">SerializableTableWithSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SerializableTableWithSize.SerializableMetadataTableWithSize.html#estimatedSize()">estimatedSize()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SerializableTableWithSize.SerializableMetadataTableWithSize.html" title="class in org.apache.iceberg.spark.source">SerializableTableWithSize.SerializableMetadataTableWithSize</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/EstimateOrcAvgWidthVisitor.html" title="class in org.apache.iceberg.orc"><span class="typeNameLink">EstimateOrcAvgWidthVisitor</span></a> - Class in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/EstimateOrcAvgWidthVisitor.html#%3Cinit%3E()">EstimateOrcAvgWidthVisitor()</a></span> - Constructor for class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/EstimateOrcAvgWidthVisitor.html" title="class in org.apache.iceberg.orc">EstimateOrcAvgWidthVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#estimateSize(org.apache.spark.sql.types.StructType,long)">estimateSize(StructType, long)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>
<div class="block">Estimate approximate table size based on Spark schema and total records.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkScanBuilder.html#estimateStatistics()">estimateStatistics()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkScanBuilder.html" title="class in org.apache.iceberg.spark.source">SparkScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/InclusiveMetricsEvaluator.html#eval(org.apache.iceberg.ContentFile)">eval(ContentFile&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/InclusiveMetricsEvaluator.html" title="class in org.apache.iceberg.expressions">InclusiveMetricsEvaluator</a></dt>
<dd>
<div class="block">Test whether the file may contain records that match the expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/StrictMetricsEvaluator.html#eval(org.apache.iceberg.ContentFile)">eval(ContentFile&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/StrictMetricsEvaluator.html" title="class in org.apache.iceberg.expressions">StrictMetricsEvaluator</a></dt>
<dd>
<div class="block">Test whether all records within the file match the expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/CountAggregate.html#eval(org.apache.iceberg.DataFile)">eval(DataFile)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/CountAggregate.html" title="class in org.apache.iceberg.expressions">CountAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ManifestEvaluator.html#eval(org.apache.iceberg.ManifestFile)">eval(ManifestFile)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ManifestEvaluator.html" title="class in org.apache.iceberg.expressions">ManifestEvaluator</a></dt>
<dd>
<div class="block">Test whether the file may contain records that match the expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Bound.html#eval(org.apache.iceberg.StructLike)">eval(StructLike)</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Bound.html" title="interface in org.apache.iceberg.expressions">Bound</a></dt>
<dd>
<div class="block">Produce a value from the struct for this expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundAggregate.html#eval(org.apache.iceberg.StructLike)">eval(StructLike)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundAggregate.html" title="class in org.apache.iceberg.expressions">BoundAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundPredicate.html#eval(org.apache.iceberg.StructLike)">eval(StructLike)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundPredicate.html" title="class in org.apache.iceberg.expressions">BoundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundReference.html#eval(org.apache.iceberg.StructLike)">eval(StructLike)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundReference.html" title="class in org.apache.iceberg.expressions">BoundReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundTransform.html#eval(org.apache.iceberg.StructLike)">eval(StructLike)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundTransform.html" title="class in org.apache.iceberg.expressions">BoundTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/CountAggregate.html#eval(org.apache.iceberg.StructLike)">eval(StructLike)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/CountAggregate.html" title="class in org.apache.iceberg.expressions">CountAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Evaluator.html#eval(org.apache.iceberg.StructLike)">eval(StructLike)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Evaluator.html" title="class in org.apache.iceberg.expressions">Evaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/MaxAggregate.html#evaluateRef(org.apache.iceberg.DataFile)">evaluateRef(DataFile)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/MaxAggregate.html" title="class in org.apache.iceberg.expressions">MaxAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/MinAggregate.html#evaluateRef(org.apache.iceberg.DataFile)">evaluateRef(DataFile)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/MinAggregate.html" title="class in org.apache.iceberg.expressions">MinAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Evaluator.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">Evaluator</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Evaluates an <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>Expression</code></a> for data described by a <a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types"><code>Types.StructType</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Evaluator.html#%3Cinit%3E(org.apache.iceberg.types.Types.StructType,org.apache.iceberg.expressions.Expression)">Evaluator(Types.StructType, Expression)</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Evaluator.html" title="class in org.apache.iceberg.expressions">Evaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Evaluator.html#%3Cinit%3E(org.apache.iceberg.types.Types.StructType,org.apache.iceberg.expressions.Expression,boolean)">Evaluator(Types.StructType, Expression, boolean)</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Evaluator.html" title="class in org.apache.iceberg.expressions">Evaluator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/Exceptions.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">Exceptions</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/ExceptionUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">ExceptionUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/ExceptionUtil.Block.html" title="interface in org.apache.iceberg.util"><span class="typeNameLink">ExceptionUtil.Block</span></a>&lt;<a href="org/apache/iceberg/util/ExceptionUtil.Block.html" title="type parameter in ExceptionUtil.Block">R</a>,&#8203;<a href="org/apache/iceberg/util/ExceptionUtil.Block.html" title="type parameter in ExceptionUtil.Block">E1</a> extends java.lang.Exception,&#8203;<a href="org/apache/iceberg/util/ExceptionUtil.Block.html" title="type parameter in ExceptionUtil.Block">E2</a> extends java.lang.Exception,&#8203;<a href="org/apache/iceberg/util/ExceptionUtil.Block.html" title="type parameter in ExceptionUtil.Block">E3</a> extends java.lang.Exception&gt; - Interface in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/ExceptionUtil.CatchBlock.html" title="interface in org.apache.iceberg.util"><span class="typeNameLink">ExceptionUtil.CatchBlock</span></a> - Interface in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/ExceptionUtil.FinallyBlock.html" title="interface in org.apache.iceberg.util"><span class="typeNameLink">ExceptionUtil.FinallyBlock</span></a> - Interface in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.html#exchangeToken(org.apache.iceberg.rest.RESTClient,java.util.Map,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)">exchangeToken(RESTClient, Map&lt;String, String&gt;, String, String, String, String, String)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/Action.html#execute()">execute()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/Action.html" title="interface in org.apache.iceberg.actions">Action</a></dt>
<dd>
<div class="block">Executes this action.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#execute()">execute()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html#execute()">execute()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html#execute()">execute()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteReachableFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html#execute()">execute()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html" title="class in org.apache.iceberg.spark.actions">ExpireSnapshotsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html#execute()">execute()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">MigrateTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html#execute()">execute()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewriteDataFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html#execute()">execute()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewriteManifestsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewritePositionDeleteFilesSparkAction.html#execute()">execute()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewritePositionDeleteFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewritePositionDeleteFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html#execute()">execute()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">SnapshotTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteOrphanFiles.html#executeDeleteWith(java.util.concurrent.ExecutorService)">executeDeleteWith(ExecutorService)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteOrphanFiles.html" title="interface in org.apache.iceberg.actions">DeleteOrphanFiles</a></dt>
<dd>
<div class="block">Passes an alternative executor service that will be used for removing orphaned files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteReachableFiles.html#executeDeleteWith(java.util.concurrent.ExecutorService)">executeDeleteWith(ExecutorService)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteReachableFiles.html" title="interface in org.apache.iceberg.actions">DeleteReachableFiles</a></dt>
<dd>
<div class="block">Passes an alternative executor service that will be used for files removal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ExpireSnapshots.html#executeDeleteWith(java.util.concurrent.ExecutorService)">executeDeleteWith(ExecutorService)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ExpireSnapshots.html" title="interface in org.apache.iceberg.actions">ExpireSnapshots</a></dt>
<dd>
<div class="block">Passes an alternative executor service that will be used for files removal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ExpireSnapshots.html#executeDeleteWith(java.util.concurrent.ExecutorService)">executeDeleteWith(ExecutorService)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ExpireSnapshots.html" title="interface in org.apache.iceberg">ExpireSnapshots</a></dt>
<dd>
<div class="block">Passes an alternative executor service that will be used for manifests and data files deletion.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html#executeDeleteWith(java.util.concurrent.ExecutorService)">executeDeleteWith(ExecutorService)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html#executeDeleteWith(java.util.concurrent.ExecutorService)">executeDeleteWith(ExecutorService)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteReachableFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html#executeDeleteWith(java.util.concurrent.ExecutorService)">executeDeleteWith(ExecutorService)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html" title="class in org.apache.iceberg.spark.actions">ExpireSnapshotsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#executeWith(java.util.concurrent.ExecutorService)">executeWith(ExecutorService)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestWriter.html#existing(F,long,long,java.lang.Long)">existing(F, long, long, Long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a></dt>
<dd>
<div class="block">Add an existing entry for a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RollingManifestWriter.html#existing(F,long,long,java.lang.Long)">existing(F, long, long, Long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/RollingManifestWriter.html" title="class in org.apache.iceberg">RollingManifestWriter</a></dt>
<dd>
<div class="block">Add an existing entry for a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#EXISTING_FILES_COUNT">EXISTING_FILES_COUNT</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#EXISTING_ROWS_COUNT">EXISTING_ROWS_COUNT</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeletedDataFileScanTask.html#existingDeletes()">existingDeletes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeletedDataFileScanTask.html" title="interface in org.apache.iceberg">DeletedDataFileScanTask</a></dt>
<dd>
<div class="block">A list of previously added <a href="org/apache/iceberg/DeleteFile.html" title="interface in org.apache.iceberg"><code>delete files</code></a> to apply when reading the data file
in this task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeletedRowsScanTask.html#existingDeletes()">existingDeletes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeletedRowsScanTask.html" title="interface in org.apache.iceberg">DeletedRowsScanTask</a></dt>
<dd>
<div class="block">A list of <a href="org/apache/iceberg/DeleteFile.html" title="interface in org.apache.iceberg"><code>delete files</code></a> that existed before and must be applied prior to
determining which records are deleted by delete files in <a href="org/apache/iceberg/DeletedRowsScanTask.html#addedDeletes()"><code>DeletedRowsScanTask.addedDeletes()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#existingFilesCount()">existingFilesCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#existingFilesCount()">existingFilesCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns the number of data files with status EXISTING in the manifest file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#existingFilesCount()">existingFilesCount()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#existingRowsCount()">existingRowsCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#existingRowsCount()">existingRowsCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns the total number of rows in all data files with status EXISTING in the manifest file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#existingRowsCount()">existingRowsCount()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmInputFile.html#exists()">exists()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmInputFile.html" title="class in org.apache.iceberg.encryption">AesGcmInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#exists()">exists()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryInputFile.html#exists()">exists()</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryInputFile.html" title="class in org.apache.iceberg.inmemory">InMemoryInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/InputFile.html#exists()">exists()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/InputFile.html" title="interface in org.apache.iceberg.io">InputFile</a></dt>
<dd>
<div class="block">Checks whether the file exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTables.html#exists(java.lang.String)">exists(String)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTables.html" title="class in org.apache.iceberg.hadoop">HadoopTables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Tables.html#exists(java.lang.String)">exists(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Tables.html" title="interface in org.apache.iceberg">Tables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#EXISTS">EXISTS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#EXISTS">EXISTS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html#EXISTS()">EXISTS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html#EXISTS()">EXISTS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html#EXISTS()">EXISTS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html#EXISTS()">EXISTS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#EXISTS()">EXISTS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitAddPartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.AddPartitionFieldContext)">exitAddPartitionField(IcebergSqlExtensionsParser.AddPartitionFieldContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>addPartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitAddPartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.AddPartitionFieldContext)">exitAddPartitionField(IcebergSqlExtensionsParser.AddPartitionFieldContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>addPartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitApplyTransform(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ApplyTransformContext)">exitApplyTransform(IcebergSqlExtensionsParser.ApplyTransformContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>applyTransform</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transform()"><code>IcebergSqlExtensionsParser.transform()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitApplyTransform(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ApplyTransformContext)">exitApplyTransform(IcebergSqlExtensionsParser.ApplyTransformContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>applyTransform</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transform()"><code>IcebergSqlExtensionsParser.transform()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitBigDecimalLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BigDecimalLiteralContext)">exitBigDecimalLiteral(IcebergSqlExtensionsParser.BigDecimalLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>bigDecimalLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitBigDecimalLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BigDecimalLiteralContext)">exitBigDecimalLiteral(IcebergSqlExtensionsParser.BigDecimalLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>bigDecimalLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitBigIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BigIntLiteralContext)">exitBigIntLiteral(IcebergSqlExtensionsParser.BigIntLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>bigIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitBigIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BigIntLiteralContext)">exitBigIntLiteral(IcebergSqlExtensionsParser.BigIntLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>bigIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitBooleanLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BooleanLiteralContext)">exitBooleanLiteral(IcebergSqlExtensionsParser.BooleanLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>booleanLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitBooleanLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BooleanLiteralContext)">exitBooleanLiteral(IcebergSqlExtensionsParser.BooleanLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>booleanLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitBooleanValue(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BooleanValueContext)">exitBooleanValue(IcebergSqlExtensionsParser.BooleanValueContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#booleanValue()"><code>IcebergSqlExtensionsParser.booleanValue()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitBooleanValue(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BooleanValueContext)">exitBooleanValue(IcebergSqlExtensionsParser.BooleanValueContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#booleanValue()"><code>IcebergSqlExtensionsParser.booleanValue()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitBranchOptions(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BranchOptionsContext)">exitBranchOptions(IcebergSqlExtensionsParser.BranchOptionsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#branchOptions()"><code>IcebergSqlExtensionsParser.branchOptions()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitBranchOptions(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BranchOptionsContext)">exitBranchOptions(IcebergSqlExtensionsParser.BranchOptionsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#branchOptions()"><code>IcebergSqlExtensionsParser.branchOptions()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitCall(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CallContext)">exitCall(IcebergSqlExtensionsParser.CallContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>call</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitCall(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CallContext)">exitCall(IcebergSqlExtensionsParser.CallContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>call</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitCreateOrReplaceBranch(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateOrReplaceBranchContext)">exitCreateOrReplaceBranch(IcebergSqlExtensionsParser.CreateOrReplaceBranchContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>createOrReplaceBranch</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitCreateOrReplaceBranch(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateOrReplaceBranchContext)">exitCreateOrReplaceBranch(IcebergSqlExtensionsParser.CreateOrReplaceBranchContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>createOrReplaceBranch</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitCreateOrReplaceTag(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateOrReplaceTagContext)">exitCreateOrReplaceTag(IcebergSqlExtensionsParser.CreateOrReplaceTagContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>createOrReplaceTag</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitCreateOrReplaceTag(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateOrReplaceTagContext)">exitCreateOrReplaceTag(IcebergSqlExtensionsParser.CreateOrReplaceTagContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>createOrReplaceTag</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitCreateReplaceBranchClause(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext)">exitCreateReplaceBranchClause(IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#createReplaceBranchClause()"><code>IcebergSqlExtensionsParser.createReplaceBranchClause()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitCreateReplaceBranchClause(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext)">exitCreateReplaceBranchClause(IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#createReplaceBranchClause()"><code>IcebergSqlExtensionsParser.createReplaceBranchClause()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitCreateReplaceTagClause(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateReplaceTagClauseContext)">exitCreateReplaceTagClause(IcebergSqlExtensionsParser.CreateReplaceTagClauseContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#createReplaceTagClause()"><code>IcebergSqlExtensionsParser.createReplaceTagClause()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitCreateReplaceTagClause(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateReplaceTagClauseContext)">exitCreateReplaceTagClause(IcebergSqlExtensionsParser.CreateReplaceTagClauseContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#createReplaceTagClause()"><code>IcebergSqlExtensionsParser.createReplaceTagClause()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitDecimalLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DecimalLiteralContext)">exitDecimalLiteral(IcebergSqlExtensionsParser.DecimalLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>decimalLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitDecimalLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DecimalLiteralContext)">exitDecimalLiteral(IcebergSqlExtensionsParser.DecimalLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>decimalLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitDoubleLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DoubleLiteralContext)">exitDoubleLiteral(IcebergSqlExtensionsParser.DoubleLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>doubleLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitDoubleLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DoubleLiteralContext)">exitDoubleLiteral(IcebergSqlExtensionsParser.DoubleLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>doubleLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitDropBranch(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropBranchContext)">exitDropBranch(IcebergSqlExtensionsParser.DropBranchContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>dropBranch</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitDropBranch(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropBranchContext)">exitDropBranch(IcebergSqlExtensionsParser.DropBranchContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>dropBranch</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitDropIdentifierFields(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropIdentifierFieldsContext)">exitDropIdentifierFields(IcebergSqlExtensionsParser.DropIdentifierFieldsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>dropIdentifierFields</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitDropIdentifierFields(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropIdentifierFieldsContext)">exitDropIdentifierFields(IcebergSqlExtensionsParser.DropIdentifierFieldsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>dropIdentifierFields</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitDropPartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropPartitionFieldContext)">exitDropPartitionField(IcebergSqlExtensionsParser.DropPartitionFieldContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>dropPartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitDropPartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropPartitionFieldContext)">exitDropPartitionField(IcebergSqlExtensionsParser.DropPartitionFieldContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>dropPartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitDropTag(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropTagContext)">exitDropTag(IcebergSqlExtensionsParser.DropTagContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>dropTag</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitDropTag(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropTagContext)">exitDropTag(IcebergSqlExtensionsParser.DropTagContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>dropTag</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitEveryRule(org.antlr.v4.runtime.ParserRuleContext)">exitEveryRule(ParserRuleContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitExponentLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ExponentLiteralContext)">exitExponentLiteral(IcebergSqlExtensionsParser.ExponentLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>exponentLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitExponentLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ExponentLiteralContext)">exitExponentLiteral(IcebergSqlExtensionsParser.ExponentLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>exponentLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitExpression(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ExpressionContext)">exitExpression(IcebergSqlExtensionsParser.ExpressionContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#expression()"><code>IcebergSqlExtensionsParser.expression()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitExpression(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ExpressionContext)">exitExpression(IcebergSqlExtensionsParser.ExpressionContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#expression()"><code>IcebergSqlExtensionsParser.expression()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitFieldList(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.FieldListContext)">exitFieldList(IcebergSqlExtensionsParser.FieldListContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#fieldList()"><code>IcebergSqlExtensionsParser.fieldList()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitFieldList(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.FieldListContext)">exitFieldList(IcebergSqlExtensionsParser.FieldListContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#fieldList()"><code>IcebergSqlExtensionsParser.fieldList()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitFloatLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.FloatLiteralContext)">exitFloatLiteral(IcebergSqlExtensionsParser.FloatLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>floatLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitFloatLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.FloatLiteralContext)">exitFloatLiteral(IcebergSqlExtensionsParser.FloatLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>floatLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitIdentityTransform(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IdentityTransformContext)">exitIdentityTransform(IcebergSqlExtensionsParser.IdentityTransformContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>identityTransform</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transform()"><code>IcebergSqlExtensionsParser.transform()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitIdentityTransform(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IdentityTransformContext)">exitIdentityTransform(IcebergSqlExtensionsParser.IdentityTransformContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>identityTransform</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transform()"><code>IcebergSqlExtensionsParser.transform()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitIntegerLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IntegerLiteralContext)">exitIntegerLiteral(IcebergSqlExtensionsParser.IntegerLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>integerLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitIntegerLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IntegerLiteralContext)">exitIntegerLiteral(IcebergSqlExtensionsParser.IntegerLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>integerLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitMaxSnapshotAge(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MaxSnapshotAgeContext)">exitMaxSnapshotAge(IcebergSqlExtensionsParser.MaxSnapshotAgeContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#maxSnapshotAge()"><code>IcebergSqlExtensionsParser.maxSnapshotAge()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitMaxSnapshotAge(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MaxSnapshotAgeContext)">exitMaxSnapshotAge(IcebergSqlExtensionsParser.MaxSnapshotAgeContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#maxSnapshotAge()"><code>IcebergSqlExtensionsParser.maxSnapshotAge()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitMinSnapshotsToKeep(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MinSnapshotsToKeepContext)">exitMinSnapshotsToKeep(IcebergSqlExtensionsParser.MinSnapshotsToKeepContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#minSnapshotsToKeep()"><code>IcebergSqlExtensionsParser.minSnapshotsToKeep()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitMinSnapshotsToKeep(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MinSnapshotsToKeepContext)">exitMinSnapshotsToKeep(IcebergSqlExtensionsParser.MinSnapshotsToKeepContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#minSnapshotsToKeep()"><code>IcebergSqlExtensionsParser.minSnapshotsToKeep()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitMultipartIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MultipartIdentifierContext)">exitMultipartIdentifier(IcebergSqlExtensionsParser.MultipartIdentifierContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#multipartIdentifier()"><code>IcebergSqlExtensionsParser.multipartIdentifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitMultipartIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MultipartIdentifierContext)">exitMultipartIdentifier(IcebergSqlExtensionsParser.MultipartIdentifierContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#multipartIdentifier()"><code>IcebergSqlExtensionsParser.multipartIdentifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitNamedArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NamedArgumentContext)">exitNamedArgument(IcebergSqlExtensionsParser.NamedArgumentContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>namedArgument</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#callArgument()"><code>IcebergSqlExtensionsParser.callArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitNamedArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NamedArgumentContext)">exitNamedArgument(IcebergSqlExtensionsParser.NamedArgumentContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>namedArgument</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#callArgument()"><code>IcebergSqlExtensionsParser.callArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitNonReserved(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NonReservedContext)">exitNonReserved(IcebergSqlExtensionsParser.NonReservedContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#nonReserved()"><code>IcebergSqlExtensionsParser.nonReserved()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitNonReserved(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NonReservedContext)">exitNonReserved(IcebergSqlExtensionsParser.NonReservedContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#nonReserved()"><code>IcebergSqlExtensionsParser.nonReserved()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitNumericLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumericLiteralContext)">exitNumericLiteral(IcebergSqlExtensionsParser.NumericLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>numericLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitNumericLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumericLiteralContext)">exitNumericLiteral(IcebergSqlExtensionsParser.NumericLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>numericLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitNumSnapshots(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumSnapshotsContext)">exitNumSnapshots(IcebergSqlExtensionsParser.NumSnapshotsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#numSnapshots()"><code>IcebergSqlExtensionsParser.numSnapshots()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitNumSnapshots(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumSnapshotsContext)">exitNumSnapshots(IcebergSqlExtensionsParser.NumSnapshotsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#numSnapshots()"><code>IcebergSqlExtensionsParser.numSnapshots()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitOrder(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.OrderContext)">exitOrder(IcebergSqlExtensionsParser.OrderContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#order()"><code>IcebergSqlExtensionsParser.order()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitOrder(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.OrderContext)">exitOrder(IcebergSqlExtensionsParser.OrderContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#order()"><code>IcebergSqlExtensionsParser.order()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitOrderField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.OrderFieldContext)">exitOrderField(IcebergSqlExtensionsParser.OrderFieldContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#orderField()"><code>IcebergSqlExtensionsParser.orderField()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitOrderField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.OrderFieldContext)">exitOrderField(IcebergSqlExtensionsParser.OrderFieldContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#orderField()"><code>IcebergSqlExtensionsParser.orderField()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitPositionalArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.PositionalArgumentContext)">exitPositionalArgument(IcebergSqlExtensionsParser.PositionalArgumentContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>positionalArgument</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#callArgument()"><code>IcebergSqlExtensionsParser.callArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitPositionalArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.PositionalArgumentContext)">exitPositionalArgument(IcebergSqlExtensionsParser.PositionalArgumentContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>positionalArgument</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#callArgument()"><code>IcebergSqlExtensionsParser.callArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitQuotedIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.QuotedIdentifierContext)">exitQuotedIdentifier(IcebergSqlExtensionsParser.QuotedIdentifierContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#quotedIdentifier()"><code>IcebergSqlExtensionsParser.quotedIdentifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitQuotedIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.QuotedIdentifierContext)">exitQuotedIdentifier(IcebergSqlExtensionsParser.QuotedIdentifierContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#quotedIdentifier()"><code>IcebergSqlExtensionsParser.quotedIdentifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitQuotedIdentifierAlternative(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext)">exitQuotedIdentifierAlternative(IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>quotedIdentifierAlternative</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#identifier()"><code>IcebergSqlExtensionsParser.identifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitQuotedIdentifierAlternative(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext)">exitQuotedIdentifierAlternative(IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>quotedIdentifierAlternative</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#identifier()"><code>IcebergSqlExtensionsParser.identifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitRefRetain(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.RefRetainContext)">exitRefRetain(IcebergSqlExtensionsParser.RefRetainContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#refRetain()"><code>IcebergSqlExtensionsParser.refRetain()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitRefRetain(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.RefRetainContext)">exitRefRetain(IcebergSqlExtensionsParser.RefRetainContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#refRetain()"><code>IcebergSqlExtensionsParser.refRetain()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitReplacePartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ReplacePartitionFieldContext)">exitReplacePartitionField(IcebergSqlExtensionsParser.ReplacePartitionFieldContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>replacePartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitReplacePartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ReplacePartitionFieldContext)">exitReplacePartitionField(IcebergSqlExtensionsParser.ReplacePartitionFieldContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>replacePartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.AddPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ApplyTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigDecimalLiteralContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigDecimalLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BigDecimalLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigIntLiteralContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BigIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanLiteralContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BooleanLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BooleanValueContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BranchOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CallContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DecimalLiteralContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DecimalLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DecimalLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DoubleLiteralContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DoubleLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DoubleLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExponentLiteralContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExponentLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ExponentLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ExpressionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FieldListContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FloatLiteralContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FloatLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FloatLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentityTransformContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentityTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IdentityTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IntegerLiteralContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IntegerLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IntegerLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MaxSnapshotAgeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MinSnapshotsToKeepContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MultipartIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NamedArgumentContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NamedArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NamedArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumericLiteralContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumericLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumericLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumSnapshotsContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumSnapshotsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumSnapshotsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.PositionalArgumentContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.PositionalArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.PositionalArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.QuotedIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.RefRetainContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SingleOrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SingleStatementContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SmallIntLiteralContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SmallIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SmallIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotIdContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotIdContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotIdContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotRetentionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringArrayContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringLiteralContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TagOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TimeUnitContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TinyIntLiteralContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TinyIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TinyIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TransformArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TypeConstructorContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TypeConstructorContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TypeConstructorContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.UnquotedIdentifierContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.UnquotedIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.UnquotedIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteDistributionSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteOrderingSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html#exitRule(org.antlr.v4.runtime.tree.ParseTreeListener)">exitRule(ParseTreeListener)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitSetIdentifierFields(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SetIdentifierFieldsContext)">exitSetIdentifierFields(IcebergSqlExtensionsParser.SetIdentifierFieldsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>setIdentifierFields</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitSetIdentifierFields(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SetIdentifierFieldsContext)">exitSetIdentifierFields(IcebergSqlExtensionsParser.SetIdentifierFieldsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>setIdentifierFields</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitSetWriteDistributionAndOrdering(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext)">exitSetWriteDistributionAndOrdering(IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>setWriteDistributionAndOrdering</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitSetWriteDistributionAndOrdering(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext)">exitSetWriteDistributionAndOrdering(IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>setWriteDistributionAndOrdering</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitSingleOrder(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SingleOrderContext)">exitSingleOrder(IcebergSqlExtensionsParser.SingleOrderContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#singleOrder()"><code>IcebergSqlExtensionsParser.singleOrder()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitSingleOrder(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SingleOrderContext)">exitSingleOrder(IcebergSqlExtensionsParser.SingleOrderContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#singleOrder()"><code>IcebergSqlExtensionsParser.singleOrder()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitSingleStatement(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SingleStatementContext)">exitSingleStatement(IcebergSqlExtensionsParser.SingleStatementContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#singleStatement()"><code>IcebergSqlExtensionsParser.singleStatement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitSingleStatement(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SingleStatementContext)">exitSingleStatement(IcebergSqlExtensionsParser.SingleStatementContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#singleStatement()"><code>IcebergSqlExtensionsParser.singleStatement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitSmallIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SmallIntLiteralContext)">exitSmallIntLiteral(IcebergSqlExtensionsParser.SmallIntLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>smallIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitSmallIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SmallIntLiteralContext)">exitSmallIntLiteral(IcebergSqlExtensionsParser.SmallIntLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>smallIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitSnapshotId(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SnapshotIdContext)">exitSnapshotId(IcebergSqlExtensionsParser.SnapshotIdContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#snapshotId()"><code>IcebergSqlExtensionsParser.snapshotId()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitSnapshotId(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SnapshotIdContext)">exitSnapshotId(IcebergSqlExtensionsParser.SnapshotIdContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#snapshotId()"><code>IcebergSqlExtensionsParser.snapshotId()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitSnapshotRetention(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SnapshotRetentionContext)">exitSnapshotRetention(IcebergSqlExtensionsParser.SnapshotRetentionContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#snapshotRetention()"><code>IcebergSqlExtensionsParser.snapshotRetention()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitSnapshotRetention(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SnapshotRetentionContext)">exitSnapshotRetention(IcebergSqlExtensionsParser.SnapshotRetentionContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#snapshotRetention()"><code>IcebergSqlExtensionsParser.snapshotRetention()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitStringArray(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringArrayContext)">exitStringArray(IcebergSqlExtensionsParser.StringArrayContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#stringArray()"><code>IcebergSqlExtensionsParser.stringArray()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitStringArray(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringArrayContext)">exitStringArray(IcebergSqlExtensionsParser.StringArrayContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#stringArray()"><code>IcebergSqlExtensionsParser.stringArray()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitStringLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringLiteralContext)">exitStringLiteral(IcebergSqlExtensionsParser.StringLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>stringLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitStringLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringLiteralContext)">exitStringLiteral(IcebergSqlExtensionsParser.StringLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>stringLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitStringMap(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringMapContext)">exitStringMap(IcebergSqlExtensionsParser.StringMapContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#stringMap()"><code>IcebergSqlExtensionsParser.stringMap()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitStringMap(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringMapContext)">exitStringMap(IcebergSqlExtensionsParser.StringMapContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#stringMap()"><code>IcebergSqlExtensionsParser.stringMap()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitTagOptions(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TagOptionsContext)">exitTagOptions(IcebergSqlExtensionsParser.TagOptionsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#tagOptions()"><code>IcebergSqlExtensionsParser.tagOptions()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitTagOptions(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TagOptionsContext)">exitTagOptions(IcebergSqlExtensionsParser.TagOptionsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#tagOptions()"><code>IcebergSqlExtensionsParser.tagOptions()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitTimeUnit(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TimeUnitContext)">exitTimeUnit(IcebergSqlExtensionsParser.TimeUnitContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#timeUnit()"><code>IcebergSqlExtensionsParser.timeUnit()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitTimeUnit(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TimeUnitContext)">exitTimeUnit(IcebergSqlExtensionsParser.TimeUnitContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#timeUnit()"><code>IcebergSqlExtensionsParser.timeUnit()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitTinyIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TinyIntLiteralContext)">exitTinyIntLiteral(IcebergSqlExtensionsParser.TinyIntLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>tinyIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitTinyIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TinyIntLiteralContext)">exitTinyIntLiteral(IcebergSqlExtensionsParser.TinyIntLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>tinyIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitTransformArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TransformArgumentContext)">exitTransformArgument(IcebergSqlExtensionsParser.TransformArgumentContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transformArgument()"><code>IcebergSqlExtensionsParser.transformArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitTransformArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TransformArgumentContext)">exitTransformArgument(IcebergSqlExtensionsParser.TransformArgumentContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transformArgument()"><code>IcebergSqlExtensionsParser.transformArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitTypeConstructor(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TypeConstructorContext)">exitTypeConstructor(IcebergSqlExtensionsParser.TypeConstructorContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>typeConstructor</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitTypeConstructor(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TypeConstructorContext)">exitTypeConstructor(IcebergSqlExtensionsParser.TypeConstructorContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>typeConstructor</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitUnquotedIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.UnquotedIdentifierContext)">exitUnquotedIdentifier(IcebergSqlExtensionsParser.UnquotedIdentifierContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>unquotedIdentifier</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#identifier()"><code>IcebergSqlExtensionsParser.identifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitUnquotedIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.UnquotedIdentifierContext)">exitUnquotedIdentifier(IcebergSqlExtensionsParser.UnquotedIdentifierContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by the <code>unquotedIdentifier</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#identifier()"><code>IcebergSqlExtensionsParser.identifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitWriteDistributionSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteDistributionSpecContext)">exitWriteDistributionSpec(IcebergSqlExtensionsParser.WriteDistributionSpecContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeDistributionSpec()"><code>IcebergSqlExtensionsParser.writeDistributionSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitWriteDistributionSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteDistributionSpecContext)">exitWriteDistributionSpec(IcebergSqlExtensionsParser.WriteDistributionSpecContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeDistributionSpec()"><code>IcebergSqlExtensionsParser.writeDistributionSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitWriteOrderingSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteOrderingSpecContext)">exitWriteOrderingSpec(IcebergSqlExtensionsParser.WriteOrderingSpecContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeOrderingSpec()"><code>IcebergSqlExtensionsParser.writeOrderingSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitWriteOrderingSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteOrderingSpecContext)">exitWriteOrderingSpec(IcebergSqlExtensionsParser.WriteOrderingSpecContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeOrderingSpec()"><code>IcebergSqlExtensionsParser.writeOrderingSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#exitWriteSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteSpecContext)">exitWriteSpec(IcebergSqlExtensionsParser.WriteSpecContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeSpec()"><code>IcebergSqlExtensionsParser.writeSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html#exitWriteSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteSpecContext)">exitWriteSpec(IcebergSqlExtensionsParser.WriteSpecContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsListener</a></dt>
<dd>
<div class="block">Exit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeSpec()"><code>IcebergSqlExtensionsParser.writeSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CachingCatalog.html#expirationIntervalMillis">expirationIntervalMillis</a></span> - Variable in class org.apache.iceberg.<a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg">CachingCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ContentCache.html#expireAfterAccess()">expireAfterAccess()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io">ContentCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html#expireFiles()">expireFiles()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html" title="class in org.apache.iceberg.spark.actions">ExpireSnapshotsSparkAction</a></dt>
<dd>
<div class="block">Expires snapshots and commits the changes to the table, returning a Dataset of files to delete.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ExpireSnapshots.html#expireOlderThan(long)">expireOlderThan(long)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ExpireSnapshots.html" title="interface in org.apache.iceberg.actions">ExpireSnapshots</a></dt>
<dd>
<div class="block">Expires all snapshots older than the given timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ExpireSnapshots.html#expireOlderThan(long)">expireOlderThan(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ExpireSnapshots.html" title="interface in org.apache.iceberg">ExpireSnapshots</a></dt>
<dd>
<div class="block">Expires all snapshots older than the given timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html#expireOlderThan(long)">expireOlderThan(long)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html" title="class in org.apache.iceberg.spark.actions">ExpireSnapshotsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html#expiresAtMillis()">expiresAtMillis()</a></span> - Method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util.AuthSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html#expiresInSeconds()">expiresInSeconds()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html" title="class in org.apache.iceberg.rest.responses">OAuthTokenResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ExpireSnapshots.html#expireSnapshotId(long)">expireSnapshotId(long)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ExpireSnapshots.html" title="interface in org.apache.iceberg.actions">ExpireSnapshots</a></dt>
<dd>
<div class="block">Expires a specific <a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg"><code>Snapshot</code></a> identified by id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ExpireSnapshots.html#expireSnapshotId(long)">expireSnapshotId(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ExpireSnapshots.html" title="interface in org.apache.iceberg">ExpireSnapshots</a></dt>
<dd>
<div class="block">Expires a specific <a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg"><code>Snapshot</code></a> identified by id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html#expireSnapshotId(long)">expireSnapshotId(long)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html" title="class in org.apache.iceberg.spark.actions">ExpireSnapshotsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#expireSnapshots()">expireSnapshots()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#expireSnapshots()">expireSnapshots()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#expireSnapshots()">expireSnapshots()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#expireSnapshots()">expireSnapshots()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#expireSnapshots()">expireSnapshots()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/ExpireSnapshots.html" title="interface in org.apache.iceberg"><code>expire API</code></a> to manage snapshots in this table and commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#expireSnapshots()">expireSnapshots()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/ExpireSnapshots.html" title="interface in org.apache.iceberg"><code>expire API</code></a> to manage snapshots in this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ActionsProvider.html#expireSnapshots(org.apache.iceberg.Table)">expireSnapshots(Table)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ActionsProvider.html" title="interface in org.apache.iceberg.actions">ActionsProvider</a></dt>
<dd>
<div class="block">Instantiates an action to expire snapshots.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SparkActions.html#expireSnapshots(org.apache.iceberg.Table)">expireSnapshots(Table)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SparkActions.html" title="class in org.apache.iceberg.spark.actions">SparkActions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/ExpireSnapshots.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">ExpireSnapshots</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">An action that expires snapshots in a table.</div>
</dd>
<dt><a href="org/apache/iceberg/ExpireSnapshots.html" title="interface in org.apache.iceberg"><span class="typeNameLink">ExpireSnapshots</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for removing old <a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg"><code>snapshots</code></a> from a table.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/ExpireSnapshots.Result.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">ExpireSnapshots.Result</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">The action result that contains a summary of the execution.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/procedures/ExpireSnapshotsProcedure.html" title="class in org.apache.iceberg.spark.procedures"><span class="typeNameLink">ExpireSnapshotsProcedure</span></a> - Class in <a href="org/apache/iceberg/spark/procedures/package-summary.html">org.apache.iceberg.spark.procedures</a></dt>
<dd>
<div class="block">A procedure that expires snapshots in a table.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html" title="class in org.apache.iceberg.spark.actions"><span class="typeNameLink">ExpireSnapshotsSparkAction</span></a> - Class in <a href="org/apache/iceberg/spark/actions/package-summary.html">org.apache.iceberg.spark.actions</a></dt>
<dd>
<div class="block">An action that performs the same operation as <a href="org/apache/iceberg/ExpireSnapshots.html" title="interface in org.apache.iceberg"><code>ExpireSnapshots</code></a> but uses
Spark to determine the delta in files between the pre and post-expiration table metadata.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#EXPONENT_VALUE">EXPONENT_VALUE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#EXPONENT_VALUE">EXPONENT_VALUE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExponentLiteralContext.html#EXPONENT_VALUE()">EXPONENT_VALUE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExponentLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ExponentLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#exponentialBackoff(long,long,long,double)">exponentialBackoff(long, long, long, double)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExponentLiteralContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumberContext)">ExponentLiteralContext(IcebergSqlExtensionsParser.NumberContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExponentLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ExponentLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#exposeLocality()">exposeLocality()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#exposeLocality(boolean)">exposeLocality(boolean)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#exposeLocality(boolean)">exposeLocality(boolean)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#exposeLocality(boolean)">exposeLocality(boolean)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#expression()">expression()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NamedArgumentContext.html#expression()">expression()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NamedArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NamedArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.PositionalArgumentContext.html#expression()">expression()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.PositionalArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.PositionalArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><span class="typeNameLink">Expression</span></a> - Interface in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Represents a boolean expression tree.</div>
</dd>
<dt><a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions"><span class="typeNameLink">Expression.Operation</span></a> - Enum in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">ExpressionContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ExpressionContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/ExpressionParser.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">ExpressionParser</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">Expressions</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Factory methods for creating <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>expressions</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/expressions/ExpressionUtil.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">ExpressionUtil</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Expression utility methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html#%3Cinit%3E()">ExpressionVisitor()</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.ExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/ExpressionVisitors.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">ExpressionVisitors</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Utils for traversing <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>expressions</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">ExpressionVisitors.BoundExpressionVisitor</span></a>&lt;<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="type parameter in ExpressionVisitors.BoundExpressionVisitor">R</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">ExpressionVisitors.BoundVisitor</span></a>&lt;<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="type parameter in ExpressionVisitors.BoundVisitor">R</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">ExpressionVisitors.CustomOrderExpressionVisitor</span></a>&lt;<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="type parameter in ExpressionVisitors.CustomOrderExpressionVisitor">R</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">ExpressionVisitors.ExpressionVisitor</span></a>&lt;<a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html" title="type parameter in ExpressionVisitors.ExpressionVisitor">R</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/ExtendedParser.html" title="interface in org.apache.iceberg.spark"><span class="typeNameLink">ExtendedParser</span></a> - Interface in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/ExtendedParser.RawOrderField.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">ExtendedParser.RawOrderField</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#extensionsEnabled(org.apache.spark.sql.SparkSession)">extensionsEnabled(SparkSession)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#EXTERNAL_TABLE_PURGE">EXTERNAL_TABLE_PURGE</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#EXTRA_METADATA_PREFIX">EXTRA_METADATA_PREFIX</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionUtil.html#extractByIdInclusive(org.apache.iceberg.expressions.Expression,org.apache.iceberg.Schema,boolean,int...)">extractByIdInclusive(Expression, Schema, boolean, int...)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionUtil.html" title="class in org.apache.iceberg.expressions">ExpressionUtil</a></dt>
<dd>
<div class="block">Extracts an expression that references only the given column IDs from the given expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/IcebergSource.html#extractCatalog(org.apache.spark.sql.util.CaseInsensitiveStringMap)">extractCatalog(CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/IcebergSource.html" title="class in org.apache.iceberg.spark.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/IcebergSource.html#extractIdentifier(org.apache.spark.sql.util.CaseInsensitiveStringMap)">extractIdentifier(CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/IcebergSource.html" title="class in org.apache.iceberg.spark.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTUtil.html#extractPrefixMap(java.util.Map,java.lang.String)">extractPrefixMap(Map&lt;String, String&gt;, String)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTUtil.html" title="class in org.apache.iceberg.rest">RESTUtil</a></dt>
<dd>
<div class="block">Takes in a map, and returns a copy filtered on the entries with keys beginning with the
designated prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetUtil.html#extractTimestampInt96(java.nio.ByteBuffer)">extractTimestampInt96(ByteBuffer)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetUtil.html" title="class in org.apache.iceberg.parquet">ParquetUtil</a></dt>
<dd>
<div class="block">Method to read timestamp (parquet Int96) from bytebuffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/IcebergSource.html#extractTimeTravelTimestamp(org.apache.spark.sql.util.CaseInsensitiveStringMap)">extractTimeTravelTimestamp(CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/IcebergSource.html" title="class in org.apache.iceberg.spark.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/IcebergSource.html#extractTimeTravelVersion(org.apache.spark.sql.util.CaseInsensitiveStringMap)">extractTimeTravelVersion(CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/IcebergSource.html" title="class in org.apache.iceberg.spark.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#extraSnapshotMetadata()">extraSnapshotMetadata()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssignerType.html#factory()">factory()</a></span> - Method in enum org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssignerType.html" title="enum in org.apache.iceberg.flink.source.assigner">SplitAssignerType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#factory()">factory()</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html#factoryIdentifier()">factoryIdentifier()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html" title="class in org.apache.iceberg.flink">FlinkDynamicTableFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.Result.html#failedDataFilesCount()">failedDataFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.Result.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.CommitStatus.html#FAILURE">FAILURE</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.CommitStatus.html" title="enum in org.apache.iceberg">BaseMetastoreTableOperations.CommitStatus</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/False.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">False</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">An <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>expression</code></a> that is always false.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#FALSE">FALSE</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#FALSE">FALSE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#FALSE">FALSE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html#FALSE()">FALSE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BooleanValueContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#FALSE()">FALSE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#FANOUT_ENABLED">FANOUT_ENABLED</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/FanoutDataWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">FanoutDataWriter</span></a>&lt;<a href="org/apache/iceberg/io/FanoutDataWriter.html" title="type parameter in FanoutDataWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A data writer capable of writing to multiple specs and partitions that keeps data writers for
each seen spec/partition pair open until this writer is closed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FanoutDataWriter.html#%3Cinit%3E(org.apache.iceberg.io.FileWriterFactory,org.apache.iceberg.io.OutputFileFactory,org.apache.iceberg.io.FileIO,long)">FanoutDataWriter(FileWriterFactory&lt;T&gt;, OutputFileFactory, FileIO, long)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FanoutDataWriter.html" title="class in org.apache.iceberg.io">FanoutDataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/FanoutPositionOnlyDeleteWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">FanoutPositionOnlyDeleteWriter</span></a>&lt;<a href="org/apache/iceberg/io/FanoutPositionOnlyDeleteWriter.html" title="type parameter in FanoutPositionOnlyDeleteWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A position delete writer capable of writing to multiple specs and partitions if the incoming
stream of deletes is not ordered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FanoutPositionOnlyDeleteWriter.html#%3Cinit%3E(org.apache.iceberg.io.FileWriterFactory,org.apache.iceberg.io.OutputFileFactory,org.apache.iceberg.io.FileIO,long)">FanoutPositionOnlyDeleteWriter(FileWriterFactory&lt;T&gt;, OutputFileFactory, FileIO, long)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FanoutPositionOnlyDeleteWriter.html" title="class in org.apache.iceberg.io">FanoutPositionOnlyDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#fastForwardBranch(java.lang.String,java.lang.String)">fastForwardBranch(String, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Performs a fast-forward of the given target branch up to the source snapshot if target is an
ancestor of source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#fastForwardBranch(java.lang.String,java.lang.String)">fastForwardBranch(String, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/procedures/FastForwardBranchProcedure.html" title="class in org.apache.iceberg.spark.procedures"><span class="typeNameLink">FastForwardBranchProcedure</span></a> - Class in <a href="org/apache/iceberg/spark/procedures/package-summary.html">org.apache.iceberg.spark.procedures</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ScanTaskSetManager.html#fetchSetIds(org.apache.iceberg.Table)">fetchSetIds(Table)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ScanTaskSetManager.html" title="class in org.apache.iceberg.spark">ScanTaskSetManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ScanTaskSetManager.html#fetchTasks(org.apache.iceberg.Table,java.lang.String)">fetchTasks(Table, String)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ScanTaskSetManager.html" title="class in org.apache.iceberg.spark">ScanTaskSetManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.html#fetchToken(org.apache.iceberg.rest.RESTClient,java.util.Map,java.lang.String,java.lang.String)">fetchToken(RESTClient, Map&lt;String, String&gt;, String, String)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundReference.html#field()">field()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundReference.html" title="class in org.apache.iceberg.expressions">BoundReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedFields.html#field(int)">field(int)</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedFields.html" title="class in org.apache.iceberg.mapping">MappedFields</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.NestedType.html#field(int)">field(int)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.NestedType.html" title="class in org.apache.iceberg.types">Type.NestedType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#field(int)">field(int)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#field(int)">field(int)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StructType.html#field(int)">field(int)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types">Types.StructType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StructType.html#field(java.lang.String)">field(String)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types">Types.StructType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/SortOrderVisitor.html#field(java.lang.String,int,org.apache.iceberg.SortDirection,org.apache.iceberg.NullOrder)">field(String, int, SortDirection, NullOrder)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/SortOrderVisitor.html" title="interface in org.apache.iceberg.transforms">SortOrderVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeToMessageType.html#field(org.apache.iceberg.types.Types.NestedField)">field(Types.NestedField)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeToMessageType.html" title="class in org.apache.iceberg.parquet">TypeToMessageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/UnionByNameVisitor.html#field(org.apache.iceberg.types.Types.NestedField,java.lang.Integer,java.lang.Boolean)">field(Types.NestedField, Integer, Boolean)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/UnionByNameVisitor.html" title="class in org.apache.iceberg.schema">UnionByNameVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.DescribeSchemaVisitor.html#field(org.apache.iceberg.types.Types.NestedField,java.lang.String)">field(Types.NestedField, String)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.DescribeSchemaVisitor.html" title="class in org.apache.iceberg.spark">Spark3Util.DescribeSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/CheckCompatibility.html#field(org.apache.iceberg.types.Types.NestedField,java.util.function.Supplier)">field(Types.NestedField, Supplier&lt;List&lt;String&gt;&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/CheckCompatibility.html" title="class in org.apache.iceberg.types">CheckCompatibility</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PruneColumnsWithoutReordering.html#field(org.apache.iceberg.types.Types.NestedField,java.util.function.Supplier)">field(Types.NestedField, Supplier&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PruneColumnsWithoutReordering.html" title="class in org.apache.iceberg.spark">PruneColumnsWithoutReordering</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PruneColumnsWithReordering.html#field(org.apache.iceberg.types.Types.NestedField,java.util.function.Supplier)">field(Types.NestedField, Supplier&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PruneColumnsWithReordering.html" title="class in org.apache.iceberg.spark">PruneColumnsWithReordering</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/FixupTypes.html#field(org.apache.iceberg.types.Types.NestedField,java.util.function.Supplier)">field(Types.NestedField, Supplier&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/FixupTypes.html" title="class in org.apache.iceberg.types">FixupTypes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html#field(org.apache.iceberg.types.Types.NestedField,java.util.function.Supplier)">field(Types.NestedField, Supplier&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.CustomOrderSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexParents.html#field(org.apache.iceberg.types.Types.NestedField,java.util.Map)">field(Types.NestedField, Map&lt;Integer, Integer&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexParents.html" title="class in org.apache.iceberg.types">IndexParents</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#field(org.apache.iceberg.types.Types.NestedField,java.util.Map)">field(Types.NestedField, Map&lt;String, Integer&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html#field(org.apache.iceberg.types.Types.NestedField,org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector)">field(Types.NestedField, ObjectInspector)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#field(org.apache.iceberg.types.Types.NestedField,P,R)">field(Types.NestedField, P, R)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#field(org.apache.iceberg.types.Types.NestedField,T)">field(Types.NestedField, T)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#FIELD">FIELD</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#FIELD">FIELD</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html#FIELD()">FIELD()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.AddPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html#FIELD()">FIELD()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#FIELD()">FIELD()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#FIELD()">FIELD()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#FIELD_ID_PROP">FIELD_ID_PROP</a></span> - Static variable in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundReference.html#fieldId()">fieldId()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundReference.html" title="class in org.apache.iceberg.expressions">BoundReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionField.html#fieldId()">fieldId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionField.html" title="class in org.apache.iceberg">PartitionField</a></dt>
<dd>
<div class="block">Returns the partition field id across all the table metadata's partition specs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#fieldId()">fieldId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.html#fieldId(org.apache.orc.TypeDescription)">fieldId(TypeDescription)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.html" title="class in org.apache.iceberg.orc">ORCSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html#fieldList()">fieldList()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#fieldList()">fieldList()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html#fieldList()">fieldList()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">FieldListContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FieldListContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/FieldMetrics.html" title="class in org.apache.iceberg"><span class="typeNameLink">FieldMetrics</span></a>&lt;<a href="org/apache/iceberg/FieldMetrics.html" title="type parameter in FieldMetrics">T</a>&gt; - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Iceberg internally tracked field level metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FieldMetrics.html#%3Cinit%3E(int,long,long,long,T,T)">FieldMetrics(int, long, long, long, T, T)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/FieldMetrics.html" title="class in org.apache.iceberg">FieldMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html#fieldNameAndType(org.apache.flink.table.types.logical.LogicalType,int)">fieldNameAndType(LogicalType, int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">AvroWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html#fieldNameAndType(org.apache.spark.sql.types.DataType,int)">fieldNameAndType(DataType, int)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">AvroWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#fieldNameAndType(P,int)">fieldNameAndType(P, int)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html#fieldNames">fieldNames</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html" title="class in org.apache.iceberg.parquet">TypeWithSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaVisitor.html#fieldNames()">fieldNames()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.PartnerAccessors.html#fieldPartner(P,int,java.lang.String)">fieldPartner(P, int, String)</a></span> - Method in interface org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.PartnerAccessors.html" title="interface in org.apache.iceberg.schema">SchemaWithPartnerVisitor.PartnerAccessors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html#fields">fields</a></span> - Variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FieldListContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html#fields">fields</a></span> - Variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BlobMetadata.html#fields()">fields()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/BlobMetadata.html" title="interface in org.apache.iceberg">BlobMetadata</a></dt>
<dd>
<div class="block">Ordered list of fields the blob was calculated from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericBlobMetadata.html#fields()">fields()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericBlobMetadata.html" title="class in org.apache.iceberg">GenericBlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedFields.html#fields()">fields()</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedFields.html" title="class in org.apache.iceberg.mapping">MappedFields</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#fields()">fields()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>
<div class="block">Returns the list of <a href="org/apache/iceberg/PartitionField.html" title="class in org.apache.iceberg"><code>partition fields</code></a> for this spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.html#fields()">fields()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg">SortOrder</a></dt>
<dd>
<div class="block">Returns the list of <a href="org/apache/iceberg/SortField.html" title="class in org.apache.iceberg"><code>sort fields</code></a> for this sort order</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.NestedType.html#fields()">fields()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.NestedType.html" title="class in org.apache.iceberg.types">Type.NestedType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#fields()">fields()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#fields()">fields()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StructType.html#fields()">fields()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types">Types.StructType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UnboundPartitionSpec.html#fields()">fields()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UnboundPartitionSpec.html" title="class in org.apache.iceberg">UnboundPartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#FIELDS">FIELDS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#FIELDS">FIELDS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html#FIELDS()">FIELDS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#FIELDS()">FIELDS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html#FIELDS()">FIELDS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.NestedType.html#fieldType(java.lang.String)">fieldType(String)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.NestedType.html" title="class in org.apache.iceberg.types">Type.NestedType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#fieldType(java.lang.String)">fieldType(String)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#fieldType(java.lang.String)">fieldType(String)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StructType.html#fieldType(java.lang.String)">fieldType(String)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types">Types.StructType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentScanTask.html#file()">file()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentScanTask.html" title="interface in org.apache.iceberg">ContentScanTask</a></dt>
<dd>
<div class="block">The <a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg"><code>file</code></a> to scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.html#file()">file()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.MetadataLogEntry.html#file()">file()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.MetadataLogEntry.html" title="class in org.apache.iceberg">TableMetadata.MetadataLogEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#FILE_FORMAT">FILE_FORMAT</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#FILE_IO_IMPL">FILE_IO_IMPL</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#FILE_OPEN_COST">FILE_OPEN_COST</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#FILE_PATH">FILE_PATH</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#FILE_PATH">FILE_PATH</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#FILE_PATH_COLUMN_DOC">FILE_PATH_COLUMN_DOC</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#FILE_PATH_COLUMN_ID">FILE_PATH_COLUMN_ID</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#FILE_SIZE">FILE_SIZE</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/FileAppender.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">FileAppender</span></a>&lt;<a href="org/apache/iceberg/io/FileAppender.html" title="type parameter in FileAppender">D</a>&gt; - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/FileAppenderFactory.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">FileAppenderFactory</span></a>&lt;<a href="org/apache/iceberg/io/FileAppenderFactory.html" title="type parameter in FileAppenderFactory">T</a>&gt; - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">Factory to create a new <a href="org/apache/iceberg/io/FileAppender.html" title="interface in org.apache.iceberg.io"><code>FileAppender</code></a> to write records.</div>
</dd>
<dt><a href="org/apache/iceberg/FileContent.html" title="enum in org.apache.iceberg"><span class="typeNameLink">FileContent</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Content type stored in a file, one of DATA, POSITION_DELETES, or EQUALITY_DELETES.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.PartitionMetrics.html#fileCount()">fileCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.PartitionMetrics.html" title="class in org.apache.iceberg">ScanSummary.PartitionMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryFileIO.html#fileExists(java.lang.String)">fileExists(String)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryFileIO.html" title="class in org.apache.iceberg.inmemory">InMemoryFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericStatisticsFile.html#fileFooterSizeInBytes()">fileFooterSizeInBytes()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericStatisticsFile.html" title="class in org.apache.iceberg">GenericStatisticsFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StatisticsFile.html#fileFooterSizeInBytes()">fileFooterSizeInBytes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/StatisticsFile.html" title="interface in org.apache.iceberg">StatisticsFile</a></dt>
<dd>
<div class="block">Size of the Puffin footer.</div>
</dd>
<dt><a href="org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg"><span class="typeNameLink">FileFormat</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Enum of supported file formats.</div>
</dd>
<dt><a href="org/apache/iceberg/io/FileInfo.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">FileInfo</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/actions/FileInfo.html" title="class in org.apache.iceberg.spark.actions"><span class="typeNameLink">FileInfo</span></a> - Class in <a href="org/apache/iceberg/spark/actions/package-summary.html">org.apache.iceberg.spark.actions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/FileInfo.html#%3Cinit%3E()">FileInfo()</a></span> - Constructor for class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/FileInfo.html" title="class in org.apache.iceberg.spark.actions">FileInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileInfo.html#%3Cinit%3E(java.lang.String,long,long)">FileInfo(String, long, long)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileInfo.html" title="class in org.apache.iceberg.io">FileInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/FileInfo.html#%3Cinit%3E(java.lang.String,java.lang.String)">FileInfo(String, String)</a></span> - Constructor for class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/FileInfo.html" title="class in org.apache.iceberg.spark.actions">FileInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#fileIO()">fileIO()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/actions/RewriteDataFilesAction.html#fileIO()">fileIO()</a></span> - Method in class org.apache.iceberg.flink.actions.<a href="org/apache/iceberg/flink/actions/RewriteDataFilesAction.html" title="class in org.apache.iceberg.flink.actions">RewriteDataFilesAction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">FileIO</span></a> - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">Pluggable module for reading, writing, and deleting files.</div>
</dd>
<dt><a href="org/apache/iceberg/io/FileIOMetricsContext.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">FileIOMetricsContext</span></a> - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">Extension of MetricsContext for use with FileIO to define standard metrics that should be
reported.</div>
</dd>
<dt><a href="org/apache/iceberg/io/FileIOParser.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">FileIOParser</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/NativeFileCryptoParameters.html#fileKey()">fileKey()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/NativeFileCryptoParameters.html" title="class in org.apache.iceberg.encryption">NativeFileCryptoParameters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinReader.html#fileMetadata()">fileMetadata()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinReader.html" title="class in org.apache.iceberg.puffin">PuffinReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/FileMetadata.html" title="class in org.apache.iceberg"><span class="typeNameLink">FileMetadata</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/puffin/FileMetadata.html" title="class in org.apache.iceberg.puffin"><span class="typeNameLink">FileMetadata</span></a> - Class in <a href="org/apache/iceberg/puffin/package-summary.html">org.apache.iceberg.puffin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/FileMetadata.html#%3Cinit%3E(java.util.List,java.util.Map)">FileMetadata(List&lt;BlobMetadata&gt;, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/FileMetadata.html" title="class in org.apache.iceberg.puffin">FileMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg"><span class="typeNameLink">FileMetadata.Builder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/puffin/FileMetadataParser.html" title="class in org.apache.iceberg.puffin"><span class="typeNameLink">FileMetadataParser</span></a> - Class in <a href="org/apache/iceberg/puffin/package-summary.html">org.apache.iceberg.puffin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetUtil.html#fileMetrics(org.apache.iceberg.io.InputFile,org.apache.iceberg.MetricsConfig)">fileMetrics(InputFile, MetricsConfig)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetUtil.html" title="class in org.apache.iceberg.parquet">ParquetUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetUtil.html#fileMetrics(org.apache.iceberg.io.InputFile,org.apache.iceberg.MetricsConfig,org.apache.iceberg.mapping.NameMapping)">fileMetrics(InputFile, MetricsConfig, NameMapping)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetUtil.html" title="class in org.apache.iceberg.parquet">ParquetUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/DataIterator.html#fileOffset()">fileOffset()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/DataIterator.html" title="class in org.apache.iceberg.flink.source">DataIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html#fileOffset()">fileOffset()</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html" title="class in org.apache.iceberg.flink.source.reader">RecordAndPosition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html#fileOffset()">fileOffset()</a></span> - Method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplit</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/FileRewriteCoordinator.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">FileRewriteCoordinator</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/FileRewriter.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">FileRewriter</span></a>&lt;<a href="org/apache/iceberg/actions/FileRewriter.html" title="type parameter in FileRewriter">T</a> extends <a href="org/apache/iceberg/ContentScanTask.html" title="interface in org.apache.iceberg">ContentScanTask</a>&lt;<a href="org/apache/iceberg/actions/FileRewriter.html" title="type parameter in FileRewriter">F</a>&gt;,&#8203;<a href="org/apache/iceberg/actions/FileRewriter.html" title="type parameter in FileRewriter">F</a> extends <a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a>&lt;<a href="org/apache/iceberg/actions/FileRewriter.html" title="type parameter in FileRewriter">F</a>&gt;&gt; - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">A class for rewriting content files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseCombinedScanTask.html#files()">files()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseCombinedScanTask.html" title="class in org.apache.iceberg">BaseCombinedScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CombinedScanTask.html#files()">files()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/CombinedScanTask.html" title="interface in org.apache.iceberg">CombinedScanTask</a></dt>
<dd>
<div class="block">Return the <a href="org/apache/iceberg/FileScanTask.html" title="interface in org.apache.iceberg"><code>tasks</code></a> in this combined task.</div>
</dd>
<dt><a href="org/apache/iceberg/Files.html" title="class in org.apache.iceberg"><span class="typeNameLink">Files</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#FILES">FILES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteJobOrder.html#FILES_ASC">FILES_ASC</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/RewriteJobOrder.html" title="enum in org.apache.iceberg">RewriteJobOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteJobOrder.html#FILES_DESC">FILES_DESC</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/RewriteJobOrder.html" title="enum in org.apache.iceberg">RewriteJobOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteFileGroup.html#fileScans()">fileScans()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteFileGroup.html" title="class in org.apache.iceberg.actions">RewriteFileGroup</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/FileScanTask.html" title="interface in org.apache.iceberg"><span class="typeNameLink">FileScanTask</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A scan task over a range of bytes in a single data file.</div>
</dd>
<dt><a href="org/apache/iceberg/FileScanTaskParser.html" title="class in org.apache.iceberg"><span class="typeNameLink">FileScanTaskParser</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/FileScanTaskReader.html" title="interface in org.apache.iceberg.flink.source"><span class="typeNameLink">FileScanTaskReader</span></a>&lt;<a href="org/apache/iceberg/flink/source/FileScanTaskReader.html" title="type parameter in FileScanTaskReader">T</a>&gt; - Interface in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>
<div class="block">Read a <a href="org/apache/iceberg/FileScanTask.html" title="interface in org.apache.iceberg"><code>FileScanTask</code></a> into a <a href="org/apache/iceberg/io/CloseableIterator.html" title="interface in org.apache.iceberg.io"><code>CloseableIterator</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AddedRowsScanTask.html#filesCount()">filesCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/AddedRowsScanTask.html" title="interface in org.apache.iceberg">AddedRowsScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseCombinedScanTask.html#filesCount()">filesCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseCombinedScanTask.html" title="class in org.apache.iceberg">BaseCombinedScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseFileScanTask.html#filesCount()">filesCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseFileScanTask.html" title="class in org.apache.iceberg">BaseFileScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseScanTaskGroup.html#filesCount()">filesCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseScanTaskGroup.html" title="class in org.apache.iceberg">BaseScanTaskGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeletedDataFileScanTask.html#filesCount()">filesCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeletedDataFileScanTask.html" title="interface in org.apache.iceberg">DeletedDataFileScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeletedRowsScanTask.html#filesCount()">filesCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeletedRowsScanTask.html" title="interface in org.apache.iceberg">DeletedRowsScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileScanTask.html#filesCount()">filesCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/FileScanTask.html" title="interface in org.apache.iceberg">FileScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanTask.html#filesCount()">filesCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg">ScanTask</a></dt>
<dd>
<div class="block">The number of files that will be opened by this scan task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanTaskGroup.html#filesCount()">filesCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ScanTaskGroup.html" title="interface in org.apache.iceberg">ScanTaskGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#fileSequenceNumber()">fileSequenceNumber()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns the file sequence number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/SplitComparators.html#fileSequenceNumber()">fileSequenceNumber()</a></span> - Static method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/SplitComparators.html" title="class in org.apache.iceberg.flink.source.split">SplitComparators</a></dt>
<dd>
<div class="block">Comparator which orders the splits based on the file sequence number of the data files</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinWriter.html#fileSize()">fileSize()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinWriter.html" title="class in org.apache.iceberg.puffin">PuffinWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#fileSizeInBytes()">fileSizeInBytes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns the file size in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericStatisticsFile.html#fileSizeInBytes()">fileSizeInBytes()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericStatisticsFile.html" title="class in org.apache.iceberg">GenericStatisticsFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#fileSizeInBytes()">fileSizeInBytes()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StatisticsFile.html#fileSizeInBytes()">fileSizeInBytes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/StatisticsFile.html" title="interface in org.apache.iceberg">StatisticsFile</a></dt>
<dd>
<div class="block">Size of the file</div>
</dd>
<dt><a href="org/apache/iceberg/FilesTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">FilesTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation that exposes a table's files as rows.</div>
</dd>
<dt><a href="org/apache/iceberg/FilesTable.FilesTableScan.html" title="class in org.apache.iceberg"><span class="typeNameLink">FilesTable.FilesTableScan</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsUtil.html#fileTask(org.apache.iceberg.metrics.ScanMetrics,org.apache.iceberg.DataFile,org.apache.iceberg.DeleteFile%5B%5D)">fileTask(ScanMetrics, DataFile, DeleteFile[])</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsUtil.html" title="class in org.apache.iceberg.metrics">ScanMetricsUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html#%3Cinit%3E()">FileURI()</a></span> - Constructor for class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction.FileURI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">FileURI(String, String, String, String)</a></span> - Constructor for class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction.FileURI</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/FileWriter.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">FileWriter</span></a>&lt;<a href="org/apache/iceberg/io/FileWriter.html" title="type parameter in FileWriter">T</a>,&#8203;<a href="org/apache/iceberg/io/FileWriter.html" title="type parameter in FileWriter">R</a>&gt; - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A writer capable of writing files of a single type (i.e.</div>
</dd>
<dt><a href="org/apache/iceberg/io/FileWriterFactory.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">FileWriterFactory</span></a>&lt;<a href="org/apache/iceberg/io/FileWriterFactory.html" title="type parameter in FileWriterFactory">T</a>&gt; - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A factory for creating data and delete writers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/IncrementalScanEvent.html#filter()">filter()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/IncrementalScanEvent.html" title="class in org.apache.iceberg.events">IncrementalScanEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/ScanEvent.html#filter()">filter()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/ScanEvent.html" title="class in org.apache.iceberg.events">ScanEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanReport.html#filter()">filter()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanReport.html" title="interface in org.apache.iceberg.metrics">ScanReport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#filter()">filter()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Returns this scan's filter <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>Expression</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Filter.html#filter(java.lang.Iterable)">filter(Iterable&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Filter.html" title="class in org.apache.iceberg.util">Filter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkSourceFilter.html#filter(org.apache.flink.table.data.RowData)">filter(RowData)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkSourceFilter.html" title="class in org.apache.iceberg.flink">FlinkSourceFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#filter(org.apache.iceberg.expressions.Expression)">filter(Expression)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>
<div class="block">Pass a row Expression to filter DataFiles to be rewritten.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ConvertEqualityDeleteFiles.html#filter(org.apache.iceberg.expressions.Expression)">filter(Expression)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ConvertEqualityDeleteFiles.html" title="interface in org.apache.iceberg.actions">ConvertEqualityDeleteFiles</a></dt>
<dd>
<div class="block">A filter for finding the equality deletes to convert.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#filter(org.apache.iceberg.expressions.Expression)">filter(Expression)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>
<div class="block">A user provided filter for determining which files will be considered by the rewrite strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html#filter(org.apache.iceberg.expressions.Expression)">filter(Expression)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles</a></dt>
<dd>
<div class="block">A filter for finding deletes to rewrite.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#filter(org.apache.iceberg.expressions.Expression)">filter(Expression)</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.ReadBuilder.html#filter(org.apache.iceberg.expressions.Expression)">filter(Expression)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.ReadBuilder.html" title="class in org.apache.iceberg.orc">ORC.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#filter(org.apache.iceberg.expressions.Expression)">filter(Expression)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#filter(org.apache.iceberg.expressions.Expression)">filter(Expression)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Create a new scan from the results of this filtered by the <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>Expression</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html#filter(org.apache.iceberg.expressions.Expression)">filter(Expression)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewriteDataFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewritePositionDeleteFilesSparkAction.html#filter(org.apache.iceberg.expressions.Expression)">filter(Expression)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewritePositionDeleteFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewritePositionDeleteFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterable.html#filter(org.apache.iceberg.io.CloseableIterable,java.util.function.Predicate)">filter(CloseableIterable&lt;E&gt;, Predicate&lt;E&gt;)</a></span> - Static method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io">CloseableIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#filter(org.apache.iceberg.io.CloseableIterable)">filter(CloseableIterable&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Filter.html#filter(org.apache.iceberg.io.CloseableIterable)">filter(CloseableIterable&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Filter.html" title="class in org.apache.iceberg.util">Filter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/Deletes.html#filter(org.apache.iceberg.io.CloseableIterable,java.util.function.Function,org.apache.iceberg.util.StructLikeSet)">filter(CloseableIterable&lt;T&gt;, Function&lt;T, StructLike&gt;, StructLikeSet)</a></span> - Static method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/Deletes.html" title="class in org.apache.iceberg.deletes">Deletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterable.html#filter(org.apache.iceberg.metrics.Counter,org.apache.iceberg.io.CloseableIterable,java.util.function.Predicate)">filter(Counter, CloseableIterable&lt;E&gt;, Predicate&lt;E&gt;)</a></span> - Static method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io">CloseableIterable</a></dt>
<dd>
<div class="block">Filters the given <a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io"><code>CloseableIterable</code></a> and counts the number of elements that do not match
the predicate by incrementing the <a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics"><code>Counter</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/util/Filter.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">Filter</span></a>&lt;<a href="org/apache/iceberg/util/Filter.html" title="type parameter in Filter">T</a>&gt; - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>
<div class="block">A Class for generic filters</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Filter.html#%3Cinit%3E()">Filter()</a></span> - Constructor for class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Filter.html" title="class in org.apache.iceberg.util">Filter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#FILTER_EXPRESSION">FILTER_EXPRESSION</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/Deletes.html#filterDeleted(org.apache.iceberg.io.CloseableIterable,java.util.function.Predicate,org.apache.iceberg.deletes.DeleteCounter)">filterDeleted(CloseableIterable&lt;T&gt;, Predicate&lt;T&gt;, DeleteCounter)</a></span> - Static method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/Deletes.html" title="class in org.apache.iceberg.deletes">Deletes</a></dt>
<dd>
<div class="block">Returns the remaining rows (the ones that are not deleted), while counting the deleted ones.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html#filterFileGroups(java.util.List)">filterFileGroups(List&lt;List&lt;FileScanTask&gt;&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedDataRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedPositionDeletesRewriter.html#filterFileGroups(java.util.List)">filterFileGroups(List&lt;List&lt;PositionDeletesScanTask&gt;&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedPositionDeletesRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedPositionDeletesRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#filterFileGroups(java.util.List)">filterFileGroups(List&lt;List&lt;T&gt;&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html#filterFiles(java.lang.Iterable)">filterFiles(Iterable&lt;FileScanTask&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedDataRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedPositionDeletesRewriter.html#filterFiles(java.lang.Iterable)">filterFiles(Iterable&lt;PositionDeletesScanTask&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedPositionDeletesRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedPositionDeletesRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#filterFiles(java.lang.Iterable)">filterFiles(Iterable&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/FilterIterator.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">FilterIterator</span></a>&lt;<a href="org/apache/iceberg/io/FilterIterator.html" title="type parameter in FilterIterator">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">An Iterator that filters another Iterator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FilterIterator.html#%3Cinit%3E(java.util.Iterator)">FilterIterator(Iterator&lt;T&gt;)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FilterIterator.html" title="class in org.apache.iceberg.io">FilterIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#filterPartitions(java.util.List,java.util.Map)">filterPartitions(List&lt;SparkTableUtil.SparkPartition&gt;, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.html#filterPartitions(org.apache.iceberg.expressions.Expression)">filterPartitions(Expression)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.html#filterPartitions(org.apache.iceberg.util.PartitionSet)">filterPartitions(PartitionSet)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PropertyUtil.html#filterProperties(java.util.Map,java.util.function.Predicate)">filterProperties(Map&lt;String, String&gt;, Predicate&lt;String&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PropertyUtil.html" title="class in org.apache.iceberg.util">PropertyUtil</a></dt>
<dd>
<div class="block">Filter the properties map by the provided key predicate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#filterRecords(boolean)">filterRecords(boolean)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.html#filterRows(org.apache.iceberg.expressions.Expression)">filterRows(Expression)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#filters()">filters()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#filters(java.util.List)">filters(List&lt;Expression&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#filters(java.util.List)">filters(List&lt;Expression&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#filters(java.util.List)">filters(List&lt;Expression&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSOutputStream.html#finalize()">finalize()</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSOutputStream.html" title="class in org.apache.iceberg.aliyun.oss">OSSOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#finalize()">finalize()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#finalize()">finalize()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/NameMapping.html#find(int)">find(int)</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/NameMapping.html" title="class in org.apache.iceberg.mapping">NameMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/NameMapping.html#find(java.lang.String...)">find(String...)</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/NameMapping.html" title="class in org.apache.iceberg.mapping">NameMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/NameMapping.html#find(java.util.List)">find(List&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/NameMapping.html" title="class in org.apache.iceberg.mapping">NameMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#find(org.apache.iceberg.Schema,java.util.function.Predicate)">find(Schema, Predicate&lt;Type&gt;)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#findColumnName(int)">findColumnName(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns the full column name for the given id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#findEqualityDeleteRows(org.apache.iceberg.io.CloseableIterable)">findEqualityDeleteRows(CloseableIterable&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#findField(int)">findField(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns the sub-field identified by the field id as a <a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types"><code>Types.NestedField</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#findField(java.lang.String)">findField(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns a sub-field by name as a <a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types"><code>Types.NestedField</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/FindFiles.html" title="class in org.apache.iceberg"><span class="typeNameLink">FindFiles</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/FindFiles.Builder.html" title="class in org.apache.iceberg"><span class="typeNameLink">FindFiles.Builder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#findType(int)">findType(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns the <a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types"><code>Type</code></a> of a sub-field identified by the field id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#findType(java.lang.String)">findType(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns the <a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types"><code>Type</code></a> of a sub-field identified by the field name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingReaderOperator.html#finish()">finish()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingReaderOperator.html" title="class in org.apache.iceberg.flink.source">StreamingReaderOperator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinWriter.html#finish()">finish()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinWriter.html" title="class in org.apache.iceberg.puffin">PuffinWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/SplitRequestEvent.html#finishedSplitIds()">finishedSplitIds()</a></span> - Method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/SplitRequestEvent.html" title="class in org.apache.iceberg.flink.source.split">SplitRequestEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Pair.html#first()">first()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Pair.html" title="class in org.apache.iceberg.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#FIRST">FIRST</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#FIRST">FIRST</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#FIRST()">FIRST()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html#FIRST()">FIRST()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#fixed(int)">fixed(int)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#fixed(int)">fixed(int)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#fixed(org.apache.avro.Schema)">fixed(Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.BinaryType.html#FIXED">FIXED</a></span> - org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.BinaryType.html" title="enum in org.apache.iceberg.orc">ORCSchemaUtil.BinaryType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#FIXED">FIXED</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html#fixedLengthDecimalDictEncodedReader()">fixedLengthDecimalDictEncodedReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedDictionaryEncodedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/FixedReservoirHistogram.html" title="class in org.apache.iceberg.metrics"><span class="typeNameLink">FixedReservoirHistogram</span></a> - Class in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/metrics/Histogram.html" title="interface in org.apache.iceberg.metrics"><code>Histogram</code></a> implementation with reservoir sampling.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/FixedReservoirHistogram.html#%3Cinit%3E(int)">FixedReservoirHistogram(int)</a></span> - Constructor for class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/FixedReservoirHistogram.html" title="class in org.apache.iceberg.metrics">FixedReservoirHistogram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#fixedSizeBinaryBatchReader()">fixedSizeBinaryBatchReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FixedSizeBinaryBatchReader.html#%3Cinit%3E()">FixedSizeBinaryBatchReader()</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FixedSizeBinaryBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.FixedSizeBinaryBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html#fixedSizeBinaryDictEncodedReader()">fixedSizeBinaryDictEncodedReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedDictionaryEncodedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html#fixedWidthBinaryDictEncodedReader()">fixedWidthBinaryDictEncodedReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedDictionaryEncodedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#fixedWidthTypeBinaryBatchReader()">fixedWidthTypeBinaryBatchReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FixedWidthTypeBinaryBatchReader.html#%3Cinit%3E()">FixedWidthTypeBinaryBatchReader()</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FixedWidthTypeBinaryBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.FixedWidthTypeBinaryBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/FixupTypes.html#fixupPrimitive(org.apache.iceberg.types.Type.PrimitiveType,org.apache.iceberg.types.Type)">fixupPrimitive(Type.PrimitiveType, Type)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/FixupTypes.html" title="class in org.apache.iceberg.types">FixupTypes</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/FixupTypes.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">FixupTypes</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>
<div class="block">This is used to fix primitive types to match a table schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/FixupTypes.html#%3Cinit%3E(org.apache.iceberg.Schema)">FixupTypes(Schema)</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/FixupTypes.html" title="class in org.apache.iceberg.types">FixupTypes</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/util/FlinkAlterTableUtil.html" title="class in org.apache.iceberg.flink.util"><span class="typeNameLink">FlinkAlterTableUtil</span></a> - Class in <a href="org/apache/iceberg/flink/util/package-summary.html">org.apache.iceberg.flink.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/sink/FlinkAppenderFactory.html" title="class in org.apache.iceberg.flink.sink"><span class="typeNameLink">FlinkAppenderFactory</span></a> - Class in <a href="org/apache/iceberg/flink/sink/package-summary.html">org.apache.iceberg.flink.sink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkAppenderFactory.html#%3Cinit%3E(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.flink.table.types.logical.RowType,java.util.Map,org.apache.iceberg.PartitionSpec,int%5B%5D,org.apache.iceberg.Schema,org.apache.iceberg.Schema)">FlinkAppenderFactory(Table, Schema, RowType, Map&lt;String, String&gt;, PartitionSpec, int[], Schema, Schema)</a></span> - Constructor for class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkAppenderFactory.html" title="class in org.apache.iceberg.flink.sink">FlinkAppenderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/data/FlinkAvroReader.html" title="class in org.apache.iceberg.flink.data"><span class="typeNameLink">FlinkAvroReader</span></a> - Class in <a href="org/apache/iceberg/flink/data/package-summary.html">org.apache.iceberg.flink.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkAvroReader.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.avro.Schema)">FlinkAvroReader(Schema, Schema)</a></span> - Constructor for class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkAvroReader.html" title="class in org.apache.iceberg.flink.data">FlinkAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkAvroReader.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.avro.Schema,java.util.Map)">FlinkAvroReader(Schema, Schema, Map&lt;Integer, ?&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkAvroReader.html" title="class in org.apache.iceberg.flink.data">FlinkAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/data/FlinkAvroWriter.html" title="class in org.apache.iceberg.flink.data"><span class="typeNameLink">FlinkAvroWriter</span></a> - Class in <a href="org/apache/iceberg/flink/data/package-summary.html">org.apache.iceberg.flink.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkAvroWriter.html#%3Cinit%3E(org.apache.flink.table.types.logical.RowType)">FlinkAvroWriter(RowType)</a></span> - Constructor for class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkAvroWriter.html" title="class in org.apache.iceberg.flink.data">FlinkAvroWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">FlinkCatalog</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>
<div class="block">A Flink Catalog implementation that wraps an Iceberg <a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog"><code>Catalog</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#%3Cinit%3E(java.lang.String,java.lang.String,org.apache.iceberg.catalog.Namespace,org.apache.iceberg.flink.CatalogLoader,boolean,long)">FlinkCatalog(String, String, Namespace, CatalogLoader, boolean, long)</a></span> - Constructor for class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">FlinkCatalogFactory</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>
<div class="block">A Flink Catalog factory implementation that creates <a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink"><code>FlinkCatalog</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#%3Cinit%3E()">FlinkCatalogFactory()</a></span> - Constructor for class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/util/FlinkCompatibilityUtil.html" title="class in org.apache.iceberg.flink.util"><span class="typeNameLink">FlinkCompatibilityUtil</span></a> - Class in <a href="org/apache/iceberg/flink/util/package-summary.html">org.apache.iceberg.flink.util</a></dt>
<dd>
<div class="block">This is a small util class that try to hide calls to Flink Internal or PublicEvolve interfaces as
Flink can change those APIs during minor version release.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#flinkConf(org.apache.flink.configuration.ReadableConfig)">flinkConf(ReadableConfig)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#flinkConf(org.apache.flink.configuration.ReadableConfig)">flinkConf(ReadableConfig)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#flinkConfig(org.apache.flink.configuration.ReadableConfig)">flinkConfig(ReadableConfig)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/FlinkConfigOptions.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">FlinkConfigOptions</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>
<div class="block">When constructing Flink Iceberg source via Java API, configs can be set in <code>Configuration</code>
passed to source builder.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">FlinkDynamicTableFactory</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html#%3Cinit%3E()">FlinkDynamicTableFactory()</a></span> - Constructor for class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html" title="class in org.apache.iceberg.flink">FlinkDynamicTableFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html#%3Cinit%3E(org.apache.iceberg.flink.FlinkCatalog)">FlinkDynamicTableFactory(FlinkCatalog)</a></span> - Constructor for class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html" title="class in org.apache.iceberg.flink">FlinkDynamicTableFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/FlinkFilters.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">FlinkFilters</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/FlinkInputFormat.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">FlinkInputFormat</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>
<div class="block">Flink <code>InputFormat</code> for Iceberg.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/source/FlinkInputSplit.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">FlinkInputSplit</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/data/FlinkOrcReader.html" title="class in org.apache.iceberg.flink.data"><span class="typeNameLink">FlinkOrcReader</span></a> - Class in <a href="org/apache/iceberg/flink/data/package-summary.html">org.apache.iceberg.flink.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkOrcReader.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.orc.TypeDescription)">FlinkOrcReader(Schema, TypeDescription)</a></span> - Constructor for class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkOrcReader.html" title="class in org.apache.iceberg.flink.data">FlinkOrcReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkOrcReader.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.orc.TypeDescription,java.util.Map)">FlinkOrcReader(Schema, TypeDescription, Map&lt;Integer, ?&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkOrcReader.html" title="class in org.apache.iceberg.flink.data">FlinkOrcReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/data/FlinkOrcWriter.html" title="class in org.apache.iceberg.flink.data"><span class="typeNameLink">FlinkOrcWriter</span></a> - Class in <a href="org/apache/iceberg/flink/data/package-summary.html">org.apache.iceberg.flink.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/util/FlinkPackage.html" title="class in org.apache.iceberg.flink.util"><span class="typeNameLink">FlinkPackage</span></a> - Class in <a href="org/apache/iceberg/flink/util/package-summary.html">org.apache.iceberg.flink.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/data/FlinkParquetReaders.html" title="class in org.apache.iceberg.flink.data"><span class="typeNameLink">FlinkParquetReaders</span></a> - Class in <a href="org/apache/iceberg/flink/data/package-summary.html">org.apache.iceberg.flink.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/data/FlinkParquetWriters.html" title="class in org.apache.iceberg.flink.data"><span class="typeNameLink">FlinkParquetWriters</span></a> - Class in <a href="org/apache/iceberg/flink/data/package-summary.html">org.apache.iceberg.flink.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">FlinkReadConf</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#%3Cinit%3E(org.apache.iceberg.Table,java.util.Map,org.apache.flink.configuration.ReadableConfig)">FlinkReadConf(Table, Map&lt;String, String&gt;, ReadableConfig)</a></span> - Constructor for class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">FlinkReadOptions</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>
<div class="block">Flink source read options</div>
</dd>
<dt><a href="org/apache/iceberg/flink/FlinkSchemaUtil.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">FlinkSchemaUtil</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>
<div class="block">Converter between Flink types and Iceberg type.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/sink/FlinkSink.html" title="class in org.apache.iceberg.flink.sink"><span class="typeNameLink">FlinkSink</span></a> - Class in <a href="org/apache/iceberg/flink/sink/package-summary.html">org.apache.iceberg.flink.sink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink"><span class="typeNameLink">FlinkSink.Builder</span></a> - Class in <a href="org/apache/iceberg/flink/sink/package-summary.html">org.apache.iceberg.flink.sink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/FlinkSource.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">FlinkSource</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">FlinkSource.Builder</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>
<div class="block">Source builder to build <code>DataStream</code>.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/FlinkSourceFilter.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">FlinkSourceFilter</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkSourceFilter.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.iceberg.expressions.Expression,boolean)">FlinkSourceFilter(Schema, Expression, boolean)</a></span> - Constructor for class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkSourceFilter.html" title="class in org.apache.iceberg.flink">FlinkSourceFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/FlinkSplitPlanner.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">FlinkSplitPlanner</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/FlinkTypeVisitor.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">FlinkTypeVisitor</span></a>&lt;<a href="org/apache/iceberg/flink/FlinkTypeVisitor.html" title="type parameter in FlinkTypeVisitor">T</a>&gt; - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkTypeVisitor.html#%3Cinit%3E()">FlinkTypeVisitor()</a></span> - Constructor for class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkTypeVisitor.html" title="class in org.apache.iceberg.flink">FlinkTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/data/FlinkValueReaders.html" title="class in org.apache.iceberg.flink.data"><span class="typeNameLink">FlinkValueReaders</span></a> - Class in <a href="org/apache/iceberg/flink/data/package-summary.html">org.apache.iceberg.flink.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/data/FlinkValueWriters.html" title="class in org.apache.iceberg.flink.data"><span class="typeNameLink">FlinkValueWriters</span></a> - Class in <a href="org/apache/iceberg/flink/data/package-summary.html">org.apache.iceberg.flink.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">FlinkWriteConf</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>
<div class="block">A class for common Iceberg configs for Flink writes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#%3Cinit%3E(org.apache.iceberg.Table,java.util.Map,org.apache.flink.configuration.ReadableConfig)">FlinkWriteConf(Table, Map&lt;String, String&gt;, ReadableConfig)</a></span> - Constructor for class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/FlinkWriteOptions.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">FlinkWriteOptions</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>
<div class="block">Flink sink write options</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#flipLR()">flipLR()</a></span> - Method in enum org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>
<div class="block">Returns the equivalent operation when the left and right operands are exchanged.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#FLOAT">FLOAT</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#FLOAT_LITERAL">FLOAT_LITERAL</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#FLOAT_LITERAL">FLOAT_LITERAL</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FloatLiteralContext.html#FLOAT_LITERAL()">FLOAT_LITERAL()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FloatLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FloatLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.FloatAsDoubleReader.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor)">FloatAsDoubleReader(ColumnDescriptor)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.FloatAsDoubleReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.FloatAsDoubleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#floatBatchReader()">floatBatchReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FloatBatchReader.html#%3Cinit%3E()">FloatBatchReader()</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FloatBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.FloatBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html#floatDictEncodedReader()">floatDictEncodedReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedDictionaryEncodedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/FloatFieldMetrics.html" title="class in org.apache.iceberg"><span class="typeNameLink">FloatFieldMetrics</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Iceberg internally tracked field level metrics, used by Parquet and ORC writers only.</div>
</dd>
<dt><a href="org/apache/iceberg/FloatFieldMetrics.Builder.html" title="class in org.apache.iceberg"><span class="typeNameLink">FloatFieldMetrics.Builder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FloatLiteralContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumberContext)">FloatLiteralContext(IcebergSqlExtensionsParser.NumberContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FloatLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FloatLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#floats()">floats()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#floats()">floats()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReaders.html#floats()">floats()</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReaders.html" title="class in org.apache.iceberg.orc">OrcValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#floats(int)">floats(int)</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#floats(org.apache.parquet.column.ColumnDescriptor)">floats(ColumnDescriptor)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ZOrderByteUtils.html#floatToOrderedBytes(float,java.nio.ByteBuffer)">floatToOrderedBytes(float, ByteBuffer)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ZOrderByteUtils.html" title="class in org.apache.iceberg.util">ZOrderByteUtils</a></dt>
<dd>
<div class="block">IEEE 754 : “If two floating-point numbers in the same format are ordered (say, x &lt;
y), they are ordered the same way when their bits are reinterpreted as sign-magnitude
integers.”</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.FloatType.html#%3Cinit%3E()">FloatType()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.FloatType.html" title="class in org.apache.iceberg.types">Types.FloatType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSOutputStream.html#flush()">flush()</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSOutputStream.html" title="class in org.apache.iceberg.aliyun.oss">OSSOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmOutputStream.html#flush()">flush()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmOutputStream.html" title="class in org.apache.iceberg.encryption">AesGcmOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetUtil.html#footerMetrics(org.apache.parquet.hadoop.metadata.ParquetMetadata,java.util.stream.Stream,org.apache.iceberg.MetricsConfig)">footerMetrics(ParquetMetadata, Stream&lt;FieldMetrics&lt;?&gt;&gt;, MetricsConfig)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetUtil.html" title="class in org.apache.iceberg.parquet">ParquetUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetUtil.html#footerMetrics(org.apache.parquet.hadoop.metadata.ParquetMetadata,java.util.stream.Stream,org.apache.iceberg.MetricsConfig,org.apache.iceberg.mapping.NameMapping)">footerMetrics(ParquetMetadata, Stream&lt;FieldMetrics&lt;?&gt;&gt;, MetricsConfig, NameMapping)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetUtil.html" title="class in org.apache.iceberg.parquet">ParquetUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinWriter.html#footerSize()">footerSize()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinWriter.html" title="class in org.apache.iceberg.puffin">PuffinWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/AvroGenericRecordToRowDataMapper.html#forAvroSchema(org.apache.avro.Schema)">forAvroSchema(Schema)</a></span> - Static method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/AvroGenericRecordToRowDataMapper.html" title="class in org.apache.iceberg.flink.sink">AvroGenericRecordToRowDataMapper</a></dt>
<dd>
<div class="block">Create a mapper based on Avro schema.</div>
</dd>
<dt><a href="org/apache/iceberg/exceptions/ForbiddenException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">ForbiddenException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Exception thrown on HTTP 403 Forbidden - Failed authorization checks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/ForbiddenException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">ForbiddenException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/ForbiddenException.html" title="class in org.apache.iceberg.exceptions">ForbiddenException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/ForbiddenException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">ForbiddenException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/ForbiddenException.html" title="class in org.apache.iceberg.exceptions">ForbiddenException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ResourcePaths.html#forCatalogProperties(java.util.Map)">forCatalogProperties(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest">ResourcePaths</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirements.html#forCreateTable(java.util.List)">forCreateTable(List&lt;MetadataUpdate&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirements.html" title="class in org.apache.iceberg">UpdateRequirements</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.html#foreach(I...)">foreach(I...)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.html" title="class in org.apache.iceberg.util">Tasks</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.html#foreach(java.lang.Iterable)">foreach(Iterable&lt;I&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.html" title="class in org.apache.iceberg.util">Tasks</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.html#foreach(java.util.Iterator)">foreach(Iterator&lt;I&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.html" title="class in org.apache.iceberg.util">Tasks</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.html#foreach(java.util.stream.Stream)">foreach(Stream&lt;I&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.html" title="class in org.apache.iceberg.util">Tasks</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#format()">format()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns format of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#format()">format()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/OutputFileFactory.Builder.html#format(org.apache.iceberg.FileFormat)">format(FileFormat)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/OutputFileFactory.Builder.html" title="class in org.apache.iceberg.io">OutputFileFactory.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#FORMAT_VERSION">FORMAT_VERSION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>
<div class="block">Reserved table property for table format version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#formatTimestampMillis(long)">formatTimestampMillis(long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.UpgradeFormatVersion.html#formatVersion()">formatVersion()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.UpgradeFormatVersion.html" title="class in org.apache.iceberg">MetadataUpdate.UpgradeFormatVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#formatVersion()">formatVersion()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#formatVersion()">formatVersion()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html#forName(java.lang.String)">forName(String)</a></span> - Static method in enum org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html" title="enum in org.apache.iceberg.puffin">PuffinCompressionCodec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ManifestEvaluator.html#forPartitionFilter(org.apache.iceberg.expressions.Expression,org.apache.iceberg.PartitionSpec,boolean)">forPartitionFilter(Expression, PartitionSpec, boolean)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ManifestEvaluator.html" title="class in org.apache.iceberg.expressions">ManifestEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsConfig.html#forPositionDelete(org.apache.iceberg.Table)">forPositionDelete(Table)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsConfig.html" title="class in org.apache.iceberg">MetricsConfig</a></dt>
<dd>
<div class="block">Creates a metrics config for a position delete file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirements.html#forReplaceTable(org.apache.iceberg.TableMetadata,java.util.List)">forReplaceTable(TableMetadata, List&lt;MetadataUpdate&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirements.html" title="class in org.apache.iceberg">UpdateRequirements</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.html#forRow(org.apache.flink.streaming.api.datastream.DataStream,org.apache.flink.table.api.TableSchema)">forRow(DataStream&lt;Row&gt;, TableSchema)</a></span> - Static method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.html" title="class in org.apache.iceberg.flink.sink">FlinkSink</a></dt>
<dd>
<div class="block">Initialize a <a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink"><code>FlinkSink.Builder</code></a> to export the data from input data stream with <code>Row</code>s into
iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.html#forRowData()">forRowData()</a></span> - Static method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.html" title="class in org.apache.iceberg.flink.source">FlinkSource</a></dt>
<dd>
<div class="block">Initialize a <a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source"><code>FlinkSource.Builder</code></a> to read the data from iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.html#forRowData()">forRowData()</a></span> - Static method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.html" title="class in org.apache.iceberg.flink.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.html#forRowData(org.apache.flink.streaming.api.datastream.DataStream)">forRowData(DataStream&lt;RowData&gt;)</a></span> - Static method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.html" title="class in org.apache.iceberg.flink.sink">FlinkSink</a></dt>
<dd>
<div class="block">Initialize a <a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink"><code>FlinkSink.Builder</code></a> to export the data from input data stream with <code>RowData</code>s
into iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ManifestEvaluator.html#forRowFilter(org.apache.iceberg.expressions.Expression,org.apache.iceberg.PartitionSpec,boolean)">forRowFilter(Expression, PartitionSpec, boolean)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ManifestEvaluator.html" title="class in org.apache.iceberg.expressions">ManifestEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.html#forSplit(org.apache.iceberg.flink.source.split.IcebergSourceSplit)">forSplit(IcebergSourceSplit)</a></span> - Static method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.html" title="class in org.apache.iceberg.flink.source.assigner">GetSplitResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/actions/Actions.html#forTable(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment,org.apache.iceberg.Table)">forTable(StreamExecutionEnvironment, Table)</a></span> - Static method in class org.apache.iceberg.flink.actions.<a href="org/apache/iceberg/flink/actions/Actions.html" title="class in org.apache.iceberg.flink.actions">Actions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html#forTable(org.apache.iceberg.Table)">forTable(Table)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#forTable(org.apache.iceberg.Table)">forTable(Table)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.WriteBuilder.html#forTable(org.apache.iceberg.Table)">forTable(Table)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.WriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/actions/Actions.html#forTable(org.apache.iceberg.Table)">forTable(Table)</a></span> - Static method in class org.apache.iceberg.flink.actions.<a href="org/apache/iceberg/flink/actions/Actions.html" title="class in org.apache.iceberg.flink.actions">Actions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsConfig.html#forTable(org.apache.iceberg.Table)">forTable(Table)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsConfig.html" title="class in org.apache.iceberg">MetricsConfig</a></dt>
<dd>
<div class="block">Creates a metrics config from a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html#forTable(org.apache.iceberg.Table)">forTable(Table)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#forTable(org.apache.iceberg.Table)">forTable(Table)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.WriteBuilder.html#forTable(org.apache.iceberg.Table)">forTable(Table)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.WriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#forTable(org.apache.iceberg.Table)">forTable(Table)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#forTable(org.apache.iceberg.Table)">forTable(Table)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#forTable(org.apache.iceberg.Table)">forTable(Table)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/JavaHash.html#forType(org.apache.iceberg.types.Type)">forType(Type)</a></span> - Static method in interface org.apache.iceberg.types.<a href="org/apache/iceberg/types/JavaHash.html" title="interface in org.apache.iceberg.types">JavaHash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Comparators.html#forType(org.apache.iceberg.types.Type.PrimitiveType)">forType(Type.PrimitiveType)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Comparators.html" title="class in org.apache.iceberg.types">Comparators</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Comparators.html#forType(org.apache.iceberg.types.Types.ListType)">forType(Types.ListType)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Comparators.html" title="class in org.apache.iceberg.types">Comparators</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Comparators.html#forType(org.apache.iceberg.types.Types.StructType)">forType(Types.StructType)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Comparators.html" title="class in org.apache.iceberg.types">Comparators</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeWrapper.html#forType(org.apache.iceberg.types.Types.StructType)">forType(Types.StructType)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeWrapper.html" title="class in org.apache.iceberg.util">StructLikeWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirements.html#forUpdateTable(org.apache.iceberg.TableMetadata,java.util.List)">forUpdateTable(TableMetadata, List&lt;MetadataUpdate&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirements.html" title="class in org.apache.iceberg">UpdateRequirements</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#from(java.lang.String)">from(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunClientFactories.html#from(java.util.Map)">from(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunClientFactories.html" title="class in org.apache.iceberg.aliyun">AliyunClientFactories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientFactories.html#from(java.util.Map)">from(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientFactories.html" title="class in org.apache.iceberg.aws">AwsClientFactories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellClientFactories.html#from(java.util.Map)">from(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellClientFactories.html" title="class in org.apache.iceberg.dell">DellClientFactories</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/LockManagers.html#from(java.util.Map)">from(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/LockManagers.html" title="class in org.apache.iceberg.util">LockManagers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#from(org.apache.iceberg.metrics.CommitMetrics,java.util.Map)">from(CommitMetrics, Map&lt;String, String&gt;)</a></span> - Static method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskScannedDataFiles.html#from(org.apache.iceberg.metrics.ScanReport)">from(ScanReport)</a></span> - Static method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskScannedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics">TaskScannedDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskScannedDataManifests.html#from(org.apache.iceberg.metrics.ScanReport)">from(ScanReport)</a></span> - Static method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskScannedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics">TaskScannedDataManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskSkippedDataFiles.html#from(org.apache.iceberg.metrics.ScanReport)">from(ScanReport)</a></span> - Static method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskSkippedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics">TaskSkippedDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskSkippedDataManifests.html#from(org.apache.iceberg.metrics.ScanReport)">from(ScanReport)</a></span> - Static method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskSkippedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics">TaskSkippedDataManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskTotalFileSize.html#from(org.apache.iceberg.metrics.ScanReport)">from(ScanReport)</a></span> - Static method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskTotalFileSize.html" title="class in org.apache.iceberg.spark.source.metrics">TaskTotalFileSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskTotalPlanningDuration.html#from(org.apache.iceberg.metrics.ScanReport)">from(ScanReport)</a></span> - Static method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskTotalPlanningDuration.html" title="class in org.apache.iceberg.spark.source.metrics">TaskTotalPlanningDuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericBlobMetadata.html#from(org.apache.iceberg.puffin.BlobMetadata)">from(BlobMetadata)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericBlobMetadata.html" title="class in org.apache.iceberg">GenericBlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MicroBatches.html#from(org.apache.iceberg.Snapshot,org.apache.iceberg.io.FileIO)">from(Snapshot, FileIO)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MicroBatches.html" title="class in org.apache.iceberg">MicroBatches</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html#fromAccessToken(org.apache.iceberg.rest.RESTClient,java.util.concurrent.ScheduledExecutorService,java.lang.String,java.lang.Long,org.apache.iceberg.rest.auth.OAuth2Util.AuthSession)">fromAccessToken(RESTClient, ScheduledExecutorService, String, Long, OAuth2Util.AuthSession)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util.AuthSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/RowDataToAvroGenericRecordConverter.html#fromAvroSchema(org.apache.avro.Schema)">fromAvroSchema(Schema)</a></span> - Static method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/RowDataToAvroGenericRecordConverter.html" title="class in org.apache.iceberg.flink.source">RowDataToAvroGenericRecordConverter</a></dt>
<dd>
<div class="block">Create a mapper based on Avro schema</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Conversions.html#fromByteBuffer(org.apache.iceberg.types.Type,java.nio.ByteBuffer)">fromByteBuffer(Type, ByteBuffer)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Conversions.html" title="class in org.apache.iceberg.types">Conversions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.html#fromCatalog(org.apache.iceberg.flink.CatalogLoader,org.apache.iceberg.catalog.TableIdentifier)">fromCatalog(CatalogLoader, TableIdentifier)</a></span> - Static method in interface org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.html" title="interface in org.apache.iceberg.flink">TableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html#fromCombinedScanTask(org.apache.iceberg.CombinedScanTask)">fromCombinedScanTask(CombinedScanTask)</a></span> - Static method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html#fromCombinedScanTask(org.apache.iceberg.CombinedScanTask,int,long)">fromCombinedScanTask(CombinedScanTask, int, long)</a></span> - Static method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CounterResult.html#fromCounter(org.apache.iceberg.metrics.Counter)">fromCounter(Counter)</a></span> - Static method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CounterResult.html" title="interface in org.apache.iceberg.metrics">CounterResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html#fromCredential(org.apache.iceberg.rest.RESTClient,java.util.concurrent.ScheduledExecutorService,java.lang.String,org.apache.iceberg.rest.auth.OAuth2Util.AuthSession)">fromCredential(RESTClient, ScheduledExecutorService, String, OAuth2Util.AuthSession)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util.AuthSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.Unit.html#fromDisplayName(java.lang.String)">fromDisplayName(String)</a></span> - Static method in enum org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.Unit.html" title="enum in org.apache.iceberg.metrics">MetricsContext.Unit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileFormat.html#fromFileName(java.lang.CharSequence)">fromFileName(CharSequence)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg">FileFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.Codec.html#fromFileName(java.lang.String)">fromFileName(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.Codec.html" title="enum in org.apache.iceberg">TableMetadataParser.Codec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/UUIDConversion.html#fromFixed(org.apache.avro.generic.GenericFixed,org.apache.avro.Schema,org.apache.avro.LogicalType)">fromFixed(GenericFixed, Schema, LogicalType)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/UUIDConversion.html" title="class in org.apache.iceberg.avro">UUIDConversion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.html#fromHadoopTable(java.lang.String)">fromHadoopTable(String)</a></span> - Static method in interface org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.html" title="interface in org.apache.iceberg.flink">TableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.html#fromHadoopTable(java.lang.String,org.apache.hadoop.conf.Configuration)">fromHadoopTable(String, Configuration)</a></span> - Static method in interface org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.html" title="interface in org.apache.iceberg.flink">TableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/RowDataToAvroGenericRecordConverter.html#fromIcebergSchema(java.lang.String,org.apache.iceberg.Schema)">fromIcebergSchema(String, Schema)</a></span> - Static method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/RowDataToAvroGenericRecordConverter.html" title="class in org.apache.iceberg.flink.source">RowDataToAvroGenericRecordConverter</a></dt>
<dd>
<div class="block">Create a converter based on Iceberg schema</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestContent.html#fromId(int)">fromId(int)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/ManifestContent.html" title="enum in org.apache.iceberg">ManifestContent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcMetrics.html#fromInputFile(org.apache.iceberg.io.InputFile)">fromInputFile(InputFile)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcMetrics.html" title="class in org.apache.iceberg.orc">OrcMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcMetrics.html#fromInputFile(org.apache.iceberg.io.InputFile,org.apache.iceberg.MetricsConfig)">fromInputFile(InputFile, MetricsConfig)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcMetrics.html" title="class in org.apache.iceberg.orc">OrcMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcMetrics.html#fromInputFile(org.apache.iceberg.io.InputFile,org.apache.iceberg.MetricsConfig,org.apache.iceberg.mapping.NameMapping)">fromInputFile(InputFile, MetricsConfig, NameMapping)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcMetrics.html" title="class in org.apache.iceberg.orc">OrcMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthErrorResponseParser.html#fromJson(int,com.fasterxml.jackson.databind.JsonNode)">fromJson(int, JsonNode)</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthErrorResponseParser.html" title="class in org.apache.iceberg.rest.responses">OAuthErrorResponseParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthErrorResponseParser.html#fromJson(int,java.lang.String)">fromJson(int, String)</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthErrorResponseParser.html" title="class in org.apache.iceberg.rest.responses">OAuthErrorResponseParser</a></dt>
<dd>
<div class="block">Read OAuthErrorResponse from a JSON string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignRequestParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignRequestParser.html" title="class in org.apache.iceberg.aws.s3.signer">S3SignRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignResponseParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignResponseParser.html" title="class in org.apache.iceberg.aws.s3.signer">S3SignResponseParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifierParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifierParser.html" title="class in org.apache.iceberg.catalog">TableIdentifierParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionParser.html" title="class in org.apache.iceberg.expressions">ExpressionParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdateParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdateParser.html" title="class in org.apache.iceberg">MetadataUpdateParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitReportParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitReportParser.html" title="class in org.apache.iceberg.metrics">CommitReportParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanReportParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanReportParser.html" title="class in org.apache.iceberg.metrics">ScanReportParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpecParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpecParser.html" title="class in org.apache.iceberg">PartitionSpecParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CommitTransactionRequestParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CommitTransactionRequestParser.html" title="class in org.apache.iceberg.rest.requests">CommitTransactionRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RegisterTableRequestParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RegisterTableRequestParser.html" title="class in org.apache.iceberg.rest.requests">RegisterTableRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequestParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequestParser.html" title="class in org.apache.iceberg.rest.requests">ReportMetricsRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateRequirementParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateRequirementParser.html" title="class in org.apache.iceberg.rest.requests">UpdateRequirementParser</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequestParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequestParser.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponseParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponseParser.html" title="class in org.apache.iceberg.rest.responses">ErrorResponseParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SchemaParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SchemaParser.html" title="class in org.apache.iceberg">SchemaParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRefParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRefParser.html" title="class in org.apache.iceberg">SnapshotRefParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrderParser.html" title="class in org.apache.iceberg">SortOrderParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirementParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirementParser.html" title="class in org.apache.iceberg">UpdateRequirementParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadataParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadataParser.html" title="class in org.apache.iceberg.view">ViewMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewVersionParser.html#fromJson(com.fasterxml.jackson.databind.JsonNode)">fromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewVersionParser.html" title="class in org.apache.iceberg.view">ViewVersionParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignRequestParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignRequestParser.html" title="class in org.apache.iceberg.aws.s3.signer">S3SignRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignResponseParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignResponseParser.html" title="class in org.apache.iceberg.aws.s3.signer">S3SignResponseParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifierParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifierParser.html" title="class in org.apache.iceberg.catalog">TableIdentifierParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionParser.html" title="class in org.apache.iceberg.expressions">ExpressionParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIOParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIOParser.html" title="class in org.apache.iceberg.io">FileIOParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/NameMappingParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/NameMappingParser.html" title="class in org.apache.iceberg.mapping">NameMappingParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdateParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdateParser.html" title="class in org.apache.iceberg">MetadataUpdateParser</a></dt>
<dd>
<div class="block">Read MetadataUpdate from a JSON string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitReportParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitReportParser.html" title="class in org.apache.iceberg.metrics">CommitReportParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanReportParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanReportParser.html" title="class in org.apache.iceberg.metrics">ScanReportParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/FileMetadataParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/FileMetadataParser.html" title="class in org.apache.iceberg.puffin">FileMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CommitTransactionRequestParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CommitTransactionRequestParser.html" title="class in org.apache.iceberg.rest.requests">CommitTransactionRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RegisterTableRequestParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RegisterTableRequestParser.html" title="class in org.apache.iceberg.rest.requests">RegisterTableRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequestParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequestParser.html" title="class in org.apache.iceberg.rest.requests">ReportMetricsRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateRequirementParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateRequirementParser.html" title="class in org.apache.iceberg.rest.requests">UpdateRequirementParser</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Read MetadataUpdate from a JSON string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequestParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequestParser.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponseParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponseParser.html" title="class in org.apache.iceberg.rest.responses">ErrorResponseParser</a></dt>
<dd>
<div class="block">Read ErrorResponse from a JSON string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SchemaParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SchemaParser.html" title="class in org.apache.iceberg">SchemaParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotParser.html" title="class in org.apache.iceberg">SnapshotParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRefParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRefParser.html" title="class in org.apache.iceberg">SnapshotRefParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrderParser.html" title="class in org.apache.iceberg">SortOrderParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>
<div class="block">Read TableMetadata from a JSON string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirementParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirementParser.html" title="class in org.apache.iceberg">UpdateRequirementParser</a></dt>
<dd>
<div class="block">Read MetadataUpdate from a JSON string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadataParser.html#fromJson(java.lang.String)">fromJson(String)</a></span> - Static method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadataParser.html" title="class in org.apache.iceberg.view">ViewMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileScanTaskParser.html#fromJson(java.lang.String,boolean)">fromJson(String, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/FileScanTaskParser.html" title="class in org.apache.iceberg">FileScanTaskParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#fromJson(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">fromJson(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadataParser.html#fromJson(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">fromJson(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadataParser.html" title="class in org.apache.iceberg.view">ViewMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIOParser.html#fromJson(java.lang.String,java.lang.Object)">fromJson(String, Object)</a></span> - Static method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIOParser.html" title="class in org.apache.iceberg.io">FileIOParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#fromJson(java.lang.String,java.lang.String)">fromJson(String, String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>
<div class="block">Read TableMetadata from a JSON string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadataParser.html#fromJson(java.lang.String,java.lang.String)">fromJson(String, String)</a></span> - Static method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadataParser.html" title="class in org.apache.iceberg.view">ViewMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionParser.html#fromJson(java.lang.String,org.apache.iceberg.Schema)">fromJson(String, Schema)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionParser.html" title="class in org.apache.iceberg.expressions">ExpressionParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#fromJson(org.apache.iceberg.io.InputFile,com.fasterxml.jackson.databind.JsonNode)">fromJson(InputFile, JsonNode)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpecParser.html#fromJson(org.apache.iceberg.Schema,com.fasterxml.jackson.databind.JsonNode)">fromJson(Schema, JsonNode)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpecParser.html" title="class in org.apache.iceberg">PartitionSpecParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderParser.html#fromJson(org.apache.iceberg.Schema,com.fasterxml.jackson.databind.JsonNode)">fromJson(Schema, JsonNode)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrderParser.html" title="class in org.apache.iceberg">SortOrderParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderParser.html#fromJson(org.apache.iceberg.Schema,com.fasterxml.jackson.databind.JsonNode,int)">fromJson(Schema, JsonNode, int)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrderParser.html" title="class in org.apache.iceberg">SortOrderParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpecParser.html#fromJson(org.apache.iceberg.Schema,java.lang.String)">fromJson(Schema, String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpecParser.html" title="class in org.apache.iceberg">PartitionSpecParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderParser.html#fromJson(org.apache.iceberg.Schema,java.lang.String)">fromJson(Schema, String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrderParser.html" title="class in org.apache.iceberg">SortOrderParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SingleValueParser.html#fromJson(org.apache.iceberg.types.Type,com.fasterxml.jackson.databind.JsonNode)">fromJson(Type, JsonNode)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SingleValueParser.html" title="class in org.apache.iceberg">SingleValueParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SingleValueParser.html#fromJson(org.apache.iceberg.types.Type,java.lang.String)">fromJson(Type, String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SingleValueParser.html" title="class in org.apache.iceberg">SingleValueParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#fromLocation(java.lang.CharSequence,long,org.apache.hadoop.conf.Configuration)">fromLocation(CharSequence, long, Configuration)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#fromLocation(java.lang.CharSequence,long,org.apache.hadoop.fs.FileSystem)">fromLocation(CharSequence, long, FileSystem)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#fromLocation(java.lang.CharSequence,org.apache.hadoop.conf.Configuration)">fromLocation(CharSequence, Configuration)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#fromLocation(java.lang.CharSequence,org.apache.hadoop.conf.Configuration)">fromLocation(CharSequence, Configuration)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#fromLocation(java.lang.CharSequence,org.apache.hadoop.fs.FileSystem)">fromLocation(CharSequence, FileSystem)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#fromLocation(java.lang.CharSequence,org.apache.hadoop.fs.FileSystem)">fromLocation(CharSequence, FileSystem)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3InputFile.html#fromLocation(java.lang.String,long,software.amazon.awssdk.services.s3.S3Client,org.apache.iceberg.aws.s3.S3FileIOProperties,org.apache.iceberg.metrics.MetricsContext)">fromLocation(String, long, S3Client, S3FileIOProperties, MetricsContext)</a></span> - Static method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3InputFile.html" title="class in org.apache.iceberg.aws.s3">S3InputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3InputFile.html#fromLocation(java.lang.String,software.amazon.awssdk.services.s3.S3Client,org.apache.iceberg.aws.s3.S3FileIOProperties,org.apache.iceberg.metrics.MetricsContext)">fromLocation(String, S3Client, S3FileIOProperties, MetricsContext)</a></span> - Static method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3InputFile.html" title="class in org.apache.iceberg.aws.s3">S3InputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3OutputFile.html#fromLocation(java.lang.String,software.amazon.awssdk.services.s3.S3Client,org.apache.iceberg.aws.s3.S3FileIOProperties,org.apache.iceberg.metrics.MetricsContext)">fromLocation(String, S3Client, S3FileIOProperties, MetricsContext)</a></span> - Static method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3OutputFile.html" title="class in org.apache.iceberg.aws.s3">S3OutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.html#fromManifest(org.apache.iceberg.ManifestFile)">fromManifest(ManifestFile)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.html" title="class in org.apache.iceberg">DataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#fromManifest(org.apache.iceberg.ManifestFile)">fromManifest(ManifestFile)</a></span> - Static method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DistributionMode.html#fromName(java.lang.String)">fromName(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/DistributionMode.html" title="enum in org.apache.iceberg">DistributionMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IsolationLevel.html#fromName(java.lang.String)">fromName(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/IsolationLevel.html" title="enum in org.apache.iceberg">IsolationLevel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PlanningMode.html#fromName(java.lang.String)">fromName(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/PlanningMode.html" title="enum in org.apache.iceberg">PlanningMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteJobOrder.html#fromName(java.lang.String)">fromName(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/RewriteJobOrder.html" title="enum in org.apache.iceberg">RewriteJobOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowLevelOperationMode.html#fromName(java.lang.String)">fromName(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/RowLevelOperationMode.html" title="enum in org.apache.iceberg">RowLevelOperationMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.Codec.html#fromName(java.lang.String)">fromName(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.Codec.html" title="enum in org.apache.iceberg">TableMetadataParser.Codec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Conversions.html#fromPartitionString(org.apache.iceberg.types.Type,java.lang.String)">fromPartitionString(Type, String)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Conversions.html" title="class in org.apache.iceberg.types">Conversions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#fromPath(org.apache.hadoop.fs.Path,long,org.apache.hadoop.conf.Configuration)">fromPath(Path, long, Configuration)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#fromPath(org.apache.hadoop.fs.Path,long,org.apache.hadoop.fs.FileSystem)">fromPath(Path, long, FileSystem)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#fromPath(org.apache.hadoop.fs.Path,long,org.apache.hadoop.fs.FileSystem,org.apache.hadoop.conf.Configuration)">fromPath(Path, long, FileSystem, Configuration)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#fromPath(org.apache.hadoop.fs.Path,org.apache.hadoop.conf.Configuration)">fromPath(Path, Configuration)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#fromPath(org.apache.hadoop.fs.Path,org.apache.hadoop.conf.Configuration)">fromPath(Path, Configuration)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#fromPath(org.apache.hadoop.fs.Path,org.apache.hadoop.fs.FileSystem)">fromPath(Path, FileSystem)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#fromPath(org.apache.hadoop.fs.Path,org.apache.hadoop.fs.FileSystem)">fromPath(Path, FileSystem)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#fromPath(org.apache.hadoop.fs.Path,org.apache.hadoop.fs.FileSystem,org.apache.hadoop.conf.Configuration)">fromPath(Path, FileSystem, Configuration)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#fromPath(org.apache.hadoop.fs.Path,org.apache.hadoop.fs.FileSystem,org.apache.hadoop.conf.Configuration)">fromPath(Path, FileSystem, Configuration)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.html#fromPrimitiveString(java.lang.String)">fromPrimitiveString(String)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.html" title="class in org.apache.iceberg.types">Types</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsConfig.html#fromProperties(java.util.Map)">fromProperties(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsConfig.html" title="class in org.apache.iceberg">MetricsConfig</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">use <a href="org/apache/iceberg/MetricsConfig.html#forTable(org.apache.iceberg.Table)"><code>MetricsConfig.forTable(Table)</code></a></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#fromScanMetrics(org.apache.iceberg.metrics.ScanMetrics)">fromScanMetrics(ScanMetrics)</a></span> - Static method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IncrementalScan.html#fromSnapshotExclusive(long)">fromSnapshotExclusive(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/IncrementalScan.html" title="interface in org.apache.iceberg">IncrementalScan</a></dt>
<dd>
<div class="block">Instructs this scan to look for changes starting from a particular snapshot (exclusive).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IncrementalScan.html#fromSnapshotExclusive(java.lang.String)">fromSnapshotExclusive(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/IncrementalScan.html" title="interface in org.apache.iceberg">IncrementalScan</a></dt>
<dd>
<div class="block">Instructs this scan to look for changes starting from a particular snapshot (exclusive).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/IncrementalScanEvent.html#fromSnapshotId()">fromSnapshotId()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/IncrementalScanEvent.html" title="class in org.apache.iceberg.events">IncrementalScanEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IncrementalScan.html#fromSnapshotInclusive(long)">fromSnapshotInclusive(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/IncrementalScan.html" title="interface in org.apache.iceberg">IncrementalScan</a></dt>
<dd>
<div class="block">Instructs this scan to look for changes starting from a particular snapshot (inclusive).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IncrementalScan.html#fromSnapshotInclusive(java.lang.String)">fromSnapshotInclusive(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/IncrementalScan.html" title="interface in org.apache.iceberg">IncrementalScan</a></dt>
<dd>
<div class="block">Instructs this scan to look for changes starting from a particular snapshot (inclusive).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#fromStatus(org.apache.hadoop.fs.FileStatus,org.apache.hadoop.conf.Configuration)">fromStatus(FileStatus, Configuration)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#fromStatus(org.apache.hadoop.fs.FileStatus,org.apache.hadoop.fs.FileSystem)">fromStatus(FileStatus, FileSystem)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#fromStatus(org.apache.hadoop.fs.FileStatus,org.apache.hadoop.fs.FileSystem,org.apache.hadoop.conf.Configuration)">fromStatus(FileStatus, FileSystem, Configuration)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteOrphanFiles.PrefixMismatchMode.html#fromString(java.lang.String)">fromString(String)</a></span> - Static method in enum org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteOrphanFiles.PrefixMismatchMode.html" title="enum in org.apache.iceberg.actions">DeleteOrphanFiles.PrefixMismatchMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#fromString(java.lang.String)">fromString(String)</a></span> - Static method in enum org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileFormat.html#fromString(java.lang.String)">fromString(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg">FileFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.html#fromString(java.lang.String)">fromString(String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.html" title="class in org.apache.iceberg">MetricsModes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortDirection.html#fromString(java.lang.String)">fromString(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/SortDirection.html" title="enum in org.apache.iceberg">SortDirection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#fromString(java.lang.String)">fromString(String)</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#fromString(org.apache.iceberg.types.Type,java.lang.String)">fromString(Type, String)</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/AvroGenericRecordReaderFunction.html#fromTable(org.apache.iceberg.Table)">fromTable(Table)</a></span> - Static method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/AvroGenericRecordReaderFunction.html" title="class in org.apache.iceberg.flink.source.reader">AvroGenericRecordReaderFunction</a></dt>
<dd>
<div class="block">Create a reader function without projection and name mapping.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/TimerResult.html#fromTimer(org.apache.iceberg.metrics.Timer)">fromTimer(Timer)</a></span> - Static method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/TimerResult.html" title="interface in org.apache.iceberg.metrics">TimerResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html#fromTokenExchange(org.apache.iceberg.rest.RESTClient,java.util.concurrent.ScheduledExecutorService,java.lang.String,java.lang.String,org.apache.iceberg.rest.auth.OAuth2Util.AuthSession)">fromTokenExchange(RESTClient, ScheduledExecutorService, String, String, OAuth2Util.AuthSession)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util.AuthSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html#fromTokenResponse(org.apache.iceberg.rest.RESTClient,java.util.concurrent.ScheduledExecutorService,org.apache.iceberg.rest.responses.OAuthTokenResponse,long,org.apache.iceberg.rest.auth.OAuth2Util.AuthSession)">fromTokenResponse(RESTClient, ScheduledExecutorService, OAuthTokenResponse, long, OAuth2Util.AuthSession)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util.AuthSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.Full.html#%3Cinit%3E()">Full()</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.Full.html" title="class in org.apache.iceberg">MetricsModes.Full</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.html#fullTableName(java.lang.String,org.apache.iceberg.catalog.TableIdentifier)">fullTableName(String, TableIdentifier)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.html" title="class in org.apache.iceberg">BaseMetastoreCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IcebergBuild.html#fullVersion()">fullVersion()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/IcebergBuild.html" title="class in org.apache.iceberg">IcebergBuild</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#functionExists(org.apache.flink.table.catalog.ObjectPath)">functionExists(ObjectPath)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#GC_ENABLED">GC_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#GC_ENABLED_DEFAULT">GC_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/Ciphers.html#GCM_STREAM_MAGIC_STRING">GCM_STREAM_MAGIC_STRING</a></span> - Static variable in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/Ciphers.html" title="class in org.apache.iceberg.encryption">Ciphers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/Ciphers.html#GCM_TAG_LENGTH">GCM_TAG_LENGTH</a></span> - Static variable in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/Ciphers.html" title="class in org.apache.iceberg.encryption">Ciphers</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp"><span class="typeNameLink">GCPProperties</span></a> - Class in <a href="org/apache/iceberg/gcp/package-summary.html">org.apache.iceberg.gcp</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#%3Cinit%3E()">GCPProperties()</a></span> - Constructor for class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#%3Cinit%3E(java.util.Map)">GCPProperties(Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#GCS_CHANNEL_READ_CHUNK_SIZE">GCS_CHANNEL_READ_CHUNK_SIZE</a></span> - Static variable in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#GCS_CHANNEL_WRITE_CHUNK_SIZE">GCS_CHANNEL_WRITE_CHUNK_SIZE</a></span> - Static variable in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#GCS_CLIENT_LIB_TOKEN">GCS_CLIENT_LIB_TOKEN</a></span> - Static variable in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#GCS_DECRYPTION_KEY">GCS_DECRYPTION_KEY</a></span> - Static variable in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#GCS_DELETE_BATCH_SIZE">GCS_DELETE_BATCH_SIZE</a></span> - Static variable in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>
<div class="block">Configure the batch size used when deleting multiple files from a given GCS bucket</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#GCS_DELETE_BATCH_SIZE_DEFAULT">GCS_DELETE_BATCH_SIZE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>
<div class="block">Max possible batch size for deletion.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#GCS_ENCRYPTION_KEY">GCS_ENCRYPTION_KEY</a></span> - Static variable in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#GCS_OAUTH2_TOKEN">GCS_OAUTH2_TOKEN</a></span> - Static variable in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#GCS_OAUTH2_TOKEN_EXPIRES_AT">GCS_OAUTH2_TOKEN_EXPIRES_AT</a></span> - Static variable in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#GCS_PROJECT_ID">GCS_PROJECT_ID</a></span> - Static variable in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#GCS_SERVICE_HOST">GCS_SERVICE_HOST</a></span> - Static variable in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#GCS_USER_PROJECT">GCS_USER_PROJECT</a></span> - Static variable in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html" title="class in org.apache.iceberg.gcp.gcs"><span class="typeNameLink">GCSFileIO</span></a> - Class in <a href="org/apache/iceberg/gcp/gcs/package-summary.html">org.apache.iceberg.gcp.gcs</a></dt>
<dd>
<div class="block">FileIO Implementation backed by Google Cloud Storage (GCS)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html#%3Cinit%3E()">GCSFileIO()</a></span> - Constructor for class org.apache.iceberg.gcp.gcs.<a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html" title="class in org.apache.iceberg.gcp.gcs">GCSFileIO</a></dt>
<dd>
<div class="block">No-arg constructor to load the FileIO dynamically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html#%3Cinit%3E(org.apache.iceberg.util.SerializableSupplier,org.apache.iceberg.gcp.GCPProperties)">GCSFileIO(SerializableSupplier&lt;Storage&gt;, GCPProperties)</a></span> - Constructor for class org.apache.iceberg.gcp.gcs.<a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html" title="class in org.apache.iceberg.gcp.gcs">GCSFileIO</a></dt>
<dd>
<div class="block">Constructor with custom storage supplier and GCP properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MicroBatches.MicroBatchBuilder.html#generate(long,long,boolean)">generate(long, long, boolean)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MicroBatches.MicroBatchBuilder.html" title="class in org.apache.iceberg">MicroBatches.MicroBatchBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MicroBatches.MicroBatchBuilder.html#generate(long,long,long,boolean)">generate(long, long, long, boolean)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MicroBatches.MicroBatchBuilder.html" title="class in org.apache.iceberg">MicroBatches.MicroBatchBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.ToJson.html#generate(com.fasterxml.jackson.core.JsonGenerator)">generate(JsonGenerator)</a></span> - Method in interface org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.ToJson.html" title="interface in org.apache.iceberg.util">JsonUtil.ToJson</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#generate(org.apache.iceberg.util.JsonUtil.ToJson,boolean)">generate(JsonUtil.ToJson, boolean)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>
<div class="block">Helper for writing JSON with a JsonGenerator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergFilterFactory.html#generateFilterExpression(org.apache.hadoop.hive.ql.io.sarg.SearchArgument)">generateFilterExpression(SearchArgument)</a></span> - Static method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergFilterFactory.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergFilterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#generateIndicesToIdentifySameRow(int,java.util.Set)">generateIndicesToIdentifySameRow(int, Set&lt;Integer&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/KmsClient.html#generateKey(java.lang.String)">generateKey(String)</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/KmsClient.html" title="interface in org.apache.iceberg.encryption">KmsClient</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Generate a new secret key in the KMS server, and wrap it using a wrapping/master key which is
stored in KMS and referenced by an ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotIdGeneratorUtil.html#generateSnapshotID()">generateSnapshotID()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotIdGeneratorUtil.html" title="class in org.apache.iceberg">SnapshotIdGeneratorUtil</a></dt>
<dd>
<div class="block">Create a new ID for a Snapshot</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.InMemoryDataModel.html#GENERIC">GENERIC</a></span> - org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.InMemoryDataModel.html" title="enum in org.apache.iceberg.mr">InputFormatConfig.InMemoryDataModel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/GenericAppenderFactory.html" title="class in org.apache.iceberg.data"><span class="typeNameLink">GenericAppenderFactory</span></a> - Class in <a href="org/apache/iceberg/data/package-summary.html">org.apache.iceberg.data</a></dt>
<dd>
<div class="block">Factory to create a new <a href="org/apache/iceberg/io/FileAppender.html" title="interface in org.apache.iceberg.io"><code>FileAppender</code></a> to write <a href="org/apache/iceberg/data/Record.html" title="interface in org.apache.iceberg.data"><code>Record</code></a>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericAppenderFactory.html#%3Cinit%3E(org.apache.iceberg.Schema)">GenericAppenderFactory(Schema)</a></span> - Constructor for class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericAppenderFactory.html" title="class in org.apache.iceberg.data">GenericAppenderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericAppenderFactory.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec)">GenericAppenderFactory(Schema, PartitionSpec)</a></span> - Constructor for class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericAppenderFactory.html" title="class in org.apache.iceberg.data">GenericAppenderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericAppenderFactory.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,int%5B%5D,org.apache.iceberg.Schema,org.apache.iceberg.Schema)">GenericAppenderFactory(Schema, PartitionSpec, int[], Schema, Schema)</a></span> - Constructor for class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericAppenderFactory.html" title="class in org.apache.iceberg.data">GenericAppenderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">GenericArrowVectorAccessorFactory</span></a>&lt;<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.html" title="type parameter in GenericArrowVectorAccessorFactory">DecimalT</a>,&#8203;<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.html" title="type parameter in GenericArrowVectorAccessorFactory">Utf8StringT</a>,&#8203;<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.html" title="type parameter in GenericArrowVectorAccessorFactory">ArrayT</a>,&#8203;<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.html" title="type parameter in GenericArrowVectorAccessorFactory">ChildVectorT</a> extends java.lang.AutoCloseable&gt; - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">This class is creates typed <a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized"><code>ArrowVectorAccessor</code></a> from <a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized"><code>VectorHolder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.html#%3Cinit%3E(java.util.function.Supplier,java.util.function.Supplier,java.util.function.Supplier,java.util.function.Supplier)">GenericArrowVectorAccessorFactory(Supplier&lt;GenericArrowVectorAccessorFactory.DecimalFactory&lt;DecimalT&gt;&gt;, Supplier&lt;GenericArrowVectorAccessorFactory.StringFactory&lt;Utf8StringT&gt;&gt;, Supplier&lt;GenericArrowVectorAccessorFactory.StructChildFactory&lt;ChildVectorT&gt;&gt;, Supplier&lt;GenericArrowVectorAccessorFactory.ArrayFactory&lt;ChildVectorT, ArrayT&gt;&gt;)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.html" title="class in org.apache.iceberg.arrow.vectorized">GenericArrowVectorAccessorFactory</a></dt>
<dd>
<div class="block">The constructor is parameterized using the decimal, string, struct and array factories.</div>
</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.ArrayFactory.html" title="interface in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">GenericArrowVectorAccessorFactory.ArrayFactory</span></a>&lt;<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.ArrayFactory.html" title="type parameter in GenericArrowVectorAccessorFactory.ArrayFactory">ChildVectorT</a>,&#8203;<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.ArrayFactory.html" title="type parameter in GenericArrowVectorAccessorFactory.ArrayFactory">ArrayT</a>&gt; - Interface in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">Create an array value of type <code>ArrayT</code> from arrow vector value.</div>
</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.DecimalFactory.html" title="interface in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">GenericArrowVectorAccessorFactory.DecimalFactory</span></a>&lt;<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.DecimalFactory.html" title="type parameter in GenericArrowVectorAccessorFactory.DecimalFactory">DecimalT</a>&gt; - Interface in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">Create a decimal value of type <code>DecimalT</code> from arrow vector value.</div>
</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StringFactory.html" title="interface in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">GenericArrowVectorAccessorFactory.StringFactory</span></a>&lt;<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StringFactory.html" title="type parameter in GenericArrowVectorAccessorFactory.StringFactory">Utf8StringT</a>&gt; - Interface in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">Create a UTF8 String value of type <code>Utf8StringT</code> from arrow vector value.</div>
</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StructChildFactory.html" title="interface in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">GenericArrowVectorAccessorFactory.StructChildFactory</span></a>&lt;<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StructChildFactory.html" title="type parameter in GenericArrowVectorAccessorFactory.StructChildFactory">ChildVectorT</a>&gt; - Interface in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">Create a struct child vector of type <code>ChildVectorT</code> from arrow vector value.</div>
</dd>
<dt><a href="org/apache/iceberg/avro/GenericAvroReader.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">GenericAvroReader</span></a>&lt;<a href="org/apache/iceberg/avro/GenericAvroReader.html" title="type parameter in GenericAvroReader">T</a>&gt; - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/GenericAvroWriter.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">GenericAvroWriter</span></a>&lt;<a href="org/apache/iceberg/avro/GenericAvroWriter.html" title="type parameter in GenericAvroWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/GenericBlobMetadata.html" title="class in org.apache.iceberg"><span class="typeNameLink">GenericBlobMetadata</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericBlobMetadata.html#%3Cinit%3E(java.lang.String,long,long,java.util.List,java.util.Map)">GenericBlobMetadata(String, long, long, List&lt;Integer&gt;, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/GenericBlobMetadata.html" title="class in org.apache.iceberg">GenericBlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/GenericDeleteFilter.html" title="class in org.apache.iceberg.data"><span class="typeNameLink">GenericDeleteFilter</span></a> - Class in <a href="org/apache/iceberg/data/package-summary.html">org.apache.iceberg.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericDeleteFilter.html#%3Cinit%3E(org.apache.iceberg.io.FileIO,org.apache.iceberg.FileScanTask,org.apache.iceberg.Schema,org.apache.iceberg.Schema)">GenericDeleteFilter(FileIO, FileScanTask, Schema, Schema)</a></span> - Constructor for class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericDeleteFilter.html" title="class in org.apache.iceberg.data">GenericDeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#genericFixed(int)">genericFixed(int)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg"><span class="typeNameLink">GenericManifestFile</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#%3Cinit%3E(java.lang.String,long,int,org.apache.iceberg.ManifestContent,long,long,java.lang.Long,int,long,int,long,int,long,java.util.List,java.nio.ByteBuffer)">GenericManifestFile(String, long, int, ManifestContent, long, long, Long, int, long, int, long, int, long, List&lt;ManifestFile.PartitionFieldSummary&gt;, ByteBuffer)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#%3Cinit%3E(org.apache.avro.Schema)">GenericManifestFile(Schema)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>
<div class="block">Used by Avro reflection to instantiate this class when reading manifest files.</div>
</dd>
<dt><a href="org/apache/iceberg/GenericManifestFile.CopyBuilder.html" title="class in org.apache.iceberg"><span class="typeNameLink">GenericManifestFile.CopyBuilder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/orc/GenericOrcReader.html" title="class in org.apache.iceberg.data.orc"><span class="typeNameLink">GenericOrcReader</span></a> - Class in <a href="org/apache/iceberg/data/orc/package-summary.html">org.apache.iceberg.data.orc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReader.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.orc.TypeDescription,java.util.Map)">GenericOrcReader(Schema, TypeDescription, Map&lt;Integer, ?&gt;)</a></span> - Constructor for class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReader.html" title="class in org.apache.iceberg.data.orc">GenericOrcReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/orc/GenericOrcReaders.html" title="class in org.apache.iceberg.data.orc"><span class="typeNameLink">GenericOrcReaders</span></a> - Class in <a href="org/apache/iceberg/data/orc/package-summary.html">org.apache.iceberg.data.orc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/orc/GenericOrcWriter.html" title="class in org.apache.iceberg.data.orc"><span class="typeNameLink">GenericOrcWriter</span></a> - Class in <a href="org/apache/iceberg/data/orc/package-summary.html">org.apache.iceberg.data.orc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc"><span class="typeNameLink">GenericOrcWriters</span></a> - Class in <a href="org/apache/iceberg/data/orc/package-summary.html">org.apache.iceberg.data.orc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/orc/GenericOrcWriters.StructWriter.html" title="class in org.apache.iceberg.data.orc"><span class="typeNameLink">GenericOrcWriters.StructWriter</span></a>&lt;<a href="org/apache/iceberg/data/orc/GenericOrcWriters.StructWriter.html" title="type parameter in GenericOrcWriters.StructWriter">S</a>&gt; - Class in <a href="org/apache/iceberg/data/orc/package-summary.html">org.apache.iceberg.data.orc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/parquet/GenericParquetReaders.html" title="class in org.apache.iceberg.data.parquet"><span class="typeNameLink">GenericParquetReaders</span></a> - Class in <a href="org/apache/iceberg/data/parquet/package-summary.html">org.apache.iceberg.data.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/parquet/GenericParquetWriter.html" title="class in org.apache.iceberg.data.parquet"><span class="typeNameLink">GenericParquetWriter</span></a> - Class in <a href="org/apache/iceberg/data/parquet/package-summary.html">org.apache.iceberg.data.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg"><span class="typeNameLink">GenericPartitionFieldSummary</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericPartitionFieldSummary.html#%3Cinit%3E(boolean,boolean,java.nio.ByteBuffer,java.nio.ByteBuffer)">GenericPartitionFieldSummary(boolean, boolean, ByteBuffer, ByteBuffer)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg">GenericPartitionFieldSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericPartitionFieldSummary.html#%3Cinit%3E(org.apache.avro.Schema)">GenericPartitionFieldSummary(Schema)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg">GenericPartitionFieldSummary</a></dt>
<dd>
<div class="block">Used by Avro reflection to instantiate this class when reading manifest files.</div>
</dd>
<dt><a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data"><span class="typeNameLink">GenericRecord</span></a> - Class in <a href="org/apache/iceberg/data/package-summary.html">org.apache.iceberg.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/GenericStatisticsFile.html" title="class in org.apache.iceberg"><span class="typeNameLink">GenericStatisticsFile</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericStatisticsFile.html#%3Cinit%3E(long,java.lang.String,long,long,java.util.List)">GenericStatisticsFile(long, String, long, long, List&lt;BlobMetadata&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/GenericStatisticsFile.html" title="class in org.apache.iceberg">GenericStatisticsFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.BoundField.html#get()">get()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.BoundField.html" title="class in org.apache.iceberg.common">DynFields.BoundField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.StaticField.html#get()">get()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.StaticField.html" title="class in org.apache.iceberg.common">DynFields.StaticField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/InternalRecordWrapper.html#get()">get()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/InternalRecordWrapper.html" title="class in org.apache.iceberg.data">InternalRecordWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/DeleteCounter.html#get()">get()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/DeleteCounter.html" title="class in org.apache.iceberg.deletes">DeleteCounter</a></dt>
<dd>
<div class="block">Return the current value of the counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/EnvironmentContext.html#get()">get()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/EnvironmentContext.html" title="class in org.apache.iceberg">EnvironmentContext</a></dt>
<dd>
<div class="block">Returns a <code>Map</code> of all properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HiddenPathFilter.html#get()">get()</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HiddenPathFilter.html" title="class in org.apache.iceberg.hadoop">HiddenPathFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/SerializableConfiguration.html#get()">get()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/SerializableConfiguration.html" title="class in org.apache.iceberg.hadoop">SerializableConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.Counts.html#get()">get()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.Counts.html" title="class in org.apache.iceberg">MetricsModes.Counts</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.Full.html#get()">get()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.Full.html" title="class in org.apache.iceberg">MetricsModes.Full</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.None.html#get()">get()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.None.html" title="class in org.apache.iceberg">MetricsModes.None</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergBinaryObjectInspector.html#get()">get()</a></span> - Static method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergBinaryObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergBinaryObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDateObjectInspector.html#get()">get()</a></span> - Static method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDateObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergDateObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergFixedObjectInspector.html#get()">get()</a></span> - Static method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergFixedObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergFixedObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimeObjectInspector.html#get()">get()</a></span> - Static method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimeObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimeObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampObjectInspector.html#get()">get()</a></span> - Static method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimestampObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampWithZoneObjectInspector.html#get()">get()</a></span> - Static method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampWithZoneObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimestampWithZoneObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergUUIDObjectInspector.html#get()">get()</a></span> - Static method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergUUIDObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergUUIDObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/Container.html#get()">get()</a></span> - Method in class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/Container.html" title="class in org.apache.iceberg.mr.mapred">Container</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SparkActions.html#get()">get()</a></span> - Static method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SparkActions.html" title="class in org.apache.iceberg.spark.actions">SparkActions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/FileRewriteCoordinator.html#get()">get()</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/FileRewriteCoordinator.html" title="class in org.apache.iceberg.spark">FileRewriteCoordinator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PositionDeletesRewriteCoordinator.html#get()">get()</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PositionDeletesRewriteCoordinator.html" title="class in org.apache.iceberg.spark">PositionDeletesRewriteCoordinator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ScanTaskSetManager.html#get()">get()</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ScanTaskSetManager.html" title="class in org.apache.iceberg.spark">ScanTaskSetManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkFunctionCatalog.html#get()">get()</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkFunctionCatalog.html" title="class in org.apache.iceberg.spark">SparkFunctionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableCache.html#get()">get()</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableCache.html" title="class in org.apache.iceberg.spark">SparkTableCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.BinaryType.html#get()">get()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.BinaryType.html" title="class in org.apache.iceberg.types">Types.BinaryType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.BooleanType.html#get()">get()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.BooleanType.html" title="class in org.apache.iceberg.types">Types.BooleanType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DateType.html#get()">get()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DateType.html" title="class in org.apache.iceberg.types">Types.DateType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DoubleType.html#get()">get()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DoubleType.html" title="class in org.apache.iceberg.types">Types.DoubleType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.FloatType.html#get()">get()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.FloatType.html" title="class in org.apache.iceberg.types">Types.FloatType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.IntegerType.html#get()">get()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.IntegerType.html" title="class in org.apache.iceberg.types">Types.IntegerType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.LongType.html#get()">get()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.LongType.html" title="class in org.apache.iceberg.types">Types.LongType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StringType.html#get()">get()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StringType.html" title="class in org.apache.iceberg.types">Types.StringType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.TimeType.html#get()">get()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.TimeType.html" title="class in org.apache.iceberg.types">Types.TimeType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.UUIDType.html#get()">get()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.UUIDType.html" title="class in org.apache.iceberg.types">Types.UUIDType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.NextID.html#get()">get()</a></span> - Method in interface org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.NextID.html" title="interface in org.apache.iceberg.types">TypeUtil.NextID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceWrapper.html#get()">get()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceWrapper.html" title="class in org.apache.iceberg.util">CharSequenceWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeWrapper.html#get()">get()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeWrapper.html" title="class in org.apache.iceberg.util">StructLikeWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericRecord.html#get(int)">get(int)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data">GenericRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/Record.html#get(int)">get(int)</a></span> - Method in interface org.apache.iceberg.data.<a href="org/apache/iceberg/data/Record.html" title="interface in org.apache.iceberg.data">Record</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#get(int)">get(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericPartitionFieldSummary.html#get(int)">get(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg">GenericPartitionFieldSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#get(int)">get(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Pair.html#get(int)">get(int)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Pair.html" title="class in org.apache.iceberg.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDecimalObjectInspector.html#get(int,int)">get(int, int)</a></span> - Static method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDecimalObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergDecimalObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericRecord.html#get(int,java.lang.Class)">get(int, Class&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data">GenericRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/InternalRecordWrapper.html#get(int,java.lang.Class)">get(int, Class&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/InternalRecordWrapper.html" title="class in org.apache.iceberg.data">InternalRecordWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDelete.html#get(int,java.lang.Class)">get(int, Class&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDelete.html" title="class in org.apache.iceberg.deletes">PositionDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/RowDataWrapper.html#get(int,java.lang.Class)">get(int, Class&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/RowDataWrapper.html" title="class in org.apache.iceberg.flink">RowDataWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#get(int,java.lang.Class)">get(int, Class&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericPartitionFieldSummary.html#get(int,java.lang.Class)">get(int, Class&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg">GenericPartitionFieldSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.ReadableColMetricsStruct.html#get(int,java.lang.Class)">get(int, Class&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.ReadableColMetricsStruct.html" title="class in org.apache.iceberg">MetricsUtil.ReadableColMetricsStruct</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.ReadableMetricsStruct.html#get(int,java.lang.Class)">get(int, Class&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.ReadableMetricsStruct.html" title="class in org.apache.iceberg">MetricsUtil.ReadableMetricsStruct</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#get(int,java.lang.Class)">get(int, Class&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionKey.html#get(int,java.lang.Class)">get(int, Class&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionKey.html" title="class in org.apache.iceberg">PartitionKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkStructLike.html#get(int,java.lang.Class)">get(int, Class&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkStructLike.html" title="class in org.apache.iceberg.spark">SparkStructLike</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StructLike.html#get(int,java.lang.Class)">get(int, Class&lt;T&gt;)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/StructLike.html" title="interface in org.apache.iceberg">StructLike</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructProjection.html#get(int,java.lang.Class)">get(int, Class&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructProjection.html" title="class in org.apache.iceberg.util">StructProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.UnboundField.html#get(java.lang.Object)">get(Object)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.UnboundField.html" title="class in org.apache.iceberg.common">DynFields.UnboundField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#get(java.lang.Object)">get(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeMap.html#get(java.lang.Object)">get(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeMap.html" title="class in org.apache.iceberg.util">StructLikeMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableCache.html#get(java.lang.String)">get(String)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableCache.html" title="class in org.apache.iceberg.spark">SparkTableCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#get(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">get(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#get(java.lang.String,java.lang.Class,java.util.function.Supplier,java.util.function.Consumer)">get(String, Class&lt;T&gt;, Supplier&lt;Map&lt;String, String&gt;&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#get(java.lang.String,java.lang.Class,java.util.Map,java.util.function.Consumer)">get(String, Class&lt;T&gt;, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ContentCache.html#get(java.lang.String,java.util.function.Function)">get(String, Function&lt;String, ContentCache.CacheEntry&gt;)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io">ContentCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#get(java.lang.String,java.util.Map,java.lang.Class,java.util.function.Supplier,java.util.function.Consumer)">get(String, Map&lt;String, String&gt;, Class&lt;T&gt;, Supplier&lt;Map&lt;String, String&gt;&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/HTTPClient.html#get(java.lang.String,java.util.Map,java.lang.Class,java.util.Map,java.util.function.Consumer)">get(String, Map&lt;String, String&gt;, Class&lt;T&gt;, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/HTTPClient.html" title="class in org.apache.iceberg.rest">HTTPClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#get(java.lang.String,java.util.Map,java.lang.Class,java.util.Map,java.util.function.Consumer)">get(String, Map&lt;String, String&gt;, Class&lt;T&gt;, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.PositionDeleteStructWriter.html#get(org.apache.iceberg.deletes.PositionDelete,int)">get(PositionDelete&lt;R&gt;, int)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.PositionDeleteStructWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.PositionDeleteStructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SparkActions.html#get(org.apache.spark.sql.SparkSession)">get(SparkSession)</a></span> - Static method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SparkActions.html" title="class in org.apache.iceberg.spark.actions">SparkActions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.StructReader.html#get(S,int)">get(S, int)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.StructReader.html" title="class in org.apache.iceberg.avro">ValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.StructWriter.html#get(S,int)">get(S, int)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.StructWriter.html" title="class in org.apache.iceberg.avro">ValueWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.StructWriter.html#get(S,int)">get(S, int)</a></span> - Method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.StructWriter.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.StructWriter.html#get(S,int)">get(S, int)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.StructWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Accessor.html#get(T)">get(T)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Accessor.html" title="interface in org.apache.iceberg">Accessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#getAddedSnapshotId()">getAddedSnapshotId()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#getAliases()">getAliases()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns an alias map for this schema, if set.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html#getAllStructFieldRefs()">getAllStructFieldRefs()</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergRecordObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#getApi()">getApi()</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getArity()">getArity()</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getArity()">getArity()</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html#getArray(int)">getArray(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowVectorAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getArray(int)">getArray(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getArray(int)">getArray(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html#getArray(int)">getArray(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnVectorWithFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#getArray(int)">getArray(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#getArray(int)">getArray(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#getArray(int)">getArray(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html#getArrowVector()">getArrowVector()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnVector</a></dt>
<dd>
<div class="block">Decodes a dict-encoded vector and returns the actual arrow vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#getATN()">getATN()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#getATN()">getATN()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html#getAuthority()">getAuthority()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction.FileURI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#getAuthorizationProvider()">getAuthorizationProvider()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html#getBinary(int)">getBinary(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowVectorAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html#getBinary(int)">getBinary(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getBinary(int)">getBinary(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getBinary(int)">getBinary(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html#getBinary(int)">getBinary(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnVectorWithFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#getBinary(int)">getBinary(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#getBinary(int)">getBinary(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#getBinary(int)">getBinary(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#getBlockLocations(long,long)">getBlockLocations(long, long)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getBool(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getBool(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html#getBoolean(int)">getBoolean(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowVectorAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html#getBoolean(int)">getBoolean(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getBoolean(int)">getBoolean(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getBoolean(int)">getBoolean(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html#getBoolean(int)">getBoolean(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnVectorWithFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#getBoolean(int)">getBoolean(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#getBoolean(int)">getBoolean(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#getBoolean(int)">getBoolean(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.html#getBoundedness()">getBoundedness()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.html" title="class in org.apache.iceberg.flink.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html#getBuffer(int)">getBuffer(int)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html" title="class in org.apache.iceberg.parquet">ValuesAsBytesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getByte(int)">getByte(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getByte(int)">getByte(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#getByte(int)">getByte(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#getByte(int)">getByte(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#getByte(int)">getByte(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getByteBufferOrNull(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getByteBufferOrNull(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html#getCategory()">getCategory()</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergRecordObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergTableSource.html#getChangelogMode()">getChangelogMode()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergTableSource.html" title="class in org.apache.iceberg.flink.source">IcebergTableSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/IcebergTableSink.html#getChangelogMode(org.apache.flink.table.connector.ChangelogMode)">getChangelogMode(ChangelogMode)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/IcebergTableSink.html" title="class in org.apache.iceberg.flink">IcebergTableSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#getChannelNames()">getChannelNames()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#getChild(int)">getChild(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#getChild(int)">getChild(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#getChild(int)">getChild(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetCodecFactory.html#getCodec(org.apache.parquet.hadoop.metadata.CompressionCodecName)">getCodec(CompressionCodecName)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetCodecFactory.html" title="class in org.apache.iceberg.parquet">ParquetCodecFactory</a></dt>
<dd>
<div class="block">This is copied from <code>CodecFactory</code> and modified to include the level in the cache key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#getConf()">getConf()</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#getConf()">getConf()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#getConf()">getConf()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#getConf()">getConf()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#getConf()">getConf()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTables.html#getConf()">getConf()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTables.html" title="class in org.apache.iceberg.hadoop">HadoopTables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#getConf()">getConf()</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#getConf()">getConf()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#getConf()">getConf()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.ConstantVectorHolder.html#getConstant()">getConstant()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.ConstantVectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder.ConstantVectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Ctor.html#getConstructedClass()">getConstructedClass()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Ctor.html" title="class in org.apache.iceberg.common">DynConstructors.Ctor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#getContent()">getContent()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/UUIDConversion.html#getConvertedType()">getConvertedType()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/UUIDConversion.html" title="class in org.apache.iceberg.avro">UUIDConversion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/shuffle/DataStatisticsCoordinatorProvider.html#getCoordinator(org.apache.flink.runtime.operators.coordination.OperatorCoordinator.Context)">getCoordinator(OperatorCoordinator.Context)</a></span> - Method in class org.apache.iceberg.flink.sink.shuffle.<a href="org/apache/iceberg/flink/sink/shuffle/DataStatisticsCoordinatorProvider.html" title="class in org.apache.iceberg.flink.sink.shuffle">DataStatisticsCoordinatorProvider</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#getCredential()">getCredential()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CredentialSupplier.html#getCredential()">getCredential()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CredentialSupplier.html" title="interface in org.apache.iceberg.io">CredentialSupplier</a></dt>
<dd>
<div class="block">Returns the credential string</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html#getCurrentKey()">getCurrentKey()</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html" title="class in org.apache.iceberg.pig">IcebergPigInputFormat.IcebergRecordReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html#getCurrentValue()">getCurrentValue()</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html" title="class in org.apache.iceberg.pig">IcebergPigInputFormat.IcebergRecordReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#getDatabase(java.lang.String)">getDatabase(String)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html#getDecimal(int,int,int)">getDecimal(int, int, int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowVectorAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html#getDecimal(int,int,int)">getDecimal(int, int, int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getDecimal(int,int,int)">getDecimal(int, int, int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getDecimal(int,int,int)">getDecimal(int, int, int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html#getDecimal(int,int,int)">getDecimal(int, int, int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnVectorWithFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#getDecimal(int,int,int)">getDecimal(int, int, int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#getDecimal(int,int,int)">getDecimal(int, int, int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#getDecimal(int,int,int)">getDecimal(int, int, int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsConfig.html#getDefault()">getDefault()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsConfig.html" title="class in org.apache.iceberg">MetricsConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html#getDefaultReadLimit()">getDefaultReadLimit()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html" title="class in org.apache.iceberg.spark.source">SparkMicroBatchStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DelegatingInputStream.html#getDelegate()">getDelegate()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/DelegatingInputStream.html" title="interface in org.apache.iceberg.io">DelegatingInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DelegatingOutputStream.html#getDelegate()">getDelegate()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/DelegatingOutputStream.html" title="interface in org.apache.iceberg.io">DelegatingOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html#getDouble(int)">getDouble(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowVectorAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html#getDouble(int)">getDouble(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getDouble(int)">getDouble(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getDouble(int)">getDouble(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html#getDouble(int)">getDouble(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnVectorWithFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#getDouble(int)">getDouble(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#getDouble(int)">getDouble(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#getDouble(int)">getDouble(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html#getElement(I)">getElement(I)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.ListReader.html#getElement(java.util.List)">getElement(List&lt;E&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.ListReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.ListReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#getElementId(org.apache.avro.Schema)">getElementId(Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.html#getEnumeratorCheckpointSerializer()">getEnumeratorCheckpointSerializer()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.html" title="class in org.apache.iceberg.flink.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#getFactory()">getFactory()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#getFeatures()">getFeatures()</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#getField(I,int)">getField(I, int)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericRecord.html#getField(java.lang.String)">getField(String)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data">GenericRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/Record.html#getField(java.lang.String)">getField(String)</a></span> - Method in interface org.apache.iceberg.data.<a href="org/apache/iceberg/data/Record.html" title="interface in org.apache.iceberg.data">Record</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#getFieldId(org.apache.avro.Schema.Field)">getFieldId(Schema.Field)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#getFieldsBySourceId(int)">getFieldsBySourceId(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>
<div class="block">Returns the <a href="org/apache/iceberg/PartitionField.html" title="class in org.apache.iceberg"><code>field</code></a> that partitions the given source field</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html#getFieldVector()">getFieldVector()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnVector</a></dt>
<dd>
<div class="block">Returns the potentially dict-encoded <code>FieldVector</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#getFileExtension(java.lang.String)">getFileExtension(String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#getFileExtension(org.apache.iceberg.TableMetadataParser.Codec)">getFileExtension(TableMetadataParser.Codec)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#getFileSystem()">getFileSystem()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#getFileSystem()">getFileSystem()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTableOperations.html#getFileSystem(org.apache.hadoop.fs.Path,org.apache.hadoop.conf.Configuration)">getFileSystem(Path, Configuration)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTableOperations.html" title="class in org.apache.iceberg.hadoop">HadoopTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html#getFloat(int)">getFloat(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowVectorAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html#getFloat(int)">getFloat(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getFloat(int)">getFloat(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getFloat(int)">getFloat(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html#getFloat(int)">getFloat(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnVectorWithFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#getFloat(int)">getFloat(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#getFloat(int)">getFloat(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#getFloat(int)">getFloat(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html#getFormat()">getFormat()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html" title="class in org.apache.iceberg.spark">SparkTableUtil.SparkPartition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/Util.html#getFs(org.apache.hadoop.fs.Path,org.apache.hadoop.conf.Configuration)">getFs(Path, Configuration)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/Util.html" title="class in org.apache.iceberg.hadoop">Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#getFunction(org.apache.flink.table.catalog.ObjectPath)">getFunction(ObjectPath)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.DecimalFactory.html#getGenericClass()">getGenericClass()</a></span> - Method in interface org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.DecimalFactory.html" title="interface in org.apache.iceberg.arrow.vectorized">GenericArrowVectorAccessorFactory.DecimalFactory</a></dt>
<dd>
<div class="block">Class of concrete decimal type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StringFactory.html#getGenericClass()">getGenericClass()</a></span> - Method in interface org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StringFactory.html" title="interface in org.apache.iceberg.arrow.vectorized">GenericArrowVectorAccessorFactory.StringFactory</a></dt>
<dd>
<div class="block">Class of concrete UTF8 String type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StructChildFactory.html#getGenericClass()">getGenericClass()</a></span> - Method in interface org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StructChildFactory.html" title="interface in org.apache.iceberg.arrow.vectorized">GenericArrowVectorAccessorFactory.StructChildFactory</a></dt>
<dd>
<div class="block">Class of concrete child vector type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#getGrammarFileName()">getGrammarFileName()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#getGrammarFileName()">getGrammarFileName()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergOutputFormat.html#getHiveRecordWriter(org.apache.hadoop.mapred.JobConf,org.apache.hadoop.fs.Path,java.lang.Class,boolean,java.util.Properties,org.apache.hadoop.util.Progressable)">getHiveRecordWriter(JobConf, Path, Class, boolean, Properties, Progressable)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergOutputFormat.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergOutputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ContentCache.html#getIfPresent(java.lang.String)">getIfPresent(String)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io">ContentCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#getInputFile(java.lang.String)">getInputFile(String)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericDeleteFilter.html#getInputFile(java.lang.String)">getInputFile(String)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericDeleteFilter.html" title="class in org.apache.iceberg.data">GenericDeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/InputFilesDecryptor.html#getInputFile(java.lang.String)">getInputFile(String)</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/InputFilesDecryptor.html" title="class in org.apache.iceberg.encryption">InputFilesDecryptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/InputFilesDecryptor.html#getInputFile(org.apache.iceberg.FileScanTask)">getInputFile(FileScanTask)</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/InputFilesDecryptor.html" title="class in org.apache.iceberg.encryption">InputFilesDecryptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#getInputFormat()">getInputFormat()</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#getInputFormatClass()">getInputFormatClass()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkInputFormat.html#getInputSplitAssigner(org.apache.iceberg.flink.source.FlinkInputSplit%5B%5D)">getInputSplitAssigner(FlinkInputSplit[])</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkInputFormat.html" title="class in org.apache.iceberg.flink.source">FlinkInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html#getInt(int)">getInt(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowVectorAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html#getInt(int)">getInt(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getInt(int)">getInt(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getInt(int)">getInt(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html#getInt(int)">getInt(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnVectorWithFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#getInt(int)">getInt(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#getInt(int)">getInt(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#getInt(int)">getInt(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getInt(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getInt(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getIntArrayOrNull(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getIntArrayOrNull(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getIntegerList(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getIntegerList(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getIntegerSet(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getIntegerSet(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getIntegerSetOrNull(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getIntegerSetOrNull(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getIntOrNull(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getIntOrNull(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/JobGroupUtils.html#getJobGroupInfo(org.apache.spark.SparkContext)">getJobGroupInfo(SparkContext)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/JobGroupUtils.html" title="class in org.apache.iceberg.spark">JobGroupUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.ReusableEntry.html#getKey()">getKey()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.ReusableEntry.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.ReusableEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#getKeyId(org.apache.avro.Schema)">getKeyId(Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.CompatibilityTaskAttemptContextImpl.html#getLegacyReporter()">getLegacyReporter()</a></span> - Method in class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.CompatibilityTaskAttemptContextImpl.html" title="class in org.apache.iceberg.mr.mapred">MapredIcebergInputFormat.CompatibilityTaskAttemptContextImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3InputFile.html#getLength()">getLength()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3InputFile.html" title="class in org.apache.iceberg.aws.s3">S3InputFile</a></dt>
<dd>
<div class="block">Note: this may be stale if file was deleted since metadata is cached for size/existence checks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmInputFile.html#getLength()">getLength()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmInputFile.html" title="class in org.apache.iceberg.encryption">AesGcmInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#getLength()">getLength()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryInputFile.html#getLength()">getLength()</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryInputFile.html" title="class in org.apache.iceberg.inmemory">InMemoryInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/InputFile.html#getLength()">getLength()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/InputFile.html" title="interface in org.apache.iceberg.io">InputFile</a></dt>
<dd>
<div class="block">Returns the total length of the file, in bytes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html#getLength()">getLength()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html#getLength()">getLength()</a></span> - Method in class org.apache.iceberg.mr.mapreduce.<a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html" title="class in org.apache.iceberg.mr.mapreduce">IcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#getLength()">getLength()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html#getLocations()">getLocations()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html#getLocations()">getLocations()</a></span> - Method in class org.apache.iceberg.mr.mapreduce.<a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html" title="class in org.apache.iceberg.mr.mapreduce">IcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/UUIDConversion.html#getLogicalTypeName()">getLogicalTypeName()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/UUIDConversion.html" title="class in org.apache.iceberg.avro">UUIDConversion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html#getLong(int)">getLong(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowVectorAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html#getLong(int)">getLong(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getLong(int)">getLong(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getLong(int)">getLong(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html#getLong(int)">getLong(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnVectorWithFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#getLong(int)">getLong(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#getLong(int)">getLong(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#getLong(int)">getLong(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getLong(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getLong(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getLongList(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getLongList(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getLongListOrNull(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getLongListOrNull(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getLongOrNull(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getLongOrNull(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getLongSet(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getLongSet(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getLongSetOrNull(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getLongSetOrNull(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getMap(int)">getMap(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getMap(int)">getMap(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#getMap(int)">getMap(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#getMap(int)">getMap(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#getMap(int)">getMap(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroIterable.html#getMetadata()">getMetadata()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroIterable.html" title="class in org.apache.iceberg.avro">AvroIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#getMetaHook()">getMetaHook()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#getModeNames()">getModeNames()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">GetNamespaceResponse</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>
<div class="block">Represents a REST response to fetch a namespace and its metadata properties</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.html#%3Cinit%3E()">GetNamespaceResponse()</a></span> - Constructor for class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.html" title="class in org.apache.iceberg.rest.responses">GetNamespaceResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.Builder.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">GetNamespaceResponse.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#getNext()">getNext()</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html#getNext(java.lang.String)">getNext(String)</a></span> - Method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html" title="class in org.apache.iceberg.flink.source.assigner">DefaultSplitAssigner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html#getNext(java.lang.String)">getNext(String)</a></span> - Method in interface org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html" title="interface in org.apache.iceberg.flink.source.assigner">SplitAssigner</a></dt>
<dd>
<div class="block">Request a new split from the assigner when enumerator trying to assign splits to awaiting
readers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html#getObjectInspector()">getObjectInspector()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSerDe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#getOldFileExtension(org.apache.iceberg.TableMetadataParser.Codec)">getOldFileExtension(TableMetadataParser.Codec)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#getOutputFormatClass()">getOutputFormatClass()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html#getPair(I)">getPair(I)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedKeyValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.MapReader.html#getPair(java.util.Map)">getPair(Map&lt;K, V&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.MapReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.MapReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#getPartition(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">getPartition(ObjectPath, CatalogPartitionSpec)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#getPartitionColumnStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">getPartitionColumnStatistics(ObjectPath, CatalogPartitionSpec)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#getPartitionKeys(java.lang.String,org.apache.hadoop.mapreduce.Job)">getPartitionKeys(String, Job)</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#getPartitions(org.apache.spark.sql.SparkSession,java.lang.String)">getPartitions(SparkSession, String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>
<div class="block">Returns all partitions in the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#getPartitions(org.apache.spark.sql.SparkSession,org.apache.hadoop.fs.Path,java.lang.String,java.util.Map,org.apache.iceberg.PartitionSpec)">getPartitions(SparkSession, Path, String, Map&lt;String, String&gt;, PartitionSpec)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>
<div class="block">Use Spark to list all partitions in the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#getPartitions(org.apache.spark.sql.SparkSession,org.apache.spark.sql.catalyst.TableIdentifier,java.util.Map)">getPartitions(SparkSession, TableIdentifier, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>
<div class="block">Returns all partitions in the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#getPartitionsByFilter(org.apache.spark.sql.SparkSession,java.lang.String,java.lang.String)">getPartitionsByFilter(SparkSession, String, String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>
<div class="block">Returns partitions that match the specified 'predicate'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#getPartitionsByFilter(org.apache.spark.sql.SparkSession,org.apache.spark.sql.catalyst.TableIdentifier,org.apache.spark.sql.catalyst.expressions.Expression)">getPartitionsByFilter(SparkSession, TableIdentifier, Expression)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>
<div class="block">Returns partitions that match the specified 'predicate'.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#getPartitionSpecId()">getPartitionSpecId()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#getPartitionStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">getPartitionStatistics(ObjectPath, CatalogPartitionSpec)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#getPartitionType()">getPartitionType()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#getPath()">getPath()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#getPath()">getPath()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html#getPath()">getPath()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html#getPath()">getPath()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction.FileURI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/FileInfo.html#getPath()">getPath()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/FileInfo.html" title="class in org.apache.iceberg.spark.actions">FileInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#getPath()">getPath()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSOutputStream.html#getPos()">getPos()</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSOutputStream.html" title="class in org.apache.iceberg.aliyun.oss">OSSOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmInputStream.html#getPos()">getPos()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmInputStream.html" title="class in org.apache.iceberg.encryption">AesGcmInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmOutputStream.html#getPos()">getPos()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmOutputStream.html" title="class in org.apache.iceberg.encryption">AesGcmOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PositionOutputStream.html#getPos()">getPos()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/PositionOutputStream.html" title="class in org.apache.iceberg.io">PositionOutputStream</a></dt>
<dd>
<div class="block">Return the current position in the OutputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/SeekableInputStream.html#getPos()">getPos()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/SeekableInputStream.html" title="class in org.apache.iceberg.io">SeekableInputStream</a></dt>
<dd>
<div class="block">Return the current position in the InputStream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#getPredicateFields(java.lang.String,org.apache.hadoop.mapreduce.Job)">getPredicateFields(String, Job)</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergBinaryObjectInspector.html#getPrimitiveJavaObject(java.lang.Object)">getPrimitiveJavaObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergBinaryObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergBinaryObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDateObjectInspector.html#getPrimitiveJavaObject(java.lang.Object)">getPrimitiveJavaObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDateObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergDateObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDecimalObjectInspector.html#getPrimitiveJavaObject(java.lang.Object)">getPrimitiveJavaObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDecimalObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergDecimalObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergFixedObjectInspector.html#getPrimitiveJavaObject(java.lang.Object)">getPrimitiveJavaObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergFixedObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergFixedObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimeObjectInspector.html#getPrimitiveJavaObject(java.lang.Object)">getPrimitiveJavaObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimeObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimeObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampObjectInspector.html#getPrimitiveJavaObject(java.lang.Object)">getPrimitiveJavaObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimestampObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampWithZoneObjectInspector.html#getPrimitiveJavaObject(java.lang.Object)">getPrimitiveJavaObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampWithZoneObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimestampWithZoneObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergUUIDObjectInspector.html#getPrimitiveJavaObject(java.lang.Object)">getPrimitiveJavaObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergUUIDObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergUUIDObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergBinaryObjectInspector.html#getPrimitiveWritableObject(java.lang.Object)">getPrimitiveWritableObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergBinaryObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergBinaryObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDateObjectInspector.html#getPrimitiveWritableObject(java.lang.Object)">getPrimitiveWritableObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDateObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergDateObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDecimalObjectInspector.html#getPrimitiveWritableObject(java.lang.Object)">getPrimitiveWritableObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDecimalObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergDecimalObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergFixedObjectInspector.html#getPrimitiveWritableObject(java.lang.Object)">getPrimitiveWritableObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergFixedObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergFixedObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimeObjectInspector.html#getPrimitiveWritableObject(java.lang.Object)">getPrimitiveWritableObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimeObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimeObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampObjectInspector.html#getPrimitiveWritableObject(java.lang.Object)">getPrimitiveWritableObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimestampObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampWithZoneObjectInspector.html#getPrimitiveWritableObject(java.lang.Object)">getPrimitiveWritableObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampWithZoneObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergTimestampWithZoneObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergUUIDObjectInspector.html#getPrimitiveWritableObject(java.lang.Object)">getPrimitiveWritableObject(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergUUIDObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergUUIDObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/AbstractMapredIcebergRecordReader.html#getProgress()">getProgress()</a></span> - Method in class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/AbstractMapredIcebergRecordReader.html" title="class in org.apache.iceberg.mr.mapred">AbstractMapredIcebergRecordReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html#getProgress()">getProgress()</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html" title="class in org.apache.iceberg.pig">IcebergPigInputFormat.IcebergRecordReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#getProjectedIds(org.apache.iceberg.Schema)">getProjectedIds(Schema)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#getProjectedIds(org.apache.iceberg.types.Type)">getProjectedIds(Type)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getRawValue(int)">getRawValue(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getRawValue(int)">getRawValue(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergInputFormat.html#getRecordReader(org.apache.hadoop.mapred.InputSplit,org.apache.hadoop.mapred.JobConf,org.apache.hadoop.mapred.Reporter)">getRecordReader(InputSplit, JobConf, Reporter)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergInputFormat.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.html#getRecordReader(org.apache.hadoop.mapred.InputSplit,org.apache.hadoop.mapred.JobConf,org.apache.hadoop.mapred.Reporter)">getRecordReader(InputSplit, JobConf, Reporter)</a></span> - Method in class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.html" title="class in org.apache.iceberg.mr.mapred">MapredIcebergInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergOutputFormat.html#getRecordWriter(org.apache.hadoop.fs.FileSystem,org.apache.hadoop.mapred.JobConf,java.lang.String,org.apache.hadoop.util.Progressable)">getRecordWriter(FileSystem, JobConf, String, Progressable)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergOutputFormat.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergOutputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#getReference()">getReference()</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Days.html#getResultType(org.apache.iceberg.types.Type)">getResultType(Type)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Days.html" title="class in org.apache.iceberg.transforms">Days</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Hours.html#getResultType(org.apache.iceberg.types.Type)">getResultType(Type)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Hours.html" title="class in org.apache.iceberg.transforms">Hours</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Months.html#getResultType(org.apache.iceberg.types.Type)">getResultType(Type)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Months.html" title="class in org.apache.iceberg.transforms">Months</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transform.html#getResultType(org.apache.iceberg.types.Type)">getResultType(Type)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms">Transform</a></dt>
<dd>
<div class="block">Returns the <a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types"><code>Type</code></a> produced by this transform given a source type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/UnknownTransform.html#getResultType(org.apache.iceberg.types.Type)">getResultType(Type)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/UnknownTransform.html" title="class in org.apache.iceberg.transforms">UnknownTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getRow(int,int)">getRow(int, int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getRow(int,int)">getRow(int, int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getRowKind()">getRowKind()</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getRowKind()">getRowKind()</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BooleanValueContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BranchOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallArgumentContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CallArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ConstantContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ConstantContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ConstantContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ExpressionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FieldListContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentifierContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MaxSnapshotAgeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MinSnapshotsToKeepContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MultipartIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumberContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumberContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumberContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumSnapshotsContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumSnapshotsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumSnapshotsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.QuotedIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.RefRetainContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SingleOrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SingleStatementContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotIdContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotIdContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotIdContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotRetentionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StatementContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StatementContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StatementContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringArrayContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TagOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TimeUnitContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TransformArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteDistributionSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteOrderingSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html#getRuleIndex()">getRuleIndex()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#getRuleNames()">getRuleNames()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#getRuleNames()">getRuleNames()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergTableSource.html#getScanRuntimeProvider(org.apache.flink.table.connector.source.ScanTableSource.ScanContext)">getScanRuntimeProvider(ScanTableSource.ScanContext)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergTableSource.html" title="class in org.apache.iceberg.flink.source">IcebergTableSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#getSchema()">getSchema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericPartitionFieldSummary.html#getSchema()">getSchema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg">GenericPartitionFieldSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#getSchema()">getSchema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Pair.html#getSchema()">getSchema()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Pair.html" title="class in org.apache.iceberg.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#getSchema(java.lang.String,org.apache.hadoop.mapreduce.Job)">getSchema(String, Job)</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html#getScheme()">getScheme()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction.FileURI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#getSequenceNumber()">getSequenceNumber()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#getSerDeClass()">getSerDeClass()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html#getSerDeStats()">getSerDeStats()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSerDe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#getSerializedATN()">getSerializedATN()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#getSerializedATN()">getSerializedATN()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html#getSerializedClass()">getSerializedClass()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSerDe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getShort(int)">getShort(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getShort(int)">getShort(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#getShort(int)">getShort(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#getShort(int)">getShort(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#getShort(int)">getShort(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/IcebergTableSink.html#getSinkRuntimeProvider(org.apache.flink.table.connector.sink.DynamicTableSink.Context)">getSinkRuntimeProvider(DynamicTableSink.Context)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/IcebergTableSink.html" title="class in org.apache.iceberg.flink">IcebergTableSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetUtil.html#getSplitOffsets(org.apache.parquet.hadoop.metadata.ParquetMetadata)">getSplitOffsets(ParquetMetadata)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetUtil.html" title="class in org.apache.iceberg.parquet">ParquetUtil</a></dt>
<dd>
<div class="block">Returns a list of offsets in ascending order determined by the starting position of the row
groups.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.html" title="class in org.apache.iceberg.flink.source.assigner"><span class="typeNameLink">GetSplitResult</span></a> - Class in <a href="org/apache/iceberg/flink/source/assigner/package-summary.html">org.apache.iceberg.flink.source.assigner</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.Status.html" title="enum in org.apache.iceberg.flink.source.assigner"><span class="typeNameLink">GetSplitResult.Status</span></a> - Enum in <a href="org/apache/iceberg/flink/source/assigner/package-summary.html">org.apache.iceberg.flink.source.assigner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergInputFormat.html#getSplits(org.apache.hadoop.mapred.JobConf,int)">getSplits(JobConf, int)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergInputFormat.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.html#getSplits(org.apache.hadoop.mapred.JobConf,int)">getSplits(JobConf, int)</a></span> - Method in class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.html" title="class in org.apache.iceberg.mr.mapred">MapredIcebergInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapreduce/IcebergInputFormat.html#getSplits(org.apache.hadoop.mapreduce.JobContext)">getSplits(JobContext)</a></span> - Method in class org.apache.iceberg.mr.mapreduce.<a href="org/apache/iceberg/mr/mapreduce/IcebergInputFormat.html" title="class in org.apache.iceberg.mr.mapreduce">IcebergInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergPigInputFormat.html#getSplits(org.apache.hadoop.mapreduce.JobContext)">getSplits(JobContext)</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergPigInputFormat.html" title="class in org.apache.iceberg.pig">IcebergPigInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.html#getSplitSerializer()">getSplitSerializer()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.html" title="class in org.apache.iceberg.flink.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html#getStart()">getStart()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#getStat()">getStat()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#getStatistics(java.lang.String,org.apache.hadoop.mapreduce.Job)">getStatistics(String, Job)</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkInputFormat.html#getStatistics(org.apache.flink.api.common.io.statistics.BaseStatistics)">getStatistics(BaseStatistics)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkInputFormat.html" title="class in org.apache.iceberg.flink.source">FlinkInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html#getString(int)">getString(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getString(int)">getString(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getString(int)">getString(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getString(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getString(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getStringArray(com.fasterxml.jackson.databind.JsonNode)">getStringArray(JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getStringList(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getStringList(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getStringListOrNull(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getStringListOrNull(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getStringMap(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getStringMap(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getStringOrNull(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getStringOrNull(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#getStringSet(java.lang.String,com.fasterxml.jackson.databind.JsonNode)">getStringSet(String, JsonNode)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html#getStructFieldData(java.lang.Object,org.apache.hadoop.hive.serde2.objectinspector.StructField)">getStructFieldData(Object, StructField)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergRecordObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html#getStructFieldRef(java.lang.String)">getStructFieldRef(String)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergRecordObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html#getStructFieldsDataAsList(java.lang.Object)">getStructFieldsDataAsList(Object)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergRecordObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#getSupportedExpressionTypes()">getSupportedExpressionTypes()</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergInputFormat.html#getSupportedFeatures()">getSupportedFeatures()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergInputFormat.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#getTable(org.apache.flink.table.catalog.ObjectPath)">getTable(ObjectPath)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/IcebergSource.html#getTable(org.apache.spark.sql.types.StructType,org.apache.spark.sql.connector.expressions.Transform%5B%5D,java.util.Map)">getTable(StructType, Transform[], Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/IcebergSource.html" title="class in org.apache.iceberg.spark.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#getTableColumnStatistics(org.apache.flink.table.catalog.ObjectPath)">getTableColumnStatistics(ObjectPath)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#getTableStatistics(org.apache.flink.table.catalog.ObjectPath)">getTableStatistics(ObjectPath)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#getTimestamp(int,int)">getTimestamp(int, int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#getTimestamp(int,int)">getTimestamp(int, int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#getTokenNames()">getTokenNames()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#getTokenNames()">getTokenNames()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html#getType()">getType()</a></span> - Static method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html" title="interface in org.apache.iceberg">ManifestFile.PartitionFieldSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/FileInfo.html#getType()">getType()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/FileInfo.html" title="class in org.apache.iceberg.spark.actions">FileInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#getType(int)">getType(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#getType(org.apache.iceberg.types.Types.StructType)">getType(Types.StructType)</a></span> - Static method in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html#getTypeName()">getTypeName()</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergRecordObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html#getUri()">getUri()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html" title="class in org.apache.iceberg.spark">SparkTableUtil.SparkPartition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html#getUriAsString()">getUriAsString()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction.FileURI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html#getUTF8String(int)">getUTF8String(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowVectorAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html#getUTF8String(int)">getUTF8String(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnVectorWithFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#getUTF8String(int)">getUTF8String(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#getUTF8String(int)">getUTF8String(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#getUTF8String(int)">getUTF8String(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.ReusableEntry.html#getValue()">getValue()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.ReusableEntry.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.ReusableEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#getValueId(org.apache.avro.Schema)">getValueId(Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html#getValues()">getValues()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html" title="class in org.apache.iceberg.spark">SparkTableUtil.SparkPartition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html#getVector()">getVector()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowVectorAccessor.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowVectorAccessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.html#getVectorAccessor(org.apache.iceberg.arrow.vectorized.VectorHolder)">getVectorAccessor(VectorHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.html" title="class in org.apache.iceberg.arrow.vectorized">GenericArrowVectorAccessorFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorStateSerializer.html#getVersion()">getVersion()</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorStateSerializer.html" title="class in org.apache.iceberg.flink.source.enumerator">IcebergEnumeratorStateSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitSerializer.html#getVersion()">getVersion()</a></span> - Method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitSerializer.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplitSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#getVocabulary()">getVocabulary()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#getVocabulary()">getVocabulary()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ThreadPools.html#getWorkerPool()">getWorkerPool()</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ThreadPools.html" title="class in org.apache.iceberg.util">ThreadPools</a></dt>
<dd>
<div class="block">Return an <code>ExecutorService</code> that uses the "worker" thread-pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IcebergBuild.html#gitBranch()">gitBranch()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/IcebergBuild.html" title="class in org.apache.iceberg">IcebergBuild</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IcebergBuild.html#gitCommitId()">gitCommitId()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/IcebergBuild.html" title="class in org.apache.iceberg">IcebergBuild</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IcebergBuild.html#gitCommitShortId()">gitCommitShortId()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/IcebergBuild.html" title="class in org.apache.iceberg">IcebergBuild</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IcebergBuild.html#gitTags()">gitTags()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/IcebergBuild.html" title="class in org.apache.iceberg">IcebergBuild</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupInfo.html#globalIndex()">globalIndex()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupInfo.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.FileGroupInfo</a></dt>
<dd>
<div class="block">returns which file group this is out of the total set of file groups for this rewrite</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupInfo.html#globalIndex()">globalIndex()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupInfo.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles.FileGroupInfo</a></dt>
<dd>
<div class="block">Returns which position delete file group this is out of the total set of file groups for this
rewrite</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html#glue()">glue()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws">AssumeRoleAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientFactory.html#glue()">glue()</a></span> - Method in interface org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientFactory.html" title="interface in org.apache.iceberg.aws">AwsClientFactory</a></dt>
<dd>
<div class="block">create a AWS Glue client</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#GLUE_ACCOUNT_ID">GLUE_ACCOUNT_ID</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">The account ID used in a Glue resource ARN, e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#GLUE_CATALOG_ENDPOINT">GLUE_CATALOG_ENDPOINT</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Configure an alternative endpoint of the Glue service for GlueCatalog to access.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#GLUE_CATALOG_ID">GLUE_CATALOG_ID</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">The ID of the Glue Data Catalog where the tables reside.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#GLUE_CATALOG_SKIP_ARCHIVE">GLUE_CATALOG_SKIP_ARCHIVE</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">If Glue should skip archiving an old table version when creating a new version in a commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#GLUE_CATALOG_SKIP_ARCHIVE_DEFAULT">GLUE_CATALOG_SKIP_ARCHIVE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#GLUE_CATALOG_SKIP_NAME_VALIDATION">GLUE_CATALOG_SKIP_NAME_VALIDATION</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">If Glue should skip name validations It is recommended to stick to Glue best practice in
https://docs.aws.amazon.com/athena/latest/ug/glue-best-practices.html to make sure operations
are Hive compatible.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#GLUE_CATALOG_SKIP_NAME_VALIDATION_DEFAULT">GLUE_CATALOG_SKIP_NAME_VALIDATION_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#GLUE_LAKEFORMATION_ENABLED">GLUE_LAKEFORMATION_ENABLED</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">If set, GlueCatalog will use Lake Formation for access control.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#GLUE_LAKEFORMATION_ENABLED_DEFAULT">GLUE_LAKEFORMATION_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue"><span class="typeNameLink">GlueCatalog</span></a> - Class in <a href="org/apache/iceberg/aws/glue/package-summary.html">org.apache.iceberg.aws.glue</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#%3Cinit%3E()">GlueCatalog()</a></span> - Constructor for class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>
<div class="block">No-arg constructor to load the catalog dynamically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#glueCatalogId()">glueCatalogId()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#glueCatalogSkipArchive()">glueCatalogSkipArchive()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#glueCatalogSkipNameValidation()">glueCatalogSkipNameValidation()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#glueLakeFormationEnabled()">glueLakeFormationEnabled()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#greaterThan(java.lang.String,T)">greaterThan(String, T)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#greaterThan(org.apache.iceberg.expressions.UnboundTerm,T)">greaterThan(UnboundTerm&lt;T&gt;, T)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#greaterThanOrEqual(java.lang.String,T)">greaterThanOrEqual(String, T)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#greaterThanOrEqual(org.apache.iceberg.expressions.UnboundTerm,T)">greaterThanOrEqual(UnboundTerm&lt;T&gt;, T)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/JobGroupInfo.html#groupId()">groupId()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/JobGroupInfo.html" title="class in org.apache.iceberg.spark">JobGroupInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseScanTaskGroup.html#groupingKey()">groupingKey()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseScanTaskGroup.html" title="class in org.apache.iceberg">BaseScanTaskGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanTaskGroup.html#groupingKey()">groupingKey()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ScanTaskGroup.html" title="interface in org.apache.iceberg">ScanTaskGroup</a></dt>
<dd>
<div class="block">Returns a grouping key for this task group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Partitioning.html#groupingKeyType(org.apache.iceberg.Schema,java.util.Collection)">groupingKeyType(Schema, Collection&lt;PartitionSpec&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Partitioning.html" title="class in org.apache.iceberg">Partitioning</a></dt>
<dd>
<div class="block">Builds a grouping key type considering the provided schema and specs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#gt(org.apache.iceberg.expressions.Bound,org.apache.iceberg.expressions.Literal)">gt(Bound&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#gt(org.apache.iceberg.expressions.BoundReference,org.apache.iceberg.expressions.Literal)">gt(BoundReference&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#gt(org.apache.iceberg.expressions.BoundTerm,org.apache.iceberg.expressions.Literal)">gt(BoundTerm&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#GT">GT</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#GT_EQ">GT_EQ</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#gtEq(org.apache.iceberg.expressions.Bound,org.apache.iceberg.expressions.Literal)">gtEq(Bound&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#gtEq(org.apache.iceberg.expressions.BoundReference,org.apache.iceberg.expressions.Literal)">gtEq(BoundReference&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#gtEq(org.apache.iceberg.expressions.BoundTerm,org.apache.iceberg.expressions.Literal)">gtEq(BoundTerm&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/GuavaClasses.html" title="class in org.apache.iceberg"><span class="typeNameLink">GuavaClasses</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GuavaClasses.html#%3Cinit%3E()">GuavaClasses()</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/GuavaClasses.html" title="class in org.apache.iceberg">GuavaClasses</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.Codec.html#GZIP">GZIP</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.Codec.html" title="enum in org.apache.iceberg">TableMetadataParser.Codec</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.html#hadoop(java.lang.String,org.apache.hadoop.conf.Configuration,java.util.Map)">hadoop(String, Configuration, Map&lt;String, String&gt;)</a></span> - Static method in interface org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.html" title="interface in org.apache.iceberg.flink">CatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#HADOOP_CATALOG">HADOOP_CATALOG</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#HADOOP_CONF_DIR">HADOOP_CONF_DIR</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#HADOOP_TABLES">HADOOP_TABLES</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop"><span class="typeNameLink">HadoopCatalog</span></a> - Class in <a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a></dt>
<dd>
<div class="block">HadoopCatalog provides a way to use table names like db.table to work with path-based tables
under a common location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#%3Cinit%3E()">HadoopCatalog()</a></span> - Constructor for class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#%3Cinit%3E(org.apache.hadoop.conf.Configuration,java.lang.String)">HadoopCatalog(Configuration, String)</a></span> - Constructor for class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>
<div class="block">The constructor of the HadoopCatalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkUtil.html#hadoopConfCatalogOverrides(org.apache.spark.sql.SparkSession,java.lang.String)">hadoopConfCatalogOverrides(SparkSession, String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkUtil.html" title="class in org.apache.iceberg.spark">SparkUtil</a></dt>
<dd>
<div class="block">Pulls any Catalog specific overrides for the Hadoop conf from the current SparkSession, which
can be set via `spark.sql.catalog.$catalogName.hadoop.*`</div>
</dd>
<dt><a href="org/apache/iceberg/hadoop/HadoopConfigurable.html" title="interface in org.apache.iceberg.hadoop"><span class="typeNameLink">HadoopConfigurable</span></a> - Interface in <a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a></dt>
<dd>
<div class="block">An interface that extends the Hadoop <code>Configurable</code> interface to offer better serialization
support for customizable Iceberg objects such as <a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io"><code>FileIO</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop"><span class="typeNameLink">HadoopFileIO</span></a> - Class in <a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#%3Cinit%3E()">HadoopFileIO()</a></span> - Constructor for class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>
<div class="block">Constructor used for dynamic FileIO loading.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#%3Cinit%3E(org.apache.hadoop.conf.Configuration)">HadoopFileIO(Configuration)</a></span> - Constructor for class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#%3Cinit%3E(org.apache.iceberg.util.SerializableSupplier)">HadoopFileIO(SerializableSupplier&lt;Configuration&gt;)</a></span> - Constructor for class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop"><span class="typeNameLink">HadoopInputFile</span></a> - Class in <a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a></dt>
<dd>
<div class="block"><a href="org/apache/iceberg/io/InputFile.html" title="interface in org.apache.iceberg.io"><code>InputFile</code></a> implementation using the Hadoop <code>FileSystem</code> API.</div>
</dd>
<dt><a href="org/apache/iceberg/hadoop/HadoopMetricsContext.html" title="class in org.apache.iceberg.hadoop"><span class="typeNameLink">HadoopMetricsContext</span></a> - Class in <a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a></dt>
<dd>
<div class="block">FileIO Metrics implementation that delegates to Hadoop FileSystem statistics implementation using
the provided scheme.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopMetricsContext.html#%3Cinit%3E(java.lang.String)">HadoopMetricsContext(String)</a></span> - Constructor for class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopMetricsContext.html" title="class in org.apache.iceberg.hadoop">HadoopMetricsContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop"><span class="typeNameLink">HadoopOutputFile</span></a> - Class in <a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a></dt>
<dd>
<div class="block"><a href="org/apache/iceberg/io/OutputFile.html" title="interface in org.apache.iceberg.io"><code>OutputFile</code></a> implementation using the Hadoop <code>FileSystem</code> API.</div>
</dd>
<dt><a href="org/apache/iceberg/hadoop/HadoopStreams.html" title="class in org.apache.iceberg.hadoop"><span class="typeNameLink">HadoopStreams</span></a> - Class in <a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a></dt>
<dd>
<div class="block">Convenience methods to get Parquet abstractions for Hadoop data streams.</div>
</dd>
<dt><a href="org/apache/iceberg/hadoop/HadoopTableOperations.html" title="class in org.apache.iceberg.hadoop"><span class="typeNameLink">HadoopTableOperations</span></a> - Class in <a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a></dt>
<dd>
<div class="block">TableOperations implementation for file systems that support atomic rename.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTableOperations.html#%3Cinit%3E(org.apache.hadoop.fs.Path,org.apache.iceberg.io.FileIO,org.apache.hadoop.conf.Configuration,org.apache.iceberg.LockManager)">HadoopTableOperations(Path, FileIO, Configuration, LockManager)</a></span> - Constructor for class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTableOperations.html" title="class in org.apache.iceberg.hadoop">HadoopTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hadoop/HadoopTables.html" title="class in org.apache.iceberg.hadoop"><span class="typeNameLink">HadoopTables</span></a> - Class in <a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a></dt>
<dd>
<div class="block">Implementation of Iceberg tables that uses the Hadoop FileSystem to store metadata and manifests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTables.html#%3Cinit%3E()">HadoopTables()</a></span> - Constructor for class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTables.html" title="class in org.apache.iceberg.hadoop">HadoopTables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTables.html#%3Cinit%3E(org.apache.hadoop.conf.Configuration)">HadoopTables(Configuration)</a></span> - Constructor for class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTables.html" title="class in org.apache.iceberg.hadoop">HadoopTables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#handleNonReference(org.apache.iceberg.expressions.Bound)">handleNonReference(Bound&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>
<div class="block">Handle a non-reference value in this visitor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#hasAddedFiles()">hasAddedFiles()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns true if the manifest contains ADDED entries or if the count is not known.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FieldMetrics.html#hasBounds()">hasBounds()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FieldMetrics.html" title="class in org.apache.iceberg">FieldMetrics</a></dt>
<dd>
<div class="block">Returns if the metrics has bounds (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Partitioning.html#hasBucketField(org.apache.iceberg.PartitionSpec)">hasBucketField(PartitionSpec)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Partitioning.html" title="class in org.apache.iceberg">Partitioning</a></dt>
<dd>
<div class="block">Check whether the spec contains a bucketed partition field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#hasDeletedFiles()">hasDeletedFiles()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns true if the manifest contains DELETED entries or if the count is not known.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TableScanUtil.html#hasDeletes(org.apache.iceberg.CombinedScanTask)">hasDeletes(CombinedScanTask)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TableScanUtil.html" title="class in org.apache.iceberg.util">TableScanUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TableScanUtil.html#hasDeletes(org.apache.iceberg.FileScanTask)">hasDeletes(FileScanTask)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TableScanUtil.html" title="class in org.apache.iceberg.util">TableScanUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#hasEqDeletes()">hasEqDeletes()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TableScanUtil.html#hasEqDeletes(org.apache.iceberg.CombinedScanTask)">hasEqDeletes(CombinedScanTask)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TableScanUtil.html" title="class in org.apache.iceberg.util">TableScanUtil</a></dt>
<dd>
<div class="block">This is temporarily introduced since we plan to support pos-delete vectorized read first, then
get to the equality-delete support.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#hasExistingFiles()">hasExistingFiles()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns true if the manifest contains EXISTING entries or if the count is not known.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#hasFieldId(org.apache.avro.Schema.Field)">hasFieldId(Schema.Field)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BucketUtil.html#hash(double)">hash(double)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BucketUtil.html" title="class in org.apache.iceberg.util">BucketUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BucketUtil.html#hash(float)">hash(float)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BucketUtil.html" title="class in org.apache.iceberg.util">BucketUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketInt.html#hash(int)">hash(int)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketInt.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BucketUtil.html#hash(int)">hash(int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BucketUtil.html" title="class in org.apache.iceberg.util">BucketUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketLong.html#hash(long)">hash(long)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketLong.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BucketUtil.html#hash(long)">hash(long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BucketUtil.html" title="class in org.apache.iceberg.util">BucketUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BucketUtil.html#hash(java.lang.CharSequence)">hash(CharSequence)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BucketUtil.html" title="class in org.apache.iceberg.util">BucketUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketString.html#hash(java.lang.String)">hash(String)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketString.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketDecimal.html#hash(java.math.BigDecimal)">hash(BigDecimal)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketDecimal.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketDecimal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BucketUtil.html#hash(java.math.BigDecimal)">hash(BigDecimal)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BucketUtil.html" title="class in org.apache.iceberg.util">BucketUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBinary.html#hash(java.nio.ByteBuffer)">hash(ByteBuffer)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBinary.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketBinary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BucketUtil.html#hash(java.nio.ByteBuffer)">hash(ByteBuffer)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BucketUtil.html" title="class in org.apache.iceberg.util">BucketUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BucketUtil.html#hash(java.util.UUID)">hash(UUID)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BucketUtil.html" title="class in org.apache.iceberg.util">BucketUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/JavaHash.html#hash(T)">hash(T)</a></span> - Method in interface org.apache.iceberg.types.<a href="org/apache/iceberg/types/JavaHash.html" title="interface in org.apache.iceberg.types">JavaHash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DistributionMode.html#HASH">HASH</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/DistributionMode.html" title="enum in org.apache.iceberg">DistributionMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Namespace.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Namespace.html" title="class in org.apache.iceberg.catalog">Namespace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifier.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifier.html" title="class in org.apache.iceberg.catalog">TableIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericRecord.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data">GenericRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericBlobMetadata.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericBlobMetadata.html" title="class in org.apache.iceberg">GenericBlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericStatisticsFile.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericStatisticsFile.html" title="class in org.apache.iceberg">GenericStatisticsFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedField.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedField.html" title="class in org.apache.iceberg.mapping">MappedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedFields.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedFields.html" title="class in org.apache.iceberg.mapping">MappedFields</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.Truncate.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.Truncate.html" title="class in org.apache.iceberg">MetricsModes.Truncate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergRecordObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionField.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionField.html" title="class in org.apache.iceberg">PartitionField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionKey.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionKey.html" title="class in org.apache.iceberg">PartitionKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortField.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortField.html" title="class in org.apache.iceberg">SortField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg">SortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html" title="class in org.apache.iceberg.spark">SparkTableUtil.SparkPartition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.MetadataLogEntry.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.MetadataLogEntry.html" title="class in org.apache.iceberg">TableMetadata.MetadataLogEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.SnapshotLogEntry.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.SnapshotLogEntry.html" title="class in org.apache.iceberg">TableMetadata.SnapshotLogEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/UnknownTransform.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/UnknownTransform.html" title="class in org.apache.iceberg.transforms">UnknownTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.PrimitiveType.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.PrimitiveType.html" title="class in org.apache.iceberg.types">Type.PrimitiveType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DecimalType.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DecimalType.html" title="class in org.apache.iceberg.types">Types.DecimalType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.FixedType.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.FixedType.html" title="class in org.apache.iceberg.types">Types.FixedType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StructType.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types">Types.StructType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.TimestampType.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.TimestampType.html" title="class in org.apache.iceberg.types">Types.TimestampType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceWrapper.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceWrapper.html" title="class in org.apache.iceberg.util">CharSequenceWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Pair.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Pair.html" title="class in org.apache.iceberg.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeWrapper.html#hashCode()">hashCode()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeWrapper.html" title="class in org.apache.iceberg.util">StructLikeWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/JavaHashes.html#hashCode(java.lang.CharSequence)">hashCode(CharSequence)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/JavaHashes.html" title="class in org.apache.iceberg.types">JavaHashes</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/HasIcebergCatalog.html" title="interface in org.apache.iceberg.spark.source"><span class="typeNameLink">HasIcebergCatalog</span></a> - Interface in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html#hasIds(org.apache.parquet.schema.MessageType)">hasIds(MessageType)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.HasIds.html#%3Cinit%3E()">HasIds()</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.HasIds.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil.HasIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableUtils.html#hasMetadataTableName(org.apache.iceberg.catalog.TableIdentifier)">hasMetadataTableName(TableIdentifier)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableUtils.html" title="class in org.apache.iceberg">MetadataTableUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifier.html#hasNamespace()">hasNamespace()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifier.html" title="class in org.apache.iceberg.catalog">TableIdentifier</a></dt>
<dd>
<div class="block">Whether the namespace is empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#hasNext">hasNext</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/DataIterator.html#hasNext()">hasNext()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/DataIterator.html" title="class in org.apache.iceberg.flink.source">DataIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClosingIterator.html#hasNext()">hasNext()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClosingIterator.html" title="class in org.apache.iceberg.io">ClosingIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FilterIterator.html#hasNext()">hasNext()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FilterIterator.html" title="class in org.apache.iceberg.io">FilterIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/VectorizedRowBatchIterator.html#hasNext()">hasNext()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/VectorizedRowBatchIterator.html" title="class in org.apache.iceberg.orc">VectorizedRowBatchIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BaseColumnIterator.html#hasNext()">hasNext()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BaseColumnIterator.html" title="class in org.apache.iceberg.parquet">BaseColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#hasNext()">hasNext()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ComputeUpdateIterator.html#hasNext()">hasNext()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ComputeUpdateIterator.html" title="class in org.apache.iceberg.spark">ComputeUpdateIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/RemoveNetCarryoverIterator.html#hasNext()">hasNext()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/RemoveNetCarryoverIterator.html" title="class in org.apache.iceberg.spark">RemoveNetCarryoverIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetUtil.html#hasNoBloomFilterPages(org.apache.parquet.hadoop.metadata.ColumnChunkMetaData)">hasNoBloomFilterPages(ColumnChunkMetaData)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetUtil.html" title="class in org.apache.iceberg.parquet">ParquetUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetUtil.html#hasNonDictionaryPages(org.apache.parquet.hadoop.metadata.ColumnChunkMetaData)">hasNonDictionaryPages(ColumnChunkMetaData)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetUtil.html" title="class in org.apache.iceberg.parquet">ParquetUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html#hasNull()">hasNull()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#hasNull()">hasNull()</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#hasNull()">hasNull()</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#hasNull()">hasNull()</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html#hasNulls()">hasNulls()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html" title="class in org.apache.iceberg.arrow.vectorized">NullabilityHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteRequirements.html#hasOrdering()">hasOrdering()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteRequirements.html" title="class in org.apache.iceberg.spark">SparkWriteRequirements</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#hasPosDeletes()">hasPosDeletes()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/HasTableOperations.html" title="interface in org.apache.iceberg"><span class="typeNameLink">HasTableOperations</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Used to expose a table's TableOperations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/CountNonNull.html#hasValue(org.apache.iceberg.DataFile)">hasValue(DataFile)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/CountNonNull.html" title="class in org.apache.iceberg.expressions">CountNonNull</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/CountStar.html#hasValue(org.apache.iceberg.DataFile)">hasValue(DataFile)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/CountStar.html" title="class in org.apache.iceberg.expressions">CountStar</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/MaxAggregate.html#hasValue(org.apache.iceberg.DataFile)">hasValue(DataFile)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/MaxAggregate.html" title="class in org.apache.iceberg.expressions">MaxAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/MinAggregate.html#hasValue(org.apache.iceberg.DataFile)">hasValue(DataFile)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/MinAggregate.html" title="class in org.apache.iceberg.expressions">MinAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#head(java.lang.String,java.util.function.Supplier,java.util.function.Consumer)">head(String, Supplier&lt;Map&lt;String, String&gt;&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/HTTPClient.html#head(java.lang.String,java.util.Map,java.util.function.Consumer)">head(String, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/HTTPClient.html" title="class in org.apache.iceberg.rest">HTTPClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#head(java.lang.String,java.util.Map,java.util.function.Consumer)">head(String, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html#headers()">headers()</a></span> - Method in interface org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html" title="interface in org.apache.iceberg.aws.s3.signer">S3SignRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignResponse.html#headers()">headers()</a></span> - Method in interface org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignResponse.html" title="interface in org.apache.iceberg.aws.s3.signer">S3SignResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html#headers()">headers()</a></span> - Method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util.AuthSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html#heartbeatIntervalMs()">heartbeatIntervalMs()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html" title="class in org.apache.iceberg.util">LockManagers.BaseLockManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html#heartbeatThreads()">heartbeatThreads()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html" title="class in org.apache.iceberg.util">LockManagers.BaseLockManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html#heartbeatTimeoutMs()">heartbeatTimeoutMs()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html" title="class in org.apache.iceberg.util">LockManagers.BaseLockManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Builder.html#hiddenImpl(java.lang.Class...)">hiddenImpl(Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Builder.html" title="class in org.apache.iceberg.common">DynConstructors.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#hiddenImpl(java.lang.Class,java.lang.Class...)">hiddenImpl(Class&lt;?&gt;, Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Checks for a method implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.Builder.html#hiddenImpl(java.lang.Class,java.lang.String)">hiddenImpl(Class&lt;?&gt;, String)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.Builder.html" title="class in org.apache.iceberg.common">DynFields.Builder</a></dt>
<dd>
<div class="block">Checks for a hidden implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#hiddenImpl(java.lang.Class,java.lang.String,java.lang.Class...)">hiddenImpl(Class&lt;?&gt;, String, Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Checks for a method implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Builder.html#hiddenImpl(java.lang.Class,java.lang.Class...)">hiddenImpl(Class&lt;T&gt;, Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Builder.html" title="class in org.apache.iceberg.common">DynConstructors.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Builder.html#hiddenImpl(java.lang.String,java.lang.Class...)">hiddenImpl(String, Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Builder.html" title="class in org.apache.iceberg.common">DynConstructors.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#hiddenImpl(java.lang.String,java.lang.Class...)">hiddenImpl(String, Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Checks for an implementation, first finding the given class by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.Builder.html#hiddenImpl(java.lang.String,java.lang.String)">hiddenImpl(String, String)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.Builder.html" title="class in org.apache.iceberg.common">DynFields.Builder</a></dt>
<dd>
<div class="block">Checks for a hidden implementation, first finding the class by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#hiddenImpl(java.lang.String,java.lang.String,java.lang.Class...)">hiddenImpl(String, String, Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Checks for an implementation, first finding the given class by name.</div>
</dd>
<dt><a href="org/apache/iceberg/hadoop/HiddenPathFilter.html" title="class in org.apache.iceberg.hadoop"><span class="typeNameLink">HiddenPathFilter</span></a> - Class in <a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a></dt>
<dd>
<div class="block">A <code>PathFilter</code> that filters out hidden paths.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#highestFieldId()">highestFieldId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns the highest field ID in this schema, including nested fields.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultMetricsContext.html#histogram(java.lang.String)">histogram(String)</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultMetricsContext.html" title="class in org.apache.iceberg.metrics">DefaultMetricsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.html#histogram(java.lang.String)">histogram(String)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.html" title="interface in org.apache.iceberg.metrics">MetricsContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/Histogram.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">Histogram</span></a> - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/Histogram.Statistics.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">Histogram.Statistics</span></a> - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#history()">history()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#history()">history()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#history()">history()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#history()">history()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#history()">history()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Get the snapshot history of this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/View.html#history()">history()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/View.html" title="interface in org.apache.iceberg.view">View</a></dt>
<dd>
<div class="block">Get the version history of this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#history()">history()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#HISTORY">HISTORY</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/HistoryEntry.html" title="interface in org.apache.iceberg"><span class="typeNameLink">HistoryEntry</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Table history entry.</div>
</dd>
<dt><a href="org/apache/iceberg/HistoryTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">HistoryTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation that exposes a table's history as rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.html#hive(java.lang.String,org.apache.hadoop.conf.Configuration,java.util.Map)">hive(String, Configuration, Map&lt;String, String&gt;)</a></span> - Static method in interface org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.html" title="interface in org.apache.iceberg.flink">CatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.InMemoryDataModel.html#HIVE">HIVE</a></span> - org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.InMemoryDataModel.html" title="enum in org.apache.iceberg.mr">InputFormatConfig.InMemoryDataModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveVersion.html#HIVE_1_2">HIVE_1_2</a></span> - org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveVersion.html" title="enum in org.apache.iceberg.hive">HiveVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveVersion.html#HIVE_2">HIVE_2</a></span> - org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveVersion.html" title="enum in org.apache.iceberg.hive">HiveVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveVersion.html#HIVE_3">HIVE_3</a></span> - org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveVersion.html" title="enum in org.apache.iceberg.hive">HiveVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveVersion.html#HIVE_4">HIVE_4</a></span> - org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveVersion.html" title="enum in org.apache.iceberg.hive">HiveVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#HIVE_CATALOG">HIVE_CATALOG</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#HIVE_CONF_DIR">HIVE_CONF_DIR</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#HIVE_LOCK_ENABLED">HIVE_LOCK_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#HIVE_LOCK_ENABLED_DEFAULT">HIVE_LOCK_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/Catalogs.html#hiveCatalog(org.apache.hadoop.conf.Configuration,java.util.Properties)">hiveCatalog(Configuration, Properties)</a></span> - Static method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/Catalogs.html" title="class in org.apache.iceberg.mr">Catalogs</a></dt>
<dd>
<div class="block">Returns true if HiveCatalog is used</div>
</dd>
<dt><a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive"><span class="typeNameLink">HiveCatalog</span></a> - Class in <a href="org/apache/iceberg/hive/package-summary.html">org.apache.iceberg.hive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#%3Cinit%3E()">HiveCatalog()</a></span> - Constructor for class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hive/HiveClientPool.html" title="class in org.apache.iceberg.hive"><span class="typeNameLink">HiveClientPool</span></a> - Class in <a href="org/apache/iceberg/hive/package-summary.html">org.apache.iceberg.hive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveClientPool.html#%3Cinit%3E(int,org.apache.hadoop.conf.Configuration)">HiveClientPool(int, Configuration)</a></span> - Constructor for class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveClientPool.html" title="class in org.apache.iceberg.hive">HiveClientPool</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hive/HiveHadoopUtil.html" title="class in org.apache.iceberg.hive"><span class="typeNameLink">HiveHadoopUtil</span></a> - Class in <a href="org/apache/iceberg/hive/package-summary.html">org.apache.iceberg.hive</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/HiveIcebergFilterFactory.html" title="class in org.apache.iceberg.mr.hive"><span class="typeNameLink">HiveIcebergFilterFactory</span></a> - Class in <a href="org/apache/iceberg/mr/hive/package-summary.html">org.apache.iceberg.mr.hive</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/HiveIcebergInputFormat.html" title="class in org.apache.iceberg.mr.hive"><span class="typeNameLink">HiveIcebergInputFormat</span></a> - Class in <a href="org/apache/iceberg/mr/hive/package-summary.html">org.apache.iceberg.mr.hive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergInputFormat.html#%3Cinit%3E()">HiveIcebergInputFormat()</a></span> - Constructor for class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergInputFormat.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html" title="class in org.apache.iceberg.mr.hive"><span class="typeNameLink">HiveIcebergMetaHook</span></a> - Class in <a href="org/apache/iceberg/mr/hive/package-summary.html">org.apache.iceberg.mr.hive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html#%3Cinit%3E(org.apache.hadoop.conf.Configuration)">HiveIcebergMetaHook(Configuration)</a></span> - Constructor for class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergMetaHook</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html" title="class in org.apache.iceberg.mr.hive"><span class="typeNameLink">HiveIcebergOutputCommitter</span></a> - Class in <a href="org/apache/iceberg/mr/hive/package-summary.html">org.apache.iceberg.mr.hive</a></dt>
<dd>
<div class="block">An Iceberg table committer for adding data files to the Iceberg tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html#%3Cinit%3E()">HiveIcebergOutputCommitter()</a></span> - Constructor for class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergOutputCommitter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/HiveIcebergOutputFormat.html" title="class in org.apache.iceberg.mr.hive"><span class="typeNameLink">HiveIcebergOutputFormat</span></a>&lt;<a href="org/apache/iceberg/mr/hive/HiveIcebergOutputFormat.html" title="type parameter in HiveIcebergOutputFormat">T</a>&gt; - Class in <a href="org/apache/iceberg/mr/hive/package-summary.html">org.apache.iceberg.mr.hive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergOutputFormat.html#%3Cinit%3E()">HiveIcebergOutputFormat()</a></span> - Constructor for class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergOutputFormat.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergOutputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html" title="class in org.apache.iceberg.mr.hive"><span class="typeNameLink">HiveIcebergSerDe</span></a> - Class in <a href="org/apache/iceberg/mr/hive/package-summary.html">org.apache.iceberg.mr.hive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html#%3Cinit%3E()">HiveIcebergSerDe()</a></span> - Constructor for class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSerDe</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html" title="class in org.apache.iceberg.mr.hive"><span class="typeNameLink">HiveIcebergSplit</span></a> - Class in <a href="org/apache/iceberg/mr/hive/package-summary.html">org.apache.iceberg.mr.hive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html#%3Cinit%3E()">HiveIcebergSplit()</a></span> - Constructor for class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive"><span class="typeNameLink">HiveIcebergStorageHandler</span></a> - Class in <a href="org/apache/iceberg/mr/hive/package-summary.html">org.apache.iceberg.mr.hive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#%3Cinit%3E()">HiveIcebergStorageHandler()</a></span> - Constructor for class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hive/HiveSchemaUtil.html" title="class in org.apache.iceberg.hive"><span class="typeNameLink">HiveSchemaUtil</span></a> - Class in <a href="org/apache/iceberg/hive/package-summary.html">org.apache.iceberg.hive</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hive/HiveTableOperations.html" title="class in org.apache.iceberg.hive"><span class="typeNameLink">HiveTableOperations</span></a> - Class in <a href="org/apache/iceberg/hive/package-summary.html">org.apache.iceberg.hive</a></dt>
<dd>
<div class="block">TODO we should be able to extract some more commonalities to BaseMetastoreTableOperations to
avoid code duplication between this class and Metacat Tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveTableOperations.html#%3Cinit%3E(org.apache.hadoop.conf.Configuration,org.apache.iceberg.ClientPool,org.apache.iceberg.io.FileIO,java.lang.String,java.lang.String,java.lang.String)">HiveTableOperations(Configuration, ClientPool, FileIO, String, String, String)</a></span> - Constructor for class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveTableOperations.html" title="class in org.apache.iceberg.hive">HiveTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hive/HiveVersion.html" title="enum in org.apache.iceberg.hive"><span class="typeNameLink">HiveVersion</span></a> - Enum in <a href="org/apache/iceberg/hive/package-summary.html">org.apache.iceberg.hive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#HMS_DB_OWNER">HMS_DB_OWNER</a></span> - Static variable in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#HMS_DB_OWNER_TYPE">HMS_DB_OWNER_TYPE</a></span> - Static variable in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#HMS_TABLE_OWNER">HMS_TABLE_OWNER</a></span> - Static variable in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#hour()">hour()</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="block">Returns an hour <a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms"><code>Transform</code></a> for timestamp types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#hour(int,java.lang.String,int)">hour(int, String, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#hour(java.lang.String)">hour(String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#hour(java.lang.String)">hour(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#hour(java.lang.String,int)">hour(String, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/SortOrderVisitor.html#hour(java.lang.String,int,org.apache.iceberg.SortDirection,org.apache.iceberg.NullOrder)">hour(String, int, SortDirection, NullOrder)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/SortOrderVisitor.html" title="interface in org.apache.iceberg.transforms">SortOrderVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#hour(java.lang.String,java.lang.String)">hour(String, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#hour(org.apache.iceberg.types.Type)">hour(Type)</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transforms.html#hour()"><code>Transforms.hour()</code></a> instead; will be removed in 2.0.0</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/transforms/Hours.html" title="class in org.apache.iceberg.transforms"><span class="typeNameLink">Hours</span></a>&lt;<a href="org/apache/iceberg/transforms/Hours.html" title="type parameter in Hours">T</a>&gt; - Class in <a href="org/apache/iceberg/transforms/package-summary.html">org.apache.iceberg.transforms</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Hours.html#%3Cinit%3E()">Hours()</a></span> - Constructor for class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Hours.html" title="class in org.apache.iceberg.transforms">Hours</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#HOURS">HOURS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#HOURS">HOURS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#HOURS()">HOURS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html#HOURS()">HOURS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TimeUnitContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/HoursFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">HoursFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>
<div class="block">A Spark function implementation for the Iceberg hour transform.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.html#%3Cinit%3E()">HoursFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">HoursFunction.TimestampNtzToHoursFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">HoursFunction.TimestampToHoursFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/HTTPClient.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">HTTPClient</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>
<div class="block">An HttpClient for usage with the REST catalog.</div>
</dd>
<dt><a href="org/apache/iceberg/rest/HTTPClient.Builder.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">HTTPClient.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html#httpClientProperties()">httpClientProperties()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws">AssumeRoleAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#httpClientProperties()">httpClientProperties()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 1.5.0, use <a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><code>HttpClientProperties</code></a> instead</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws"><span class="typeNameLink">HttpClientProperties</span></a> - Class in <a href="org/apache/iceberg/aws/package-summary.html">org.apache.iceberg.aws</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#%3Cinit%3E()">HttpClientProperties()</a></span> - Constructor for class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#%3Cinit%3E(java.util.Map)">HttpClientProperties(Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.html#ICEBERG_BINARY_TYPE_ATTRIBUTE">ICEBERG_BINARY_TYPE_ATTRIBUTE</a></span> - Static variable in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.html" title="class in org.apache.iceberg.orc">ORCSchemaUtil</a></dt>
<dd>
<div class="block">The name of the ORC <code>TypeDescription</code> attribute indicating the Iceberg type corresponding
to an ORC binary type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogUtil.html#ICEBERG_CATALOG_HADOOP">ICEBERG_CATALOG_HADOOP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg">CatalogUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogUtil.html#ICEBERG_CATALOG_HIVE">ICEBERG_CATALOG_HIVE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg">CatalogUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogUtil.html#ICEBERG_CATALOG_REST">ICEBERG_CATALOG_REST</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg">CatalogUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogUtil.html#ICEBERG_CATALOG_TYPE">ICEBERG_CATALOG_TYPE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg">CatalogUtil</a></dt>
<dd>
<div class="block">Shortcut catalog property to load a catalog implementation through a short type name, instead
of specifying a full java class through <a href="org/apache/iceberg/CatalogProperties.html#CATALOG_IMPL"><code>CatalogProperties.CATALOG_IMPL</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#ICEBERG_CATALOG_TYPE">ICEBERG_CATALOG_TYPE</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogUtil.html#ICEBERG_CATALOG_TYPE_HADOOP">ICEBERG_CATALOG_TYPE_HADOOP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg">CatalogUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#ICEBERG_CATALOG_TYPE_HADOOP">ICEBERG_CATALOG_TYPE_HADOOP</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogUtil.html#ICEBERG_CATALOG_TYPE_HIVE">ICEBERG_CATALOG_TYPE_HIVE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg">CatalogUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#ICEBERG_CATALOG_TYPE_HIVE">ICEBERG_CATALOG_TYPE_HIVE</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogUtil.html#ICEBERG_CATALOG_TYPE_REST">ICEBERG_CATALOG_TYPE_REST</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg">CatalogUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#ICEBERG_CATALOG_TYPE_REST">ICEBERG_CATALOG_TYPE_REST</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/Catalogs.html#ICEBERG_DEFAULT_CATALOG_NAME">ICEBERG_DEFAULT_CATALOG_NAME</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/Catalogs.html" title="class in org.apache.iceberg.mr">Catalogs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#ICEBERG_FIELD_NAME_PROP">ICEBERG_FIELD_NAME_PROP</a></span> - Static variable in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/Catalogs.html#ICEBERG_HADOOP_TABLE_NAME">ICEBERG_HADOOP_TABLE_NAME</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/Catalogs.html" title="class in org.apache.iceberg.mr">Catalogs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.html#ICEBERG_LONG_TYPE_ATTRIBUTE">ICEBERG_LONG_TYPE_ATTRIBUTE</a></span> - Static variable in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.html" title="class in org.apache.iceberg.orc">ORCSchemaUtil</a></dt>
<dd>
<div class="block">The name of the ORC <code>TypeDescription</code> attribute indicating the Iceberg type corresponding
to an ORC long type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsTableOperations.html#ICEBERG_METADATA_LOCATION">ICEBERG_METADATA_LOCATION</a></span> - Static variable in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsTableOperations.html" title="class in org.apache.iceberg.dell.ecs">EcsTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#ICEBERG_SNAPSHOTS_TABLE_SUFFIX">ICEBERG_SNAPSHOTS_TABLE_SUFFIX</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#ICEBERG_TABLE_TYPE_VALUE">ICEBERG_TABLE_TYPE_VALUE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized"><span class="typeNameLink">IcebergArrowColumnVector</span></a> - Class in <a href="org/apache/iceberg/spark/data/vectorized/package-summary.html">org.apache.iceberg.spark.data.vectorized</a></dt>
<dd>
<div class="block">Implementation of Spark's <code>ColumnVector</code> interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#%3Cinit%3E(org.apache.iceberg.arrow.vectorized.VectorHolder)">IcebergArrowColumnVector(VectorHolder)</a></span> - Constructor for class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergBinaryObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector"><span class="typeNameLink">IcebergBinaryObjectInspector</span></a> - Class in <a href="org/apache/iceberg/mr/hive/serde/objectinspector/package-summary.html">org.apache.iceberg.mr.hive.serde.objectinspector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/IcebergBuild.html" title="class in org.apache.iceberg"><span class="typeNameLink">IcebergBuild</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Loads iceberg-version.properties with build information.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/HasIcebergCatalog.html#icebergCatalog()">icebergCatalog()</a></span> - Method in interface org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/HasIcebergCatalog.html" title="interface in org.apache.iceberg.spark.source">HasIcebergCatalog</a></dt>
<dd>
<div class="block">Returns the underlying <a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog"><code>Catalog</code></a> backing this Spark Catalog</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#icebergCatalog()">icebergCatalog()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#icebergCatalog()">icebergCatalog()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.html#icebergCatalog(org.apache.iceberg.catalog.Catalog)">icebergCatalog(Catalog)</a></span> - Method in interface org.apache.iceberg.delta.<a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.html" title="interface in org.apache.iceberg.delta">SnapshotDeltaLakeTable</a></dt>
<dd>
<div class="block">Sets the catalog of the newly created Iceberg table.</div>
</dd>
<dt><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDateObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector"><span class="typeNameLink">IcebergDateObjectInspector</span></a> - Class in <a href="org/apache/iceberg/mr/hive/serde/objectinspector/package-summary.html">org.apache.iceberg.mr.hive.serde.objectinspector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergDecimalObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector"><span class="typeNameLink">IcebergDecimalObjectInspector</span></a> - Class in <a href="org/apache/iceberg/mr/hive/serde/objectinspector/package-summary.html">org.apache.iceberg.mr.hive.serde.objectinspector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/avro/IcebergDecoder.html" title="class in org.apache.iceberg.data.avro"><span class="typeNameLink">IcebergDecoder</span></a>&lt;<a href="org/apache/iceberg/data/avro/IcebergDecoder.html" title="type parameter in IcebergDecoder">D</a>&gt; - Class in <a href="org/apache/iceberg/data/avro/package-summary.html">org.apache.iceberg.data.avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/IcebergDecoder.html#%3Cinit%3E(org.apache.iceberg.Schema)">IcebergDecoder(Schema)</a></span> - Constructor for class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/IcebergDecoder.html" title="class in org.apache.iceberg.data.avro">IcebergDecoder</a></dt>
<dd>
<div class="block">Creates a new decoder that constructs datum instances described by an <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Iceberg schema</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/IcebergDecoder.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.avro.message.SchemaStore)">IcebergDecoder(Schema, SchemaStore)</a></span> - Constructor for class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/IcebergDecoder.html" title="class in org.apache.iceberg.data.avro">IcebergDecoder</a></dt>
<dd>
<div class="block">Creates a new decoder that constructs datum instances described by an <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Iceberg schema</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/data/avro/IcebergEncoder.html" title="class in org.apache.iceberg.data.avro"><span class="typeNameLink">IcebergEncoder</span></a>&lt;<a href="org/apache/iceberg/data/avro/IcebergEncoder.html" title="type parameter in IcebergEncoder">D</a>&gt; - Class in <a href="org/apache/iceberg/data/avro/package-summary.html">org.apache.iceberg.data.avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/IcebergEncoder.html#%3Cinit%3E(org.apache.iceberg.Schema)">IcebergEncoder(Schema)</a></span> - Constructor for class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/IcebergEncoder.html" title="class in org.apache.iceberg.data.avro">IcebergEncoder</a></dt>
<dd>
<div class="block">Creates a new <code>MessageEncoder</code> that will deconstruct datum instances described by the
<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>schema</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/IcebergEncoder.html#%3Cinit%3E(org.apache.iceberg.Schema,boolean)">IcebergEncoder(Schema, boolean)</a></span> - Constructor for class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/IcebergEncoder.html" title="class in org.apache.iceberg.data.avro">IcebergEncoder</a></dt>
<dd>
<div class="block">Creates a new <code>MessageEncoder</code> that will deconstruct datum instances described by the
<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>schema</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorState.html" title="class in org.apache.iceberg.flink.source.enumerator"><span class="typeNameLink">IcebergEnumeratorState</span></a> - Class in <a href="org/apache/iceberg/flink/source/enumerator/package-summary.html">org.apache.iceberg.flink.source.enumerator</a></dt>
<dd>
<div class="block">Enumerator state for checkpointing</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorState.html#%3Cinit%3E(java.util.Collection)">IcebergEnumeratorState(Collection&lt;IcebergSourceSplitState&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorState.html" title="class in org.apache.iceberg.flink.source.enumerator">IcebergEnumeratorState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorState.html#%3Cinit%3E(org.apache.iceberg.flink.source.enumerator.IcebergEnumeratorPosition,java.util.Collection)">IcebergEnumeratorState(IcebergEnumeratorPosition, Collection&lt;IcebergSourceSplitState&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorState.html" title="class in org.apache.iceberg.flink.source.enumerator">IcebergEnumeratorState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorState.html#%3Cinit%3E(org.apache.iceberg.flink.source.enumerator.IcebergEnumeratorPosition,java.util.Collection,int%5B%5D)">IcebergEnumeratorState(IcebergEnumeratorPosition, Collection&lt;IcebergSourceSplitState&gt;, int[])</a></span> - Constructor for class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorState.html" title="class in org.apache.iceberg.flink.source.enumerator">IcebergEnumeratorState</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorStateSerializer.html" title="class in org.apache.iceberg.flink.source.enumerator"><span class="typeNameLink">IcebergEnumeratorStateSerializer</span></a> - Class in <a href="org/apache/iceberg/flink/source/enumerator/package-summary.html">org.apache.iceberg.flink.source.enumerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorStateSerializer.html#%3Cinit%3E(boolean)">IcebergEnumeratorStateSerializer(boolean)</a></span> - Constructor for class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorStateSerializer.html" title="class in org.apache.iceberg.flink.source.enumerator">IcebergEnumeratorStateSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html#icebergField()">icebergField()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html#icebergField()">icebergField()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergFixedObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector"><span class="typeNameLink">IcebergFixedObjectInspector</span></a> - Class in <a href="org/apache/iceberg/mr/hive/serde/objectinspector/package-summary.html">org.apache.iceberg.mr.hive.serde.objectinspector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/IcebergGenerics.html" title="class in org.apache.iceberg.data"><span class="typeNameLink">IcebergGenerics</span></a> - Class in <a href="org/apache/iceberg/data/package-summary.html">org.apache.iceberg.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html" title="class in org.apache.iceberg.data"><span class="typeNameLink">IcebergGenerics.ScanBuilder</span></a> - Class in <a href="org/apache/iceberg/data/package-summary.html">org.apache.iceberg.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/mapreduce/IcebergInputFormat.html" title="class in org.apache.iceberg.mr.mapreduce"><span class="typeNameLink">IcebergInputFormat</span></a>&lt;<a href="org/apache/iceberg/mr/mapreduce/IcebergInputFormat.html" title="type parameter in IcebergInputFormat">T</a>&gt; - Class in <a href="org/apache/iceberg/mr/mapreduce/package-summary.html">org.apache.iceberg.mr.mapreduce</a></dt>
<dd>
<div class="block">Generic Mrv2 InputFormat API for Iceberg.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapreduce/IcebergInputFormat.html#%3Cinit%3E()">IcebergInputFormat()</a></span> - Constructor for class org.apache.iceberg.mr.mapreduce.<a href="org/apache/iceberg/mr/mapreduce/IcebergInputFormat.html" title="class in org.apache.iceberg.mr.mapreduce">IcebergInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector"><span class="typeNameLink">IcebergObjectInspector</span></a> - Class in <a href="org/apache/iceberg/mr/hive/serde/objectinspector/package-summary.html">org.apache.iceberg.mr.hive.serde.objectinspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html#%3Cinit%3E()">IcebergObjectInspector()</a></span> - Constructor for class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/pig/IcebergPigInputFormat.html" title="class in org.apache.iceberg.pig"><span class="typeNameLink">IcebergPigInputFormat</span></a>&lt;<a href="org/apache/iceberg/pig/IcebergPigInputFormat.html" title="type parameter in IcebergPigInputFormat">T</a>&gt; - Class in <a href="org/apache/iceberg/pig/package-summary.html">org.apache.iceberg.pig</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html" title="class in org.apache.iceberg.pig"><span class="typeNameLink">IcebergPigInputFormat.IcebergRecordReader</span></a>&lt;<a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html" title="type parameter in IcebergPigInputFormat.IcebergRecordReader">T</a>&gt; - Class in <a href="org/apache/iceberg/pig/package-summary.html">org.apache.iceberg.pig</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector"><span class="typeNameLink">IcebergRecordObjectInspector</span></a> - Class in <a href="org/apache/iceberg/mr/hive/serde/objectinspector/package-summary.html">org.apache.iceberg.mr.hive.serde.objectinspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html#%3Cinit%3E(org.apache.iceberg.types.Types.StructType,java.util.List)">IcebergRecordObjectInspector(Types.StructType, List&lt;ObjectInspector&gt;)</a></span> - Constructor for class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergRecordObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergRecordObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html#%3Cinit%3E()">IcebergRecordReader()</a></span> - Constructor for class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html" title="class in org.apache.iceberg.pig">IcebergPigInputFormat.IcebergRecordReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/IcebergSource.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">IcebergSource</span></a>&lt;<a href="org/apache/iceberg/flink/source/IcebergSource.html" title="type parameter in IcebergSource">T</a>&gt; - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/IcebergSource.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">IcebergSource</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>
<div class="block">The IcebergSource loads/writes tables with format "iceberg".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/IcebergSource.html#%3Cinit%3E()">IcebergSource()</a></span> - Constructor for class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/IcebergSource.html" title="class in org.apache.iceberg.spark.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">IcebergSource.Builder</span></a>&lt;<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="type parameter in IcebergSource.Builder">T</a>&gt; - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/reader/IcebergSourceReader.html" title="class in org.apache.iceberg.flink.source.reader"><span class="typeNameLink">IcebergSourceReader</span></a>&lt;<a href="org/apache/iceberg/flink/source/reader/IcebergSourceReader.html" title="type parameter in IcebergSourceReader">T</a>&gt; - Class in <a href="org/apache/iceberg/flink/source/reader/package-summary.html">org.apache.iceberg.flink.source.reader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/IcebergSourceReader.html#%3Cinit%3E(org.apache.iceberg.flink.source.reader.IcebergSourceReaderMetrics,org.apache.iceberg.flink.source.reader.ReaderFunction,org.apache.iceberg.flink.source.split.SerializableComparator,org.apache.flink.api.connector.source.SourceReaderContext)">IcebergSourceReader(IcebergSourceReaderMetrics, ReaderFunction&lt;T&gt;, SerializableComparator&lt;IcebergSourceSplit&gt;, SourceReaderContext)</a></span> - Constructor for class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/IcebergSourceReader.html" title="class in org.apache.iceberg.flink.source.reader">IcebergSourceReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/reader/IcebergSourceReaderMetrics.html" title="class in org.apache.iceberg.flink.source.reader"><span class="typeNameLink">IcebergSourceReaderMetrics</span></a> - Class in <a href="org/apache/iceberg/flink/source/reader/package-summary.html">org.apache.iceberg.flink.source.reader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/IcebergSourceReaderMetrics.html#%3Cinit%3E(org.apache.flink.metrics.MetricGroup,java.lang.String)">IcebergSourceReaderMetrics(MetricGroup, String)</a></span> - Constructor for class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/IcebergSourceReaderMetrics.html" title="class in org.apache.iceberg.flink.source.reader">IcebergSourceReaderMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html" title="class in org.apache.iceberg.flink.source.split"><span class="typeNameLink">IcebergSourceSplit</span></a> - Class in <a href="org/apache/iceberg/flink/source/split/package-summary.html">org.apache.iceberg.flink.source.split</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitSerializer.html" title="class in org.apache.iceberg.flink.source.split"><span class="typeNameLink">IcebergSourceSplitSerializer</span></a> - Class in <a href="org/apache/iceberg/flink/source/split/package-summary.html">org.apache.iceberg.flink.source.split</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitSerializer.html#%3Cinit%3E(boolean)">IcebergSourceSplitSerializer(boolean)</a></span> - Constructor for class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitSerializer.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplitSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitState.html" title="class in org.apache.iceberg.flink.source.split"><span class="typeNameLink">IcebergSourceSplitState</span></a> - Class in <a href="org/apache/iceberg/flink/source/split/package-summary.html">org.apache.iceberg.flink.source.split</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitState.html#%3Cinit%3E(org.apache.iceberg.flink.source.split.IcebergSourceSplit,org.apache.iceberg.flink.source.split.IcebergSourceSplitStatus)">IcebergSourceSplitState(IcebergSourceSplit, IcebergSourceSplitStatus)</a></span> - Constructor for class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitState.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplitState</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitStatus.html" title="enum in org.apache.iceberg.flink.source.split"><span class="typeNameLink">IcebergSourceSplitStatus</span></a> - Enum in <a href="org/apache/iceberg/flink/source/split/package-summary.html">org.apache.iceberg.flink.source.split</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/IcebergSpark.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">IcebergSpark</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html#icebergSplit()">icebergSplit()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html#icebergSplit()">icebergSplit()</a></span> - Method in class org.apache.iceberg.mr.mapreduce.<a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html" title="class in org.apache.iceberg.mr.mapreduce">IcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapreduce/IcebergSplitContainer.html#icebergSplit()">icebergSplit()</a></span> - Method in interface org.apache.iceberg.mr.mapreduce.<a href="org/apache/iceberg/mr/mapreduce/IcebergSplitContainer.html" title="interface in org.apache.iceberg.mr.mapreduce">IcebergSplitContainer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html" title="class in org.apache.iceberg.mr.mapreduce"><span class="typeNameLink">IcebergSplit</span></a> - Class in <a href="org/apache/iceberg/mr/mapreduce/package-summary.html">org.apache.iceberg.mr.mapreduce</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html#%3Cinit%3E()">IcebergSplit()</a></span> - Constructor for class org.apache.iceberg.mr.mapreduce.<a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html" title="class in org.apache.iceberg.mr.mapreduce">IcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/mapreduce/IcebergSplitContainer.html" title="interface in org.apache.iceberg.mr.mapreduce"><span class="typeNameLink">IcebergSplitContainer</span></a> - Interface in <a href="org/apache/iceberg/mr/mapreduce/package-summary.html">org.apache.iceberg.mr.mapreduce</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsBaseListener</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>
<div class="block">This class provides an empty implementation of <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions"><code>IcebergSqlExtensionsListener</code></a>,
which can be extended to create a listener which only needs to handle a subset
of the available methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#%3Cinit%3E()">IcebergSqlExtensionsBaseListener()</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsBaseVisitor</span></a>&lt;<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="type parameter in IcebergSqlExtensionsBaseVisitor">T</a>&gt; - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>
<div class="block">This class provides an empty implementation of <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions"><code>IcebergSqlExtensionsVisitor</code></a>,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#%3Cinit%3E()">IcebergSqlExtensionsBaseVisitor()</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsLexer</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#%3Cinit%3E(org.antlr.v4.runtime.CharStream)">IcebergSqlExtensionsLexer(CharStream)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsListener.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsListener</span></a> - Interface in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>
<div class="block">This interface defines a complete listener for a parse tree produced by
<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><code>IcebergSqlExtensionsParser</code></a>.</div>
</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#%3Cinit%3E(org.antlr.v4.runtime.TokenStream)">IcebergSqlExtensionsParser(TokenStream)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.AddPartitionFieldContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.ApplyTransformContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigDecimalLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.BigDecimalLiteralContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.BigIntLiteralContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.BooleanLiteralContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.BooleanValueContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.BranchOptionsContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.CallArgumentContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.CallContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ConstantContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.ConstantContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.CreateOrReplaceBranchContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.CreateOrReplaceTagContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DecimalLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.DecimalLiteralContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DoubleLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.DoubleLiteralContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.DropBranchContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.DropIdentifierFieldsContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.DropPartitionFieldContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.DropTagContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExponentLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.ExponentLiteralContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.ExpressionContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.FieldListContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FloatLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.FloatLiteralContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.IdentifierContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentityTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.IdentityTransformContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IntegerLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.IntegerLiteralContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.MaxSnapshotAgeContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.MinSnapshotsToKeepContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.MultipartIdentifierContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NamedArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.NamedArgumentContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.NonReservedContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumberContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.NumberContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumericLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.NumericLiteralContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumSnapshotsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.NumSnapshotsContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.OrderContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.OrderFieldContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.PositionalArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.PositionalArgumentContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.QuotedIdentifierContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.RefRetainContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.SetIdentifierFieldsContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.SingleOrderContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.SingleStatementContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SmallIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.SmallIntLiteralContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotIdContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.SnapshotIdContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.SnapshotRetentionContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StatementContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.StatementContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.StringArrayContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.StringLiteralContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.StringMapContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.TagOptionsContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.TimeUnitContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TinyIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.TinyIntLiteralContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.TransformArgumentContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.TransformContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TypeConstructorContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.TypeConstructorContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.UnquotedIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.UnquotedIdentifierContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.WriteDistributionSpecContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.WriteOrderingSpecContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsParser.WriteSpecContext</span></a> - Class in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions"><span class="typeNameLink">IcebergSqlExtensionsVisitor</span></a>&lt;<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="type parameter in IcebergSqlExtensionsVisitor">T</a>&gt; - Interface in <a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a></dt>
<dd>
<div class="block">This interface defines a complete generic visitor for a parse tree produced
by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions"><code>IcebergSqlExtensionsParser</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig"><span class="typeNameLink">IcebergStorage</span></a> - Class in <a href="org/apache/iceberg/pig/package-summary.html">org.apache.iceberg.pig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#%3Cinit%3E()">IcebergStorage()</a></span> - Constructor for class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/IcebergTableSink.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">IcebergTableSink</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/IcebergTableSink.html#%3Cinit%3E(org.apache.iceberg.flink.TableLoader,org.apache.flink.table.api.TableSchema,org.apache.flink.configuration.ReadableConfig,java.util.Map)">IcebergTableSink(TableLoader, TableSchema, ReadableConfig, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/IcebergTableSink.html" title="class in org.apache.iceberg.flink">IcebergTableSink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/IcebergTableSource.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">IcebergTableSource</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>
<div class="block">Flink Iceberg table source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergTableSource.html#%3Cinit%3E(org.apache.iceberg.flink.TableLoader,org.apache.flink.table.api.TableSchema,java.util.Map,org.apache.flink.configuration.ReadableConfig)">IcebergTableSource(TableLoader, TableSchema, Map&lt;String, String&gt;, ReadableConfig)</a></span> - Constructor for class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergTableSource.html" title="class in org.apache.iceberg.flink.source">IcebergTableSource</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimeObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector"><span class="typeNameLink">IcebergTimeObjectInspector</span></a> - Class in <a href="org/apache/iceberg/mr/hive/serde/objectinspector/package-summary.html">org.apache.iceberg.mr.hive.serde.objectinspector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector"><span class="typeNameLink">IcebergTimestampObjectInspector</span></a> - Class in <a href="org/apache/iceberg/mr/hive/serde/objectinspector/package-summary.html">org.apache.iceberg.mr.hive.serde.objectinspector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergTimestampWithZoneObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector"><span class="typeNameLink">IcebergTimestampWithZoneObjectInspector</span></a> - Class in <a href="org/apache/iceberg/mr/hive/serde/objectinspector/package-summary.html">org.apache.iceberg.mr.hive.serde.objectinspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html#icebergType()">icebergType()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergUUIDObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector"><span class="typeNameLink">IcebergUUIDObjectInspector</span></a> - Class in <a href="org/apache/iceberg/mr/hive/serde/objectinspector/package-summary.html">org.apache.iceberg.mr.hive.serde.objectinspector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/IcebergVersionFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">IcebergVersionFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>
<div class="block">A function for use in SQL that returns the current Iceberg version, e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/IcebergVersionFunction.html#%3Cinit%3E()">IcebergVersionFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/IcebergVersionFunction.html" title="class in org.apache.iceberg.spark.functions">IcebergVersionFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FieldMetrics.html#id()">id()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FieldMetrics.html" title="class in org.apache.iceberg">FieldMetrics</a></dt>
<dd>
<div class="block">Returns the id of the field that the metrics within this class are associated with.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileContent.html#id()">id()</a></span> - Method in enum org.apache.iceberg.<a href="org/apache/iceberg/FileContent.html" title="enum in org.apache.iceberg">FileContent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestContent.html#id()">id()</a></span> - Method in enum org.apache.iceberg.<a href="org/apache/iceberg/ManifestContent.html" title="enum in org.apache.iceberg">ManifestContent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedField.html#id()">id()</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedField.html" title="class in org.apache.iceberg.mapping">MappedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedFields.html#id(java.lang.String)">id(String)</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedFields.html" title="class in org.apache.iceberg.mapping">MappedFields</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#ID_TOKEN_TYPE">ID_TOKEN_TYPE</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html#identifier">identifier</a></span> - Variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MultipartIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableCommit.html#identifier()">identifier()</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableCommit.html" title="interface in org.apache.iceberg.catalog">TableCommit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html#identifier()">identifier()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.CatalogAndIdentifier.html#identifier()">identifier()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.CatalogAndIdentifier.html" title="class in org.apache.iceberg.spark">Spark3Util.CatalogAndIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html#identifier()">identifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.AddPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html#identifier()">identifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ApplyTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html#identifier()">identifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html#identifier()">identifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html#identifier()">identifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html#identifier()">identifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#identifier()">identifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html#identifier()">identifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MultipartIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NamedArgumentContext.html#identifier()">identifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NamedArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NamedArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#identifier()">identifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TypeConstructorContext.html#identifier()">identifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TypeConstructorContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TypeConstructorContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html#identifier(int)">identifier(int)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MultipartIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#IDENTIFIER">IDENTIFIER</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#IDENTIFIER">IDENTIFIER</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.UnquotedIdentifierContext.html#IDENTIFIER()">IDENTIFIER()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.UnquotedIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.UnquotedIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#IDENTIFIER_KW">IDENTIFIER_KW</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#IDENTIFIER_KW">IDENTIFIER_KW</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html#IDENTIFIER_KW()">IDENTIFIER_KW()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#IDENTIFIER_KW()">IDENTIFIER_KW()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html#IDENTIFIER_KW()">IDENTIFIER_KW()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentifierContext.html#%3Cinit%3E()">IdentifierContext()</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentifierContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">IdentifierContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#identifierFieldIds()">identifierFieldIds()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">The set of identifier field IDs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#identifierFieldNames()">identifierFieldNames()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns the set of identifier field names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListTablesResponse.html#identifiers()">identifiers()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListTablesResponse.html" title="class in org.apache.iceberg.rest.responses">ListTablesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#identifierToTableIdentifier(org.apache.spark.sql.connector.catalog.Identifier)">identifierToTableIdentifier(Identifier)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html#identity()">identity()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html" title="class in org.apache.iceberg.catalog">SessionCatalog.SessionContext</a></dt>
<dd>
<div class="block">Returns a string that identifies the current user or principal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#identity()">identity()</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="block">Returns an identity <a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms"><code>Transform</code></a> that can be used for any type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#identity(int,java.lang.String,int)">identity(int, String, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#identity(java.lang.String)">identity(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#identity(java.lang.String,int)">identity(String, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#identity(org.apache.iceberg.types.Type)">identity(Type)</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transforms.html#identity()"><code>Transforms.identity()</code></a> instead; will be removed in 2.0.0</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/data/IdentityPartitionConverters.html" title="class in org.apache.iceberg.data"><span class="typeNameLink">IdentityPartitionConverters</span></a> - Class in <a href="org/apache/iceberg/data/package-summary.html">org.apache.iceberg.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#identitySourceIds()">identitySourceIds()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>
<div class="block">Returns the source field ids for identity partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentityTransformContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TransformContext)">IdentityTransformContext(IcebergSqlExtensionsParser.TransformContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentityTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IdentityTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#idToAlias(java.lang.Integer)">idToAlias(Integer)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns the full column name in the unconverted data schema for the given column id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#idToName()">idToName()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns a map for this schema between field id and qualified field names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.html#idToOrcName(org.apache.iceberg.Schema)">idToOrcName(Schema)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.html" title="class in org.apache.iceberg.orc">ORCSchemaUtil</a></dt>
<dd>
<div class="block">Generates mapping from field IDs to ORC qualified names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#IF">IF</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#IF">IF</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html#IF()">IF()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html#IF()">IF()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html#IF()">IF()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html#IF()">IF()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#IF()">IF()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteOrphanFiles.PrefixMismatchMode.html#IGNORE">IGNORE</a></span> - org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteOrphanFiles.PrefixMismatchMode.html" title="enum in org.apache.iceberg.actions">DeleteOrphanFiles.PrefixMismatchMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#ignoreResiduals()">ignoreResiduals()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Create a new scan from this that applies data filtering to files but not to rows in those
files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#immutableMap()">immutableMap()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#impl(java.lang.Class,java.lang.Class...)">impl(Class&lt;?&gt;, Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Checks for a method implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.Builder.html#impl(java.lang.Class,java.lang.String)">impl(Class&lt;?&gt;, String)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.Builder.html" title="class in org.apache.iceberg.common">DynFields.Builder</a></dt>
<dd>
<div class="block">Checks for an implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#impl(java.lang.Class,java.lang.String,java.lang.Class...)">impl(Class&lt;?&gt;, String, Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Checks for a method implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Builder.html#impl(java.lang.Class,java.lang.Class...)">impl(Class&lt;T&gt;, Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Builder.html" title="class in org.apache.iceberg.common">DynConstructors.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynClasses.Builder.html#impl(java.lang.String)">impl(String)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynClasses.Builder.html" title="class in org.apache.iceberg.common">DynClasses.Builder</a></dt>
<dd>
<div class="block">Checks for an implementation of the class by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Builder.html#impl(java.lang.String,java.lang.Class...)">impl(String, Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Builder.html" title="class in org.apache.iceberg.common">DynConstructors.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#impl(java.lang.String,java.lang.Class...)">impl(String, Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Checks for an implementation, first finding the given class by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.Builder.html#impl(java.lang.String,java.lang.String)">impl(String, String)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.Builder.html" title="class in org.apache.iceberg.common">DynFields.Builder</a></dt>
<dd>
<div class="block">Checks for an implementation, first finding the class by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#impl(java.lang.String,java.lang.String,java.lang.Class...)">impl(String, String, Class&lt;?&gt;...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Checks for an implementation, first finding the given class by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SnapshotTable.Result.html#importedDataFilesCount()">importedDataFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SnapshotTable.Result.html" title="interface in org.apache.iceberg.actions">SnapshotTable.Result</a></dt>
<dd>
<div class="block">Returns the number of imported data files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#importSparkPartitions(org.apache.spark.sql.SparkSession,java.util.List,org.apache.iceberg.Table,org.apache.iceberg.PartitionSpec,java.lang.String)">importSparkPartitions(SparkSession, List&lt;SparkTableUtil.SparkPartition&gt;, Table, PartitionSpec, String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>
<div class="block">Import files from given partitions to an Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#importSparkPartitions(org.apache.spark.sql.SparkSession,java.util.List,org.apache.iceberg.Table,org.apache.iceberg.PartitionSpec,java.lang.String,boolean)">importSparkPartitions(SparkSession, List&lt;SparkTableUtil.SparkPartition&gt;, Table, PartitionSpec, String, boolean)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>
<div class="block">Import files from given partitions to an Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#importSparkTable(org.apache.spark.sql.SparkSession,org.apache.spark.sql.catalyst.TableIdentifier,org.apache.iceberg.Table,java.lang.String)">importSparkTable(SparkSession, TableIdentifier, Table, String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>
<div class="block">Import files from an existing Spark table to an Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#importSparkTable(org.apache.spark.sql.SparkSession,org.apache.spark.sql.catalyst.TableIdentifier,org.apache.iceberg.Table,java.lang.String,boolean)">importSparkTable(SparkSession, TableIdentifier, Table, String, boolean)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>
<div class="block">Import files from an existing Spark table to an Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#importSparkTable(org.apache.spark.sql.SparkSession,org.apache.spark.sql.catalyst.TableIdentifier,org.apache.iceberg.Table,java.lang.String,java.util.Map,boolean)">importSparkTable(SparkSession, TableIdentifier, Table, String, Map&lt;String, String&gt;, boolean)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>
<div class="block">Import files from an existing Spark table to an Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#in(java.lang.String,java.lang.Iterable)">in(String, Iterable&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#in(java.lang.String,T...)">in(String, T...)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#in(org.apache.iceberg.expressions.Bound,java.util.Set)">in(Bound&lt;T&gt;, Set&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#in(org.apache.iceberg.expressions.BoundReference,java.util.Set)">in(BoundReference&lt;T&gt;, Set&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#in(org.apache.iceberg.expressions.BoundTerm,java.util.Set)">in(BoundTerm&lt;T&gt;, Set&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#in(org.apache.iceberg.expressions.UnboundTerm,java.lang.Iterable)">in(UnboundTerm&lt;T&gt;, Iterable&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#in(org.apache.iceberg.expressions.UnboundTerm,T...)">in(UnboundTerm&lt;T&gt;, T...)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FindFiles.html#in(org.apache.iceberg.Table)">in(Table)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/FindFiles.html" title="class in org.apache.iceberg">FindFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#IN">IN</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#IN_MEMORY_DATA_MODEL">IN_MEMORY_DATA_MODEL</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#INCLUDE_COLUMN_STATS">INCLUDE_COLUMN_STATS</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#INCLUDE_COLUMN_STATS_OPTION">INCLUDE_COLUMN_STATS_OPTION</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FindFiles.Builder.html#includeColumnStats()">includeColumnStats()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FindFiles.Builder.html" title="class in org.apache.iceberg">FindFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#includeColumnStats()">includeColumnStats()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#includeColumnStats()">includeColumnStats()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#includeColumnStats()">includeColumnStats()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Create a new scan from this that loads the column stats with each data file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#includeColumnStats(boolean)">includeColumnStats(boolean)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#includeColumnStats(boolean)">includeColumnStats(boolean)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Projections.html#inclusive(org.apache.iceberg.PartitionSpec)">inclusive(PartitionSpec)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Projections.html" title="class in org.apache.iceberg.expressions">Projections</a></dt>
<dd>
<div class="block">Creates an inclusive <code>ProjectionEvaluator</code> for the <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>spec</code></a>, defaulting
to case sensitive mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Projections.html#inclusive(org.apache.iceberg.PartitionSpec,boolean)">inclusive(PartitionSpec, boolean)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Projections.html" title="class in org.apache.iceberg.expressions">Projections</a></dt>
<dd>
<div class="block">Creates an inclusive <code>ProjectionEvaluator</code> for the <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>spec</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/expressions/InclusiveMetricsEvaluator.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">InclusiveMetricsEvaluator</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Evaluates an <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>Expression</code></a> on a <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a> to test whether rows in the file may match.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/InclusiveMetricsEvaluator.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.iceberg.expressions.Expression)">InclusiveMetricsEvaluator(Schema, Expression)</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/InclusiveMetricsEvaluator.html" title="class in org.apache.iceberg.expressions">InclusiveMetricsEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/InclusiveMetricsEvaluator.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.iceberg.expressions.Expression,boolean)">InclusiveMetricsEvaluator(Schema, Expression, boolean)</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/InclusiveMetricsEvaluator.html" title="class in org.apache.iceberg.expressions">InclusiveMetricsEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/DeleteCounter.html#increment()">increment()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/DeleteCounter.html" title="class in org.apache.iceberg.deletes">DeleteCounter</a></dt>
<dd>
<div class="block">Increment the counter by one.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Counter.html#increment()">increment()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics">Counter</a></dt>
<dd>
<div class="block">Increment the counter by 1.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultCounter.html#increment()">increment()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultCounter.html" title="class in org.apache.iceberg.metrics">DefaultCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.Counter.html#increment()">increment()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.Counter.html" title="interface in org.apache.iceberg.metrics">MetricsContext.Counter</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Increment the counter by a single whole number value (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Counter.html#increment(int)">increment(int)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics">Counter</a></dt>
<dd>
<div class="block">Increment the counter by the provided amount.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Counter.html#increment(long)">increment(long)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics">Counter</a></dt>
<dd>
<div class="block">Increment the counter by the provided amount.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultCounter.html#increment(long)">increment(long)</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultCounter.html" title="class in org.apache.iceberg.metrics">DefaultCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.Counter.html#increment(T)">increment(T)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.Counter.html" title="interface in org.apache.iceberg.metrics">MetricsContext.Counter</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Increment the counter by the provided amount.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html#INCREMENTAL_FROM_EARLIEST_SNAPSHOT">INCREMENTAL_FROM_EARLIEST_SNAPSHOT</a></span> - org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html" title="enum in org.apache.iceberg.flink.source">StreamingStartingStrategy</a></dt>
<dd>
<div class="block">Start incremental mode from the earliest snapshot inclusive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html#INCREMENTAL_FROM_LATEST_SNAPSHOT">INCREMENTAL_FROM_LATEST_SNAPSHOT</a></span> - org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html" title="enum in org.apache.iceberg.flink.source">StreamingStartingStrategy</a></dt>
<dd>
<div class="block">Start incremental mode from the latest snapshot inclusive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html#INCREMENTAL_FROM_SNAPSHOT_ID">INCREMENTAL_FROM_SNAPSHOT_ID</a></span> - org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html" title="enum in org.apache.iceberg.flink.source">StreamingStartingStrategy</a></dt>
<dd>
<div class="block">Start incremental mode from a snapshot with a specific id inclusive.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html#INCREMENTAL_FROM_SNAPSHOT_TIMESTAMP">INCREMENTAL_FROM_SNAPSHOT_TIMESTAMP</a></span> - org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html" title="enum in org.apache.iceberg.flink.source">StreamingStartingStrategy</a></dt>
<dd>
<div class="block">Start incremental mode from a snapshot with a specific timestamp inclusive.</div>
</dd>
<dt><a href="org/apache/iceberg/IncrementalAppendScan.html" title="interface in org.apache.iceberg"><span class="typeNameLink">IncrementalAppendScan</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for configuring an incremental table scan for appends only snapshots</div>
</dd>
<dt><a href="org/apache/iceberg/IncrementalChangelogScan.html" title="interface in org.apache.iceberg"><span class="typeNameLink">IncrementalChangelogScan</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for configuring a scan for table changes.</div>
</dd>
<dt><a href="org/apache/iceberg/IncrementalScan.html" title="interface in org.apache.iceberg"><span class="typeNameLink">IncrementalScan</span></a>&lt;<a href="org/apache/iceberg/IncrementalScan.html" title="type parameter in IncrementalScan">ThisT</a>,&#8203;<a href="org/apache/iceberg/IncrementalScan.html" title="type parameter in IncrementalScan">T</a> extends <a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg">ScanTask</a>,&#8203;<a href="org/apache/iceberg/IncrementalScan.html" title="type parameter in IncrementalScan">G</a> extends <a href="org/apache/iceberg/ScanTaskGroup.html" title="interface in org.apache.iceberg">ScanTaskGroup</a>&lt;<a href="org/apache/iceberg/IncrementalScan.html" title="type parameter in IncrementalScan">T</a>&gt;&gt; - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for configuring an incremental scan.</div>
</dd>
<dt><a href="org/apache/iceberg/events/IncrementalScanEvent.html" title="class in org.apache.iceberg.events"><span class="typeNameLink">IncrementalScanEvent</span></a> - Class in <a href="org/apache/iceberg/events/package-summary.html">org.apache.iceberg.events</a></dt>
<dd>
<div class="block">Event sent to listeners when an incremental table scan is planned.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/IncrementalScanEvent.html#%3Cinit%3E(java.lang.String,long,long,org.apache.iceberg.expressions.Expression,org.apache.iceberg.Schema,boolean)">IncrementalScanEvent(String, long, long, Expression, Schema, boolean)</a></span> - Constructor for class org.apache.iceberg.events.<a href="org/apache/iceberg/events/IncrementalScanEvent.html" title="class in org.apache.iceberg.events">IncrementalScanEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/IcebergSourceReaderMetrics.html#incrementAssignedBytes(long)">incrementAssignedBytes(long)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/IcebergSourceReaderMetrics.html" title="class in org.apache.iceberg.flink.source.reader">IcebergSourceReaderMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/IcebergSourceReaderMetrics.html#incrementAssignedSplits(long)">incrementAssignedSplits(long)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/IcebergSourceReaderMetrics.html" title="class in org.apache.iceberg.flink.source.reader">IcebergSourceReaderMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#incrementDeleteCount()">incrementDeleteCount()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.Builder.html#incrementDuplicateDeletes()">incrementDuplicateDeletes()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.Builder.html" title="class in org.apache.iceberg">SnapshotSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.Builder.html#incrementDuplicateDeletes(int)">incrementDuplicateDeletes(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.Builder.html" title="class in org.apache.iceberg">SnapshotSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/IcebergSourceReaderMetrics.html#incrementFinishedBytes(long)">incrementFinishedBytes(long)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/IcebergSourceReaderMetrics.html" title="class in org.apache.iceberg.flink.source.reader">IcebergSourceReaderMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/IcebergSourceReaderMetrics.html#incrementFinishedSplits(long)">incrementFinishedSplits(long)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/IcebergSourceReaderMetrics.html" title="class in org.apache.iceberg.flink.source.reader">IcebergSourceReaderMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/IcebergSourceReaderMetrics.html#incrementSplitReaderFetchCalls(long)">incrementSplitReaderFetchCalls(long)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/IcebergSourceReaderMetrics.html" title="class in org.apache.iceberg.flink.source.reader">IcebergSourceReaderMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#indexById(org.apache.iceberg.types.Types.StructType)">indexById(Types.StructType)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#indexByLowerCaseName(org.apache.iceberg.types.Types.StructType)">indexByLowerCaseName(Types.StructType)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#indexByName(org.apache.iceberg.types.Types.StructType)">indexByName(Types.StructType)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">IndexByName</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#%3Cinit%3E()">IndexByName()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#%3Cinit%3E(java.util.function.Function)">IndexByName(Function&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#INDEXED_DELETE_FILES">INDEXED_DELETE_FILES</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsUtil.html#indexedDeleteFile(org.apache.iceberg.metrics.ScanMetrics,org.apache.iceberg.DeleteFile)">indexedDeleteFile(ScanMetrics, DeleteFile)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsUtil.html" title="class in org.apache.iceberg.metrics">ScanMetricsUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#indexedDeleteFiles()">indexedDeleteFiles()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#indexedDeleteFiles()">indexedDeleteFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#indexNameById(org.apache.iceberg.types.Types.StructType)">indexNameById(Types.StructType)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#indexParents(org.apache.iceberg.types.Types.StructType)">indexParents(Types.StructType)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/IndexParents.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">IndexParents</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexParents.html#%3Cinit%3E()">IndexParents()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexParents.html" title="class in org.apache.iceberg.types">IndexParents</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#indexQuotedNameById(org.apache.iceberg.Schema)">indexQuotedNameById(Schema)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#indexQuotedNameById(org.apache.iceberg.types.Types.StructType,java.util.function.Function)">indexQuotedNameById(Types.StructType, Function&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/IcebergSource.html#inferPartitioning(org.apache.spark.sql.util.CaseInsensitiveStringMap)">inferPartitioning(CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/IcebergSource.html" title="class in org.apache.iceberg.spark.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/IcebergSource.html#inferSchema(org.apache.spark.sql.util.CaseInsensitiveStringMap)">inferSchema(CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/IcebergSource.html" title="class in org.apache.iceberg.spark.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupFailureResult.html#info()">info()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupFailureResult.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.FileGroupFailureResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupRewriteResult.html#info()">info()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupRewriteResult.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.FileGroupRewriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteFileGroup.html#info()">info()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteFileGroup.html" title="class in org.apache.iceberg.actions">RewriteFileGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupRewriteResult.html#info()">info()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupRewriteResult.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles.FileGroupRewriteResult</a></dt>
<dd>
<div class="block">Description of this position delete file group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html#info()">info()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/FileRewriter.html#init(java.util.Map)">init(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/FileRewriter.html" title="interface in org.apache.iceberg.actions">FileRewriter</a></dt>
<dd>
<div class="block">Initializes this rewriter using provided options.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html#init(java.util.Map)">init(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedDataRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#init(java.util.Map)">init(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html#initDataReader(org.apache.parquet.column.Encoding,org.apache.parquet.bytes.ByteBufferInputStream,int)">initDataReader(Encoding, ByteBufferInputStream, int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedPageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#initDataReader(org.apache.parquet.column.Encoding,org.apache.parquet.bytes.ByteBufferInputStream,int)">initDataReader(Encoding, ByteBufferInputStream, int)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html#initDefinitionLevelsReader(org.apache.parquet.column.page.DataPageV1,org.apache.parquet.column.ColumnDescriptor,org.apache.parquet.bytes.ByteBufferInputStream,int)">initDefinitionLevelsReader(DataPageV1, ColumnDescriptor, ByteBufferInputStream, int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedPageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#initDefinitionLevelsReader(org.apache.parquet.column.page.DataPageV1,org.apache.parquet.column.ColumnDescriptor,org.apache.parquet.bytes.ByteBufferInputStream,int)">initDefinitionLevelsReader(DataPageV1, ColumnDescriptor, ByteBufferInputStream, int)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html#initDefinitionLevelsReader(org.apache.parquet.column.page.DataPageV2,org.apache.parquet.column.ColumnDescriptor)">initDefinitionLevelsReader(DataPageV2, ColumnDescriptor)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedPageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#initDefinitionLevelsReader(org.apache.parquet.column.page.DataPageV2,org.apache.parquet.column.ColumnDescriptor)">initDefinitionLevelsReader(DataPageV2, ColumnDescriptor)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html#initFromPage(int,org.apache.parquet.bytes.ByteBufferInputStream)">initFromPage(int, ByteBufferInputStream)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">BaseVectorizedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html#initFromPage(int,org.apache.parquet.bytes.ByteBufferInputStream)">initFromPage(int, ByteBufferInputStream)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html" title="class in org.apache.iceberg.parquet">ValuesAsBytesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#initFromPage(org.apache.parquet.column.page.DataPageV1)">initFromPage(DataPageV1)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#initFromPage(org.apache.parquet.column.page.DataPageV2)">initFromPage(DataPageV2)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/RowDataTaskWriterFactory.html#initialize(int,int)">initialize(int, int)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/RowDataTaskWriterFactory.html" title="class in org.apache.iceberg.flink.sink">RowDataTaskWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/TaskWriterFactory.html#initialize(int,int)">initialize(int, int)</a></span> - Method in interface org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/TaskWriterFactory.html" title="interface in org.apache.iceberg.flink.sink">TaskWriterFactory</a></dt>
<dd>
<div class="block">Initialize the factory with a given taskId and attemptId.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Initialize a catalog given a custom name and a map of catalog properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Initialize given a custom name and a map of catalog properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/ViewCatalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/ViewCatalog.html" title="interface in org.apache.iceberg.catalog">ViewCatalog</a></dt>
<dd>
<div class="block">Initialize a view catalog given a custom name and a map of catalog properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#initialize(java.lang.String,java.util.Map)">initialize(String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#initialize(java.lang.String,org.apache.iceberg.nessie.NessieIcebergClient,org.apache.iceberg.io.FileIO,java.util.Map)">initialize(String, NessieIcebergClient, FileIO, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>
<div class="block">An alternative way to initialize the catalog using a pre-configured <a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie"><code>NessieIcebergClient</code></a>
and <a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io"><code>FileIO</code></a> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html#initialize(java.lang.String,org.apache.spark.sql.util.CaseInsensitiveStringMap)">initialize(String, CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html" title="class in org.apache.iceberg.spark">SparkCachedTableCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#initialize(java.lang.String,org.apache.spark.sql.util.CaseInsensitiveStringMap)">initialize(String, CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkFunctionCatalog.html#initialize(java.lang.String,org.apache.spark.sql.util.CaseInsensitiveStringMap)">initialize(String, CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkFunctionCatalog.html" title="class in org.apache.iceberg.spark">SparkFunctionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#initialize(java.lang.String,org.apache.spark.sql.util.CaseInsensitiveStringMap)">initialize(String, CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunClientFactory.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunClientFactory.html" title="interface in org.apache.iceberg.aliyun">AliyunClientFactory</a></dt>
<dd>
<div class="block">Initialize Aliyun client factory from catalog properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html" title="class in org.apache.iceberg.aliyun.oss">OSSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws">AssumeRoleAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientFactory.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientFactory.html" title="interface in org.apache.iceberg.aws">AwsClientFactory</a></dt>
<dd>
<div class="block">Initialize AWS client factory from catalog properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbLockManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/lakeformation/LakeFormationAwsClientFactory.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.aws.lakeformation.<a href="org/apache/iceberg/aws/lakeformation/LakeFormationAwsClientFactory.html" title="class in org.apache.iceberg.aws.lakeformation">LakeFormationAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/RESTSigV4Signer.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/RESTSigV4Signer.html" title="class in org.apache.iceberg.aws">RESTSigV4Signer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOAwsClientFactory.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOAwsClientFactory.html" title="interface in org.apache.iceberg.aws.s3">S3FileIOAwsClientFactory</a></dt>
<dd>
<div class="block">Initialize AWS client factory from catalog properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/S3FileIOAwsClientFactories.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/S3FileIOAwsClientFactories.html" title="class in org.apache.iceberg.aws">S3FileIOAwsClientFactories</a></dt>
<dd>
<div class="block">Attempts to load an AWS client factory class for S3 file IO defined in the catalog property
<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#CLIENT_FACTORY"><code>S3FileIOProperties.CLIENT_FACTORY</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.azure.adlsv2.<a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html" title="class in org.apache.iceberg.azure.adlsv2">ADLSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellClientFactory.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellClientFactory.html" title="interface in org.apache.iceberg.dell">DellClientFactory</a></dt>
<dd>
<div class="block">Initialize Dell EMC ECS client factory from catalog properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsFileIO.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsFileIO.html" title="class in org.apache.iceberg.dell.ecs">EcsFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/KmsClient.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/KmsClient.html" title="interface in org.apache.iceberg.encryption">KmsClient</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Initialize the KMS client with given properties</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.gcp.gcs.<a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html" title="class in org.apache.iceberg.gcp.gcs">GCSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopMetricsContext.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopMetricsContext.html" title="class in org.apache.iceberg.hadoop">HadoopMetricsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIO.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a></dt>
<dd>
<div class="block">Initialize File IO from catalog properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/LockManager.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/LockManager.html" title="interface in org.apache.iceberg">LockManager</a></dt>
<dd>
<div class="block">Initialize lock manager from catalog properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.html" title="interface in org.apache.iceberg.metrics">MetricsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsReporter.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsReporter.html" title="interface in org.apache.iceberg.metrics">MetricsReporter</a></dt>
<dd>
<div class="block">A custom MetricsReporter implementation must have a no-arg constructor, which will be called
first.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html#initialize(java.util.Map)">initialize(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html" title="class in org.apache.iceberg.util">LockManagers.BaseLockManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html#initialize(org.apache.hadoop.conf.Configuration,java.util.Properties)">initialize(Configuration, Properties)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSerDe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html#initialize(org.apache.hadoop.mapreduce.InputSplit,org.apache.hadoop.mapreduce.TaskAttemptContext)">initialize(InputSplit, TaskAttemptContext)</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html" title="class in org.apache.iceberg.pig">IcebergPigInputFormat.IcebergRecordReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/IcebergSourceReader.html#initializedState(org.apache.iceberg.flink.source.split.IcebergSourceSplit)">initializedState(IcebergSourceSplit)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/IcebergSourceReader.html" title="class in org.apache.iceberg.flink.source.reader">IcebergSourceReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html#initializeState(org.apache.flink.runtime.state.FunctionInitializationContext)">initializeState(FunctionInitializationContext)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html" title="class in org.apache.iceberg.flink.source">StreamingMonitorFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingReaderOperator.html#initializeState(org.apache.flink.runtime.state.StateInitializationContext)">initializeState(StateInitializationContext)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingReaderOperator.html" title="class in org.apache.iceberg.flink.source">StreamingReaderOperator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html#initialOffset()">initialOffset()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html" title="class in org.apache.iceberg.spark.source">SparkMicroBatchStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.html#initModule()">initModule()</a></span> - Static method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.html" title="class in org.apache.iceberg.aws.s3.signer">S3ObjectMapper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory"><span class="typeNameLink">InMemoryCatalog</span></a> - Class in <a href="org/apache/iceberg/inmemory/package-summary.html">org.apache.iceberg.inmemory</a></dt>
<dd>
<div class="block">Catalog implementation that uses in-memory data-structures to store the namespaces and tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#%3Cinit%3E()">InMemoryCatalog()</a></span> - Constructor for class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/inmemory/InMemoryFileIO.html" title="class in org.apache.iceberg.inmemory"><span class="typeNameLink">InMemoryFileIO</span></a> - Class in <a href="org/apache/iceberg/inmemory/package-summary.html">org.apache.iceberg.inmemory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryFileIO.html#%3Cinit%3E()">InMemoryFileIO()</a></span> - Constructor for class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryFileIO.html" title="class in org.apache.iceberg.inmemory">InMemoryFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/inmemory/InMemoryInputFile.html" title="class in org.apache.iceberg.inmemory"><span class="typeNameLink">InMemoryInputFile</span></a> - Class in <a href="org/apache/iceberg/inmemory/package-summary.html">org.apache.iceberg.inmemory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryInputFile.html#%3Cinit%3E(byte%5B%5D)">InMemoryInputFile(byte[])</a></span> - Constructor for class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryInputFile.html" title="class in org.apache.iceberg.inmemory">InMemoryInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryInputFile.html#%3Cinit%3E(java.lang.String,byte%5B%5D)">InMemoryInputFile(String, byte[])</a></span> - Constructor for class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryInputFile.html" title="class in org.apache.iceberg.inmemory">InMemoryInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/InMemoryMetricsReporter.html" title="class in org.apache.iceberg.metrics"><span class="typeNameLink">InMemoryMetricsReporter</span></a> - Class in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/InMemoryMetricsReporter.html#%3Cinit%3E()">InMemoryMetricsReporter()</a></span> - Constructor for class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/InMemoryMetricsReporter.html" title="class in org.apache.iceberg.metrics">InMemoryMetricsReporter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html" title="class in org.apache.iceberg.inmemory"><span class="typeNameLink">InMemoryOutputFile</span></a> - Class in <a href="org/apache/iceberg/inmemory/package-summary.html">org.apache.iceberg.inmemory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html#%3Cinit%3E()">InMemoryOutputFile()</a></span> - Constructor for class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html" title="class in org.apache.iceberg.inmemory">InMemoryOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html#%3Cinit%3E(java.lang.String)">InMemoryOutputFile(String)</a></span> - Constructor for class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html" title="class in org.apache.iceberg.inmemory">InMemoryOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html#%3Cinit%3E(java.lang.String,org.apache.iceberg.inmemory.InMemoryFileIO)">InMemoryOutputFile(String, InMemoryFileIO)</a></span> - Constructor for class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html" title="class in org.apache.iceberg.inmemory">InMemoryOutputFile</a></dt>
<dd>
<div class="block">If the optional parentFileIO is provided, file-existence behaves similarly to S3FileIO;
existence checks are performed up-front if creating without overwrite, but files only exist in
the parentFileIO if close() has been called on the associated output streams (or pre-existing
files are populated into the parentFileIO through other means).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/AbstractMapredIcebergRecordReader.html#innerReader">innerReader</a></span> - Variable in class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/AbstractMapredIcebergRecordReader.html" title="class in org.apache.iceberg.mr.mapred">AbstractMapredIcebergRecordReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FindFiles.Builder.html#inPartition(org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">inPartition(PartitionSpec, StructLike)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FindFiles.Builder.html" title="class in org.apache.iceberg">FindFiles.Builder</a></dt>
<dd>
<div class="block">Filter results to files in any one of the given partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FindFiles.Builder.html#inPartitions(org.apache.iceberg.PartitionSpec,java.util.List)">inPartitions(PartitionSpec, List&lt;StructLike&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FindFiles.Builder.html" title="class in org.apache.iceberg">FindFiles.Builder</a></dt>
<dd>
<div class="block">Filter results to files in any one of the given partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FindFiles.Builder.html#inPartitions(org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike...)">inPartitions(PartitionSpec, StructLike...)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FindFiles.Builder.html" title="class in org.apache.iceberg">FindFiles.Builder</a></dt>
<dd>
<div class="block">Filter results to files in any one of the given partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Blob.html#inputFields()">inputFields()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Blob.html" title="class in org.apache.iceberg.puffin">Blob</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/BlobMetadata.html#inputFields()">inputFields()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/BlobMetadata.html" title="class in org.apache.iceberg.puffin">BlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/InputFile.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">InputFile</span></a> - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">An interface used to read input files using <a href="org/apache/iceberg/io/SeekableInputStream.html" title="class in org.apache.iceberg.io"><code>SeekableInputStream</code></a> instances.</div>
</dd>
<dt><a href="org/apache/iceberg/encryption/InputFilesDecryptor.html" title="class in org.apache.iceberg.encryption"><span class="typeNameLink">InputFilesDecryptor</span></a> - Class in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/InputFilesDecryptor.html#%3Cinit%3E(org.apache.iceberg.CombinedScanTask,org.apache.iceberg.io.FileIO,org.apache.iceberg.encryption.EncryptionManager)">InputFilesDecryptor(CombinedScanTask, FileIO, EncryptionManager)</a></span> - Constructor for class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/InputFilesDecryptor.html" title="class in org.apache.iceberg.encryption">InputFilesDecryptor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#inputFileSize(java.util.List)">inputFileSize(List&lt;FileScanTask&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr"><span class="typeNameLink">InputFormatConfig</span></a> - Class in <a href="org/apache/iceberg/mr/package-summary.html">org.apache.iceberg.mr</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr"><span class="typeNameLink">InputFormatConfig.ConfigBuilder</span></a> - Class in <a href="org/apache/iceberg/mr/package-summary.html">org.apache.iceberg.mr</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/InputFormatConfig.InMemoryDataModel.html" title="enum in org.apache.iceberg.mr"><span class="typeNameLink">InputFormatConfig.InMemoryDataModel</span></a> - Enum in <a href="org/apache/iceberg/mr/package-summary.html">org.apache.iceberg.mr</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#inputSize(java.util.List)">inputSize(List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBinary.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBinary.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketBinary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketDecimal.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketDecimal.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketDecimal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketInt.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketInt.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketLong.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketLong.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketString.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketString.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.DateToDaysFunction.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.DateToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.DateToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampNtzToDaysFunction.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampNtzToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.TimestampNtzToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampToDaysFunction.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.TimestampToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction.TimestampNtzToHoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction.TimestampToHoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.DateToMonthsFunction.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.DateToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.DateToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampNtzToMonthsFunction.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampNtzToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.TimestampNtzToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampToMonthsFunction.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.TimestampToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBigInt.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBigInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateBigInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBinary.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBinary.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateBinary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateDecimal.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateDecimal.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateDecimal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateInt.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateSmallInt.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateSmallInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateSmallInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateString.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateString.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateTinyInt.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateTinyInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateTinyInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.DateToYearsFunction.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.DateToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.DateToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampNtzToYearsFunction.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampNtzToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.TimestampNtzToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampToYearsFunction.html#inputTypes()">inputTypes()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.TimestampToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BasePositionDeltaWriter.html#insert(T,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">insert(T, PartitionSpec, StructLike)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BasePositionDeltaWriter.html" title="class in org.apache.iceberg.io">BasePositionDeltaWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/EqualityDeltaWriter.html#insert(T,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">insert(T, PartitionSpec, StructLike)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/EqualityDeltaWriter.html" title="interface in org.apache.iceberg.io">EqualityDeltaWriter</a></dt>
<dd>
<div class="block">Inserts a row to the provided spec/partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PositionDeltaWriter.html#insert(T,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">insert(T, PartitionSpec, StructLike)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/PositionDeltaWriter.html" title="interface in org.apache.iceberg.io">PositionDeltaWriter</a></dt>
<dd>
<div class="block">Inserts a row to the provided spec/partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ChangelogOperation.html#INSERT">INSERT</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/ChangelogOperation.html" title="enum in org.apache.iceberg">ChangelogOperation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#INSERT">INSERT</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FindFiles.Builder.html#inSnapshot(long)">inSnapshot(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FindFiles.Builder.html" title="class in org.apache.iceberg">FindFiles.Builder</a></dt>
<dd>
<div class="block">Base results on the given snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/LoggingMetricsReporter.html#instance()">instance()</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/LoggingMetricsReporter.html" title="class in org.apache.iceberg.metrics">LoggingMetricsReporter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.IntAsLongReader.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor)">IntAsLongReader(ColumnDescriptor)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.IntAsLongReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.IntAsLongReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html#intBackedDecimalDictEncodedReader()">intBackedDecimalDictEncodedReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedDictionaryEncodedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#INTEGER">INTEGER</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#INTEGER_VALUE">INTEGER_VALUE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#INTEGER_VALUE">INTEGER_VALUE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IntegerLiteralContext.html#INTEGER_VALUE()">INTEGER_VALUE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IntegerLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IntegerLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.IntegerAsDecimalReader.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor,int)">IntegerAsDecimalReader(ColumnDescriptor, int)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.IntegerAsDecimalReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.IntegerAsDecimalReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#integerBatchReader()">integerBatchReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.IntegerBatchReader.html#%3Cinit%3E()">IntegerBatchReader()</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.IntegerBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.IntegerBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html#integerDictEncodedReader()">integerDictEncodedReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedDictionaryEncodedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IntegerLiteralContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumberContext)">IntegerLiteralContext(IcebergSqlExtensionsParser.NumberContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IntegerLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IntegerLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.IntegerType.html#%3Cinit%3E()">IntegerType()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.IntegerType.html" title="class in org.apache.iceberg.types">Types.IntegerType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ZOrderByteUtils.html#interleaveBits(byte%5B%5D%5B%5D,int,java.nio.ByteBuffer)">interleaveBits(byte[][], int, ByteBuffer)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ZOrderByteUtils.html" title="class in org.apache.iceberg.util">ZOrderByteUtils</a></dt>
<dd>
<div class="block">Interleave bits using a naive loop.</div>
</dd>
<dt><a href="org/apache/iceberg/data/InternalRecordWrapper.html" title="class in org.apache.iceberg.data"><span class="typeNameLink">InternalRecordWrapper</span></a> - Class in <a href="org/apache/iceberg/data/package-summary.html">org.apache.iceberg.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/InternalRecordWrapper.html#%3Cinit%3E(org.apache.iceberg.types.Types.StructType)">InternalRecordWrapper(Types.StructType)</a></span> - Constructor for class org.apache.iceberg.data.<a href="org/apache/iceberg/data/InternalRecordWrapper.html" title="class in org.apache.iceberg.data">InternalRecordWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#internalWrite(org.apache.iceberg.TableMetadata,org.apache.iceberg.io.OutputFile,boolean)">internalWrite(TableMetadata, OutputFile, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/JobGroupInfo.html#interruptOnCancel()">interruptOnCancel()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/JobGroupInfo.html" title="class in org.apache.iceberg.spark">JobGroupInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.IntIterator.html#%3Cinit%3E()">IntIterator()</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.IntIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator.IntIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#ints()">ints()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#ints()">ints()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#ints()">ints()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReaders.html#ints()">ints()</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReaders.html" title="class in org.apache.iceberg.orc">OrcValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#ints(org.apache.parquet.column.ColumnDescriptor)">ints(ColumnDescriptor)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ZOrderByteUtils.html#intToOrderedBytes(int,java.nio.ByteBuffer)">intToOrderedBytes(int, ByteBuffer)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ZOrderByteUtils.html" title="class in org.apache.iceberg.util">ZOrderByteUtils</a></dt>
<dd>
<div class="block">Signed ints do not have their bytes in magnitude order because of the sign bit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#INVALID_CLIENT_ERROR">INVALID_CLIENT_ERROR</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#INVALID_GRANT_ERROR">INVALID_GRANT_ERROR</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#INVALID_REQUEST_ERROR">INVALID_REQUEST_ERROR</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#INVALID_SCOPE_ERROR">INVALID_SCOPE_ERROR</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ContentCache.html#invalidate(java.lang.String)">invalidate(String)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io">ContentCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ContentCache.html#invalidateAll()">invalidateAll()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io">ContentCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#invalidateTable(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier)">invalidateTable(SessionCatalog.SessionContext, TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Invalidate cached table metadata from current catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#invalidateTable(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier)">invalidateTable(SessionCatalog.SessionContext, TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CachingCatalog.html#invalidateTable(org.apache.iceberg.catalog.TableIdentifier)">invalidateTable(TableIdentifier)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg">CachingCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#invalidateTable(org.apache.iceberg.catalog.TableIdentifier)">invalidateTable(TableIdentifier)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#invalidateTable(org.apache.iceberg.catalog.TableIdentifier)">invalidateTable(TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Invalidate cached table metadata from current catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#invalidateTable(org.apache.iceberg.catalog.TableIdentifier)">invalidateTable(TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html#invalidateTable(org.apache.spark.sql.connector.catalog.Identifier)">invalidateTable(Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html" title="class in org.apache.iceberg.spark">SparkCachedTableCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#invalidateTable(org.apache.spark.sql.connector.catalog.Identifier)">invalidateTable(Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#invalidateTable(org.apache.spark.sql.connector.catalog.Identifier)">invalidateTable(Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/ViewCatalog.html#invalidateView(org.apache.iceberg.catalog.TableIdentifier)">invalidateView(TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/ViewCatalog.html" title="interface in org.apache.iceberg.catalog">ViewCatalog</a></dt>
<dd>
<div class="block">Invalidate cached view metadata from current catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.DateToDaysFunction.html#invoke(int)">invoke(int)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.DateToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.DateToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.DateToMonthsFunction.html#invoke(int)">invoke(int)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.DateToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.DateToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.DateToYearsFunction.html#invoke(int)">invoke(int)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.DateToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.DateToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateTinyInt.html#invoke(int,byte)">invoke(int, byte)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateTinyInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateTinyInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBinary.html#invoke(int,byte%5B%5D)">invoke(int, byte[])</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBinary.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketBinary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBinary.html#invoke(int,byte%5B%5D)">invoke(int, byte[])</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBinary.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateBinary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketInt.html#invoke(int,int)">invoke(int, int)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketInt.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateInt.html#invoke(int,int)">invoke(int, int)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketLong.html#invoke(int,long)">invoke(int, long)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketLong.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBigInt.html#invoke(int,long)">invoke(int, long)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBigInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateBigInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateSmallInt.html#invoke(int,short)">invoke(int, short)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateSmallInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateSmallInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketDecimal.html#invoke(int,org.apache.spark.sql.types.Decimal)">invoke(int, Decimal)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketDecimal.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketDecimal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateDecimal.html#invoke(int,org.apache.spark.sql.types.Decimal)">invoke(int, Decimal)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateDecimal.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateDecimal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketString.html#invoke(int,org.apache.spark.unsafe.types.UTF8String)">invoke(int, UTF8String)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketString.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateString.html#invoke(int,org.apache.spark.unsafe.types.UTF8String)">invoke(int, UTF8String)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateString.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampNtzToDaysFunction.html#invoke(long)">invoke(long)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampNtzToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.TimestampNtzToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampToDaysFunction.html#invoke(long)">invoke(long)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.TimestampToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html#invoke(long)">invoke(long)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction.TimestampNtzToHoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html#invoke(long)">invoke(long)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction.TimestampToHoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampNtzToMonthsFunction.html#invoke(long)">invoke(long)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampNtzToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.TimestampNtzToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampToMonthsFunction.html#invoke(long)">invoke(long)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.TimestampToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampNtzToYearsFunction.html#invoke(long)">invoke(long)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampNtzToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.TimestampNtzToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampToYearsFunction.html#invoke(long)">invoke(long)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.TimestampToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.BoundMethod.html#invoke(java.lang.Object...)">invoke(Object...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.BoundMethod.html" title="class in org.apache.iceberg.common">DynMethods.BoundMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.StaticMethod.html#invoke(java.lang.Object...)">invoke(Object...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.StaticMethod.html" title="class in org.apache.iceberg.common">DynMethods.StaticMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Ctor.html#invoke(java.lang.Object,java.lang.Object...)">invoke(Object, Object...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Ctor.html" title="class in org.apache.iceberg.common">DynConstructors.Ctor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html#invoke(java.lang.Object,java.lang.Object...)">invoke(Object, Object...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html" title="class in org.apache.iceberg.common">DynMethods.UnboundMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.BoundMethod.html#invokeChecked(java.lang.Object...)">invokeChecked(Object...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.BoundMethod.html" title="class in org.apache.iceberg.common">DynMethods.BoundMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.StaticMethod.html#invokeChecked(java.lang.Object...)">invokeChecked(Object...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.StaticMethod.html" title="class in org.apache.iceberg.common">DynMethods.StaticMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Ctor.html#invokeChecked(java.lang.Object,java.lang.Object...)">invokeChecked(Object, Object...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Ctor.html" title="class in org.apache.iceberg.common">DynConstructors.Ctor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html#invokeChecked(java.lang.Object,java.lang.Object...)">invokeChecked(Object, Object...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html" title="class in org.apache.iceberg.common">DynMethods.UnboundMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#io()">io()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#io()">io()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#io()">io()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html#io()">io()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsTableOperations.html#io()">io()</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsTableOperations.html" title="class in org.apache.iceberg.dell.ecs">EcsTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTableOperations.html#io()">io()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTableOperations.html" title="class in org.apache.iceberg.hadoop">HadoopTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveTableOperations.html#io()">io()</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveTableOperations.html" title="class in org.apache.iceberg.hive">HiveTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieTableOperations.html#io()">io()</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieTableOperations.html" title="class in org.apache.iceberg.nessie">NessieTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#io()">io()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StaticTableOperations.html#io()">io()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/StaticTableOperations.html" title="class in org.apache.iceberg">StaticTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#io()">io()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Returns a <a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io"><code>FileIO</code></a> to read and write table data and metadata files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableOperations.html#io()">io()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableOperations.html" title="interface in org.apache.iceberg">TableOperations</a></dt>
<dd>
<div class="block">Returns a <a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io"><code>FileIO</code></a> to read and write table data and metadata files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteReachableFiles.html#io(org.apache.iceberg.io.FileIO)">io(FileIO)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteReachableFiles.html" title="interface in org.apache.iceberg.actions">DeleteReachableFiles</a></dt>
<dd>
<div class="block">Set the <a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io"><code>FileIO</code></a> to be used for files removal</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html#io(org.apache.iceberg.io.FileIO)">io(FileIO)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteReachableFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#IO_MANIFEST_CACHE_ENABLED">IO_MANIFEST_CACHE_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>
<div class="block">Controls whether to use caching during manifest reads or not.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#IO_MANIFEST_CACHE_ENABLED_DEFAULT">IO_MANIFEST_CACHE_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#IO_MANIFEST_CACHE_EXPIRATION_INTERVAL_MS">IO_MANIFEST_CACHE_EXPIRATION_INTERVAL_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>
<div class="block">Controls the maximum duration for which an entry stays in the manifest cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#IO_MANIFEST_CACHE_EXPIRATION_INTERVAL_MS_DEFAULT">IO_MANIFEST_CACHE_EXPIRATION_INTERVAL_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#IO_MANIFEST_CACHE_MAX_CONTENT_LENGTH">IO_MANIFEST_CACHE_MAX_CONTENT_LENGTH</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>
<div class="block">Controls the maximum length of file to be considered for caching.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#IO_MANIFEST_CACHE_MAX_CONTENT_LENGTH_DEFAULT">IO_MANIFEST_CACHE_MAX_CONTENT_LENGTH_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SystemConfigs.html#IO_MANIFEST_CACHE_MAX_FILEIO">IO_MANIFEST_CACHE_MAX_FILEIO</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SystemConfigs.html" title="class in org.apache.iceberg">SystemConfigs</a></dt>
<dd>
<div class="block">Maximum number of distinct <a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io"><code>FileIO</code></a> that is allowed to have
associated <a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io"><code>ContentCache</code></a> in memory at a time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SystemProperties.html#IO_MANIFEST_CACHE_MAX_FILEIO">IO_MANIFEST_CACHE_MAX_FILEIO</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SystemProperties.html" title="class in org.apache.iceberg">SystemProperties</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Maximum number of distinct <a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io"><code>FileIO</code></a> that is allowed to have
associated <a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io"><code>ContentCache</code></a> in memory at a time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SystemProperties.html#IO_MANIFEST_CACHE_MAX_FILEIO_DEFAULT">IO_MANIFEST_CACHE_MAX_FILEIO_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SystemProperties.html" title="class in org.apache.iceberg">SystemProperties</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#IO_MANIFEST_CACHE_MAX_TOTAL_BYTES">IO_MANIFEST_CACHE_MAX_TOTAL_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>
<div class="block">Controls the maximum total amount of bytes to cache in manifest cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#IO_MANIFEST_CACHE_MAX_TOTAL_BYTES_DEFAULT">IO_MANIFEST_CACHE_MAX_TOTAL_BYTES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#ioClass(java.lang.String)">ioClass(String)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/OutputFileFactory.Builder.html#ioSupplier(java.util.function.Supplier)">ioSupplier(Supplier&lt;FileIO&gt;)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/OutputFileFactory.Builder.html" title="class in org.apache.iceberg.io">OutputFileFactory.Builder</a></dt>
<dd>
<div class="block">Configures a <a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io"><code>FileIO</code></a> supplier, which can potentially be used to dynamically refresh
the file IO instance when a table is refreshed.</div>
</dd>
<dt><a href="org/apache/iceberg/io/IOUtil.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">IOUtil</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#IS_DELETED">IS_DELETED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#IS_NAN">IS_NAN</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#IS_NULL">IS_NULL</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#isAccelerationEnabled()">isAccelerationEnabled()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.UnboundField.html#isAlwaysNull()">isAlwaysNull()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.UnboundField.html" title="class in org.apache.iceberg.common">DynFields.UnboundField</a></dt>
<dd>
<div class="block">Returns whether the field is always null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#isAncestorOf(long,long,java.util.function.Function)">isAncestorOf(long, long, Function&lt;Long, Snapshot&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Returns whether ancestorSnapshotId is an ancestor of snapshotId using the given lookup
function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#isAncestorOf(org.apache.iceberg.Table,long)">isAncestorOf(Table, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Returns whether ancestorSnapshotId is an ancestor of the table's current state.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#isAncestorOf(org.apache.iceberg.Table,long,long)">isAncestorOf(Table, long, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Returns whether ancestorSnapshotId is an ancestor of snapshotId.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html#isAvailable()">isAvailable()</a></span> - Method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html" title="class in org.apache.iceberg.flink.source.assigner">DefaultSplitAssigner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html#isAvailable()">isAvailable()</a></span> - Method in interface org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html" title="interface in org.apache.iceberg.flink.source.assigner">SplitAssigner</a></dt>
<dd>
<div class="block">Enumerator can get a notification via CompletableFuture when the assigner has more splits
available later.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Binder.html#isBound(org.apache.iceberg.expressions.Expression)">isBound(Expression)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Binder.html" title="class in org.apache.iceberg.expressions">Binder</a></dt>
<dd>
<div class="block">Returns whether an expression is bound.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.html#isBounded(java.util.Map)">isBounded(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.html" title="class in org.apache.iceberg.flink.source">FlinkSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#isBranch()">isBranch()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#isCaseSensitive()">isCaseSensitive()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Returns whether this scan is case-sensitive with respect to column names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/UnicodeUtil.html#isCharHighSurrogate(char)">isCharHighSurrogate(char)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/UnicodeUtil.html" title="class in org.apache.iceberg.util">UnicodeUtil</a></dt>
<dd>
<div class="block">Determines if the given character value is a unicode high-surrogate code unit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#isChecksumEnabled()">isChecksumEnabled()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ClientPoolImpl.html#isClosed()">isClosed()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ClientPoolImpl.html" title="class in org.apache.iceberg">ClientPoolImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryFileIO.html#isClosed()">isClosed()</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryFileIO.html" title="class in org.apache.iceberg.inmemory">InMemoryFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ClientPoolImpl.html#isConnectionException(java.lang.Exception)">isConnectionException(Exception)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ClientPoolImpl.html" title="class in org.apache.iceberg">ClientPoolImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveClientPool.html#isConnectionException(java.lang.Exception)">isConnectionException(Exception)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveClientPool.html" title="class in org.apache.iceberg.hive">HiveClientPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataTask.html#isDataTask()">isDataTask()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DataTask.html" title="interface in org.apache.iceberg">DataTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanTask.html#isDataTask()">isDataTask()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg">ScanTask</a></dt>
<dd>
<div class="block">Returns true if this is a <a href="org/apache/iceberg/DataTask.html" title="interface in org.apache.iceberg"><code>DataTask</code></a>, false otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDeleteIndex.html#isDeleted(long)">isDeleted(long)</a></span> - Method in interface org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDeleteIndex.html" title="interface in org.apache.iceberg.deletes">PositionDeleteIndex</a></dt>
<dd>
<div class="block">Checks whether a row at the position is deleted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#isDeleteEnabled()">isDeleteEnabled()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.html#isDeleteManifestReader()">isDeleteManifestReader()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html#isDictionaryEncoded()">isDictionaryEncoded()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#isDifferentValue(org.apache.spark.sql.Row,org.apache.spark.sql.Row,int)">isDifferentValue(Row, Row, int)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#isDualStackEnabled()">isDualStackEnabled()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html#isDummy()">isDummy()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#isElementOptional()">isElementOptional()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#isElementRequired()">isElementRequired()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Namespace.html#isEmpty()">isEmpty()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Namespace.html" title="class in org.apache.iceberg.catalog">Namespace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDeleteIndex.html#isEmpty()">isEmpty()</a></span> - Method in interface org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDeleteIndex.html" title="interface in org.apache.iceberg.deletes">PositionDeleteIndex</a></dt>
<dd>
<div class="block">Returns true if this collection contains no element.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#isEmpty()">isEmpty()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#isEmpty()">isEmpty()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#isEmpty()">isEmpty()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeMap.html#isEmpty()">isEmpty()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeMap.html" title="class in org.apache.iceberg.util">StructLikeMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#isEmpty()">isEmpty()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundReference.html#isEquivalentTo(org.apache.iceberg.expressions.BoundTerm)">isEquivalentTo(BoundTerm&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundReference.html" title="class in org.apache.iceberg.expressions">BoundReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundTerm.html#isEquivalentTo(org.apache.iceberg.expressions.BoundTerm)">isEquivalentTo(BoundTerm&lt;?&gt;)</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundTerm.html" title="interface in org.apache.iceberg.expressions">BoundTerm</a></dt>
<dd>
<div class="block">Returns whether this term is equivalent to another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundTransform.html#isEquivalentTo(org.apache.iceberg.expressions.BoundTerm)">isEquivalentTo(BoundTerm&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundTransform.html" title="class in org.apache.iceberg.expressions">BoundTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/And.html#isEquivalentTo(org.apache.iceberg.expressions.Expression)">isEquivalentTo(Expression)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/And.html" title="class in org.apache.iceberg.expressions">And</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html#isEquivalentTo(org.apache.iceberg.expressions.Expression)">isEquivalentTo(Expression)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html" title="class in org.apache.iceberg.expressions">BoundLiteralPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundSetPredicate.html#isEquivalentTo(org.apache.iceberg.expressions.Expression)">isEquivalentTo(Expression)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundSetPredicate.html" title="class in org.apache.iceberg.expressions">BoundSetPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundUnaryPredicate.html#isEquivalentTo(org.apache.iceberg.expressions.Expression)">isEquivalentTo(Expression)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundUnaryPredicate.html" title="class in org.apache.iceberg.expressions">BoundUnaryPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.html#isEquivalentTo(org.apache.iceberg.expressions.Expression)">isEquivalentTo(Expression)</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions">Expression</a></dt>
<dd>
<div class="block">Returns whether this expression will accept the same values as another.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/False.html#isEquivalentTo(org.apache.iceberg.expressions.Expression)">isEquivalentTo(Expression)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/False.html" title="class in org.apache.iceberg.expressions">False</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Or.html#isEquivalentTo(org.apache.iceberg.expressions.Expression)">isEquivalentTo(Expression)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Or.html" title="class in org.apache.iceberg.expressions">Or</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/True.html#isEquivalentTo(org.apache.iceberg.expressions.Expression)">isEquivalentTo(Expression)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/True.html" title="class in org.apache.iceberg.expressions">True</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileScanTask.html#isFileScanTask()">isFileScanTask()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/FileScanTask.html" title="interface in org.apache.iceberg">FileScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanTask.html#isFileScanTask()">isFileScanTask()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg">ScanTask</a></dt>
<dd>
<div class="block">Returns true if this is a <a href="org/apache/iceberg/FileScanTask.html" title="interface in org.apache.iceberg"><code>FileScanTask</code></a>, false otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/IncrementalScanEvent.html#isFromSnapshotInclusive()">isFromSnapshotInclusive()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/IncrementalScanEvent.html" title="class in org.apache.iceberg.events">IncrementalScanEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#isHint()">isHint()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>
<div class="block">This method will be called when we see '/*' and try to match it as a bracketed comment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transform.html#isIdentity()">isIdentity()</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms">Transform</a></dt>
<dd>
<div class="block">Return whether this transform is the identity transform.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetUtil.html#isIntType(org.apache.parquet.schema.PrimitiveType)">isIntType(PrimitiveType)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetUtil.html" title="class in org.apache.iceberg.parquet">ParquetUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#isKeyValueSchema(org.apache.avro.Schema)">isKeyValueSchema(Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.html#isListType()">isListType()</a></span> - Method in interface org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#isListType()">isListType()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html#isLiteralPredicate()">isLiteralPredicate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html" title="class in org.apache.iceberg.expressions">BoundLiteralPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundPredicate.html#isLiteralPredicate()">isLiteralPredicate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundPredicate.html" title="class in org.apache.iceberg.expressions">BoundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.html#isMapType()">isMapType()</a></span> - Method in interface org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#isMapType()">isMapType()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html#isMapType(org.apache.flink.table.types.logical.LogicalType)">isMapType(LogicalType)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">AvroWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html#isMapType(org.apache.spark.sql.types.DataType)">isMapType(DataType)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">AvroWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#isMapType(P)">isMapType(P)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#isMetadataColumn(int)">isMetadataColumn(int)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#isMetadataColumn(java.lang.String)">isMetadataColumn(String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/NaNUtil.html#isNaN(java.lang.Object)">isNaN(Object)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/NaNUtil.html" title="class in org.apache.iceberg.util">NaNUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#isNaN(java.lang.String)">isNaN(String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#isNaN(org.apache.iceberg.expressions.Bound)">isNaN(Bound&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#isNaN(org.apache.iceberg.expressions.BoundReference)">isNaN(BoundReference&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#isNaN(org.apache.iceberg.expressions.BoundTerm)">isNaN(BoundTerm&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#isNaN(org.apache.iceberg.expressions.UnboundTerm)">isNaN(UnboundTerm&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.html#isNestedType()">isNestedType()</a></span> - Method in interface org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.NestedType.html#isNestedType()">isNestedType()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.NestedType.html" title="class in org.apache.iceberg.types">Type.NestedType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html#isNoop()">isNoop()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html" title="class in org.apache.iceberg.common">DynMethods.UnboundMethod</a></dt>
<dd>
<div class="block">Returns whether the method is a noop.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Counter.html#isNoop()">isNoop()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics">Counter</a></dt>
<dd>
<div class="block">Determines whether this counter is a NOOP counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Timer.html#isNoop()">isNoop()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Timer.html" title="interface in org.apache.iceberg.metrics">Timer</a></dt>
<dd>
<div class="block">Determines whether this timer is a NOOP timer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#isNull(java.lang.String)">isNull(String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#isNull(org.apache.iceberg.expressions.Bound)">isNull(Bound&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#isNull(org.apache.iceberg.expressions.BoundReference)">isNull(BoundReference&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#isNull(org.apache.iceberg.expressions.BoundTerm)">isNull(BoundTerm&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#isNull(org.apache.iceberg.expressions.UnboundTerm)">isNull(UnboundTerm&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkMetadataColumn.html#isNullable()">isNullable()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkMetadataColumn.html" title="class in org.apache.iceberg.spark.source">SparkMetadataColumn</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html#isNullAt(int)">isNullAt(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html#isNullAt(int)">isNullAt(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html" title="class in org.apache.iceberg.arrow.vectorized">NullabilityHolder</a></dt>
<dd>
<div class="block">Returns 1 if null, 0 otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#isNullAt(int)">isNullAt(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#isNullAt(int)">isNullAt(int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html#isNullAt(int)">isNullAt(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnVectorWithFilter.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnVectorWithFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#isNullAt(int)">isNullAt(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#isNullAt(int)">isNullAt(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#isNullAt(int)">isNullAt(int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#isoDateToDays(java.lang.String)">isoDateToDays(String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#ISOLATION_LEVEL">ISOLATION_LEVEL</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#isolationLevel()">isolationLevel()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/IsolationLevel.html" title="enum in org.apache.iceberg"><span class="typeNameLink">IsolationLevel</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">An isolation level in a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.CatalogTableLoader.html#isOpen()">isOpen()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.CatalogTableLoader.html" title="class in org.apache.iceberg.flink">TableLoader.CatalogTableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.HadoopTableLoader.html#isOpen()">isOpen()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.HadoopTableLoader.html" title="class in org.apache.iceberg.flink">TableLoader.HadoopTableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.html#isOpen()">isOpen()</a></span> - Method in interface org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.html" title="interface in org.apache.iceberg.flink">TableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#isOptional()">isOptional()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#isOptionSchema(org.apache.avro.Schema)">isOptionSchema(Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#isoTimestampToMicros(java.lang.String)">isoTimestampToMicros(String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#isoTimestamptzToMicros(java.lang.String)">isoTimestamptzToMicros(String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#isoTimeToMicros(java.lang.String)">isoTimeToMicros(String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#isParentAncestorOf(org.apache.iceberg.Table,long,long)">isParentAncestorOf(Table, long, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Returns whether some ancestor of snapshotId has parentId matches ancestorParentSnapshotId</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#isPartitioned()">isPartitioned()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#isPathStyleAccess()">isPathStyleAccess()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/util/FlinkCompatibilityUtil.html#isPhysicalColumn(org.apache.flink.table.api.TableColumn)">isPhysicalColumn(TableColumn)</a></span> - Static method in class org.apache.iceberg.flink.util.<a href="org/apache/iceberg/flink/util/FlinkCompatibilityUtil.html" title="class in org.apache.iceberg.flink.util">FlinkCompatibilityUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/util/FlinkCompatibilityUtil.html#isPhysicalColumn(org.apache.flink.table.catalog.Column)">isPhysicalColumn(Column)</a></span> - Static method in class org.apache.iceberg.flink.util.<a href="org/apache/iceberg/flink/util/FlinkCompatibilityUtil.html" title="class in org.apache.iceberg.flink.util">FlinkCompatibilityUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#isPreloadClientEnabled()">isPreloadClientEnabled()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.html#isPrimitiveType()">isPrimitiveType()</a></span> - Method in interface org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.PrimitiveType.html#isPrimitiveType()">isPrimitiveType()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.PrimitiveType.html" title="class in org.apache.iceberg.types">Type.PrimitiveType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#isPromotionAllowed(org.apache.iceberg.types.Type,org.apache.iceberg.types.Type.PrimitiveType)">isPromotionAllowed(Type, Type.PrimitiveType)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#isRemoteSigningEnabled()">isRemoteSigningEnabled()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#isRequired()">isRequired()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#isSameRecord(org.apache.spark.sql.Row,org.apache.spark.sql.Row,int%5B%5D)">isSameRecord(Row, Row, int[])</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundPredicate.html#isSetPredicate()">isSetPredicate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundPredicate.html" title="class in org.apache.iceberg.expressions">BoundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundSetPredicate.html#isSetPredicate()">isSetPredicate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundSetPredicate.html" title="class in org.apache.iceberg.expressions">BoundSetPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.html#isSorted()">isSorted()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg">SortOrder</a></dt>
<dd>
<div class="block">Returns true if the sort order is sorted</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileFormat.html#isSplittable()">isSplittable()</a></span> - Method in enum org.apache.iceberg.<a href="org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg">FileFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Ctor.html#isStatic()">isStatic()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Ctor.html" title="class in org.apache.iceberg.common">DynConstructors.Ctor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.UnboundField.html#isStatic()">isStatic()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.UnboundField.html" title="class in org.apache.iceberg.common">DynFields.UnboundField</a></dt>
<dd>
<div class="block">Returns whether the field is a static field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html#isStatic()">isStatic()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html" title="class in org.apache.iceberg.common">DynMethods.UnboundMethod</a></dt>
<dd>
<div class="block">Returns whether the method is a static method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#isStreaming()">isStreaming()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#isStrictlyAscending(long%5B%5D)">isStrictlyAscending(long[])</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html#isStringType(org.apache.flink.table.types.logical.LogicalType)">isStringType(LogicalType)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">AvroWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html#isStringType(org.apache.spark.sql.types.DataType)">isStringType(DataType)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">AvroWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#isStringType(P)">isStringType(P)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.html#isStructType()">isStructType()</a></span> - Method in interface org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StructType.html#isStructType()">isStructType()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types">Types.StructType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html#issuedTokenType()">issuedTokenType()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html" title="class in org.apache.iceberg.rest.responses">OAuthTokenResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#isTag()">isTag()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#isTimestamptz(org.apache.avro.Schema)">isTimestamptz(Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundPredicate.html#isUnaryPredicate()">isUnaryPredicate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundPredicate.html" title="class in org.apache.iceberg.expressions">BoundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundUnaryPredicate.html#isUnaryPredicate()">isUnaryPredicate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundUnaryPredicate.html" title="class in org.apache.iceberg.expressions">BoundUnaryPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#isUnpartitioned()">isUnpartitioned()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.html#isUnsorted()">isUnsorted()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg">SortOrder</a></dt>
<dd>
<div class="block">Returns true if the sort order is unsorted</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#isUseArnRegionEnabled()">isUseArnRegionEnabled()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#isUTCTimestamptz(java.lang.String)">isUTCTimestamptz(String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#isValidDecimal()">isValidDecimal()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>
<div class="block">Verify whether current token is a valid decimal token (which contains dot).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#isValidIdentifier(org.apache.iceberg.catalog.TableIdentifier)">isValidIdentifier(TableIdentifier)</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.html#isValidIdentifier(org.apache.iceberg.catalog.TableIdentifier)">isValidIdentifier(TableIdentifier)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.html" title="class in org.apache.iceberg">BaseMetastoreCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#isValidIdentifier(org.apache.iceberg.catalog.TableIdentifier)">isValidIdentifier(TableIdentifier)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#isValidIdentifier(org.apache.iceberg.catalog.TableIdentifier)">isValidIdentifier(TableIdentifier)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.html#isValidScopeToken(java.lang.String)">isValidScopeToken(String)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#isValueOptional()">isValueOptional()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#isValueRequired()">isValueRequired()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transform.html#isVoid()">isVoid()</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms">Transform</a></dt>
<dd>
<div class="block">Return whether this transform is the void transform.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#isWriteNamespaceTagEnabled()">isWriteNamespaceTagEnabled()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SetAccumulator.html#isZero()">isZero()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SetAccumulator.html" title="class in org.apache.iceberg.spark.actions">SetAccumulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedTableScanIterable.html#iterator()">iterator()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedTableScanIterable.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedTableScanIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroIterable.html#iterator()">iterator()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroIterable.html" title="class in org.apache.iceberg.avro">AvroIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterable.ConcatCloseableIterable.html#iterator()">iterator()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterable.ConcatCloseableIterable.html" title="class in org.apache.iceberg.io">CloseableIterable.ConcatCloseableIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterable.html#iterator()">iterator()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io">CloseableIterable</a></dt>
<dd>
<div class="block">Returns a closeable iterator over elements of type <code>T</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.html#iterator()">iterator()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetIterable.html#iterator()">iterator()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetIterable.html" title="class in org.apache.iceberg.parquet">ParquetIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetReader.html#iterator()">iterator()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetReader.html" title="class in org.apache.iceberg.parquet">ParquetReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/VectorizedParquetReader.html#iterator()">iterator()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/VectorizedParquetReader.html" title="class in org.apache.iceberg.parquet">VectorizedParquetReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BinPacking.PackingIterable.html#iterator()">iterator()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BinPacking.PackingIterable.html" title="class in org.apache.iceberg.util">BinPacking.PackingIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#iterator()">iterator()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ParallelIterable.html#iterator()">iterator()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ParallelIterable.html" title="class in org.apache.iceberg.util">ParallelIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#iterator()">iterator()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SortedMerge.html#iterator()">iterator()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SortedMerge.html" title="class in org.apache.iceberg.util">SortedMerge</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#iterator()">iterator()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:J">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#javaClass()">javaClass()</a></span> - Method in enum org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#javaClasses()">javaClasses()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/JavaHash.html" title="interface in org.apache.iceberg.types"><span class="typeNameLink">JavaHash</span></a>&lt;<a href="org/apache/iceberg/types/JavaHash.html" title="type parameter in JavaHash">T</a>&gt; - Interface in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/JavaHashes.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">JavaHashes</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc"><span class="typeNameLink">JdbcCatalog</span></a> - Class in <a href="org/apache/iceberg/jdbc/package-summary.html">org.apache.iceberg.jdbc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#%3Cinit%3E()">JdbcCatalog()</a></span> - Constructor for class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#%3Cinit%3E(java.util.function.Function,java.util.function.Function,boolean)">JdbcCatalog(Function&lt;Map&lt;String, String&gt;, FileIO&gt;, Function&lt;Map&lt;String, String&gt;, JdbcClientPool&gt;, boolean)</a></span> - Constructor for class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/jdbc/JdbcClientPool.html" title="class in org.apache.iceberg.jdbc"><span class="typeNameLink">JdbcClientPool</span></a> - Class in <a href="org/apache/iceberg/jdbc/package-summary.html">org.apache.iceberg.jdbc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcClientPool.html#%3Cinit%3E(int,java.lang.String,java.util.Map)">JdbcClientPool(int, String, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcClientPool.html" title="class in org.apache.iceberg.jdbc">JdbcClientPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcClientPool.html#%3Cinit%3E(java.lang.String,java.util.Map)">JdbcClientPool(String, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcClientPool.html" title="class in org.apache.iceberg.jdbc">JdbcClientPool</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/JobGroupInfo.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">JobGroupInfo</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">Captures information about the current job which is used for displaying on the UI</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/JobGroupInfo.html#%3Cinit%3E(java.lang.String,java.lang.String)">JobGroupInfo(String, String)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/JobGroupInfo.html" title="class in org.apache.iceberg.spark">JobGroupInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/JobGroupInfo.html#%3Cinit%3E(java.lang.String,java.lang.String,boolean)">JobGroupInfo(String, String, boolean)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/JobGroupInfo.html" title="class in org.apache.iceberg.spark">JobGroupInfo</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/JobGroupUtils.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">JobGroupUtils</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#join(org.apache.iceberg.Schema,org.apache.iceberg.Schema)">join(Schema, Schema)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">JsonUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/JsonUtil.FromJson.html" title="interface in org.apache.iceberg.util"><span class="typeNameLink">JsonUtil.FromJson</span></a>&lt;<a href="org/apache/iceberg/util/JsonUtil.FromJson.html" title="type parameter in JsonUtil.FromJson">T</a>&gt; - Interface in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/JsonUtil.ToJson.html" title="interface in org.apache.iceberg.util"><span class="typeNameLink">JsonUtil.ToJson</span></a> - Interface in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#JWT_TOKEN_TYPE">JWT_TOKEN_TYPE</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:K">
<!-- -->
</a>
<h2 class="title">K</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/ConfigProperties.html#KEEP_HIVE_STATS">KEEP_HIVE_STATS</a></span> - Static variable in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/ConfigProperties.html" title="class in org.apache.iceberg.hadoop">ConfigProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSURI.html#key()">key()</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSURI.html" title="class in org.apache.iceberg.aliyun.oss">OSSURI</a></dt>
<dd>
<div class="block">Return OSS object key name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/KmsClient.KeyGenerationResult.html#key()">key()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/KmsClient.KeyGenerationResult.html" title="class in org.apache.iceberg.encryption">KmsClient.KeyGenerationResult</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#KEY_ID_PROP">KEY_ID_PROP</a></span> - Static variable in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#KEY_METADATA">KEY_METADATA</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#KEY_METADATA">KEY_METADATA</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/KmsClient.KeyGenerationResult.html#%3Cinit%3E(java.nio.ByteBuffer,java.lang.String)">KeyGenerationResult(ByteBuffer, String)</a></span> - Constructor for class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/KmsClient.KeyGenerationResult.html" title="class in org.apache.iceberg.encryption">KmsClient.KeyGenerationResult</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#keyId()">keyId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#keyMetadata()">keyMetadata()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns metadata about how this file is encrypted, or null if the file is stored in plain text.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptedInputFile.html#keyMetadata()">keyMetadata()</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptedInputFile.html" title="interface in org.apache.iceberg.encryption">EncryptedInputFile</a></dt>
<dd>
<div class="block">Metadata pointing to some encryption key that would be used to decrypt the input file provided
by <a href="org/apache/iceberg/encryption/EncryptedInputFile.html#encryptedInputFile()"><code>EncryptedInputFile.encryptedInputFile()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptedOutputFile.html#keyMetadata()">keyMetadata()</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptedOutputFile.html" title="interface in org.apache.iceberg.encryption">EncryptedOutputFile</a></dt>
<dd>
<div class="block">Metadata about the encryption key that is being used to encrypt the associated <a href="org/apache/iceberg/encryption/EncryptedOutputFile.html#encryptingOutputFile()"><code>EncryptedOutputFile.encryptingOutputFile()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#keyMetadata()">keyMetadata()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#keyMetadata()">keyMetadata()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns metadata about how this manifest file is encrypted, or null if the file is stored in
plain text.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#keyMetadata()">keyMetadata()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#keyMetadata()">keyMetadata()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#keyName()">keyName()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#keySet()">keySet()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeMap.html#keySet()">keySet()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeMap.html" title="class in org.apache.iceberg.util">StructLikeMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#keyType()">keyType()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html#kms()">kms()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws">AssumeRoleAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientFactory.html#kms()">kms()</a></span> - Method in interface org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientFactory.html" title="interface in org.apache.iceberg.aws">AwsClientFactory</a></dt>
<dd>
<div class="block">Create a AWS KMS client</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/lakeformation/LakeFormationAwsClientFactory.html#kms()">kms()</a></span> - Method in class org.apache.iceberg.aws.lakeformation.<a href="org/apache/iceberg/aws/lakeformation/LakeFormationAwsClientFactory.html" title="class in org.apache.iceberg.aws.lakeformation">LakeFormationAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/KmsClient.html" title="interface in org.apache.iceberg.encryption"><span class="typeNameLink">KmsClient</span></a> - Interface in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">the API will be removed in v2.0.0 (replaced with KeyManagementClient interface).</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/encryption/KmsClient.KeyGenerationResult.html" title="class in org.apache.iceberg.encryption"><span class="typeNameLink">KmsClient.KeyGenerationResult</span></a> - Class in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">For KMS systems that support key generation, this class keeps the key generation result - the
raw secret key, and its wrap.</div>
</dd>
</dl>
<a id="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#LAKE_FORMATION_DB_NAME">LAKE_FORMATION_DB_NAME</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Used by <a href="org/apache/iceberg/aws/lakeformation/LakeFormationAwsClientFactory.html" title="class in org.apache.iceberg.aws.lakeformation"><code>LakeFormationAwsClientFactory</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#LAKE_FORMATION_TABLE_NAME">LAKE_FORMATION_TABLE_NAME</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Used by <a href="org/apache/iceberg/aws/lakeformation/LakeFormationAwsClientFactory.html" title="class in org.apache.iceberg.aws.lakeformation"><code>LakeFormationAwsClientFactory</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/aws/lakeformation/LakeFormationAwsClientFactory.html" title="class in org.apache.iceberg.aws.lakeformation"><span class="typeNameLink">LakeFormationAwsClientFactory</span></a> - Class in <a href="org/apache/iceberg/aws/lakeformation/package-summary.html">org.apache.iceberg.aws.lakeformation</a></dt>
<dd>
<div class="block">This implementation of AwsClientFactory is used by default if <a href="org/apache/iceberg/aws/AwsProperties.html#GLUE_LAKEFORMATION_ENABLED"><code>AwsProperties.GLUE_LAKEFORMATION_ENABLED</code></a> is set to true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/lakeformation/LakeFormationAwsClientFactory.html#%3Cinit%3E()">LakeFormationAwsClientFactory()</a></span> - Constructor for class org.apache.iceberg.aws.lakeformation.<a href="org/apache/iceberg/aws/lakeformation/LakeFormationAwsClientFactory.html" title="class in org.apache.iceberg.aws.lakeformation">LakeFormationAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#LAST">LAST</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#LAST">LAST</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#LAST()">LAST()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html#LAST()">LAST()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertLastAssignedFieldId.html#lastAssignedFieldId()">lastAssignedFieldId()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertLastAssignedFieldId.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertLastAssignedFieldId</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertLastAssignedFieldId.html#lastAssignedFieldId()">lastAssignedFieldId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertLastAssignedFieldId.html" title="class in org.apache.iceberg">UpdateRequirement.AssertLastAssignedFieldId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertLastAssignedPartitionId.html#lastAssignedPartitionId()">lastAssignedPartitionId()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertLastAssignedPartitionId.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertLastAssignedPartitionId</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#lastAssignedPartitionId()">lastAssignedPartitionId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertLastAssignedPartitionId.html#lastAssignedPartitionId()">lastAssignedPartitionId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertLastAssignedPartitionId.html" title="class in org.apache.iceberg">UpdateRequirement.AssertLastAssignedPartitionId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddSchema.html#lastColumnId()">lastColumnId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddSchema.html" title="class in org.apache.iceberg">MetadataUpdate.AddSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#lastColumnId()">lastColumnId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorState.html#lastEnumeratedPosition()">lastEnumeratedPosition()</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorState.html" title="class in org.apache.iceberg.flink.source.enumerator">IcebergEnumeratorState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MicroBatches.MicroBatch.html#lastIndexOfSnapshot()">lastIndexOfSnapshot()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MicroBatches.MicroBatch.html" title="class in org.apache.iceberg">MicroBatches.MicroBatch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#lastSequenceNumber()">lastSequenceNumber()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#lastUpdatedMillis()">lastUpdatedMillis()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html#latestOffset()">latestOffset()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html" title="class in org.apache.iceberg.spark.source">SparkMicroBatchStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html#latestOffset(org.apache.spark.sql.connector.read.streaming.Offset,org.apache.spark.sql.connector.read.streaming.ReadLimit)">latestOffset(Offset, ReadLimit)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html" title="class in org.apache.iceberg.spark.source">SparkMicroBatchStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#latestSnapshot(org.apache.iceberg.TableMetadata,java.lang.String)">latestSnapshot(TableMetadata, String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Fetch the snapshot at the head of the given branch in the given table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#latestSnapshot(org.apache.iceberg.Table,java.lang.String)">latestSnapshot(Table, String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Fetch the snapshot at the head of the given branch in the given table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#lazyLength()">lazyLength()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/And.html#left()">left()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/And.html" title="class in org.apache.iceberg.expressions">And</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Or.html#left()">left()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Or.html" title="class in org.apache.iceberg.expressions">Or</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Namespace.html#length()">length()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Namespace.html" title="class in org.apache.iceberg.catalog">Namespace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentScanTask.html#length()">length()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentScanTask.html" title="interface in org.apache.iceberg">ContentScanTask</a></dt>
<dd>
<div class="block">The number of bytes to scan from the <a href="org/apache/iceberg/ContentScanTask.html#start()"><code>ContentScanTask.start()</code></a> position in the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html#length()">length()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html" title="class in org.apache.iceberg.deletes">EqualityDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDeleteWriter.html#length()">length()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDeleteWriter.html" title="class in org.apache.iceberg.deletes">PositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/SortingPositionOnlyDeleteWriter.html#length()">length()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/SortingPositionOnlyDeleteWriter.html" title="class in org.apache.iceberg.deletes">SortingPositionOnlyDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#length()">length()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DataWriter.html#length()">length()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DataWriter.html" title="class in org.apache.iceberg.io">DataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileAppender.html#length()">length()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileAppender.html" title="interface in org.apache.iceberg.io">FileAppender</a></dt>
<dd>
<div class="block">Returns the length of this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileWriter.html#length()">length()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileWriter.html" title="interface in org.apache.iceberg.io">FileWriter</a></dt>
<dd>
<div class="block">Returns the number of bytes that were currently written by this writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#length()">length()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns length of the manifest file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestWriter.html#length()">length()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.Truncate.html#length()">length()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.Truncate.html" title="class in org.apache.iceberg">MetricsModes.Truncate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html#length()">length()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html" title="class in org.apache.iceberg.parquet">ParquetWriteAdapter</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/BlobMetadata.html#length()">length()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/BlobMetadata.html" title="class in org.apache.iceberg.puffin">BlobMetadata</a></dt>
<dd>
<div class="block">Length in the file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinWriter.html#length()">length()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinWriter.html" title="class in org.apache.iceberg.puffin">PuffinWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#length()">length()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.FixedType.html#length()">length()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.FixedType.html" title="class in org.apache.iceberg.types">Types.FixedType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceWrapper.html#length()">length()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceWrapper.html" title="class in org.apache.iceberg.util">CharSequenceWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#LENGTH">LENGTH</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#lessThan(java.lang.String,T)">lessThan(String, T)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#lessThan(org.apache.iceberg.expressions.UnboundTerm,T)">lessThan(UnboundTerm&lt;T&gt;, T)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#lessThanOrEqual(java.lang.String,T)">lessThanOrEqual(String, T)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#lessThanOrEqual(org.apache.iceberg.expressions.UnboundTerm,T)">lessThanOrEqual(UnboundTerm&lt;T&gt;, T)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Namespace.html#level(int)">level(int)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Namespace.html" title="class in org.apache.iceberg.catalog">Namespace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Namespace.html#levels()">levels()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Namespace.html" title="class in org.apache.iceberg.catalog">Namespace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/lakeformation/LakeFormationAwsClientFactory.html#LF_AUTHORIZED_CALLER">LF_AUTHORIZED_CALLER</a></span> - Static variable in class org.apache.iceberg.aws.lakeformation.<a href="org/apache/iceberg/aws/lakeformation/LakeFormationAwsClientFactory.html" title="class in org.apache.iceberg.aws.lakeformation">LakeFormationAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#limit()">limit()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#limit()">limit()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.Builder.html#limit(int)">limit(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.Builder.html" title="class in org.apache.iceberg">ScanSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#limit(long)">limit(long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#limit(java.lang.Long)">limit(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#limit(java.lang.Long)">limit(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#LIMIT">LIMIT</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#LIMIT_OPTION">LIMIT_OPTION</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/SparkFunctions.html#list()">list()</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/SparkFunctions.html" title="class in org.apache.iceberg.spark.functions">SparkFunctions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html#list(org.apache.flink.table.types.logical.ArrayType,org.apache.parquet.schema.GroupType,T)">list(ArrayType, GroupType, T)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">ParquetWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#list(org.apache.iceberg.orc.OrcValueWriter)">list(OrcValueWriter&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/UnionByNameVisitor.html#list(org.apache.iceberg.types.Types.ListType,java.lang.Integer,java.lang.Boolean)">list(Types.ListType, Integer, Boolean)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/UnionByNameVisitor.html" title="class in org.apache.iceberg.schema">UnionByNameVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.DescribeSchemaVisitor.html#list(org.apache.iceberg.types.Types.ListType,java.lang.String)">list(Types.ListType, String)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.DescribeSchemaVisitor.html" title="class in org.apache.iceberg.spark">Spark3Util.DescribeSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/CheckCompatibility.html#list(org.apache.iceberg.types.Types.ListType,java.util.function.Supplier)">list(Types.ListType, Supplier&lt;List&lt;String&gt;&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/CheckCompatibility.html" title="class in org.apache.iceberg.types">CheckCompatibility</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PruneColumnsWithoutReordering.html#list(org.apache.iceberg.types.Types.ListType,java.util.function.Supplier)">list(Types.ListType, Supplier&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PruneColumnsWithoutReordering.html" title="class in org.apache.iceberg.spark">PruneColumnsWithoutReordering</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PruneColumnsWithReordering.html#list(org.apache.iceberg.types.Types.ListType,java.util.function.Supplier)">list(Types.ListType, Supplier&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PruneColumnsWithReordering.html" title="class in org.apache.iceberg.spark">PruneColumnsWithReordering</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/FixupTypes.html#list(org.apache.iceberg.types.Types.ListType,java.util.function.Supplier)">list(Types.ListType, Supplier&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/FixupTypes.html" title="class in org.apache.iceberg.types">FixupTypes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html#list(org.apache.iceberg.types.Types.ListType,java.util.function.Supplier)">list(Types.ListType, Supplier&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.CustomOrderSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexParents.html#list(org.apache.iceberg.types.Types.ListType,java.util.Map)">list(Types.ListType, Map&lt;Integer, Integer&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexParents.html" title="class in org.apache.iceberg.types">IndexParents</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#list(org.apache.iceberg.types.Types.ListType,java.util.Map)">list(Types.ListType, Map&lt;String, Integer&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html#list(org.apache.iceberg.types.Types.ListType,org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector)">list(Types.ListType, ObjectInspector)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html#list(org.apache.iceberg.types.Types.ListType,org.apache.orc.TypeDescription,T)">list(Types.ListType, TypeDescription, T)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html#list(org.apache.iceberg.types.Types.ListType,org.apache.parquet.schema.GroupType,T)">list(Types.ListType, GroupType, T)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html" title="class in org.apache.iceberg.parquet">TypeWithSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeToMessageType.html#list(org.apache.iceberg.types.Types.ListType,org.apache.parquet.schema.Type.Repetition,int,java.lang.String)">list(Types.ListType, Type.Repetition, int, String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeToMessageType.html" title="class in org.apache.iceberg.parquet">TypeToMessageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#list(org.apache.iceberg.types.Types.ListType,P,R)">list(Types.ListType, P, R)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#list(org.apache.iceberg.types.Types.ListType,T)">list(Types.ListType, T)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/EstimateOrcAvgWidthVisitor.html#list(org.apache.orc.TypeDescription,java.lang.Integer)">list(TypeDescription, Integer)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/EstimateOrcAvgWidthVisitor.html" title="class in org.apache.iceberg.orc">EstimateOrcAvgWidthVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#list(org.apache.orc.TypeDescription,T)">list(TypeDescription, T)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.HasIds.html#list(org.apache.parquet.schema.GroupType,java.lang.Boolean)">list(GroupType, Boolean)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.HasIds.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil.HasIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/RemoveIds.html#list(org.apache.parquet.schema.GroupType,org.apache.parquet.schema.Type)">list(GroupType, Type)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/RemoveIds.html" title="class in org.apache.iceberg.parquet">RemoveIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#list(org.apache.parquet.schema.GroupType,T)">list(GroupType, T)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html#list(org.apache.spark.sql.types.ArrayType,org.apache.parquet.schema.GroupType,T)">list(ArrayType, GroupType, T)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">ParquetWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#LIST">LIST</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#LIST_ALL_TABLES">LIST_ALL_TABLES</a></span> - Static variable in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#LIST_ALL_TABLES_DEFAULT">LIST_ALL_TABLES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#listDatabases()">listDatabases()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.PartnerAccessors.html#listElementPartner(P)">listElementPartner(P)</a></span> - Method in interface org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.PartnerAccessors.html" title="interface in org.apache.iceberg.schema">SchemaWithPartnerVisitor.PartnerAccessors</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/events/Listener.html" title="interface in org.apache.iceberg.events"><span class="typeNameLink">Listener</span></a>&lt;<a href="org/apache/iceberg/events/Listener.html" title="type parameter in Listener">E</a>&gt; - Interface in <a href="org/apache/iceberg/events/package-summary.html">org.apache.iceberg.events</a></dt>
<dd>
<div class="block">A listener interface that can receive notifications.</div>
</dd>
<dt><a href="org/apache/iceberg/events/Listeners.html" title="class in org.apache.iceberg.events"><span class="typeNameLink">Listeners</span></a> - Class in <a href="org/apache/iceberg/events/package-summary.html">org.apache.iceberg.events</a></dt>
<dd>
<div class="block">Static registration and notification for listeners.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#listFunctions(java.lang.String)">listFunctions(String)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SupportsNamespaces.html#listNamespaces()">listNamespaces()</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SupportsNamespaces.html" title="interface in org.apache.iceberg.catalog">SupportsNamespaces</a></dt>
<dd>
<div class="block">List top-level namespaces from the catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#listNamespaces()">listNamespaces()</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#listNamespaces()">listNamespaces()</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#listNamespaces()">listNamespaces()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#listNamespaces()">listNamespaces()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#listNamespaces(java.lang.String%5B%5D)">listNamespaces(String[])</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#listNamespaces(java.lang.String%5B%5D)">listNamespaces(String[])</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#listNamespaces(org.apache.iceberg.catalog.Namespace)">listNamespaces(Namespace)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#listNamespaces(org.apache.iceberg.catalog.Namespace)">listNamespaces(Namespace)</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#listNamespaces(org.apache.iceberg.catalog.Namespace)">listNamespaces(Namespace)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SupportsNamespaces.html#listNamespaces(org.apache.iceberg.catalog.Namespace)">listNamespaces(Namespace)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SupportsNamespaces.html" title="interface in org.apache.iceberg.catalog">SupportsNamespaces</a></dt>
<dd>
<div class="block">List child namespaces from the namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#listNamespaces(org.apache.iceberg.catalog.Namespace)">listNamespaces(Namespace)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#listNamespaces(org.apache.iceberg.catalog.Namespace)">listNamespaces(Namespace)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#listNamespaces(org.apache.iceberg.catalog.Namespace)">listNamespaces(Namespace)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#listNamespaces(org.apache.iceberg.catalog.Namespace)">listNamespaces(Namespace)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#listNamespaces(org.apache.iceberg.catalog.Namespace)">listNamespaces(Namespace)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#listNamespaces(org.apache.iceberg.catalog.Namespace)">listNamespaces(Namespace)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#listNamespaces(org.apache.iceberg.catalog.Namespace)">listNamespaces(Namespace)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#listNamespaces(org.apache.iceberg.catalog.Namespace)">listNamespaces(Namespace)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#listNamespaces(org.apache.iceberg.catalog.Namespace)">listNamespaces(Namespace)</a></span> - Method in class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#listNamespaces(org.apache.iceberg.catalog.SessionCatalog.SessionContext)">listNamespaces(SessionCatalog.SessionContext)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">List top-level namespaces from the catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#listNamespaces(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.Namespace)">listNamespaces(SessionCatalog.SessionContext, Namespace)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">List child namespaces from the namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#listNamespaces(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.Namespace)">listNamespaces(SessionCatalog.SessionContext, Namespace)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/CatalogHandlers.html#listNamespaces(org.apache.iceberg.catalog.SupportsNamespaces,org.apache.iceberg.catalog.Namespace)">listNamespaces(SupportsNamespaces, Namespace)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest">CatalogHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">ListNamespacesResponse</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.html#%3Cinit%3E()">ListNamespacesResponse()</a></span> - Constructor for class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.html" title="class in org.apache.iceberg.rest.responses">ListNamespacesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">ListNamespacesResponse.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BinPacking.ListPacker.html#%3Cinit%3E(long,int,boolean)">ListPacker(long, int, boolean)</a></span> - Constructor for class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BinPacking.ListPacker.html" title="class in org.apache.iceberg.util">BinPacking.ListPacker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/TableMigrationUtil.html#listPartition(java.util.Map,java.lang.String,java.lang.String,org.apache.iceberg.PartitionSpec,org.apache.hadoop.conf.Configuration,org.apache.iceberg.MetricsConfig,org.apache.iceberg.mapping.NameMapping)">listPartition(Map&lt;String, String&gt;, String, String, PartitionSpec, Configuration, MetricsConfig, NameMapping)</a></span> - Static method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/TableMigrationUtil.html" title="class in org.apache.iceberg.data">TableMigrationUtil</a></dt>
<dd>
<div class="block">Returns the data files in a partition by listing the partition location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/TableMigrationUtil.html#listPartition(java.util.Map,java.lang.String,java.lang.String,org.apache.iceberg.PartitionSpec,org.apache.hadoop.conf.Configuration,org.apache.iceberg.MetricsConfig,org.apache.iceberg.mapping.NameMapping,int)">listPartition(Map&lt;String, String&gt;, String, String, PartitionSpec, Configuration, MetricsConfig, NameMapping, int)</a></span> - Static method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/TableMigrationUtil.html" title="class in org.apache.iceberg.data">TableMigrationUtil</a></dt>
<dd>
<div class="block">Returns the data files in a partition by listing the partition location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#listPartitions(org.apache.flink.table.catalog.ObjectPath)">listPartitions(ObjectPath)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#listPartitions(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">listPartitions(ObjectPath, CatalogPartitionSpec)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#listPartitionsByFilter(org.apache.flink.table.catalog.ObjectPath,java.util.List)">listPartitionsByFilter(ObjectPath, List&lt;Expression&gt;)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#listPrefix(java.lang.String)">listPrefix(String)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html#listPrefix(java.lang.String)">listPrefix(String)</a></span> - Method in class org.apache.iceberg.azure.adlsv2.<a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html" title="class in org.apache.iceberg.azure.adlsv2">ADLSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html#listPrefix(java.lang.String)">listPrefix(String)</a></span> - Method in class org.apache.iceberg.gcp.gcs.<a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html" title="class in org.apache.iceberg.gcp.gcs">GCSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#listPrefix(java.lang.String)">listPrefix(String)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#listPrefix(java.lang.String)">listPrefix(String)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/SupportsPrefixOperations.html#listPrefix(java.lang.String)">listPrefix(String)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/SupportsPrefixOperations.html" title="interface in org.apache.iceberg.io">SupportsPrefixOperations</a></dt>
<dd>
<div class="block">Return an iterable of all files under a prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.ListReader.html#%3Cinit%3E(int,int,org.apache.iceberg.parquet.ParquetValueReader)">ListReader(int, int, ParquetValueReader&lt;E&gt;)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.ListReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.ListReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#listTables(java.lang.String)">listTables(String)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html#listTables(java.lang.String%5B%5D)">listTables(String[])</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html" title="class in org.apache.iceberg.spark">SparkCachedTableCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#listTables(java.lang.String%5B%5D)">listTables(String[])</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#listTables(java.lang.String%5B%5D)">listTables(String[])</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/CatalogHandlers.html#listTables(org.apache.iceberg.catalog.Catalog,org.apache.iceberg.catalog.Namespace)">listTables(Catalog, Namespace)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest">CatalogHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#listTables(org.apache.iceberg.catalog.Namespace)">listTables(Namespace)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#listTables(org.apache.iceberg.catalog.Namespace)">listTables(Namespace)</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CachingCatalog.html#listTables(org.apache.iceberg.catalog.Namespace)">listTables(Namespace)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg">CachingCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#listTables(org.apache.iceberg.catalog.Namespace)">listTables(Namespace)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#listTables(org.apache.iceberg.catalog.Namespace)">listTables(Namespace)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Return all the identifiers under this namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#listTables(org.apache.iceberg.catalog.Namespace)">listTables(Namespace)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>
<div class="block">Iterate all table objects with the namespace prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#listTables(org.apache.iceberg.catalog.Namespace)">listTables(Namespace)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#listTables(org.apache.iceberg.catalog.Namespace)">listTables(Namespace)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#listTables(org.apache.iceberg.catalog.Namespace)">listTables(Namespace)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#listTables(org.apache.iceberg.catalog.Namespace)">listTables(Namespace)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#listTables(org.apache.iceberg.catalog.Namespace)">listTables(Namespace)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#listTables(org.apache.iceberg.catalog.Namespace)">listTables(Namespace)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#listTables(org.apache.iceberg.catalog.Namespace)">listTables(Namespace)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#listTables(org.apache.iceberg.catalog.Namespace)">listTables(Namespace)</a></span> - Method in class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#listTables(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.Namespace)">listTables(SessionCatalog.SessionContext, Namespace)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Return all the identifiers under this namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#listTables(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.Namespace)">listTables(SessionCatalog.SessionContext, Namespace)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/ListTablesResponse.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">ListTablesResponse</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>
<div class="block">A list of table identifiers in a given namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListTablesResponse.html#%3Cinit%3E()">ListTablesResponse()</a></span> - Constructor for class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListTablesResponse.html" title="class in org.apache.iceberg.rest.responses">ListTablesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/ListTablesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">ListTablesResponse.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#listViews(java.lang.String)">listViews(String)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/ViewCatalog.html#listViews(org.apache.iceberg.catalog.Namespace)">listViews(Namespace)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/ViewCatalog.html" title="interface in org.apache.iceberg.catalog">ViewCatalog</a></dt>
<dd>
<div class="block">Return all the identifiers under this namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html#literal()">literal()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html" title="class in org.apache.iceberg.expressions">BoundLiteralPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/UnboundPredicate.html#literal()">literal()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/UnboundPredicate.html" title="class in org.apache.iceberg.expressions">UnboundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions"><span class="typeNameLink">Literal</span></a>&lt;<a href="org/apache/iceberg/expressions/Literal.html" title="type parameter in Literal">T</a>&gt; - Interface in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Represents a literal fixed value in an expression predicate</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/UnboundPredicate.html#literals()">literals()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/UnboundPredicate.html" title="class in org.apache.iceberg.expressions">UnboundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundSetPredicate.html#literalSet()">literalSet()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundSetPredicate.html" title="class in org.apache.iceberg.expressions">BoundSetPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTables.html#load(java.lang.String)">load(String)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTables.html" title="class in org.apache.iceberg.hadoop">HadoopTables</a></dt>
<dd>
<div class="block">Loads the table location from a FileSystem path location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/SparkFunctions.html#load(java.lang.String)">load(String)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/SparkFunctions.html" title="class in org.apache.iceberg.spark.functions">SparkFunctions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Tables.html#load(java.lang.String)">load(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Tables.html" title="interface in org.apache.iceberg">Tables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IcebergBuild.html#loadBuildInfo()">loadBuildInfo()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/IcebergBuild.html" title="class in org.apache.iceberg">IcebergBuild</a></dt>
<dd>
<div class="block">Loads the version.properties file for this module.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.CustomCatalogLoader.html#loadCatalog()">loadCatalog()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.CustomCatalogLoader.html" title="class in org.apache.iceberg.flink">CatalogLoader.CustomCatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.HadoopCatalogLoader.html#loadCatalog()">loadCatalog()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.HadoopCatalogLoader.html" title="class in org.apache.iceberg.flink">CatalogLoader.HadoopCatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.HiveCatalogLoader.html#loadCatalog()">loadCatalog()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.HiveCatalogLoader.html" title="class in org.apache.iceberg.flink">CatalogLoader.HiveCatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.html#loadCatalog()">loadCatalog()</a></span> - Method in interface org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.html" title="interface in org.apache.iceberg.flink">CatalogLoader</a></dt>
<dd>
<div class="block">Create a new catalog with the provided properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.RESTCatalogLoader.html#loadCatalog()">loadCatalog()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.RESTCatalogLoader.html" title="class in org.apache.iceberg.flink">CatalogLoader.RESTCatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogUtil.html#loadCatalog(java.lang.String,java.lang.String,java.util.Map,java.lang.Object)">loadCatalog(String, String, Map&lt;String, String&gt;, Object)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg">CatalogUtil</a></dt>
<dd>
<div class="block">Load a custom catalog implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynClasses.Builder.html#loader(java.lang.ClassLoader)">loader(ClassLoader)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynClasses.Builder.html" title="class in org.apache.iceberg.common">DynClasses.Builder</a></dt>
<dd>
<div class="block">Set the <code>ClassLoader</code> used to lookup classes by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Builder.html#loader(java.lang.ClassLoader)">loader(ClassLoader)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Builder.html" title="class in org.apache.iceberg.common">DynConstructors.Builder</a></dt>
<dd>
<div class="block">Set the <code>ClassLoader</code> used to lookup classes by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.Builder.html#loader(java.lang.ClassLoader)">loader(ClassLoader)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.Builder.html" title="class in org.apache.iceberg.common">DynFields.Builder</a></dt>
<dd>
<div class="block">Set the <code>ClassLoader</code> used to lookup classes by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#loader(java.lang.ClassLoader)">loader(ClassLoader)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">Set the <code>ClassLoader</code> used to lookup classes by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogUtil.html#loadFileIO(java.lang.String,java.util.Map,java.lang.Object)">loadFileIO(String, Map&lt;String, String&gt;, Object)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg">CatalogUtil</a></dt>
<dd>
<div class="block">Load a custom <a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io"><code>FileIO</code></a> implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#loadFunction(org.apache.spark.sql.connector.catalog.Identifier)">loadFunction(Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/SparkFunctions.html#loadFunctionByClass(java.lang.Class)">loadFunctionByClass(Class&lt;?&gt;)</a></span> - Static method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/SparkFunctions.html" title="class in org.apache.iceberg.spark.functions">SparkFunctions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#loadIcebergCatalog(org.apache.spark.sql.SparkSession,java.lang.String)">loadIcebergCatalog(SparkSession, String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>
<div class="block">Returns the underlying Iceberg Catalog object represented by a Spark Catalog</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#loadIcebergTable(org.apache.spark.sql.SparkSession,java.lang.String)">loadIcebergTable(SparkSession, String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>
<div class="block">Returns an Iceberg Table by its name from a Spark V2 Catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#loadMetadataTable(org.apache.spark.sql.SparkSession,org.apache.iceberg.Table,org.apache.iceberg.MetadataTableType)">loadMetadataTable(SparkSession, Table, MetadataTableType)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#loadMetadataTable(org.apache.spark.sql.SparkSession,org.apache.iceberg.Table,org.apache.iceberg.MetadataTableType,java.util.Map)">loadMetadataTable(SparkSession, Table, MetadataTableType, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogUtil.html#loadMetricsReporter(java.util.Map)">loadMetricsReporter(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogUtil.html" title="class in org.apache.iceberg">CatalogUtil</a></dt>
<dd>
<div class="block">Load a custom <a href="org/apache/iceberg/metrics/MetricsReporter.html" title="interface in org.apache.iceberg.metrics"><code>MetricsReporter</code></a> implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/CatalogHandlers.html#loadNamespace(org.apache.iceberg.catalog.SupportsNamespaces,org.apache.iceberg.catalog.Namespace)">loadNamespace(SupportsNamespaces, Namespace)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest">CatalogHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#loadNamespaceMetadata(java.lang.String%5B%5D)">loadNamespaceMetadata(String[])</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#loadNamespaceMetadata(java.lang.String%5B%5D)">loadNamespaceMetadata(String[])</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#loadNamespaceMetadata(org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(Namespace)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#loadNamespaceMetadata(org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(Namespace)</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#loadNamespaceMetadata(org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(Namespace)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SupportsNamespaces.html#loadNamespaceMetadata(org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(Namespace)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SupportsNamespaces.html" title="interface in org.apache.iceberg.catalog">SupportsNamespaces</a></dt>
<dd>
<div class="block">Load metadata properties for a namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#loadNamespaceMetadata(org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(Namespace)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>
<div class="block">Load namespace properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#loadNamespaceMetadata(org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(Namespace)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#loadNamespaceMetadata(org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(Namespace)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#loadNamespaceMetadata(org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(Namespace)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#loadNamespaceMetadata(org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(Namespace)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#loadNamespaceMetadata(org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(Namespace)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>
<div class="block">Load the given namespace and return its properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#loadNamespaceMetadata(org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(Namespace)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#loadNamespaceMetadata(org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(Namespace)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#loadNamespaceMetadata(org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(Namespace)</a></span> - Method in class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#loadNamespaceMetadata(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(SessionCatalog.SessionContext, Namespace)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Load metadata properties for a namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#loadNamespaceMetadata(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.Namespace)">loadNamespaceMetadata(SessionCatalog.SessionContext, Namespace)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/connector/iceberg/catalog/ProcedureCatalog.html#loadProcedure(org.apache.spark.sql.connector.catalog.Identifier)">loadProcedure(Identifier)</a></span> - Method in interface org.apache.spark.sql.connector.iceberg.catalog.<a href="org/apache/spark/sql/connector/iceberg/catalog/ProcedureCatalog.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog">ProcedureCatalog</a></dt>
<dd>
<div class="block">Load a <a href="org/apache/spark/sql/connector/iceberg/catalog/Procedure.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog"><code>stored procedure</code></a> by <code>identifier</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.CatalogTableLoader.html#loadTable()">loadTable()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.CatalogTableLoader.html" title="class in org.apache.iceberg.flink">TableLoader.CatalogTableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.HadoopTableLoader.html#loadTable()">loadTable()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.HadoopTableLoader.html" title="class in org.apache.iceberg.flink">TableLoader.HadoopTableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.html#loadTable()">loadTable()</a></span> - Method in interface org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.html" title="interface in org.apache.iceberg.flink">TableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/Catalogs.html#loadTable(org.apache.hadoop.conf.Configuration)">loadTable(Configuration)</a></span> - Static method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/Catalogs.html" title="class in org.apache.iceberg.mr">Catalogs</a></dt>
<dd>
<div class="block">Load an Iceberg table using the catalog and table identifier (or table path) specified by the
configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/Catalogs.html#loadTable(org.apache.hadoop.conf.Configuration,java.util.Properties)">loadTable(Configuration, Properties)</a></span> - Static method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/Catalogs.html" title="class in org.apache.iceberg.mr">Catalogs</a></dt>
<dd>
<div class="block">Load an Iceberg table using the catalog specified by the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/CatalogHandlers.html#loadTable(org.apache.iceberg.catalog.Catalog,org.apache.iceberg.catalog.TableIdentifier)">loadTable(Catalog, TableIdentifier)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest">CatalogHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#loadTable(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier)">loadTable(SessionCatalog.SessionContext, TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Load a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#loadTable(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier)">loadTable(SessionCatalog.SessionContext, TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.html#loadTable(org.apache.iceberg.catalog.TableIdentifier)">loadTable(TableIdentifier)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.html" title="class in org.apache.iceberg">BaseMetastoreCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CachingCatalog.html#loadTable(org.apache.iceberg.catalog.TableIdentifier)">loadTable(TableIdentifier)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg">CachingCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#loadTable(org.apache.iceberg.catalog.TableIdentifier)">loadTable(TableIdentifier)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#loadTable(org.apache.iceberg.catalog.TableIdentifier)">loadTable(TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Load a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#loadTable(org.apache.iceberg.catalog.TableIdentifier)">loadTable(TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html#loadTable(org.apache.spark.sql.connector.catalog.Identifier)">loadTable(Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html" title="class in org.apache.iceberg.spark">SparkCachedTableCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#loadTable(org.apache.spark.sql.connector.catalog.Identifier)">loadTable(Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#loadTable(org.apache.spark.sql.connector.catalog.Identifier)">loadTable(Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html#loadTable(org.apache.spark.sql.connector.catalog.Identifier,long)">loadTable(Identifier, long)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html" title="class in org.apache.iceberg.spark">SparkCachedTableCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#loadTable(org.apache.spark.sql.connector.catalog.Identifier,long)">loadTable(Identifier, long)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#loadTable(org.apache.spark.sql.connector.catalog.Identifier,long)">loadTable(Identifier, long)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html#loadTable(org.apache.spark.sql.connector.catalog.Identifier,java.lang.String)">loadTable(Identifier, String)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html" title="class in org.apache.iceberg.spark">SparkCachedTableCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#loadTable(org.apache.spark.sql.connector.catalog.Identifier,java.lang.String)">loadTable(Identifier, String)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#loadTable(org.apache.spark.sql.connector.catalog.Identifier,java.lang.String)">loadTable(Identifier, String)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/LoadTableResponse.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">LoadTableResponse</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>
<div class="block">A REST response that is used when a table is successfully loaded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/LoadTableResponse.html#%3Cinit%3E()">LoadTableResponse()</a></span> - Constructor for class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/LoadTableResponse.html" title="class in org.apache.iceberg.rest.responses">LoadTableResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/LoadTableResponse.Builder.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">LoadTableResponse.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/ViewCatalog.html#loadView(org.apache.iceberg.catalog.TableIdentifier)">loadView(TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/ViewCatalog.html" title="interface in org.apache.iceberg.catalog">ViewCatalog</a></dt>
<dd>
<div class="block">Load a view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PlanningMode.html#LOCAL">LOCAL</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/PlanningMode.html" title="enum in org.apache.iceberg">PlanningMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Files.html#localInput(java.io.File)">localInput(File)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Files.html" title="class in org.apache.iceberg">Files</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Files.html#localInput(java.lang.String)">localInput(String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Files.html" title="class in org.apache.iceberg">Files</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#LOCALITY">LOCALITY</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#LOCALITY">LOCALITY</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#localityEnabled()">localityEnabled()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#LOCALLY">LOCALLY</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#LOCALLY">LOCALLY</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#LOCALLY()">LOCALLY()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html#LOCALLY()">LOCALLY()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteOrderingSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Files.html#localOutput(java.io.File)">localOutput(File)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Files.html" title="class in org.apache.iceberg">Files</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Files.html#localOutput(java.lang.String)">localOutput(String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Files.html" title="class in org.apache.iceberg">Files</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSURI.html#location()">location()</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSURI.html" title="class in org.apache.iceberg.aliyun.oss">OSSURI</a></dt>
<dd>
<div class="block">Return original, unmodified OSS URI location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#location()">location()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#location()">location()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#location()">location()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmInputFile.html#location()">location()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmInputFile.html" title="class in org.apache.iceberg.encryption">AesGcmInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmOutputFile.html#location()">location()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmOutputFile.html" title="class in org.apache.iceberg.encryption">AesGcmOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#location()">location()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#location()">location()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryInputFile.html#location()">location()</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryInputFile.html" title="class in org.apache.iceberg.inmemory">InMemoryInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html#location()">location()</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html" title="class in org.apache.iceberg.inmemory">InMemoryOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileInfo.html#location()">location()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileInfo.html" title="class in org.apache.iceberg.io">FileInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/InputFile.html#location()">location()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/InputFile.html" title="interface in org.apache.iceberg.io">InputFile</a></dt>
<dd>
<div class="block">The fully-qualified location of the input file as a String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/OutputFile.html#location()">location()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/OutputFile.html" title="interface in org.apache.iceberg.io">OutputFile</a></dt>
<dd>
<div class="block">Return the location this output file will create.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetLocation.html#location()">location()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetLocation.html" title="class in org.apache.iceberg">MetadataUpdate.SetLocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.html#location()">location()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#location()">location()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PathIdentifier.html#location()">location()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PathIdentifier.html" title="class in org.apache.iceberg.spark">PathIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#location()">location()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Return the table's base location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#location()">location()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#location()">location()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteOrphanFiles.html#location(java.lang.String)">location(String)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteOrphanFiles.html" title="interface in org.apache.iceberg.actions">DeleteOrphanFiles</a></dt>
<dd>
<div class="block">Passes a location which should be scanned for orphan files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html#location(java.lang.String)">location(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/Catalogs.html#LOCATION">LOCATION</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/Catalogs.html" title="class in org.apache.iceberg.mr">Catalogs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#locationProvider()">locationProvider()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#locationProvider()">locationProvider()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#locationProvider()">locationProvider()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#locationProvider()">locationProvider()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html#locationProvider()">locationProvider()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTableOperations.html#locationProvider()">locationProvider()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTableOperations.html" title="class in org.apache.iceberg.hadoop">HadoopTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#locationProvider()">locationProvider()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StaticTableOperations.html#locationProvider()">locationProvider()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/StaticTableOperations.html" title="class in org.apache.iceberg">StaticTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#locationProvider()">locationProvider()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Returns a <a href="org/apache/iceberg/io/LocationProvider.html" title="interface in org.apache.iceberg.io"><code>LocationProvider</code></a> to provide locations for new data files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableOperations.html#locationProvider()">locationProvider()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableOperations.html" title="interface in org.apache.iceberg">TableOperations</a></dt>
<dd>
<div class="block">Returns a <a href="org/apache/iceberg/io/LocationProvider.html" title="interface in org.apache.iceberg.io"><code>LocationProvider</code></a> that supplies locations for new new data files.</div>
</dd>
<dt><a href="org/apache/iceberg/io/LocationProvider.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">LocationProvider</span></a> - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">Interface for providing data file locations to write tasks.</div>
</dd>
<dt><a href="org/apache/iceberg/LocationProviders.html" title="class in org.apache.iceberg"><span class="typeNameLink">LocationProviders</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/LocationProviders.html#locationsFor(java.lang.String,java.util.Map)">locationsFor(String, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/LocationProviders.html" title="class in org.apache.iceberg">LocationProviders</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/LocationUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">LocationUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/NoLock.html#lock()">lock()</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/NoLock.html" title="class in org.apache.iceberg.hive">NoLock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#LOCK_ACQUIRE_INTERVAL_MS">LOCK_ACQUIRE_INTERVAL_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#LOCK_ACQUIRE_INTERVAL_MS_DEFAULT">LOCK_ACQUIRE_INTERVAL_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#LOCK_ACQUIRE_TIMEOUT_MS">LOCK_ACQUIRE_TIMEOUT_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#LOCK_ACQUIRE_TIMEOUT_MS_DEFAULT">LOCK_ACQUIRE_TIMEOUT_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#LOCK_HEARTBEAT_INTERVAL_MS">LOCK_HEARTBEAT_INTERVAL_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#LOCK_HEARTBEAT_INTERVAL_MS_DEFAULT">LOCK_HEARTBEAT_INTERVAL_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#LOCK_HEARTBEAT_THREADS">LOCK_HEARTBEAT_THREADS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#LOCK_HEARTBEAT_THREADS_DEFAULT">LOCK_HEARTBEAT_THREADS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#LOCK_HEARTBEAT_TIMEOUT_MS">LOCK_HEARTBEAT_TIMEOUT_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#LOCK_HEARTBEAT_TIMEOUT_MS_DEFAULT">LOCK_HEARTBEAT_TIMEOUT_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/ConfigProperties.html#LOCK_HIVE_ENABLED">LOCK_HIVE_ENABLED</a></span> - Static variable in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/ConfigProperties.html" title="class in org.apache.iceberg.hadoop">ConfigProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#LOCK_IMPL">LOCK_IMPL</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTables.html#LOCK_PROPERTY_PREFIX">LOCK_PROPERTY_PREFIX</a></span> - Static variable in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTables.html" title="class in org.apache.iceberg.hadoop">HadoopTables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#LOCK_TABLE">LOCK_TABLE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/LockManager.html" title="interface in org.apache.iceberg"><span class="typeNameLink">LockManager</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">An interface for locking, used to ensure commit isolation.</div>
</dd>
<dt><a href="org/apache/iceberg/util/LockManagers.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">LockManagers</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">LockManagers.BaseLockManager</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html#lockTableColDefinitions()">lockTableColDefinitions()</a></span> - Static method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbLockManager</a></dt>
<dd>
<div class="block">The lock table column definition, for users who whould like to create the table separately</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html#lockTableSchema()">lockTableSchema()</a></span> - Static method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbLockManager</a></dt>
<dd>
<div class="block">The lock table schema, for users who would like to create the table separately</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#LOG">LOG</a></span> - Static variable in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/LoggingMetricsReporter.html" title="class in org.apache.iceberg.metrics"><span class="typeNameLink">LoggingMetricsReporter</span></a> - Class in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">A default <a href="org/apache/iceberg/metrics/MetricsReporter.html" title="interface in org.apache.iceberg.metrics"><code>MetricsReporter</code></a> implementation that logs the <a href="org/apache/iceberg/metrics/MetricsReport.html" title="interface in org.apache.iceberg.metrics"><code>MetricsReport</code></a> to the log
file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/LoggingMetricsReporter.html#%3Cinit%3E()">LoggingMetricsReporter()</a></span> - Constructor for class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/LoggingMetricsReporter.html" title="class in org.apache.iceberg.metrics">LoggingMetricsReporter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/LogicalMap.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">LogicalMap</span></a> - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.LongType.html#LONG">LONG</a></span> - org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.LongType.html" title="enum in org.apache.iceberg.orc">ORCSchemaUtil.LongType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#LONG">LONG</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.LongAsDecimalReader.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor,int)">LongAsDecimalReader(ColumnDescriptor, int)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.LongAsDecimalReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.LongAsDecimalReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html#longBackedDecimalDictEncodedReader()">longBackedDecimalDictEncodedReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedDictionaryEncodedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#longBatchReader()">longBatchReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.LongBatchReader.html#%3Cinit%3E()">LongBatchReader()</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.LongBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.LongBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html#longDictEncodedReader()">longDictEncodedReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedDictionaryEncodedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#longs()">longs()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#longs()">longs()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#longs()">longs()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReaders.html#longs()">longs()</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReaders.html" title="class in org.apache.iceberg.orc">OrcValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#longs(org.apache.parquet.column.ColumnDescriptor)">longs(ColumnDescriptor)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ZOrderByteUtils.html#longToOrderedBytes(long,java.nio.ByteBuffer)">longToOrderedBytes(long, ByteBuffer)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ZOrderByteUtils.html" title="class in org.apache.iceberg.util">ZOrderByteUtils</a></dt>
<dd>
<div class="block">Signed longs are treated the same as the signed ints in <a href="org/apache/iceberg/util/ZOrderByteUtils.html#intToOrderedBytes(int,java.nio.ByteBuffer)"><code>ZOrderByteUtils.intToOrderedBytes(int,
ByteBuffer)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.LongType.html#%3Cinit%3E()">LongType()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.LongType.html" title="class in org.apache.iceberg.types">Types.LongType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#LOOKBACK">LOOKBACK</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#LOWER_BOUNDS">LOWER_BOUNDS</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FieldMetrics.html#lowerBound()">lowerBound()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FieldMetrics.html" title="class in org.apache.iceberg">FieldMetrics</a></dt>
<dd>
<div class="block">Returns the lower bound value of this field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericPartitionFieldSummary.html#lowerBound()">lowerBound()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg">GenericPartitionFieldSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html#lowerBound()">lowerBound()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html" title="interface in org.apache.iceberg">ManifestFile.PartitionFieldSummary</a></dt>
<dd>
<div class="block">Returns a ByteBuffer that contains a serialized bound lower than all values of the field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#lowerBounds()">lowerBounds()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns if collected, map from column ID to value lower bounds, null otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Metrics.html#lowerBounds()">lowerBounds()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Metrics.html" title="class in org.apache.iceberg">Metrics</a></dt>
<dd>
<div class="block">Get the non-null lower bound values for all fields in a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#lowerBounds()">lowerBounds()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#lt(org.apache.iceberg.expressions.Bound,org.apache.iceberg.expressions.Literal)">lt(Bound&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#lt(org.apache.iceberg.expressions.BoundReference,org.apache.iceberg.expressions.Literal)">lt(BoundReference&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#lt(org.apache.iceberg.expressions.BoundTerm,org.apache.iceberg.expressions.Literal)">lt(BoundTerm&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#LT">LT</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#LT_EQ">LT_EQ</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#ltEq(org.apache.iceberg.expressions.Bound,org.apache.iceberg.expressions.Literal)">ltEq(Bound&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#ltEq(org.apache.iceberg.expressions.BoundReference,org.apache.iceberg.expressions.Literal)">ltEq(BoundReference&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#ltEq(org.apache.iceberg.expressions.BoundTerm,org.apache.iceberg.expressions.Literal)">ltEq(BoundTerm&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html#LZ4">LZ4</a></span> - org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html" title="enum in org.apache.iceberg.puffin">PuffinCompressionCodec</a></dt>
<dd>
<div class="block">LZ4 single compression frame with content size present</div>
</dd>
</dl>
<a id="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#MAIN_BRANCH">MAIN_BRANCH</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#makeColumnOptional(java.lang.String)">makeColumnOptional(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Update a column to optional.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#makeCompatibleName(java.lang.String)">makeCompatibleName(String)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#manageSnapshots()">manageSnapshots()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#manageSnapshots()">manageSnapshots()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#manageSnapshots()">manageSnapshots()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#manageSnapshots()">manageSnapshots()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#manageSnapshots()">manageSnapshots()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg"><code>manage snapshots API</code></a> to manage snapshots in this table and
commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#manageSnapshots()">manageSnapshots()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg"><code>manage snapshot API</code></a> to manage snapshots in this table.</div>
</dd>
<dt><a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg"><span class="typeNameLink">ManageSnapshots</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for managing snapshots.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#MANIFEST_CONTENT">MANIFEST_CONTENT</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MANIFEST_LISTS_ENABLED">MANIFEST_LISTS_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 2.0.0, writing manifest lists is always enabled</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MANIFEST_LISTS_ENABLED_DEFAULT">MANIFEST_LISTS_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 2.0.0, writing manifest lists is always enabled</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MANIFEST_MERGE_ENABLED">MANIFEST_MERGE_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MANIFEST_MERGE_ENABLED_DEFAULT">MANIFEST_MERGE_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MANIFEST_MIN_MERGE_COUNT">MANIFEST_MIN_MERGE_COUNT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MANIFEST_MIN_MERGE_COUNT_DEFAULT">MANIFEST_MIN_MERGE_COUNT_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MANIFEST_TARGET_SIZE_BYTES">MANIFEST_TARGET_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MANIFEST_TARGET_SIZE_BYTES_DEFAULT">MANIFEST_TARGET_SIZE_BYTES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ManifestContent.html" title="enum in org.apache.iceberg"><span class="typeNameLink">ManifestContent</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Content type stored in a manifest file, either DATA or DELETES.</div>
</dd>
<dt><a href="org/apache/iceberg/ManifestEntriesTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">ManifestEntriesTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation that exposes a table's manifest entries as rows, for both delete
and data files.</div>
</dd>
<dt><a href="org/apache/iceberg/expressions/ManifestEvaluator.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">ManifestEvaluator</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Evaluates an <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>Expression</code></a> on a <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a> to test whether the file contains
matching partitions.</div>
</dd>
<dt><a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><span class="typeNameLink">ManifestFile</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Represents a manifest file that can be scanned to find data files in a table.</div>
</dd>
<dt><a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html" title="interface in org.apache.iceberg"><span class="typeNameLink">ManifestFile.PartitionFieldSummary</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Summarizes the values of one partition field stored in a manifest file.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions"><span class="typeNameLink">ManifestFileBean</span></a> - Class in <a href="org/apache/iceberg/spark/actions/package-summary.html">org.apache.iceberg.spark.actions</a></dt>
<dd>
<div class="block">A serializable bean that contains a bare minimum to read a manifest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#%3Cinit%3E()">ManifestFileBean()</a></span> - Constructor for class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ManifestFiles.html" title="class in org.apache.iceberg"><span class="typeNameLink">ManifestFiles</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/ManifestFileUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">ManifestFileUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#manifestListLocation()">manifestListLocation()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return the location of this snapshot's manifest list, or null if it is not separate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ReachableFileUtil.html#manifestListLocations(org.apache.iceberg.Table)">manifestListLocations(Table)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ReachableFileUtil.html" title="class in org.apache.iceberg">ReachableFileUtil</a></dt>
<dd>
<div class="block">Returns locations of manifest lists in a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ReachableFileUtil.html#manifestListLocations(org.apache.iceberg.Table,java.util.Set)">manifestListLocations(Table, Set&lt;Long&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ReachableFileUtil.html" title="class in org.apache.iceberg">ReachableFileUtil</a></dt>
<dd>
<div class="block">Returns locations of manifest lists in a table.</div>
</dd>
<dt><a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg"><span class="typeNameLink">ManifestReader</span></a>&lt;<a href="org/apache/iceberg/ManifestReader.html" title="type parameter in ManifestReader">F</a> extends <a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a>&lt;<a href="org/apache/iceberg/ManifestReader.html" title="type parameter in ManifestReader">F</a>&gt;&gt; - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Base reader for data and delete manifest files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.html#%3Cinit%3E(org.apache.iceberg.io.InputFile,int,java.util.Map,org.apache.iceberg.InheritableMetadata,org.apache.iceberg.ManifestReader.FileType)">ManifestReader(InputFile, int, Map&lt;Integer, PartitionSpec&gt;, InheritableMetadata, ManifestReader.FileType)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ManifestReader.FileType.html" title="enum in org.apache.iceberg"><span class="typeNameLink">ManifestReader.FileType</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllDataFilesTable.AllDataFilesTableScan.html#manifests()">manifests()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/AllDataFilesTable.AllDataFilesTableScan.html" title="class in org.apache.iceberg">AllDataFilesTable.AllDataFilesTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllDeleteFilesTable.AllDeleteFilesTableScan.html#manifests()">manifests()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/AllDeleteFilesTable.AllDeleteFilesTableScan.html" title="class in org.apache.iceberg">AllDeleteFilesTable.AllDeleteFilesTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllFilesTable.AllFilesTableScan.html#manifests()">manifests()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/AllFilesTable.AllFilesTableScan.html" title="class in org.apache.iceberg">AllFilesTable.AllFilesTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFilesTable.DataFilesTableScan.html#manifests()">manifests()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFilesTable.DataFilesTableScan.html" title="class in org.apache.iceberg">DataFilesTable.DataFilesTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeleteFilesTable.DeleteFilesTableScan.html#manifests()">manifests()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DeleteFilesTable.DeleteFilesTableScan.html" title="class in org.apache.iceberg">DeleteFilesTable.DeleteFilesTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FilesTable.FilesTableScan.html#manifests()">manifests()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FilesTable.FilesTableScan.html" title="class in org.apache.iceberg">FilesTable.FilesTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#MANIFESTS">MANIFESTS</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ManifestsTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">ManifestsTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation that exposes a table's manifest files as rows.</div>
</dd>
<dt><a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg"><span class="typeNameLink">ManifestWriter</span></a>&lt;<a href="org/apache/iceberg/ManifestWriter.html" title="type parameter in ManifestWriter">F</a> extends <a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a>&lt;<a href="org/apache/iceberg/ManifestWriter.html" title="type parameter in ManifestWriter">F</a>&gt;&gt; - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Writer for manifest files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/AvroGenericRecordToRowDataMapper.html#map(org.apache.avro.generic.GenericRecord)">map(GenericRecord)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/AvroGenericRecordToRowDataMapper.html" title="class in org.apache.iceberg.flink.sink">AvroGenericRecordToRowDataMapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/RemoveIds.html#map(org.apache.avro.Schema,org.apache.avro.Schema)">map(Schema, Schema)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/RemoveIds.html" title="class in org.apache.iceberg.avro">RemoveIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaVisitor.html#map(org.apache.avro.Schema,T)">map(Schema, T)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html#map(org.apache.flink.table.types.logical.MapType,org.apache.parquet.schema.GroupType,T,T)">map(MapType, GroupType, T, T)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">ParquetWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#map(org.apache.iceberg.avro.ValueReader,org.apache.iceberg.avro.ValueReader)">map(ValueReader&lt;K&gt;, ValueReader&lt;V&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#map(org.apache.iceberg.avro.ValueWriter,org.apache.iceberg.avro.ValueWriter)">map(ValueWriter&lt;K&gt;, ValueWriter&lt;V&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/RowDataRewriter.RewriteMap.html#map(org.apache.iceberg.CombinedScanTask)">map(CombinedScanTask)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/RowDataRewriter.RewriteMap.html" title="class in org.apache.iceberg.flink.source">RowDataRewriter.RewriteMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReaders.html#map(org.apache.iceberg.orc.OrcValueReader,org.apache.iceberg.orc.OrcValueReader)">map(OrcValueReader&lt;?&gt;, OrcValueReader&lt;?&gt;)</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReaders.html" title="class in org.apache.iceberg.data.orc">GenericOrcReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#map(org.apache.iceberg.orc.OrcValueWriter,org.apache.iceberg.orc.OrcValueWriter)">map(OrcValueWriter&lt;K&gt;, OrcValueWriter&lt;V&gt;)</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/UnionByNameVisitor.html#map(org.apache.iceberg.types.Types.MapType,java.lang.Integer,java.lang.Boolean,java.lang.Boolean)">map(Types.MapType, Integer, Boolean, Boolean)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/UnionByNameVisitor.html" title="class in org.apache.iceberg.schema">UnionByNameVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.DescribeSchemaVisitor.html#map(org.apache.iceberg.types.Types.MapType,java.lang.String,java.lang.String)">map(Types.MapType, String, String)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.DescribeSchemaVisitor.html" title="class in org.apache.iceberg.spark">Spark3Util.DescribeSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/CheckCompatibility.html#map(org.apache.iceberg.types.Types.MapType,java.util.function.Supplier,java.util.function.Supplier)">map(Types.MapType, Supplier&lt;List&lt;String&gt;&gt;, Supplier&lt;List&lt;String&gt;&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/CheckCompatibility.html" title="class in org.apache.iceberg.types">CheckCompatibility</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PruneColumnsWithoutReordering.html#map(org.apache.iceberg.types.Types.MapType,java.util.function.Supplier,java.util.function.Supplier)">map(Types.MapType, Supplier&lt;Type&gt;, Supplier&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PruneColumnsWithoutReordering.html" title="class in org.apache.iceberg.spark">PruneColumnsWithoutReordering</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PruneColumnsWithReordering.html#map(org.apache.iceberg.types.Types.MapType,java.util.function.Supplier,java.util.function.Supplier)">map(Types.MapType, Supplier&lt;Type&gt;, Supplier&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PruneColumnsWithReordering.html" title="class in org.apache.iceberg.spark">PruneColumnsWithReordering</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/FixupTypes.html#map(org.apache.iceberg.types.Types.MapType,java.util.function.Supplier,java.util.function.Supplier)">map(Types.MapType, Supplier&lt;Type&gt;, Supplier&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/FixupTypes.html" title="class in org.apache.iceberg.types">FixupTypes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html#map(org.apache.iceberg.types.Types.MapType,java.util.function.Supplier,java.util.function.Supplier)">map(Types.MapType, Supplier&lt;T&gt;, Supplier&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.CustomOrderSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexParents.html#map(org.apache.iceberg.types.Types.MapType,java.util.Map,java.util.Map)">map(Types.MapType, Map&lt;Integer, Integer&gt;, Map&lt;Integer, Integer&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexParents.html" title="class in org.apache.iceberg.types">IndexParents</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#map(org.apache.iceberg.types.Types.MapType,java.util.Map,java.util.Map)">map(Types.MapType, Map&lt;String, Integer&gt;, Map&lt;String, Integer&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html#map(org.apache.iceberg.types.Types.MapType,org.apache.avro.Schema,T)">map(Types.MapType, Schema, T)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html#map(org.apache.iceberg.types.Types.MapType,org.apache.avro.Schema,T,T)">map(Types.MapType, Schema, T, T)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html#map(org.apache.iceberg.types.Types.MapType,org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector,org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector)">map(Types.MapType, ObjectInspector, ObjectInspector)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html#map(org.apache.iceberg.types.Types.MapType,org.apache.orc.TypeDescription,T,T)">map(Types.MapType, TypeDescription, T, T)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html#map(org.apache.iceberg.types.Types.MapType,org.apache.parquet.schema.GroupType,T,T)">map(Types.MapType, GroupType, T, T)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html" title="class in org.apache.iceberg.parquet">TypeWithSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeToMessageType.html#map(org.apache.iceberg.types.Types.MapType,org.apache.parquet.schema.Type.Repetition,int,java.lang.String)">map(Types.MapType, Type.Repetition, int, String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeToMessageType.html" title="class in org.apache.iceberg.parquet">TypeToMessageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#map(org.apache.iceberg.types.Types.MapType,P,R,R)">map(Types.MapType, P, R, R)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#map(org.apache.iceberg.types.Types.MapType,T,T)">map(Types.MapType, T, T)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/EstimateOrcAvgWidthVisitor.html#map(org.apache.orc.TypeDescription,java.lang.Integer,java.lang.Integer)">map(TypeDescription, Integer, Integer)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/EstimateOrcAvgWidthVisitor.html" title="class in org.apache.iceberg.orc">EstimateOrcAvgWidthVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#map(org.apache.orc.TypeDescription,T,T)">map(TypeDescription, T, T)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.HasIds.html#map(org.apache.parquet.schema.GroupType,java.lang.Boolean,java.lang.Boolean)">map(GroupType, Boolean, Boolean)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.HasIds.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil.HasIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/RemoveIds.html#map(org.apache.parquet.schema.GroupType,org.apache.parquet.schema.Type,org.apache.parquet.schema.Type)">map(GroupType, Type, Type)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/RemoveIds.html" title="class in org.apache.iceberg.parquet">RemoveIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#map(org.apache.parquet.schema.GroupType,T,T)">map(GroupType, T, T)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html#map(org.apache.spark.sql.types.MapType,org.apache.parquet.schema.GroupType,T,T)">map(MapType, GroupType, T, T)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">ParquetWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#map(P,org.apache.avro.Schema,T)">map(P, Schema, T)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#map(P,org.apache.avro.Schema,T,T)">map(P, Schema, T, T)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#MAP">MAP</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#MAP">MAP</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#MAP">MAP</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#MAP()">MAP()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html#MAP()">MAP()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#MAP_JOINER">MAP_JOINER</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.PartnerAccessors.html#mapKeyPartner(P)">mapKeyPartner(P)</a></span> - Method in interface org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.PartnerAccessors.html" title="interface in org.apache.iceberg.schema">SchemaWithPartnerVisitor.PartnerAccessors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html#mapKeyType(org.apache.flink.table.types.logical.LogicalType)">mapKeyType(LogicalType)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">AvroWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html#mapKeyType(org.apache.spark.sql.types.DataType)">mapKeyType(DataType)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">AvroWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#mapKeyType(P)">mapKeyType(P)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mapping/MappedField.html" title="class in org.apache.iceberg.mapping"><span class="typeNameLink">MappedField</span></a> - Class in <a href="org/apache/iceberg/mapping/package-summary.html">org.apache.iceberg.mapping</a></dt>
<dd>
<div class="block">An immutable mapping between a field ID and a set of names.</div>
</dd>
<dt><a href="org/apache/iceberg/mapping/MappedFields.html" title="class in org.apache.iceberg.mapping"><span class="typeNameLink">MappedFields</span></a> - Class in <a href="org/apache/iceberg/mapping/package-summary.html">org.apache.iceberg.mapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#mapper()">mapper()</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mapping/MappingUtil.html" title="class in org.apache.iceberg.mapping"><span class="typeNameLink">MappingUtil</span></a> - Class in <a href="org/apache/iceberg/mapping/package-summary.html">org.apache.iceberg.mapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.MapReader.html#%3Cinit%3E(int,int,org.apache.iceberg.parquet.ParquetValueReader,org.apache.iceberg.parquet.ParquetValueReader)">MapReader(int, int, ParquetValueReader&lt;K&gt;, ParquetValueReader&lt;V&gt;)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.MapReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.MapReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.html" title="class in org.apache.iceberg.mr.mapred"><span class="typeNameLink">MapredIcebergInputFormat</span></a>&lt;<a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.html" title="type parameter in MapredIcebergInputFormat">T</a>&gt; - Class in <a href="org/apache/iceberg/mr/mapred/package-summary.html">org.apache.iceberg.mr.mapred</a></dt>
<dd>
<div class="block">Generic MR v1 InputFormat API for Iceberg.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.html#%3Cinit%3E()">MapredIcebergInputFormat()</a></span> - Constructor for class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.html" title="class in org.apache.iceberg.mr.mapred">MapredIcebergInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.CompatibilityTaskAttemptContextImpl.html" title="class in org.apache.iceberg.mr.mapred"><span class="typeNameLink">MapredIcebergInputFormat.CompatibilityTaskAttemptContextImpl</span></a> - Class in <a href="org/apache/iceberg/mr/mapred/package-summary.html">org.apache.iceberg.mr.mapred</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#maps(int,int,org.apache.iceberg.parquet.ParquetValueWriter,org.apache.iceberg.parquet.ParquetValueWriter)">maps(int, int, ParquetValueWriter&lt;K&gt;, ParquetValueWriter&lt;V&gt;)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.PartnerAccessors.html#mapValuePartner(P)">mapValuePartner(P)</a></span> - Method in interface org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.PartnerAccessors.html" title="interface in org.apache.iceberg.schema">SchemaWithPartnerVisitor.PartnerAccessors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html#mapValueType(org.apache.flink.table.types.logical.LogicalType)">mapValueType(LogicalType)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">AvroWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html#mapValueType(org.apache.spark.sql.types.DataType)">mapValueType(DataType)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">AvroWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#mapValueType(P)">mapValueType(P)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/Deletes.html#markDeleted(org.apache.iceberg.io.CloseableIterable,java.util.function.Predicate,java.util.function.Consumer)">markDeleted(CloseableIterable&lt;T&gt;, Predicate&lt;T&gt;, Consumer&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/Deletes.html" title="class in org.apache.iceberg.deletes">Deletes</a></dt>
<dd>
<div class="block">Returns the same rows that are input, while marking the deleted ones.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#markRowDeleted(T)">markRowDeleted(T)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Histogram.Statistics.html#max()">max()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Histogram.Statistics.html" title="interface in org.apache.iceberg.metrics">Histogram.Statistics</a></dt>
<dd>
<div class="block">Returns the maximum value of the histogram observations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#max(java.lang.String)">max(String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#MAX">MAX</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#MAX_ALLOWED_PLANNING_FAILURES">MAX_ALLOWED_PLANNING_FAILURES</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#MAX_ALLOWED_PLANNING_FAILURES_OPTION">MAX_ALLOWED_PLANNING_FAILURES_OPTION</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#MAX_CONCURRENT_FILE_GROUP_REWRITES">MAX_CONCURRENT_FILE_GROUP_REWRITES</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>
<div class="block">The max number of file groups to be simultaneously rewritten by the rewrite strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html#MAX_CONCURRENT_FILE_GROUP_REWRITES">MAX_CONCURRENT_FILE_GROUP_REWRITES</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles</a></dt>
<dd>
<div class="block">The max number of file groups to be simultaneously rewritten by the rewrite strategy.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#MAX_CONCURRENT_FILE_GROUP_REWRITES_DEFAULT">MAX_CONCURRENT_FILE_GROUP_REWRITES_DEFAULT</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html#MAX_CONCURRENT_FILE_GROUP_REWRITES_DEFAULT">MAX_CONCURRENT_FILE_GROUP_REWRITES_DEFAULT</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#MAX_FILE_GROUP_SIZE_BYTES">MAX_FILE_GROUP_SIZE_BYTES</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>
<div class="block">The entire rewrite operation is broken down into pieces based on partitioning and within
partitions based on size into groups.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#MAX_FILE_GROUP_SIZE_BYTES">MAX_FILE_GROUP_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>
<div class="block">This option controls the largest amount of data that should be rewritten in a single file
group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#MAX_FILE_GROUP_SIZE_BYTES_DEFAULT">MAX_FILE_GROUP_SIZE_BYTES_DEFAULT</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#MAX_FILE_GROUP_SIZE_BYTES_DEFAULT">MAX_FILE_GROUP_SIZE_BYTES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#MAX_FILE_SIZE_BYTES">MAX_FILE_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Adjusts files which will be considered for rewriting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#MAX_FILE_SIZE_BYTES">MAX_FILE_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>
<div class="block">Controls which files will be considered for rewriting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#MAX_FILE_SIZE_DEFAULT_RATIO">MAX_FILE_SIZE_DEFAULT_RATIO</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#MAX_FILE_SIZE_DEFAULT_RATIO">MAX_FILE_SIZE_DEFAULT_RATIO</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#MAX_PLANNING_SNAPSHOT_COUNT">MAX_PLANNING_SNAPSHOT_COUNT</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#MAX_PLANNING_SNAPSHOT_COUNT_OPTION">MAX_PLANNING_SNAPSHOT_COUNT_OPTION</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MAX_REF_AGE_MS">MAX_REF_AGE_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MAX_REF_AGE_MS_DEFAULT">MAX_REF_AGE_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MAX_SNAPSHOT_AGE_MS">MAX_SNAPSHOT_AGE_MS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MAX_SNAPSHOT_AGE_MS_DEFAULT">MAX_SNAPSHOT_AGE_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/MaxAggregate.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">MaxAggregate</span></a>&lt;<a href="org/apache/iceberg/expressions/MaxAggregate.html" title="type parameter in MaxAggregate">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/MaxAggregate.html#%3Cinit%3E(org.apache.iceberg.expressions.BoundTerm)">MaxAggregate(BoundTerm&lt;T&gt;)</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/MaxAggregate.html" title="class in org.apache.iceberg.expressions">MaxAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#maxAllowedPlanningFailures()">maxAllowedPlanningFailures()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#maxAllowedPlanningFailures()">maxAllowedPlanningFailures()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#maxAllowedPlanningFailures(int)">maxAllowedPlanningFailures(int)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#maxAllowedPlanningFailures(int)">maxAllowedPlanningFailures(int)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ContentCache.html#maxContentLength()">maxContentLength()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io">ContentCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#maxFilesPerMicroBatch()">maxFilesPerMicroBatch()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/actions/RewriteDataFilesAction.html#maxParallelism(int)">maxParallelism(int)</a></span> - Method in class org.apache.iceberg.flink.actions.<a href="org/apache/iceberg/flink/actions/RewriteDataFilesAction.html" title="class in org.apache.iceberg.flink.actions">RewriteDataFilesAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#maxPlanningSnapshotCount()">maxPlanningSnapshotCount()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#maxPlanningSnapshotCount()">maxPlanningSnapshotCount()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#maxPlanningSnapshotCount(int)">maxPlanningSnapshotCount(int)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#maxPlanningSnapshotCount(int)">maxPlanningSnapshotCount(int)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#maxRecordsPerMicroBatch()">maxRecordsPerMicroBatch()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html#maxRefAgeMs()">maxRefAgeMs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html" title="class in org.apache.iceberg">MetadataUpdate.SetSnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#maxRefAgeMs()">maxRefAgeMs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.Builder.html#maxRefAgeMs(java.lang.Long)">maxRefAgeMs(Long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.Builder.html" title="class in org.apache.iceberg">SnapshotRef.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html#maxRewrittenDataSequenceNumber()">maxRewrittenDataSequenceNumber()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#maxSnapshotAge()">maxSnapshotAge()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html#maxSnapshotAge()">maxSnapshotAge()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotRetentionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">MaxSnapshotAgeContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MaxSnapshotAgeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html#maxSnapshotAgeMs()">maxSnapshotAgeMs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html" title="class in org.apache.iceberg">MetadataUpdate.SetSnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#maxSnapshotAgeMs()">maxSnapshotAgeMs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.Builder.html#maxSnapshotAgeMs(java.lang.Long)">maxSnapshotAgeMs(Long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.Builder.html" title="class in org.apache.iceberg">SnapshotRef.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ContentCache.html#maxTotalBytes()">maxTotalBytes()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io">ContentCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/Util.html#mayHaveBlockLocations(org.apache.iceberg.io.FileIO,java.lang.String)">mayHaveBlockLocations(FileIO, String)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/Util.html" title="class in org.apache.iceberg.hadoop">Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Histogram.Statistics.html#mean()">mean()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Histogram.Statistics.html" title="interface in org.apache.iceberg.metrics">Histogram.Statistics</a></dt>
<dd>
<div class="block">Returns the mean value of the histogram observations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ConfigResponse.html#merge(java.util.Map)">merge(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ConfigResponse.html" title="class in org.apache.iceberg.rest.responses">ConfigResponse</a></dt>
<dd>
<div class="block">Merge client-provided config with server side provided configuration to return a single
properties map which will be used for instantiating and configuring the REST catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTUtil.html#merge(java.util.Map,java.util.Map)">merge(Map&lt;String, String&gt;, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTUtil.html" title="class in org.apache.iceberg.rest">RESTUtil</a></dt>
<dd>
<div class="block">Merge updates into a target string map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MergeableScanTask.html#merge(org.apache.iceberg.ScanTask)">merge(ScanTask)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/MergeableScanTask.html" title="interface in org.apache.iceberg">MergeableScanTask</a></dt>
<dd>
<div class="block">Merges this task with a given task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.Builder.html#merge(org.apache.iceberg.SnapshotSummary.Builder)">merge(SnapshotSummary.Builder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.Builder.html" title="class in org.apache.iceberg">SnapshotSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SetAccumulator.html#merge(org.apache.spark.util.AccumulatorV2)">merge(AccumulatorV2&lt;T, Set&lt;T&gt;&gt;)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SetAccumulator.html" title="class in org.apache.iceberg.spark.actions">SetAccumulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MERGE_DISTRIBUTION_MODE">MERGE_DISTRIBUTION_MODE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MERGE_ISOLATION_LEVEL">MERGE_ISOLATION_LEVEL</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MERGE_ISOLATION_LEVEL_DEFAULT">MERGE_ISOLATION_LEVEL_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MERGE_MODE">MERGE_MODE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MERGE_MODE_DEFAULT">MERGE_MODE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowLevelOperationMode.html#MERGE_ON_READ">MERGE_ON_READ</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/RowLevelOperationMode.html" title="enum in org.apache.iceberg">RowLevelOperationMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#MERGE_SCHEMA">MERGE_SCHEMA</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#MERGE_SCHEMA_DEFAULT">MERGE_SCHEMA_DEFAULT</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MergeableScanTask.html" title="interface in org.apache.iceberg"><span class="typeNameLink">MergeableScanTask</span></a>&lt;<a href="org/apache/iceberg/MergeableScanTask.html" title="type parameter in MergeableScanTask">ThisT</a>&gt; - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A scan task that can be potentially merged with other scan tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#mergeSchema()">mergeSchema()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TableScanUtil.html#mergeTasks(java.util.List)">mergeTasks(List&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TableScanUtil.html" title="class in org.apache.iceberg.util">TableScanUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponse.html#message()">message()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponse.html" title="class in org.apache.iceberg.rest.responses">ErrorResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html#message(org.apache.flink.table.types.logical.RowType,org.apache.parquet.schema.MessageType,java.util.List)">message(RowType, MessageType, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">ParquetWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedReaderBuilder.html#message(org.apache.iceberg.types.Types.StructType,org.apache.parquet.schema.MessageType,java.util.List)">message(Types.StructType, MessageType, List&lt;VectorizedReader&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedReaderBuilder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedReaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html#message(org.apache.iceberg.types.Types.StructType,org.apache.parquet.schema.MessageType,java.util.List)">message(Types.StructType, MessageType, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html" title="class in org.apache.iceberg.parquet">TypeWithSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.HasIds.html#message(org.apache.parquet.schema.MessageType,java.util.List)">message(MessageType, List&lt;Boolean&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.HasIds.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil.HasIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/RemoveIds.html#message(org.apache.parquet.schema.MessageType,java.util.List)">message(MessageType, List&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/RemoveIds.html" title="class in org.apache.iceberg.parquet">RemoveIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#message(org.apache.parquet.schema.MessageType,java.util.List)">message(MessageType, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html#message(org.apache.spark.sql.types.StructType,org.apache.parquet.schema.MessageType,java.util.List)">message(StructType, MessageType, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">ParquetWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html#meta(java.lang.String,java.lang.String)">meta(String, String)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#meta(java.lang.String,java.lang.String)">meta(String, String)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.WriteBuilder.html#meta(java.lang.String,java.lang.String)">meta(String, String)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.WriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html#meta(java.lang.String,java.lang.String)">meta(String, String)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#meta(java.lang.String,java.lang.String)">meta(String, String)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#meta(java.lang.String,java.lang.String)">meta(String, String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#meta(java.lang.String,java.lang.String)">meta(String, String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#meta(java.lang.String,java.lang.String)">meta(String, String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#meta(java.util.Map)">meta(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.WriteBuilder.html#meta(java.util.Map)">meta(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.WriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitReport.html#metadata()">metadata()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitReport.html" title="interface in org.apache.iceberg.metrics">CommitReport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanReport.html#metadata()">metadata()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanReport.html" title="interface in org.apache.iceberg.metrics">ScanReport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.WriteBuilder.html#metadata(java.lang.String,java.lang.String)">metadata(String, String)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.WriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileFormat.html#METADATA">METADATA</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg">FileFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#METADATA_COMPRESSION">METADATA_COMPRESSION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#METADATA_COMPRESSION_DEFAULT">METADATA_COMPRESSION_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#METADATA_DELETE_AFTER_COMMIT_ENABLED">METADATA_DELETE_AFTER_COMMIT_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#METADATA_DELETE_AFTER_COMMIT_ENABLED_DEFAULT">METADATA_DELETE_AFTER_COMMIT_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#METADATA_LOCATION_PROP">METADATA_LOCATION_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#METADATA_LOG_ENTRIES">METADATA_LOG_ENTRIES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#METADATA_PREVIOUS_VERSIONS_MAX">METADATA_PREVIOUS_VERSIONS_MAX</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#METADATA_PREVIOUS_VERSIONS_MAX_DEFAULT">METADATA_PREVIOUS_VERSIONS_MAX_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#METADATA_SPLIT_SIZE">METADATA_SPLIT_SIZE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#METADATA_SPLIT_SIZE_DEFAULT">METADATA_SPLIT_SIZE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#metadataColumn(org.apache.iceberg.Table,java.lang.String)">metadataColumn(Table, String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkChangelogTable.html#metadataColumns()">metadataColumns()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkChangelogTable.html" title="class in org.apache.iceberg.spark.source">SparkChangelogTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#metadataColumns()">metadataColumns()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataColumns</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#metadataFieldIds()">metadataFieldIds()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#metadataFileLocation()">metadataFileLocation()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#metadataFileLocation()">metadataFileLocation()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#metadataFileLocation(java.lang.String)">metadataFileLocation(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html#metadataFileLocation(java.lang.String)">metadataFileLocation(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTableOperations.html#metadataFileLocation(java.lang.String)">metadataFileLocation(String)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTableOperations.html" title="class in org.apache.iceberg.hadoop">HadoopTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StaticTableOperations.html#metadataFileLocation(java.lang.String)">metadataFileLocation(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/StaticTableOperations.html" title="class in org.apache.iceberg">StaticTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableOperations.html#metadataFileLocation(java.lang.String)">metadataFileLocation(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableOperations.html" title="interface in org.apache.iceberg">TableOperations</a></dt>
<dd>
<div class="block">Given the name of a metadata file, obtain the full path of that file using an appropriate base
location of the implementation's choosing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ReachableFileUtil.html#metadataFileLocations(org.apache.iceberg.Table,boolean)">metadataFileLocations(Table, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ReachableFileUtil.html" title="class in org.apache.iceberg">ReachableFileUtil</a></dt>
<dd>
<div class="block">Returns locations of JSON metadata files in a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RegisterTableRequest.html#metadataLocation()">metadataLocation()</a></span> - Method in interface org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RegisterTableRequest.html" title="interface in org.apache.iceberg.rest.requests">RegisterTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/LoadTableResponse.html#metadataLocation()">metadataLocation()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/LoadTableResponse.html" title="class in org.apache.iceberg.rest.responses">LoadTableResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataLogEntriesTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataLogEntriesTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/reader/MetaDataReaderFunction.html" title="class in org.apache.iceberg.flink.source.reader"><span class="typeNameLink">MetaDataReaderFunction</span></a> - Class in <a href="org/apache/iceberg/flink/source/reader/package-summary.html">org.apache.iceberg.flink.source.reader</a></dt>
<dd>
<div class="block">Reading metadata tables (like snapshots, manifests, etc.)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/MetaDataReaderFunction.html#%3Cinit%3E(org.apache.flink.configuration.ReadableConfig,org.apache.iceberg.Schema,org.apache.iceberg.Schema,org.apache.iceberg.io.FileIO,org.apache.iceberg.encryption.EncryptionManager)">MetaDataReaderFunction(ReadableConfig, Schema, Schema, FileIO, EncryptionManager)</a></span> - Constructor for class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/MetaDataReaderFunction.html" title="class in org.apache.iceberg.flink.source.reader">MetaDataReaderFunction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg"><span class="typeNameLink">MetadataTableType</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataTableUtils.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataTableUtils</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.html" title="interface in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Represents a change to table or view metadata.</div>
</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.AddPartitionSpec.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.AddPartitionSpec</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.AddSchema.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.AddSchema</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.AddSnapshot.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.AddSnapshot</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.AddSortOrder.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.AddSortOrder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.AddViewVersion.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.AddViewVersion</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.AssignUUID.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.AssignUUID</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.RemoveProperties.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.RemoveProperties</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.RemoveSnapshot.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.RemoveSnapshot</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.RemoveSnapshotRef.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.RemoveSnapshotRef</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.RemoveStatistics.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.RemoveStatistics</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.SetCurrentSchema.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.SetCurrentSchema</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.SetCurrentViewVersion.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.SetCurrentViewVersion</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.SetDefaultPartitionSpec.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.SetDefaultPartitionSpec</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.SetDefaultSortOrder.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.SetDefaultSortOrder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.SetLocation.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.SetLocation</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.SetProperties.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.SetProperties</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.SetSnapshotRef</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.SetStatistics.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.SetStatistics</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdate.UpgradeFormatVersion.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdate.UpgradeFormatVersion</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.MetadataUpdateDeserializer.html#%3Cinit%3E()">MetadataUpdateDeserializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.MetadataUpdateDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.MetadataUpdateDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetadataUpdateParser.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetadataUpdateParser</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.MetadataUpdateSerializer.html#%3Cinit%3E()">MetadataUpdateSerializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.MetadataUpdateSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.MetadataUpdateSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hive/MetastoreUtil.html" title="class in org.apache.iceberg.hive"><span class="typeNameLink">MetastoreUtil</span></a> - Class in <a href="org/apache/iceberg/hive/package-summary.html">org.apache.iceberg.hive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html#method()">method()</a></span> - Method in interface org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html" title="interface in org.apache.iceberg.aws.s3.signer">S3SignRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.ReadableMetricColDefinition.MetricFunction.html#metric(org.apache.iceberg.ContentFile,org.apache.iceberg.types.Types.NestedField)">metric(ContentFile&lt;?&gt;, Types.NestedField)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.ReadableMetricColDefinition.MetricFunction.html" title="interface in org.apache.iceberg">MetricsUtil.ReadableMetricColDefinition.MetricFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/GenericAvroWriter.html#metrics()">metrics()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/GenericAvroWriter.html" title="class in org.apache.iceberg.avro">GenericAvroWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/MetricsAwareDatumWriter.html#metrics()">metrics()</a></span> - Method in interface org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/MetricsAwareDatumWriter.html" title="interface in org.apache.iceberg.avro">MetricsAwareDatumWriter</a></dt>
<dd>
<div class="block">Returns a stream of <a href="org/apache/iceberg/FieldMetrics.html" title="class in org.apache.iceberg"><code>FieldMetrics</code></a> that this MetricsAwareDatumWriter keeps track of.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriter.html#metrics()">metrics()</a></span> - Method in interface org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriter.html" title="interface in org.apache.iceberg.avro">ValueWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/DataWriter.html#metrics()">metrics()</a></span> - Method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/DataWriter.html" title="class in org.apache.iceberg.data.avro">DataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriter.html#metrics()">metrics()</a></span> - Method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriter.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.StructWriter.html#metrics()">metrics()</a></span> - Method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.StructWriter.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkAvroWriter.html#metrics()">metrics()</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkAvroWriter.html" title="class in org.apache.iceberg.flink.data">FlinkAvroWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkOrcWriter.html#metrics()">metrics()</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkOrcWriter.html" title="class in org.apache.iceberg.flink.data">FlinkOrcWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileAppender.html#metrics()">metrics()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileAppender.html" title="interface in org.apache.iceberg.io">FileAppender</a></dt>
<dd>
<div class="block">Returns <a href="org/apache/iceberg/Metrics.html" title="class in org.apache.iceberg"><code>Metrics</code></a> for this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestWriter.html#metrics()">metrics()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcRowWriter.html#metrics()">metrics()</a></span> - Method in interface org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcRowWriter.html" title="interface in org.apache.iceberg.orc">OrcRowWriter</a></dt>
<dd>
<div class="block">Returns a stream of <a href="org/apache/iceberg/FieldMetrics.html" title="class in org.apache.iceberg"><code>FieldMetrics</code></a> that this OrcRowWriter keeps track of.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueWriter.html#metrics()">metrics()</a></span> - Method in interface org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueWriter.html" title="interface in org.apache.iceberg.orc">OrcValueWriter</a></dt>
<dd>
<div class="block">Returns a stream of <a href="org/apache/iceberg/FieldMetrics.html" title="class in org.apache.iceberg"><code>FieldMetrics</code></a> that this OrcValueWriter keeps track of.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriter.html#metrics()">metrics()</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriter.html" title="interface in org.apache.iceberg.parquet">ParquetValueWriter</a></dt>
<dd>
<div class="block">Returns a stream of <a href="org/apache/iceberg/FieldMetrics.html" title="class in org.apache.iceberg"><code>FieldMetrics</code></a> that this ParquetValueWriter keeps track of.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html#metrics()">metrics()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.RepeatedKeyValueWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html#metrics()">metrics()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.RepeatedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.StructWriter.html#metrics()">metrics()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.StructWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html#metrics()">metrics()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html" title="class in org.apache.iceberg.parquet">ParquetWriteAdapter</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinWriter.html#metrics()">metrics()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinWriter.html" title="class in org.apache.iceberg.puffin">PuffinWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkAvroWriter.html#metrics()">metrics()</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkAvroWriter.html" title="class in org.apache.iceberg.spark.data">SparkAvroWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkOrcWriter.html#metrics()">metrics()</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkOrcWriter.html" title="class in org.apache.iceberg.spark.data">SparkOrcWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ResourcePaths.html#metrics(org.apache.iceberg.catalog.TableIdentifier)">metrics(TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest">ResourcePaths</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/Metrics.html" title="class in org.apache.iceberg"><span class="typeNameLink">Metrics</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Iceberg file format metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Metrics.html#%3Cinit%3E()">Metrics()</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/Metrics.html" title="class in org.apache.iceberg">Metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Metrics.html#%3Cinit%3E(java.lang.Long,java.util.Map,java.util.Map,java.util.Map,java.util.Map)">Metrics(Long, Map&lt;Integer, Long&gt;, Map&lt;Integer, Long&gt;, Map&lt;Integer, Long&gt;, Map&lt;Integer, Long&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/Metrics.html" title="class in org.apache.iceberg">Metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Metrics.html#%3Cinit%3E(java.lang.Long,java.util.Map,java.util.Map,java.util.Map,java.util.Map,java.util.Map,java.util.Map)">Metrics(Long, Map&lt;Integer, Long&gt;, Map&lt;Integer, Long&gt;, Map&lt;Integer, Long&gt;, Map&lt;Integer, Long&gt;, Map&lt;Integer, ByteBuffer&gt;, Map&lt;Integer, ByteBuffer&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/Metrics.html" title="class in org.apache.iceberg">Metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#METRICS_MAX_INFERRED_COLUMN_DEFAULTS">METRICS_MAX_INFERRED_COLUMN_DEFAULTS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#METRICS_MAX_INFERRED_COLUMN_DEFAULTS_DEFAULT">METRICS_MAX_INFERRED_COLUMN_DEFAULTS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#METRICS_MODE_COLUMN_CONF_PREFIX">METRICS_MODE_COLUMN_CONF_PREFIX</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#METRICS_REPORTER_IMPL">METRICS_REPORTER_IMPL</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/MetricsAwareDatumWriter.html" title="interface in org.apache.iceberg.avro"><span class="typeNameLink">MetricsAwareDatumWriter</span></a>&lt;<a href="org/apache/iceberg/avro/MetricsAwareDatumWriter.html" title="type parameter in MetricsAwareDatumWriter">D</a>&gt; - Interface in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>
<div class="block">Wrapper writer around <code>DatumWriter</code> with metrics support.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html#metricsConfig(org.apache.iceberg.MetricsConfig)">metricsConfig(MetricsConfig)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#metricsConfig(org.apache.iceberg.MetricsConfig)">metricsConfig(MetricsConfig)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.WriteBuilder.html#metricsConfig(org.apache.iceberg.MetricsConfig)">metricsConfig(MetricsConfig)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.WriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html#metricsConfig(org.apache.iceberg.MetricsConfig)">metricsConfig(MetricsConfig)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#metricsConfig(org.apache.iceberg.MetricsConfig)">metricsConfig(MetricsConfig)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.WriteBuilder.html#metricsConfig(org.apache.iceberg.MetricsConfig)">metricsConfig(MetricsConfig)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.WriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#metricsConfig(org.apache.iceberg.MetricsConfig)">metricsConfig(MetricsConfig)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#metricsConfig(org.apache.iceberg.MetricsConfig)">metricsConfig(MetricsConfig)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#metricsConfig(org.apache.iceberg.MetricsConfig)">metricsConfig(MetricsConfig)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetricsConfig.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetricsConfig</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetrics.html#metricsContext()">metricsContext()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetrics.html" title="class in org.apache.iceberg.metrics">CommitMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#metricsContext()">metricsContext()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/MetricsContext.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">MetricsContext</span></a> - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">Generalized interface for creating telemetry related instances for tracking operations.</div>
</dd>
<dt><a href="org/apache/iceberg/metrics/MetricsContext.Counter.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">MetricsContext.Counter</span></a>&lt;<a href="org/apache/iceberg/metrics/MetricsContext.Counter.html" title="type parameter in MetricsContext.Counter">T</a> extends java.lang.Number&gt; - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 2.0.0, use <a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics"><code>Counter</code></a> instead.</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/metrics/MetricsContext.Unit.html" title="enum in org.apache.iceberg.metrics"><span class="typeNameLink">MetricsContext.Unit</span></a> - Enum in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.html#metricsMode(org.apache.iceberg.Schema,org.apache.iceberg.MetricsConfig,int)">metricsMode(Schema, MetricsConfig, int)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.html" title="class in org.apache.iceberg">MetricsUtil</a></dt>
<dd>
<div class="block">Extract MetricsMode for the given field id from metrics config.</div>
</dd>
<dt><a href="org/apache/iceberg/MetricsModes.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetricsModes</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">This class defines different metrics modes, which allow users to control the collection of
value_counts, null_value_counts, nan_value_counts, lower_bounds, upper_bounds for different
columns in metadata.</div>
</dd>
<dt><a href="org/apache/iceberg/MetricsModes.Counts.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetricsModes.Counts</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Under this mode, only value_counts, null_value_counts, nan_value_counts are persisted.</div>
</dd>
<dt><a href="org/apache/iceberg/MetricsModes.Full.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetricsModes.Full</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Under this mode, value_counts, null_value_counts, nan_value_counts and full lower_bounds,
upper_bounds are persisted.</div>
</dd>
<dt><a href="org/apache/iceberg/MetricsModes.MetricsMode.html" title="interface in org.apache.iceberg"><span class="typeNameLink">MetricsModes.MetricsMode</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A metrics calculation mode.</div>
</dd>
<dt><a href="org/apache/iceberg/MetricsModes.None.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetricsModes.None</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Under this mode, value_counts, null_value_counts, nan_value_counts, lower_bounds, upper_bounds
are not persisted.</div>
</dd>
<dt><a href="org/apache/iceberg/MetricsModes.Truncate.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetricsModes.Truncate</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Under this mode, value_counts, null_value_counts, nan_value_counts and truncated lower_bounds,
upper_bounds are persisted.</div>
</dd>
<dt><a href="org/apache/iceberg/metrics/MetricsReport.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">MetricsReport</span></a> - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#metricsReporter(org.apache.iceberg.metrics.MetricsReporter)">metricsReporter(MetricsReporter)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Create a new scan that will report scan metrics to the provided reporter in addition to
reporters maintained by the scan.</div>
</dd>
<dt><a href="org/apache/iceberg/metrics/MetricsReporter.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">MetricsReporter</span></a> - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">This interface defines the basic API for reporting metrics for operations to a Table.</div>
</dd>
<dt><a href="org/apache/iceberg/metrics/MetricsReporters.html" title="class in org.apache.iceberg.metrics"><span class="typeNameLink">MetricsReporters</span></a> - Class in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">Utility class that allows combining two given <a href="org/apache/iceberg/metrics/MetricsReporter.html" title="interface in org.apache.iceberg.metrics"><code>MetricsReporter</code></a> instances.</div>
</dd>
<dt><a href="org/apache/iceberg/MetricsUtil.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetricsUtil</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetricsUtil.ReadableColMetricsStruct.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetricsUtil.ReadableColMetricsStruct</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A struct of readable metric values for a primitive column</div>
</dd>
<dt><a href="org/apache/iceberg/MetricsUtil.ReadableMetricColDefinition.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetricsUtil.ReadableMetricColDefinition</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Fixed definition of a readable metric column, ie a mapping of a raw metric to a readable metric</div>
</dd>
<dt><a href="org/apache/iceberg/MetricsUtil.ReadableMetricColDefinition.MetricFunction.html" title="interface in org.apache.iceberg"><span class="typeNameLink">MetricsUtil.ReadableMetricColDefinition.MetricFunction</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetricsUtil.ReadableMetricColDefinition.TypeFunction.html" title="interface in org.apache.iceberg"><span class="typeNameLink">MetricsUtil.ReadableMetricColDefinition.TypeFunction</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MetricsUtil.ReadableMetricsStruct.html" title="class in org.apache.iceberg"><span class="typeNameLink">MetricsUtil.ReadableMetricsStruct</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A struct, consisting of all <a href="org/apache/iceberg/MetricsUtil.ReadableColMetricsStruct.html" title="class in org.apache.iceberg"><code>MetricsUtil.ReadableColMetricsStruct</code></a> for all primitive columns of the
table</div>
</dd>
<dt><a href="org/apache/iceberg/MicroBatches.html" title="class in org.apache.iceberg"><span class="typeNameLink">MicroBatches</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MicroBatches.MicroBatch.html" title="class in org.apache.iceberg"><span class="typeNameLink">MicroBatches.MicroBatch</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/MicroBatches.MicroBatchBuilder.html" title="class in org.apache.iceberg"><span class="typeNameLink">MicroBatches.MicroBatchBuilder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#MICROS_PER_MILLIS">MICROS_PER_MILLIS</a></span> - Static variable in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#MICROS_PER_SECOND">MICROS_PER_SECOND</a></span> - Static variable in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#microsFromInstant(java.time.Instant)">microsFromInstant(Instant)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#microsFromTime(java.time.LocalTime)">microsFromTime(LocalTime)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#microsFromTimestamp(java.time.LocalDateTime)">microsFromTimestamp(LocalDateTime)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#microsFromTimestamptz(java.time.OffsetDateTime)">microsFromTimestamptz(OffsetDateTime)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#microsToDays(long)">microsToDays(long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#microsToHours(long)">microsToHours(long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#microsToIsoTime(long)">microsToIsoTime(long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#microsToIsoTimestamp(long)">microsToIsoTimestamp(long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#microsToIsoTimestamptz(long)">microsToIsoTimestamptz(long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#microsToMillis(long)">microsToMillis(long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#microsToMonths(long)">microsToMonths(long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#microsToYears(long)">microsToYears(long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/MigrateTable.Result.html#migratedDataFilesCount()">migratedDataFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/MigrateTable.Result.html" title="interface in org.apache.iceberg.actions">MigrateTable.Result</a></dt>
<dd>
<div class="block">Returns the number of migrated data files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ActionsProvider.html#migrateTable(java.lang.String)">migrateTable(String)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ActionsProvider.html" title="interface in org.apache.iceberg.actions">ActionsProvider</a></dt>
<dd>
<div class="block">Instantiates an action to migrate an existing table to Iceberg.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SparkActions.html#migrateTable(java.lang.String)">migrateTable(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SparkActions.html" title="class in org.apache.iceberg.spark.actions">SparkActions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/MigrateTable.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">MigrateTable</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">An action that migrates an existing table to Iceberg.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/MigrateTable.Result.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">MigrateTable.Result</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">The action result that contains a summary of the execution.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html" title="class in org.apache.iceberg.spark.actions"><span class="typeNameLink">MigrateTableSparkAction</span></a> - Class in <a href="org/apache/iceberg/spark/actions/package-summary.html">org.apache.iceberg.spark.actions</a></dt>
<dd>
<div class="block">Takes a Spark table in the source catalog and attempts to transform it into an Iceberg table in
the same location with the same identifier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Histogram.Statistics.html#min()">min()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Histogram.Statistics.html" title="interface in org.apache.iceberg.metrics">Histogram.Statistics</a></dt>
<dd>
<div class="block">Returns the minimum value of the histogram observations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#min(java.lang.String)">min(String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveVersion.html#min(org.apache.iceberg.hive.HiveVersion)">min(HiveVersion)</a></span> - Static method in enum org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveVersion.html" title="enum in org.apache.iceberg.hive">HiveVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#MIN">MIN</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#MIN_FILE_SIZE_BYTES">MIN_FILE_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Adjusts files which will be considered for rewriting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#MIN_FILE_SIZE_BYTES">MIN_FILE_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>
<div class="block">Controls which files will be considered for rewriting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#MIN_FILE_SIZE_DEFAULT_RATIO">MIN_FILE_SIZE_DEFAULT_RATIO</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#MIN_FILE_SIZE_DEFAULT_RATIO">MIN_FILE_SIZE_DEFAULT_RATIO</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#MIN_INPUT_FILES">MIN_INPUT_FILES</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The minimum number of files that need to be in a file group for it to be considered for
compaction if the total size of that group is less than the <a href="org/apache/iceberg/actions/RewriteDataFiles.html#TARGET_FILE_SIZE_BYTES"><code>RewriteDataFiles.TARGET_FILE_SIZE_BYTES</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#MIN_INPUT_FILES">MIN_INPUT_FILES</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>
<div class="block">Any file group exceeding this number of files will be rewritten regardless of other criteria.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#MIN_INPUT_FILES_DEFAULT">MIN_INPUT_FILES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#MIN_INPUT_FILES_DEFAULT">MIN_INPUT_FILES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#MIN_SEQUENCE_NUMBER">MIN_SEQUENCE_NUMBER</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MIN_SNAPSHOTS_TO_KEEP">MIN_SNAPSHOTS_TO_KEEP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#MIN_SNAPSHOTS_TO_KEEP_DEFAULT">MIN_SNAPSHOTS_TO_KEEP_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/MinAggregate.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">MinAggregate</span></a>&lt;<a href="org/apache/iceberg/expressions/MinAggregate.html" title="type parameter in MinAggregate">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/MinAggregate.html#%3Cinit%3E(org.apache.iceberg.expressions.BoundTerm)">MinAggregate(BoundTerm&lt;T&gt;)</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/MinAggregate.html" title="class in org.apache.iceberg.expressions">MinAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#minSequenceNumber()">minSequenceNumber()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#minSequenceNumber()">minSequenceNumber()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns the lowest data sequence number of any live file in the manifest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#minSequenceNumber()">minSequenceNumber()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html#minSnapshotsToKeep()">minSnapshotsToKeep()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html" title="class in org.apache.iceberg">MetadataUpdate.SetSnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#minSnapshotsToKeep()">minSnapshotsToKeep()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#minSnapshotsToKeep()">minSnapshotsToKeep()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html#minSnapshotsToKeep()">minSnapshotsToKeep()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotRetentionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.Builder.html#minSnapshotsToKeep(java.lang.Integer)">minSnapshotsToKeep(Integer)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.Builder.html" title="class in org.apache.iceberg">SnapshotRef.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">MinSnapshotsToKeepContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MinSnapshotsToKeepContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#MINUS">MINUS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#MINUS">MINUS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigDecimalLiteralContext.html#MINUS()">MINUS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigDecimalLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BigDecimalLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigIntLiteralContext.html#MINUS()">MINUS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BigIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BigIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DecimalLiteralContext.html#MINUS()">MINUS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DecimalLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DecimalLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DoubleLiteralContext.html#MINUS()">MINUS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DoubleLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DoubleLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExponentLiteralContext.html#MINUS()">MINUS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExponentLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ExponentLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FloatLiteralContext.html#MINUS()">MINUS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FloatLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FloatLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IntegerLiteralContext.html#MINUS()">MINUS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IntegerLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IntegerLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SmallIntLiteralContext.html#MINUS()">MINUS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SmallIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SmallIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TinyIntLiteralContext.html#MINUS()">MINUS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TinyIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TinyIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#MINUTES">MINUTES</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#MINUTES">MINUTES</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#MINUTES()">MINUTES()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html#MINUTES()">MINUTES()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TimeUnitContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html#missing()">missing()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html" title="class in org.apache.iceberg.rest.responses">UpdateNamespacePropertiesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DistributionMode.html#modeName()">modeName()</a></span> - Method in enum org.apache.iceberg.<a href="org/apache/iceberg/DistributionMode.html" title="enum in org.apache.iceberg">DistributionMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PlanningMode.html#modeName()">modeName()</a></span> - Method in enum org.apache.iceberg.<a href="org/apache/iceberg/PlanningMode.html" title="enum in org.apache.iceberg">PlanningMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowLevelOperationMode.html#modeName()">modeName()</a></span> - Method in enum org.apache.iceberg.<a href="org/apache/iceberg/RowLevelOperationMode.html" title="enum in org.apache.iceberg">RowLevelOperationMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#modeNames">modeNames</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#MONITOR_INTERVAL">MONITOR_INTERVAL</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#MONITOR_INTERVAL_OPTION">MONITOR_INTERVAL_OPTION</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#monitorInterval()">monitorInterval()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#monitorInterval()">monitorInterval()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#monitorInterval(java.time.Duration)">monitorInterval(Duration)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#monitorInterval(java.time.Duration)">monitorInterval(Duration)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#monitorInterval(java.time.Duration)">monitorInterval(Duration)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#month()">month()</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="block">Returns a month <a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms"><code>Transform</code></a> for date or timestamp types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#month(int,java.lang.String,int)">month(int, String, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#month(java.lang.String)">month(String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#month(java.lang.String)">month(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#month(java.lang.String,int)">month(String, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/SortOrderVisitor.html#month(java.lang.String,int,org.apache.iceberg.SortDirection,org.apache.iceberg.NullOrder)">month(String, int, SortDirection, NullOrder)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/SortOrderVisitor.html" title="interface in org.apache.iceberg.transforms">SortOrderVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#month(java.lang.String,java.lang.String)">month(String, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#month(org.apache.iceberg.types.Type)">month(Type)</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transforms.html#month()"><code>Transforms.month()</code></a> instead; will be removed in 2.0.0</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/transforms/Months.html" title="class in org.apache.iceberg.transforms"><span class="typeNameLink">Months</span></a>&lt;<a href="org/apache/iceberg/transforms/Months.html" title="type parameter in Months">T</a>&gt; - Class in <a href="org/apache/iceberg/transforms/package-summary.html">org.apache.iceberg.transforms</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Months.html#%3Cinit%3E()">Months()</a></span> - Constructor for class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Months.html" title="class in org.apache.iceberg.transforms">Months</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#MONTHS">MONTHS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#MONTHS">MONTHS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#MONTHS()">MONTHS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/MonthsFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">MonthsFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>
<div class="block">A Spark function implementation for the Iceberg month transform.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.html#%3Cinit%3E()">MonthsFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/MonthsFunction.DateToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">MonthsFunction.DateToMonthsFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampNtzToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">MonthsFunction.TimestampNtzToMonthsFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">MonthsFunction.TimestampToMonthsFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#moveAfter(java.lang.String,java.lang.String)">moveAfter(String, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Move a column from its current position to directly after a reference column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#moveBefore(java.lang.String,java.lang.String)">moveBefore(String, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Move a column from its current position to directly before a reference column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#moveFirst(java.lang.String)">moveFirst(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Move a column from its current position to the start of the schema or its parent struct.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#MULTIPART_SIZE">MULTIPART_SIZE</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">The size of a single part for multipart upload requests in bytes (default: 32MB).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#MULTIPART_SIZE_DEFAULT">MULTIPART_SIZE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#MULTIPART_SIZE_MIN">MULTIPART_SIZE_MIN</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#MULTIPART_THRESHOLD_FACTOR">MULTIPART_THRESHOLD_FACTOR</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">The threshold expressed as a factor times the multipart size at which to switch from uploading
using a single put object request to uploading using multipart upload (default: 1.5).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#MULTIPART_THRESHOLD_FACTOR_DEFAULT">MULTIPART_THRESHOLD_FACTOR_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#MULTIPART_UPLOAD_THREADS">MULTIPART_UPLOAD_THREADS</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Number of threads to use for uploading parts to S3 (shared pool across all output streams),
default to <code>Runtime.availableProcessors()</code></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html#multipartIdentifier">multipartIdentifier</a></span> - Variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FieldListContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.AddPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CallContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CallContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FieldListContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentityTransformContext.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.IdentityTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.IdentityTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html#multipartIdentifier()">multipartIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TransformArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html#multipartIdentifier(int)">multipartIdentifier(int)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.FieldListContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.FieldListContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">MultipartIdentifierContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MultipartIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#multiPartSize()">multiPartSize()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#multipartThresholdFactor()">multipartThresholdFactor()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#multipartUploadThreads()">multipartUploadThreads()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html#name">name</a></span> - Variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.AddPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#name">name</a></span> - Variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#name()">name()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html#name()">name()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html" title="interface in org.apache.iceberg.actions">ConvertEqualityDeleteStrategy</a></dt>
<dd>
<div class="block">Returns the name of this convert deletes strategy</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteStrategy.html#name()">name()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteStrategy.html" title="interface in org.apache.iceberg.actions">RewriteStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the name of this rewrite strategy</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SortStrategy.html#name()">name()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SortStrategy.html" title="class in org.apache.iceberg.actions">SortStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#name()">name()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#name()">name()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#name()">name()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CachingCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg">CachingCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#name()">name()</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Return the name for this catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#name()">name()</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Return the name for this catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifier.html#name()">name()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifier.html" title="class in org.apache.iceberg.catalog">TableIdentifier</a></dt>
<dd>
<div class="block">Returns the identifier name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/ViewCatalog.html#name()">name()</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/ViewCatalog.html" title="interface in org.apache.iceberg.catalog">ViewCatalog</a></dt>
<dd>
<div class="block">Return the name for this catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundReference.html#name()">name()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundReference.html" title="class in org.apache.iceberg.expressions">BoundReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/NamedReference.html#name()">name()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/NamedReference.html" title="class in org.apache.iceberg.expressions">NamedReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Reference.html#name()">name()</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Reference.html" title="interface in org.apache.iceberg.expressions">Reference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.RemoveSnapshotRef.html#name()">name()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.RemoveSnapshotRef.html" title="class in org.apache.iceberg">MetadataUpdate.RemoveSnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html#name()">name()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html" title="class in org.apache.iceberg">MetadataUpdate.SetSnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionField.html#name()">name()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionField.html" title="class in org.apache.iceberg">PartitionField</a></dt>
<dd>
<div class="block">Returns the name of this partition field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.html#name()">name()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RegisterTableRequest.html#name()">name()</a></span> - Method in interface org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RegisterTableRequest.html" title="interface in org.apache.iceberg.rest.requests">RegisterTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#name()">name()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBase.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBase.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.html" title="class in org.apache.iceberg.spark.functions">BucketFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction.TimestampNtzToHoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction.TimestampToHoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/IcebergVersionFunction.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/IcebergVersionFunction.html" title="class in org.apache.iceberg.spark.functions">IcebergVersionFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBase.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBase.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PathIdentifier.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PathIdentifier.html" title="class in org.apache.iceberg.spark">PathIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/RollbackStagedTable.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/RollbackStagedTable.html" title="class in org.apache.iceberg.spark">RollbackStagedTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/NumDeletes.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/NumDeletes.html" title="class in org.apache.iceberg.spark.source.metrics">NumDeletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/NumSplits.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/NumSplits.html" title="class in org.apache.iceberg.spark.source.metrics">NumSplits</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/ScannedDataFiles.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/ScannedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics">ScannedDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/ScannedDataManifests.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/ScannedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics">ScannedDataManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/SkippedDataFiles.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/SkippedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics">SkippedDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/SkippedDataManifests.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/SkippedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics">SkippedDataManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskNumDeletes.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskNumDeletes.html" title="class in org.apache.iceberg.spark.source.metrics">TaskNumDeletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskNumSplits.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskNumSplits.html" title="class in org.apache.iceberg.spark.source.metrics">TaskNumSplits</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskScannedDataFiles.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskScannedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics">TaskScannedDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskScannedDataManifests.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskScannedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics">TaskScannedDataManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskSkippedDataFiles.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskSkippedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics">TaskSkippedDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskSkippedDataManifests.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskSkippedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics">TaskSkippedDataManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskTotalFileSize.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskTotalFileSize.html" title="class in org.apache.iceberg.spark.source.metrics">TaskTotalFileSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskTotalPlanningDuration.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskTotalPlanningDuration.html" title="class in org.apache.iceberg.spark.source.metrics">TaskTotalPlanningDuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TotalFileSize.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TotalFileSize.html" title="class in org.apache.iceberg.spark.source.metrics">TotalFileSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TotalPlanningDuration.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TotalPlanningDuration.html" title="class in org.apache.iceberg.spark.source.metrics">TotalPlanningDuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkChangelogTable.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkChangelogTable.html" title="class in org.apache.iceberg.spark.source">SparkChangelogTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkMetadataColumn.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkMetadataColumn.html" title="class in org.apache.iceberg.spark.source">SparkMetadataColumn</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html" title="class in org.apache.iceberg.spark">SparkCachedTableCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkFunctionCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkFunctionCatalog.html" title="class in org.apache.iceberg.spark">SparkFunctionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#name()">name()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#name()">name()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Return the full name for this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#name()">name()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/View.html#name()">name()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/View.html" title="interface in org.apache.iceberg.view">View</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/connector/iceberg/catalog/ProcedureParameter.html#name()">name()</a></span> - Method in interface org.apache.spark.sql.connector.iceberg.catalog.<a href="org/apache/spark/sql/connector/iceberg/catalog/ProcedureParameter.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog">ProcedureParameter</a></dt>
<dd>
<div class="block">Returns the name of this parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/Catalogs.html#NAME">NAME</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/Catalogs.html" title="class in org.apache.iceberg.mr">Catalogs</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.WriteBuilder.html#named(java.lang.String)">named(String)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.WriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#named(java.lang.String)">named(String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NamedArgumentContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CallArgumentContext)">NamedArgumentContext(IcebergSqlExtensionsParser.CallArgumentContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NamedArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NamedArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/NamedReference.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">NamedReference</span></a>&lt;<a href="org/apache/iceberg/expressions/NamedReference.html" title="type parameter in NamedReference">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#nameMapping()">nameMapping()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#nameMapping()">nameMapping()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#nameMapping(java.lang.String)">nameMapping(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#nameMapping(java.lang.String)">nameMapping(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#nameMapping(java.lang.String)">nameMapping(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mapping/NameMapping.html" title="class in org.apache.iceberg.mapping"><span class="typeNameLink">NameMapping</span></a> - Class in <a href="org/apache/iceberg/mapping/package-summary.html">org.apache.iceberg.mapping</a></dt>
<dd>
<div class="block">Represents a mapping from external schema names to Iceberg type IDs.</div>
</dd>
<dt><a href="org/apache/iceberg/mapping/NameMappingParser.html" title="class in org.apache.iceberg.mapping"><span class="typeNameLink">NameMappingParser</span></a> - Class in <a href="org/apache/iceberg/mapping/package-summary.html">org.apache.iceberg.mapping</a></dt>
<dd>
<div class="block">Parses external name mappings from a JSON representation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedField.html#names()">names()</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedField.html" title="class in org.apache.iceberg.mapping">MappedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifier.html#namespace()">namespace()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifier.html" title="class in org.apache.iceberg.catalog">TableIdentifier</a></dt>
<dd>
<div class="block">Returns the identifier namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.html#namespace()">namespace()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.html" title="class in org.apache.iceberg.rest.requests">CreateNamespaceRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.html#namespace()">namespace()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.html" title="class in org.apache.iceberg.rest.responses">CreateNamespaceResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.html#namespace()">namespace()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.html" title="class in org.apache.iceberg.rest.responses">GetNamespaceResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PathIdentifier.html#namespace()">namespace()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PathIdentifier.html" title="class in org.apache.iceberg.spark">PathIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ResourcePaths.html#namespace(org.apache.iceberg.catalog.Namespace)">namespace(Namespace)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest">ResourcePaths</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/catalog/Namespace.html" title="class in org.apache.iceberg.catalog"><span class="typeNameLink">Namespace</span></a> - Class in <a href="org/apache/iceberg/catalog/package-summary.html">org.apache.iceberg.catalog</a></dt>
<dd>
<div class="block">A namespace in a <a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog"><code>Catalog</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTUtil.html#NAMESPACE_JOINER">NAMESPACE_JOINER</a></span> - Static variable in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTUtil.html" title="class in org.apache.iceberg.rest">RESTUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTUtil.html#NAMESPACE_SPLITTER">NAMESPACE_SPLITTER</a></span> - Static variable in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTUtil.html" title="class in org.apache.iceberg.rest">RESTUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.NamespaceDeserializer.html#%3Cinit%3E()">NamespaceDeserializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.NamespaceDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.NamespaceDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ErrorHandlers.html#namespaceErrorHandler()">namespaceErrorHandler()</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ErrorHandlers.html" title="class in org.apache.iceberg.rest">ErrorHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#namespaceExists(java.lang.String%5B%5D)">namespaceExists(String[])</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#namespaceExists(org.apache.iceberg.catalog.Namespace)">namespaceExists(Namespace)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SupportsNamespaces.html#namespaceExists(org.apache.iceberg.catalog.Namespace)">namespaceExists(Namespace)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SupportsNamespaces.html" title="interface in org.apache.iceberg.catalog">SupportsNamespaces</a></dt>
<dd>
<div class="block">Checks whether the Namespace exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#namespaceExists(org.apache.iceberg.catalog.Namespace)">namespaceExists(Namespace)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#namespaceExists(org.apache.iceberg.catalog.Namespace)">namespaceExists(Namespace)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#namespaceExists(org.apache.iceberg.catalog.Namespace)">namespaceExists(Namespace)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#namespaceExists(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.Namespace)">namespaceExists(SessionCatalog.SessionContext, Namespace)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Checks whether the Namespace exists.</div>
</dd>
<dt><a href="org/apache/iceberg/exceptions/NamespaceNotEmptyException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">NamespaceNotEmptyException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Exception raised when attempting to drop a namespace that is not empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/NamespaceNotEmptyException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">NamespaceNotEmptyException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/NamespaceNotEmptyException.html" title="class in org.apache.iceberg.exceptions">NamespaceNotEmptyException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/NamespaceNotEmptyException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">NamespaceNotEmptyException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/NamespaceNotEmptyException.html" title="class in org.apache.iceberg.exceptions">NamespaceNotEmptyException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ResourcePaths.html#namespaceProperties(org.apache.iceberg.catalog.Namespace)">namespaceProperties(Namespace)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest">ResourcePaths</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ResourcePaths.html#namespaces()">namespaces()</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest">ResourcePaths</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.html#namespaces()">namespaces()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.html" title="class in org.apache.iceberg.rest.responses">ListNamespacesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.NamespaceSerializer.html#%3Cinit%3E()">NamespaceSerializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.NamespaceSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.NamespaceSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/hive/ql/exec/vector/VectorizedSupport.Support.html#nameToSupportMap">nameToSupportMap</a></span> - Static variable in enum org.apache.hadoop.hive.ql.exec.vector.<a href="org/apache/hadoop/hive/ql/exec/vector/VectorizedSupport.Support.html" title="enum in org.apache.hadoop.hive.ql.exec.vector">VectorizedSupport.Support</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#NAN_VALUE_COUNTS">NAN_VALUE_COUNTS</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/NaNUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">NaNUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FieldMetrics.html#nanValueCount()">nanValueCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FieldMetrics.html" title="class in org.apache.iceberg">FieldMetrics</a></dt>
<dd>
<div class="block">Returns the number of NaN values for this field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#nanValueCounts()">nanValueCounts()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns if collected, map from column ID to its NaN value count, null otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Metrics.html#nanValueCounts()">nanValueCounts()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Metrics.html" title="class in org.apache.iceberg">Metrics</a></dt>
<dd>
<div class="block">Get the number of NaN values for all float and double fields in a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#nanValueCounts()">nanValueCounts()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3InputFile.html#nativeCryptoParameters()">nativeCryptoParameters()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3InputFile.html" title="class in org.apache.iceberg.aws.s3">S3InputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3OutputFile.html#nativeCryptoParameters()">nativeCryptoParameters()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3OutputFile.html" title="class in org.apache.iceberg.aws.s3">S3OutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/NativelyEncryptedFile.html#nativeCryptoParameters()">nativeCryptoParameters()</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/NativelyEncryptedFile.html" title="interface in org.apache.iceberg.encryption">NativelyEncryptedFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#nativeCryptoParameters()">nativeCryptoParameters()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#nativeCryptoParameters()">nativeCryptoParameters()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/NativeFileCryptoParameters.html" title="class in org.apache.iceberg.encryption"><span class="typeNameLink">NativeFileCryptoParameters</span></a> - Class in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>
<div class="block">Barebone encryption parameters, one object per content file.</div>
</dd>
<dt><a href="org/apache/iceberg/encryption/NativeFileCryptoParameters.Builder.html" title="class in org.apache.iceberg.encryption"><span class="typeNameLink">NativeFileCryptoParameters.Builder</span></a> - Class in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/NativelyEncryptedFile.html" title="interface in org.apache.iceberg.encryption"><span class="typeNameLink">NativelyEncryptedFile</span></a> - Interface in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>
<div class="block">This interface is applied to OutputFile and InputFile implementations, in order to enable
delivery of crypto parameters (such as encryption keys etc) from the Iceberg key management
module to the writers/readers of file formats that support encryption natively (Parquet and ORC).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html#needsTaskCommit(org.apache.hadoop.mapred.TaskAttemptContext)">needsTaskCommit(TaskAttemptContext)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergOutputCommitter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/And.html#negate()">negate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/And.html" title="class in org.apache.iceberg.expressions">And</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html#negate()">negate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html" title="class in org.apache.iceberg.expressions">BoundLiteralPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundSetPredicate.html#negate()">negate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundSetPredicate.html" title="class in org.apache.iceberg.expressions">BoundSetPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundUnaryPredicate.html#negate()">negate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundUnaryPredicate.html" title="class in org.apache.iceberg.expressions">BoundUnaryPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.html#negate()">negate()</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions">Expression</a></dt>
<dd>
<div class="block">Returns the negation of this expression, equivalent to not(this).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#negate()">negate()</a></span> - Method in enum org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>
<div class="block">Returns the operation used when this is negated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/False.html#negate()">negate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/False.html" title="class in org.apache.iceberg.expressions">False</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Not.html#negate()">negate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Not.html" title="class in org.apache.iceberg.expressions">Not</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Or.html#negate()">negate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Or.html" title="class in org.apache.iceberg.expressions">Or</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/True.html#negate()">negate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/True.html" title="class in org.apache.iceberg.expressions">True</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/UnboundPredicate.html#negate()">negate()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/UnboundPredicate.html" title="class in org.apache.iceberg.expressions">UnboundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieTableOperations.html#NESSIE_COMMIT_ID_PROPERTY">NESSIE_COMMIT_ID_PROPERTY</a></span> - Static variable in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieTableOperations.html" title="class in org.apache.iceberg.nessie">NessieTableOperations</a></dt>
<dd>
<div class="block">Name of the `<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg"><code>TableMetadata</code></a> property that holds the Nessie commit-ID from which the
metadata has been loaded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieUtil.html#NESSIE_CONFIG_PREFIX">NESSIE_CONFIG_PREFIX</a></span> - Static variable in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieUtil.html" title="class in org.apache.iceberg.nessie">NessieUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieTableOperations.html#NESSIE_GC_NO_WARNING_PROPERTY">NESSIE_GC_NO_WARNING_PROPERTY</a></span> - Static variable in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieTableOperations.html" title="class in org.apache.iceberg.nessie">NessieTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie"><span class="typeNameLink">NessieCatalog</span></a> - Class in <a href="org/apache/iceberg/nessie/package-summary.html">org.apache.iceberg.nessie</a></dt>
<dd>
<div class="block">Nessie implementation of Iceberg Catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#%3Cinit%3E()">NessieCatalog()</a></span> - Constructor for class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie"><span class="typeNameLink">NessieIcebergClient</span></a> - Class in <a href="org/apache/iceberg/nessie/package-summary.html">org.apache.iceberg.nessie</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#%3Cinit%3E(org.projectnessie.client.api.NessieApiV1,java.lang.String,java.lang.String,java.util.Map)">NessieIcebergClient(NessieApiV1, String, String, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/nessie/NessieTableOperations.html" title="class in org.apache.iceberg.nessie"><span class="typeNameLink">NessieTableOperations</span></a> - Class in <a href="org/apache/iceberg/nessie/package-summary.html">org.apache.iceberg.nessie</a></dt>
<dd>
<div class="block">Nessie implementation of Iceberg TableOperations.</div>
</dd>
<dt><a href="org/apache/iceberg/nessie/NessieUtil.html" title="class in org.apache.iceberg.nessie"><span class="typeNameLink">NessieUtil</span></a> - Class in <a href="org/apache/iceberg/nessie/package-summary.html">org.apache.iceberg.nessie</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedField.html#nestedMapping()">nestedMapping()</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedField.html" title="class in org.apache.iceberg.mapping">MappedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.NestedType.html#%3Cinit%3E()">NestedType()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.NestedType.html" title="class in org.apache.iceberg.types">Type.NestedType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/CountAggregate.html#newAggregator()">newAggregator()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/CountAggregate.html" title="class in org.apache.iceberg.expressions">CountAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/MaxAggregate.html#newAggregator()">newAggregator()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/MaxAggregate.html" title="class in org.apache.iceberg.expressions">MaxAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/MinAggregate.html#newAggregator()">newAggregator()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/MinAggregate.html" title="class in org.apache.iceberg.expressions">MinAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#newAppend()">newAppend()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#newAppend()">newAppend()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#newAppend()">newAppend()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#newAppend()">newAppend()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#newAppend()">newAppend()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/AppendFiles.html" title="interface in org.apache.iceberg"><code>append API</code></a> to add files to this table and commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#newAppend()">newAppend()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/AppendFiles.html" title="interface in org.apache.iceberg"><code>append API</code></a> to add files to this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericAppenderFactory.html#newAppender(org.apache.iceberg.io.OutputFile,org.apache.iceberg.FileFormat)">newAppender(OutputFile, FileFormat)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericAppenderFactory.html" title="class in org.apache.iceberg.data">GenericAppenderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkAppenderFactory.html#newAppender(org.apache.iceberg.io.OutputFile,org.apache.iceberg.FileFormat)">newAppender(OutputFile, FileFormat)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkAppenderFactory.html" title="class in org.apache.iceberg.flink.sink">FlinkAppenderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileAppenderFactory.html#newAppender(org.apache.iceberg.io.OutputFile,org.apache.iceberg.FileFormat)">newAppender(OutputFile, FileFormat)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileAppenderFactory.html" title="interface in org.apache.iceberg.io">FileAppenderFactory</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/io/FileAppender.html" title="interface in org.apache.iceberg.io"><code>FileAppender</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestWriter.html#newAppender(org.apache.iceberg.PartitionSpec,org.apache.iceberg.io.OutputFile)">newAppender(PartitionSpec, OutputFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.html#newBatchScan()">newBatchScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.html" title="class in org.apache.iceberg">PositionDeletesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#newBatchScan()">newBatchScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#newBatchScan()">newBatchScan()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/BatchScan.html" title="interface in org.apache.iceberg"><code>batch scan</code></a> for this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/SparkProcedures.html#newBuilder(java.lang.String)">newBuilder(String)</a></span> - Static method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/SparkProcedures.html" title="class in org.apache.iceberg.spark.procedures">SparkProcedures</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ClientPoolImpl.html#newClient()">newClient()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ClientPoolImpl.html" title="class in org.apache.iceberg">ClientPoolImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveClientPool.html#newClient()">newClient()</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveClientPool.html" title="class in org.apache.iceberg.hive">HiveClientPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcClientPool.html#newClient()">newClient()</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcClientPool.html" title="class in org.apache.iceberg.jdbc">JdbcClientPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTables.html#newCreateTableTransaction(java.lang.String,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.util.Map)">newCreateTableTransaction(String, Schema, PartitionSpec, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTables.html" title="class in org.apache.iceberg.hadoop">HadoopTables</a></dt>
<dd>
<div class="block">Start a transaction to create a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#newCreateTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema)">newCreateTableTransaction(TableIdentifier, Schema)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Start a transaction to create a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#newCreateTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema)">newCreateTableTransaction(TableIdentifier, Schema)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#newCreateTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec)">newCreateTableTransaction(TableIdentifier, Schema, PartitionSpec)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Start a transaction to create a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#newCreateTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec)">newCreateTableTransaction(TableIdentifier, Schema, PartitionSpec)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#newCreateTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.lang.String,java.util.Map)">newCreateTableTransaction(TableIdentifier, Schema, PartitionSpec, String, Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Start a transaction to create a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#newCreateTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.lang.String,java.util.Map)">newCreateTableTransaction(TableIdentifier, Schema, PartitionSpec, String, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#newCreateTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.util.Map)">newCreateTableTransaction(TableIdentifier, Schema, PartitionSpec, Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Start a transaction to create a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#newCreateTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.util.Map)">newCreateTableTransaction(TableIdentifier, Schema, PartitionSpec, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/LocationProvider.html#newDataLocation(java.lang.String)">newDataLocation(String)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/LocationProvider.html" title="interface in org.apache.iceberg.io">LocationProvider</a></dt>
<dd>
<div class="block">Return a fully-qualified data file location for the given filename.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/LocationProvider.html#newDataLocation(org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike,java.lang.String)">newDataLocation(PartitionSpec, StructLike, String)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/LocationProvider.html" title="interface in org.apache.iceberg.io">LocationProvider</a></dt>
<dd>
<div class="block">Return a fully-qualified data file location for the given partition and filename.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericAppenderFactory.html#newDataWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.FileFormat,org.apache.iceberg.StructLike)">newDataWriter(EncryptedOutputFile, FileFormat, StructLike)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericAppenderFactory.html" title="class in org.apache.iceberg.data">GenericAppenderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkAppenderFactory.html#newDataWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.FileFormat,org.apache.iceberg.StructLike)">newDataWriter(EncryptedOutputFile, FileFormat, StructLike)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkAppenderFactory.html" title="class in org.apache.iceberg.flink.sink">FlinkAppenderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileAppenderFactory.html#newDataWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.FileFormat,org.apache.iceberg.StructLike)">newDataWriter(EncryptedOutputFile, FileFormat, StructLike)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileAppenderFactory.html" title="interface in org.apache.iceberg.io">FileAppenderFactory</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/io/DataWriter.html" title="class in org.apache.iceberg.io"><code>DataWriter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#newDataWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">newDataWriter(EncryptedOutputFile, PartitionSpec, StructLike)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileWriterFactory.html#newDataWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">newDataWriter(EncryptedOutputFile, PartitionSpec, StructLike)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileWriterFactory.html" title="interface in org.apache.iceberg.io">FileWriterFactory</a></dt>
<dd>
<div class="block">Creates a new <a href="org/apache/iceberg/io/DataWriter.html" title="class in org.apache.iceberg.io"><code>DataWriter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#newDelete()">newDelete()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#newDelete()">newDelete()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#newDelete()">newDelete()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#newDelete()">newDelete()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#newDelete()">newDelete()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/DeleteFiles.html" title="interface in org.apache.iceberg"><code>delete API</code></a> to replace files in this table and commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#newDelete()">newDelete()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/DeleteFiles.html" title="interface in org.apache.iceberg"><code>delete API</code></a> to replace files in this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericAppenderFactory.html#newEqDeleteWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.FileFormat,org.apache.iceberg.StructLike)">newEqDeleteWriter(EncryptedOutputFile, FileFormat, StructLike)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericAppenderFactory.html" title="class in org.apache.iceberg.data">GenericAppenderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkAppenderFactory.html#newEqDeleteWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.FileFormat,org.apache.iceberg.StructLike)">newEqDeleteWriter(EncryptedOutputFile, FileFormat, StructLike)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkAppenderFactory.html" title="class in org.apache.iceberg.flink.sink">FlinkAppenderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileAppenderFactory.html#newEqDeleteWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.FileFormat,org.apache.iceberg.StructLike)">newEqDeleteWriter(EncryptedOutputFile, FileFormat, StructLike)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileAppenderFactory.html" title="interface in org.apache.iceberg.io">FileAppenderFactory</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html" title="class in org.apache.iceberg.deletes"><code>EqualityDeleteWriter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#newEqualityDeleteWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">newEqualityDeleteWriter(EncryptedOutputFile, PartitionSpec, StructLike)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileWriterFactory.html#newEqualityDeleteWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">newEqualityDeleteWriter(EncryptedOutputFile, PartitionSpec, StructLike)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileWriterFactory.html" title="interface in org.apache.iceberg.io">FileWriterFactory</a></dt>
<dd>
<div class="block">Creates a new <a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html" title="class in org.apache.iceberg.deletes"><code>EqualityDeleteWriter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#newFastAppend()">newFastAppend()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#newFastAppend()">newFastAppend()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#newFastAppend()">newFastAppend()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#newFastAppend()">newFastAppend()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/AppendFiles.html" title="interface in org.apache.iceberg"><code>append API</code></a> to add files to this table and commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#newFastAppend()">newFastAppend()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/AppendFiles.html" title="interface in org.apache.iceberg"><code>append API</code></a> to add files to this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#newFiles(java.lang.Long,long,java.util.function.Function,org.apache.iceberg.io.FileIO)">newFiles(Long, long, Function&lt;Long, Snapshot&gt;, FileIO)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#newIncrementalAppendScan()">newIncrementalAppendScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#newIncrementalAppendScan()">newIncrementalAppendScan()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/IncrementalAppendScan.html" title="interface in org.apache.iceberg"><code>scan</code></a> for this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#newIncrementalChangelogScan()">newIncrementalChangelogScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#newIncrementalChangelogScan()">newIncrementalChangelogScan()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/IncrementalChangelogScan.html" title="interface in org.apache.iceberg"><code>IncrementalChangelogScan</code></a> for this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html#newInputFile(java.lang.String)">newInputFile(String)</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html" title="class in org.apache.iceberg.aliyun.oss">OSSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#newInputFile(java.lang.String)">newInputFile(String)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html#newInputFile(java.lang.String)">newInputFile(String)</a></span> - Method in class org.apache.iceberg.azure.adlsv2.<a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html" title="class in org.apache.iceberg.azure.adlsv2">ADLSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsFileIO.html#newInputFile(java.lang.String)">newInputFile(String)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsFileIO.html" title="class in org.apache.iceberg.dell.ecs">EcsFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html#newInputFile(java.lang.String)">newInputFile(String)</a></span> - Method in class org.apache.iceberg.gcp.gcs.<a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html" title="class in org.apache.iceberg.gcp.gcs">GCSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#newInputFile(java.lang.String)">newInputFile(String)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryFileIO.html#newInputFile(java.lang.String)">newInputFile(String)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryFileIO.html" title="class in org.apache.iceberg.inmemory">InMemoryFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIO.html#newInputFile(java.lang.String)">newInputFile(String)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a></dt>
<dd>
<div class="block">Get a <a href="org/apache/iceberg/io/InputFile.html" title="interface in org.apache.iceberg.io"><code>InputFile</code></a> instance to read bytes from the file at the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#newInputFile(java.lang.String)">newInputFile(String)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#newInputFile(java.lang.String,long)">newInputFile(String, long)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html#newInputFile(java.lang.String,long)">newInputFile(String, long)</a></span> - Method in class org.apache.iceberg.azure.adlsv2.<a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html" title="class in org.apache.iceberg.azure.adlsv2">ADLSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html#newInputFile(java.lang.String,long)">newInputFile(String, long)</a></span> - Method in class org.apache.iceberg.gcp.gcs.<a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html" title="class in org.apache.iceberg.gcp.gcs">GCSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#newInputFile(java.lang.String,long)">newInputFile(String, long)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIO.html#newInputFile(java.lang.String,long)">newInputFile(String, long)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a></dt>
<dd>
<div class="block">Get a <a href="org/apache/iceberg/io/InputFile.html" title="interface in org.apache.iceberg.io"><code>InputFile</code></a> instance to read bytes from the file at the given path, with a known
file length.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#newInputFile(java.lang.String,long)">newInputFile(String, long)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Ctor.html#newInstance(java.lang.Object...)">newInstance(Object...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Ctor.html" title="class in org.apache.iceberg.common">DynConstructors.Ctor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Ctor.html#newInstanceChecked(java.lang.Object...)">newInstanceChecked(Object...)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Ctor.html" title="class in org.apache.iceberg.common">DynConstructors.Ctor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.ListReader.html#newListData(java.util.List)">newListData(List&lt;E&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.ListReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.ListReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html#newListData(T)">newListData(T)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.MapReader.html#newMapData(java.util.Map)">newMapData(Map&lt;K, V&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.MapReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.MapReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html#newMapData(M)">newMapData(M)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedKeyValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunClientFactory.html#newOSSClient()">newOSSClient()</a></span> - Method in interface org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunClientFactory.html" title="interface in org.apache.iceberg.aliyun">AliyunClientFactory</a></dt>
<dd>
<div class="block">Create an aliyun OSS client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/OutputFileFactory.html#newOutputFile()">newOutputFile()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/OutputFileFactory.html" title="class in org.apache.iceberg.io">OutputFileFactory</a></dt>
<dd>
<div class="block">Generates an <a href="org/apache/iceberg/encryption/EncryptedOutputFile.html" title="interface in org.apache.iceberg.encryption"><code>EncryptedOutputFile</code></a> for unpartitioned writes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html#newOutputFile(java.lang.String)">newOutputFile(String)</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html" title="class in org.apache.iceberg.aliyun.oss">OSSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#newOutputFile(java.lang.String)">newOutputFile(String)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html#newOutputFile(java.lang.String)">newOutputFile(String)</a></span> - Method in class org.apache.iceberg.azure.adlsv2.<a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html" title="class in org.apache.iceberg.azure.adlsv2">ADLSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsFileIO.html#newOutputFile(java.lang.String)">newOutputFile(String)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsFileIO.html" title="class in org.apache.iceberg.dell.ecs">EcsFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html#newOutputFile(java.lang.String)">newOutputFile(String)</a></span> - Method in class org.apache.iceberg.gcp.gcs.<a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html" title="class in org.apache.iceberg.gcp.gcs">GCSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#newOutputFile(java.lang.String)">newOutputFile(String)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryFileIO.html#newOutputFile(java.lang.String)">newOutputFile(String)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryFileIO.html" title="class in org.apache.iceberg.inmemory">InMemoryFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIO.html#newOutputFile(java.lang.String)">newOutputFile(String)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a></dt>
<dd>
<div class="block">Get a <a href="org/apache/iceberg/io/OutputFile.html" title="interface in org.apache.iceberg.io"><code>OutputFile</code></a> instance to write bytes to the file at the given path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#newOutputFile(java.lang.String)">newOutputFile(String)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/OutputFileFactory.html#newOutputFile(org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">newOutputFile(PartitionSpec, StructLike)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/OutputFileFactory.html" title="class in org.apache.iceberg.io">OutputFileFactory</a></dt>
<dd>
<div class="block">Generates an <a href="org/apache/iceberg/encryption/EncryptedOutputFile.html" title="interface in org.apache.iceberg.encryption"><code>EncryptedOutputFile</code></a> for partitioned writes in a given spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/OutputFileFactory.html#newOutputFile(org.apache.iceberg.StructLike)">newOutputFile(StructLike)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/OutputFileFactory.html" title="class in org.apache.iceberg.io">OutputFileFactory</a></dt>
<dd>
<div class="block">Generates an <a href="org/apache/iceberg/encryption/EncryptedOutputFile.html" title="interface in org.apache.iceberg.encryption"><code>EncryptedOutputFile</code></a> for partitioned writes in the default spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#newOverwrite()">newOverwrite()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#newOverwrite()">newOverwrite()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#newOverwrite()">newOverwrite()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#newOverwrite()">newOverwrite()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#newOverwrite()">newOverwrite()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/OverwriteFiles.html" title="interface in org.apache.iceberg"><code>overwrite API</code></a> to overwrite files by a filter expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#newOverwrite()">newOverwrite()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/OverwriteFiles.html" title="interface in org.apache.iceberg"><code>overwrite API</code></a> to overwrite files by a filter expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericAppenderFactory.html#newPosDeleteWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.FileFormat,org.apache.iceberg.StructLike)">newPosDeleteWriter(EncryptedOutputFile, FileFormat, StructLike)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericAppenderFactory.html" title="class in org.apache.iceberg.data">GenericAppenderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkAppenderFactory.html#newPosDeleteWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.FileFormat,org.apache.iceberg.StructLike)">newPosDeleteWriter(EncryptedOutputFile, FileFormat, StructLike)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkAppenderFactory.html" title="class in org.apache.iceberg.flink.sink">FlinkAppenderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileAppenderFactory.html#newPosDeleteWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.FileFormat,org.apache.iceberg.StructLike)">newPosDeleteWriter(EncryptedOutputFile, FileFormat, StructLike)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileAppenderFactory.html" title="interface in org.apache.iceberg.io">FileAppenderFactory</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/deletes/PositionDeleteWriter.html" title="class in org.apache.iceberg.deletes"><code>PositionDeleteWriter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#newPositionDeleteWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">newPositionDeleteWriter(EncryptedOutputFile, PartitionSpec, StructLike)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileWriterFactory.html#newPositionDeleteWriter(org.apache.iceberg.encryption.EncryptedOutputFile,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">newPositionDeleteWriter(EncryptedOutputFile, PartitionSpec, StructLike)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileWriterFactory.html" title="interface in org.apache.iceberg.io">FileWriterFactory</a></dt>
<dd>
<div class="block">Creates a new <a href="org/apache/iceberg/deletes/PositionDeleteWriter.html" title="class in org.apache.iceberg.deletes"><code>PositionDeleteWriter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllDataFilesTable.AllDataFilesTableScan.html#newRefinedScan(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.TableScanContext)">newRefinedScan(Table, Schema, TableScanContext)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/AllDataFilesTable.AllDataFilesTableScan.html" title="class in org.apache.iceberg">AllDataFilesTable.AllDataFilesTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllDeleteFilesTable.AllDeleteFilesTableScan.html#newRefinedScan(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.TableScanContext)">newRefinedScan(Table, Schema, TableScanContext)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/AllDeleteFilesTable.AllDeleteFilesTableScan.html" title="class in org.apache.iceberg">AllDeleteFilesTable.AllDeleteFilesTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllFilesTable.AllFilesTableScan.html#newRefinedScan(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.TableScanContext)">newRefinedScan(Table, Schema, TableScanContext)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/AllFilesTable.AllFilesTableScan.html" title="class in org.apache.iceberg">AllFilesTable.AllFilesTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllManifestsTable.AllManifestsTableScan.html#newRefinedScan(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.TableScanContext)">newRefinedScan(Table, Schema, TableScanContext)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/AllManifestsTable.AllManifestsTableScan.html" title="class in org.apache.iceberg">AllManifestsTable.AllManifestsTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFilesTable.DataFilesTableScan.html#newRefinedScan(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.TableScanContext)">newRefinedScan(Table, Schema, TableScanContext)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFilesTable.DataFilesTableScan.html" title="class in org.apache.iceberg">DataFilesTable.DataFilesTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataTableScan.html#newRefinedScan(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.TableScanContext)">newRefinedScan(Table, Schema, TableScanContext)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataTableScan.html" title="class in org.apache.iceberg">DataTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeleteFilesTable.DeleteFilesTableScan.html#newRefinedScan(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.TableScanContext)">newRefinedScan(Table, Schema, TableScanContext)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DeleteFilesTable.DeleteFilesTableScan.html" title="class in org.apache.iceberg">DeleteFilesTable.DeleteFilesTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FilesTable.FilesTableScan.html#newRefinedScan(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.TableScanContext)">newRefinedScan(Table, Schema, TableScanContext)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FilesTable.FilesTableScan.html" title="class in org.apache.iceberg">FilesTable.FilesTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html#newRefinedScan(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.TableScanContext)">newRefinedScan(Table, Schema, TableScanContext)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html" title="class in org.apache.iceberg">PositionDeletesTable.PositionDeletesBatchScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SparkDistributedDataScan.html#newRefinedScan(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.TableScanContext)">newRefinedScan(Table, Schema, TableScanContext)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SparkDistributedDataScan.html" title="class in org.apache.iceberg">SparkDistributedDataScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#newReplacePartitions()">newReplacePartitions()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#newReplacePartitions()">newReplacePartitions()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#newReplacePartitions()">newReplacePartitions()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#newReplacePartitions()">newReplacePartitions()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#newReplacePartitions()">newReplacePartitions()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Not recommended: Create a new <a href="org/apache/iceberg/ReplacePartitions.html" title="interface in org.apache.iceberg"><code>replace partitions API</code></a> to dynamically
overwrite partitions in the table with new data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#newReplacePartitions()">newReplacePartitions()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Not recommended: Create a new <a href="org/apache/iceberg/ReplacePartitions.html" title="interface in org.apache.iceberg"><code>replace partitions API</code></a> to dynamically
overwrite partitions in the table with new data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTables.html#newReplaceTableTransaction(java.lang.String,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.util.Map,boolean)">newReplaceTableTransaction(String, Schema, PartitionSpec, Map&lt;String, String&gt;, boolean)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTables.html" title="class in org.apache.iceberg.hadoop">HadoopTables</a></dt>
<dd>
<div class="block">Start a transaction to replace a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#newReplaceTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,boolean)">newReplaceTableTransaction(TableIdentifier, Schema, boolean)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Start a transaction to replace a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#newReplaceTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,boolean)">newReplaceTableTransaction(TableIdentifier, Schema, boolean)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#newReplaceTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,boolean)">newReplaceTableTransaction(TableIdentifier, Schema, PartitionSpec, boolean)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Start a transaction to replace a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#newReplaceTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,boolean)">newReplaceTableTransaction(TableIdentifier, Schema, PartitionSpec, boolean)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#newReplaceTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.lang.String,java.util.Map,boolean)">newReplaceTableTransaction(TableIdentifier, Schema, PartitionSpec, String, Map&lt;String, String&gt;, boolean)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Start a transaction to replace a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#newReplaceTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.lang.String,java.util.Map,boolean)">newReplaceTableTransaction(TableIdentifier, Schema, PartitionSpec, String, Map&lt;String, String&gt;, boolean)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#newReplaceTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.util.Map,boolean)">newReplaceTableTransaction(TableIdentifier, Schema, PartitionSpec, Map&lt;String, String&gt;, boolean)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Start a transaction to replace a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#newReplaceTableTransaction(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.util.Map,boolean)">newReplaceTableTransaction(TableIdentifier, Schema, PartitionSpec, Map&lt;String, String&gt;, boolean)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#newRewrite()">newRewrite()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#newRewrite()">newRewrite()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#newRewrite()">newRewrite()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#newRewrite()">newRewrite()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#newRewrite()">newRewrite()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/RewriteFiles.html" title="interface in org.apache.iceberg"><code>rewrite API</code></a> to replace files in this table and commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#newRewrite()">newRewrite()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/RewriteFiles.html" title="interface in org.apache.iceberg"><code>rewrite API</code></a> to replace files in this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#newRowDelta()">newRowDelta()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#newRowDelta()">newRowDelta()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#newRowDelta()">newRowDelta()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#newRowDelta()">newRowDelta()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#newRowDelta()">newRowDelta()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/RowDelta.html" title="interface in org.apache.iceberg"><code>row-level delta API</code></a> to remove or replace rows in existing data
files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#newRowDelta()">newRowDelta()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/RowDelta.html" title="interface in org.apache.iceberg"><code>row-level delta API</code></a> to remove or replace rows in existing data
files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#newRowLevelOperationBuilder(org.apache.spark.sql.connector.write.RowLevelOperationInfo)">newRowLevelOperationBuilder(RowLevelOperationInfo)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllDataFilesTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/AllDataFilesTable.html" title="class in org.apache.iceberg">AllDataFilesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllDeleteFilesTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/AllDeleteFilesTable.html" title="class in org.apache.iceberg">AllDeleteFilesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllEntriesTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/AllEntriesTable.html" title="class in org.apache.iceberg">AllEntriesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllFilesTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/AllFilesTable.html" title="class in org.apache.iceberg">AllFilesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllManifestsTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/AllManifestsTable.html" title="class in org.apache.iceberg">AllManifestsTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFilesTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFilesTable.html" title="class in org.apache.iceberg">DataFilesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeleteFilesTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DeleteFilesTable.html" title="class in org.apache.iceberg">DeleteFilesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FilesTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FilesTable.html" title="class in org.apache.iceberg">FilesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/HistoryTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/HistoryTable.html" title="class in org.apache.iceberg">HistoryTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestEntriesTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestEntriesTable.html" title="class in org.apache.iceberg">ManifestEntriesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestsTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestsTable.html" title="class in org.apache.iceberg">ManifestsTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataLogEntriesTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataLogEntriesTable.html" title="class in org.apache.iceberg">MetadataLogEntriesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionsTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionsTable.html" title="class in org.apache.iceberg">PartitionsTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.html" title="class in org.apache.iceberg">PositionDeletesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RefsTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/RefsTable.html" title="class in org.apache.iceberg">RefsTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotsTable.html#newScan()">newScan()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotsTable.html" title="class in org.apache.iceberg">SnapshotsTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#newScan()">newScan()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/TableScan.html" title="interface in org.apache.iceberg"><code>scan</code></a> for this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/RollbackStagedTable.html#newScanBuilder(org.apache.spark.sql.util.CaseInsensitiveStringMap)">newScanBuilder(CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/RollbackStagedTable.html" title="class in org.apache.iceberg.spark">RollbackStagedTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkChangelogTable.html#newScanBuilder(org.apache.spark.sql.util.CaseInsensitiveStringMap)">newScanBuilder(CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkChangelogTable.html" title="class in org.apache.iceberg.spark.source">SparkChangelogTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#newScanBuilder(org.apache.spark.sql.util.CaseInsensitiveStringMap)">newScanBuilder(CaseInsensitiveStringMap)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ThreadPools.html#newScheduledPool(java.lang.String,int)">newScheduledPool(String, int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ThreadPools.html" title="class in org.apache.iceberg.util">ThreadPools</a></dt>
<dd>
<div class="block">Create a new <code>ScheduledExecutorService</code> with the given name and pool size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html#newSnapshotId()">newSnapshotId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableOperations.html#newSnapshotId()">newSnapshotId()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableOperations.html" title="interface in org.apache.iceberg">TableOperations</a></dt>
<dd>
<div class="block">Create a new ID for a Snapshot</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseFileScanTask.html#newSplitTask(org.apache.iceberg.FileScanTask,long,long)">newSplitTask(FileScanTask, long, long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseFileScanTask.html" title="class in org.apache.iceberg">BaseFileScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3InputFile.html#newStream()">newStream()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3InputFile.html" title="class in org.apache.iceberg.aws.s3">S3InputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmInputFile.html#newStream()">newStream()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmInputFile.html" title="class in org.apache.iceberg.encryption">AesGcmInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#newStream()">newStream()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryInputFile.html#newStream()">newStream()</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryInputFile.html" title="class in org.apache.iceberg.inmemory">InMemoryInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/InputFile.html#newStream()">newStream()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/InputFile.html" title="interface in org.apache.iceberg.io">InputFile</a></dt>
<dd>
<div class="block">Opens a new <a href="org/apache/iceberg/io/SeekableInputStream.html" title="class in org.apache.iceberg.io"><code>SeekableInputStream</code></a> for the underlying data file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#newStructData(T)">newStructData(T)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#newTable(org.apache.iceberg.TableOperations,java.lang.String)">newTable(TableOperations, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.SerializableMetadataTable.html#newTable(org.apache.iceberg.TableOperations,java.lang.String)">newTable(TableOperations, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.SerializableMetadataTable.html" title="class in org.apache.iceberg">SerializableTable.SerializableMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#newTableMetadata(org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,java.lang.String,java.util.Map)">newTableMetadata(Schema, PartitionSpec, String, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#newTableMetadata(org.apache.iceberg.Schema,org.apache.iceberg.PartitionSpec,org.apache.iceberg.SortOrder,java.lang.String,java.util.Map)">newTableMetadata(Schema, PartitionSpec, SortOrder, String, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#newTableOps(org.apache.iceberg.catalog.TableIdentifier)">newTableOps(TableIdentifier)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#newTableOps(org.apache.iceberg.catalog.TableIdentifier)">newTableOps(TableIdentifier)</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.html#newTableOps(org.apache.iceberg.catalog.TableIdentifier)">newTableOps(TableIdentifier)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.html" title="class in org.apache.iceberg">BaseMetastoreCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#newTableOps(org.apache.iceberg.catalog.TableIdentifier)">newTableOps(TableIdentifier)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#newTableOps(org.apache.iceberg.catalog.TableIdentifier)">newTableOps(TableIdentifier)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#newTableOps(org.apache.iceberg.catalog.TableIdentifier)">newTableOps(TableIdentifier)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#newTableOps(org.apache.iceberg.catalog.TableIdentifier)">newTableOps(TableIdentifier)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#newTableOps(org.apache.iceberg.catalog.TableIdentifier)">newTableOps(TableIdentifier)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#newTableOps(org.apache.iceberg.catalog.TableIdentifier)">newTableOps(TableIdentifier)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#newTableOps(org.apache.iceberg.catalog.TableIdentifier)">newTableOps(TableIdentifier)</a></span> - Method in class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.html#newTaskAttemptContext(org.apache.hadoop.mapred.JobConf,org.apache.hadoop.mapred.Reporter)">newTaskAttemptContext(JobConf, Reporter)</a></span> - Static method in class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.html" title="class in org.apache.iceberg.mr.mapred">MapredIcebergInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#newTransaction()">newTransaction()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#newTransaction()">newTransaction()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#newTransaction()">newTransaction()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#newTransaction()">newTransaction()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg"><code>transaction API</code></a> to commit multiple table operations at once.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transactions.html#newTransaction(java.lang.String,org.apache.iceberg.TableOperations)">newTransaction(String, TableOperations)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Transactions.html" title="class in org.apache.iceberg">Transactions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transactions.html#newTransaction(java.lang.String,org.apache.iceberg.TableOperations,org.apache.iceberg.metrics.MetricsReporter)">newTransaction(String, TableOperations, MetricsReporter)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Transactions.html" title="class in org.apache.iceberg">Transactions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ThreadPools.html#newWorkerPool(java.lang.String)">newWorkerPool(String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ThreadPools.html" title="class in org.apache.iceberg.util">ThreadPools</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ThreadPools.html#newWorkerPool(java.lang.String,int)">newWorkerPool(String, int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ThreadPools.html" title="class in org.apache.iceberg.util">ThreadPools</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/RollbackStagedTable.html#newWriteBuilder(org.apache.spark.sql.connector.write.LogicalWriteInfo)">newWriteBuilder(LogicalWriteInfo)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/RollbackStagedTable.html" title="class in org.apache.iceberg.spark">RollbackStagedTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#newWriteBuilder(org.apache.spark.sql.connector.write.LogicalWriteInfo)">newWriteBuilder(LogicalWriteInfo)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RollingDataWriter.html#newWriter(org.apache.iceberg.encryption.EncryptedOutputFile)">newWriter(EncryptedOutputFile)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/RollingDataWriter.html" title="class in org.apache.iceberg.io">RollingDataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RollingEqualityDeleteWriter.html#newWriter(org.apache.iceberg.encryption.EncryptedOutputFile)">newWriter(EncryptedOutputFile)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/RollingEqualityDeleteWriter.html" title="class in org.apache.iceberg.io">RollingEqualityDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RollingPositionDeleteWriter.html#newWriter(org.apache.iceberg.encryption.EncryptedOutputFile)">newWriter(EncryptedOutputFile)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/RollingPositionDeleteWriter.html" title="class in org.apache.iceberg.io">RollingPositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClusteredDataWriter.html#newWriter(org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">newWriter(PartitionSpec, StructLike)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClusteredDataWriter.html" title="class in org.apache.iceberg.io">ClusteredDataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClusteredEqualityDeleteWriter.html#newWriter(org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">newWriter(PartitionSpec, StructLike)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClusteredEqualityDeleteWriter.html" title="class in org.apache.iceberg.io">ClusteredEqualityDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClusteredPositionDeleteWriter.html#newWriter(org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">newWriter(PartitionSpec, StructLike)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClusteredPositionDeleteWriter.html" title="class in org.apache.iceberg.io">ClusteredPositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FanoutDataWriter.html#newWriter(org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">newWriter(PartitionSpec, StructLike)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FanoutDataWriter.html" title="class in org.apache.iceberg.io">FanoutDataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FanoutPositionOnlyDeleteWriter.html#newWriter(org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">newWriter(PartitionSpec, StructLike)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FanoutPositionOnlyDeleteWriter.html" title="class in org.apache.iceberg.io">FanoutPositionOnlyDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/DataIterator.html#next()">next()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/DataIterator.html" title="class in org.apache.iceberg.flink.source">DataIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ClosingIterator.html#next()">next()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ClosingIterator.html" title="class in org.apache.iceberg.io">ClosingIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FilterIterator.html#next()">next()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FilterIterator.html" title="class in org.apache.iceberg.io">FilterIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/VectorizedRowBatchIterator.html#next()">next()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/VectorizedRowBatchIterator.html" title="class in org.apache.iceberg.orc">VectorizedRowBatchIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ComputeUpdateIterator.html#next()">next()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ComputeUpdateIterator.html" title="class in org.apache.iceberg.spark">ComputeUpdateIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/RemoveNetCarryoverIterator.html#next()">next()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/RemoveNetCarryoverIterator.html" title="class in org.apache.iceberg.spark">RemoveNetCarryoverIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.BatchReader.html#nextBatch(org.apache.arrow.vector.FieldVector,int,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">nextBatch(FieldVector, int, NullabilityHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.BatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.BatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html#nextBatchDictionaryIds(org.apache.arrow.vector.IntVector,int,int,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">nextBatchDictionaryIds(IntVector, int, int, NullabilityHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedPageIterator</a></dt>
<dd>
<div class="block">Method for reading a batch of dictionary ids from the dictionary encoded data pages.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.BatchReader.html#nextBatchOf(org.apache.arrow.vector.FieldVector,int,int,int,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">nextBatchOf(FieldVector, int, int, int, NullabilityHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.BatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.BatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.BooleanBatchReader.html#nextBatchOf(org.apache.arrow.vector.FieldVector,int,int,int,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">nextBatchOf(FieldVector, int, int, int, NullabilityHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.BooleanBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.BooleanBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.DictionaryBatchReader.html#nextBatchOf(org.apache.arrow.vector.FieldVector,int,int,int,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">nextBatchOf(FieldVector, int, int, int, NullabilityHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.DictionaryBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.DictionaryBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.DoubleBatchReader.html#nextBatchOf(org.apache.arrow.vector.FieldVector,int,int,int,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">nextBatchOf(FieldVector, int, int, int, NullabilityHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.DoubleBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.DoubleBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FixedSizeBinaryBatchReader.html#nextBatchOf(org.apache.arrow.vector.FieldVector,int,int,int,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">nextBatchOf(FieldVector, int, int, int, NullabilityHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FixedSizeBinaryBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.FixedSizeBinaryBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FixedWidthTypeBinaryBatchReader.html#nextBatchOf(org.apache.arrow.vector.FieldVector,int,int,int,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">nextBatchOf(FieldVector, int, int, int, NullabilityHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FixedWidthTypeBinaryBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.FixedWidthTypeBinaryBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FloatBatchReader.html#nextBatchOf(org.apache.arrow.vector.FieldVector,int,int,int,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">nextBatchOf(FieldVector, int, int, int, NullabilityHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FloatBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.FloatBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.IntegerBatchReader.html#nextBatchOf(org.apache.arrow.vector.FieldVector,int,int,int,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">nextBatchOf(FieldVector, int, int, int, NullabilityHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.IntegerBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.IntegerBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.LongBatchReader.html#nextBatchOf(org.apache.arrow.vector.FieldVector,int,int,int,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">nextBatchOf(FieldVector, int, int, int, NullabilityHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.LongBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.LongBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.TimestampInt96BatchReader.html#nextBatchOf(org.apache.arrow.vector.FieldVector,int,int,int,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">nextBatchOf(FieldVector, int, int, int, NullabilityHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.TimestampInt96BatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.TimestampInt96BatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.TimestampMillisBatchReader.html#nextBatchOf(org.apache.arrow.vector.FieldVector,int,int,int,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">nextBatchOf(FieldVector, int, int, int, NullabilityHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.TimestampMillisBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.TimestampMillisBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.VarWidthTypeBatchReader.html#nextBatchOf(org.apache.arrow.vector.FieldVector,int,int,int,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">nextBatchOf(FieldVector, int, int, int, NullabilityHolder)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.VarWidthTypeBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.VarWidthTypeBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnIterator.html#nextBinary()">nextBinary()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnIterator.html" title="class in org.apache.iceberg.parquet">ColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnIterator.html#nextBoolean()">nextBoolean()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnIterator.html" title="class in org.apache.iceberg.parquet">ColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnIterator.html#nextDouble()">nextDouble()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnIterator.html" title="class in org.apache.iceberg.parquet">ColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnIterator.html#nextFloat()">nextFloat()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnIterator.html" title="class in org.apache.iceberg.parquet">ColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnIterator.html#nextInteger()">nextInteger()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnIterator.html" title="class in org.apache.iceberg.parquet">ColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html#nextKeyValue()">nextKeyValue()</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergPigInputFormat.IcebergRecordReader.html" title="class in org.apache.iceberg.pig">IcebergPigInputFormat.IcebergRecordReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnIterator.html#nextLong()">nextLong()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnIterator.html" title="class in org.apache.iceberg.parquet">ColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnIterator.html#nextNull()">nextNull()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnIterator.html" title="class in org.apache.iceberg.parquet">ColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkInputFormat.html#nextRecord(org.apache.flink.table.data.RowData)">nextRecord(RowData)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkInputFormat.html" title="class in org.apache.iceberg.flink.source">FlinkInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#nextSequenceNumber()">nextSequenceNumber()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#NO_LOCATION_PREFERENCE">NO_LOCATION_PREFERENCE</a></span> - Static variable in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hive/NoLock.html" title="class in org.apache.iceberg.hive"><span class="typeNameLink">NoLock</span></a> - Class in <a href="org/apache/iceberg/hive/package-summary.html">org.apache.iceberg.hive</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/NoLock.html#%3Cinit%3E()">NoLock()</a></span> - Constructor for class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/NoLock.html" title="class in org.apache.iceberg.hive">NoLock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/Ciphers.html#NONCE_LENGTH">NONCE_LENGTH</a></span> - Static variable in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/Ciphers.html" title="class in org.apache.iceberg.encryption">Ciphers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.None.html#%3Cinit%3E()">None()</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.None.html" title="class in org.apache.iceberg">MetricsModes.None</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DistributionMode.html#NONE">NONE</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/DistributionMode.html" title="enum in org.apache.iceberg">DistributionMode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html#NONE">NONE</a></span> - org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html" title="enum in org.apache.iceberg.puffin">PuffinCompressionCodec</a></dt>
<dd>
<div class="block">No compression</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteJobOrder.html#NONE">NONE</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/RewriteJobOrder.html" title="enum in org.apache.iceberg">RewriteJobOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.Codec.html#NONE">NONE</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.Codec.html" title="enum in org.apache.iceberg">TableMetadataParser.Codec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#nonMetadataColumn(java.lang.String)">nonMetadataColumn(String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReader.html#nonNullRead(org.apache.orc.storage.ql.exec.vector.ColumnVector,int)">nonNullRead(ColumnVector, int)</a></span> - Method in interface org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReader.html" title="interface in org.apache.iceberg.orc">OrcValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReaders.StructReader.html#nonNullRead(org.apache.orc.storage.ql.exec.vector.ColumnVector,int)">nonNullRead(ColumnVector, int)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReaders.StructReader.html" title="class in org.apache.iceberg.orc">OrcValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.StructWriter.html#nonNullWrite(int,S,org.apache.orc.storage.ql.exec.vector.ColumnVector)">nonNullWrite(int, S, ColumnVector)</a></span> - Method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.StructWriter.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueWriter.html#nonNullWrite(int,T,org.apache.orc.storage.ql.exec.vector.ColumnVector)">nonNullWrite(int, T, ColumnVector)</a></span> - Method in interface org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueWriter.html" title="interface in org.apache.iceberg.orc">OrcValueWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#nonReserved()">nonReserved()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.UnquotedIdentifierContext.html#nonReserved()">nonReserved()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.UnquotedIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.UnquotedIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">NonReservedContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetrics.html#noop()">noop()</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetrics.html" title="class in org.apache.iceberg.metrics">CommitMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#noop()">noop()</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultCounter.html#NOOP">NOOP</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultCounter.html" title="class in org.apache.iceberg.metrics">DefaultCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Timer.html#NOOP">NOOP</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Timer.html" title="interface in org.apache.iceberg.metrics">Timer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Timer.Timed.html#NOOP">NOOP</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Timer.Timed.html" title="interface in org.apache.iceberg.metrics">Timer.Timed</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#noRetry()">noRetry()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/NoSuchIcebergTableException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">NoSuchIcebergTableException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">NoSuchTableException thrown when a table is found but it is not an Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/NoSuchIcebergTableException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">NoSuchIcebergTableException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/NoSuchIcebergTableException.html" title="class in org.apache.iceberg.exceptions">NoSuchIcebergTableException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/NoSuchNamespaceException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">NoSuchNamespaceException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Exception raised when attempting to load a namespace that does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/NoSuchNamespaceException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">NoSuchNamespaceException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/NoSuchNamespaceException.html" title="class in org.apache.iceberg.exceptions">NoSuchNamespaceException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/NoSuchNamespaceException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">NoSuchNamespaceException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/NoSuchNamespaceException.html" title="class in org.apache.iceberg.exceptions">NoSuchNamespaceException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/analysis/NoSuchProcedureException.html" title="class in org.apache.spark.sql.catalyst.analysis"><span class="typeNameLink">NoSuchProcedureException</span></a> - Exception in <a href="org/apache/spark/sql/catalyst/analysis/package-summary.html">org.apache.spark.sql.catalyst.analysis</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/analysis/NoSuchProcedureException.html#%3Cinit%3E(org.apache.spark.sql.connector.catalog.Identifier)">NoSuchProcedureException(Identifier)</a></span> - Constructor for exception org.apache.spark.sql.catalyst.analysis.<a href="org/apache/spark/sql/catalyst/analysis/NoSuchProcedureException.html" title="class in org.apache.spark.sql.catalyst.analysis">NoSuchProcedureException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/NoSuchTableException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">NoSuchTableException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Exception raised when attempting to load a table that does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/NoSuchTableException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">NoSuchTableException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/NoSuchTableException.html" title="class in org.apache.iceberg.exceptions">NoSuchTableException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/NoSuchTableException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">NoSuchTableException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/NoSuchTableException.html" title="class in org.apache.iceberg.exceptions">NoSuchTableException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/NoSuchViewException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">NoSuchViewException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Exception raised when attempting to load a view that does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/NoSuchViewException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">NoSuchViewException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/NoSuchViewException.html" title="class in org.apache.iceberg.exceptions">NoSuchViewException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/NoSuchViewException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">NoSuchViewException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/NoSuchViewException.html" title="class in org.apache.iceberg.exceptions">NoSuchViewException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#not(java.util.function.Supplier)">not(Supplier&lt;R&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#not(org.apache.iceberg.expressions.Expression)">not(Expression)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html#not(R)">not(R)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.ExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Not.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">Not</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#NOT">NOT</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#NOT">NOT</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#NOT">NOT</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html#NOT()">NOT()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html#NOT()">NOT()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#NOT()">NOT()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#NOT_EQ">NOT_EQ</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#NOT_IN">NOT_IN</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#NOT_NAN">NOT_NAN</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#NOT_NULL">NOT_NULL</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#NOT_STARTS_WITH">NOT_STARTS_WITH</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveVersion.html#NOT_SUPPORTED">NOT_SUPPORTED</a></span> - org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveVersion.html" title="enum in org.apache.iceberg.hive">HiveVersion</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/NotAuthorizedException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">NotAuthorizedException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Exception thrown on HTTP 401 Unauthorized.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/NotAuthorizedException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">NotAuthorizedException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/NotAuthorizedException.html" title="class in org.apache.iceberg.exceptions">NotAuthorizedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/NotAuthorizedException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">NotAuthorizedException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/NotAuthorizedException.html" title="class in org.apache.iceberg.exceptions">NotAuthorizedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#notEq(org.apache.iceberg.expressions.Bound,org.apache.iceberg.expressions.Literal)">notEq(Bound&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#notEq(org.apache.iceberg.expressions.BoundReference,org.apache.iceberg.expressions.Literal)">notEq(BoundReference&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#notEq(org.apache.iceberg.expressions.BoundTerm,org.apache.iceberg.expressions.Literal)">notEq(BoundTerm&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#notEqual(java.lang.String,T)">notEqual(String, T)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#notEqual(org.apache.iceberg.expressions.UnboundTerm,T)">notEqual(UnboundTerm&lt;T&gt;, T)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/NotFoundException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">NotFoundException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Exception raised when attempting to read a file that does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/NotFoundException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">NotFoundException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/NotFoundException.html" title="class in org.apache.iceberg.exceptions">NotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/NotFoundException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">NotFoundException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/NotFoundException.html" title="class in org.apache.iceberg.exceptions">NotFoundException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/Listener.html#notify(E)">notify(E)</a></span> - Method in interface org.apache.iceberg.events.<a href="org/apache/iceberg/events/Listener.html" title="interface in org.apache.iceberg.events">Listener</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/Listeners.html#notifyAll(E)">notifyAll(E)</a></span> - Static method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/Listeners.html" title="class in org.apache.iceberg.events">Listeners</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#notIn(java.lang.String,java.lang.Iterable)">notIn(String, Iterable&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#notIn(java.lang.String,T...)">notIn(String, T...)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#notIn(org.apache.iceberg.expressions.Bound,java.util.Set)">notIn(Bound&lt;T&gt;, Set&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#notIn(org.apache.iceberg.expressions.BoundReference,java.util.Set)">notIn(BoundReference&lt;T&gt;, Set&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#notIn(org.apache.iceberg.expressions.BoundTerm,java.util.Set)">notIn(BoundTerm&lt;T&gt;, Set&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#notIn(org.apache.iceberg.expressions.UnboundTerm,java.lang.Iterable)">notIn(UnboundTerm&lt;T&gt;, Iterable&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#notIn(org.apache.iceberg.expressions.UnboundTerm,T...)">notIn(UnboundTerm&lt;T&gt;, T...)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#notNaN(java.lang.String)">notNaN(String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#notNaN(org.apache.iceberg.expressions.Bound)">notNaN(Bound&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#notNaN(org.apache.iceberg.expressions.BoundReference)">notNaN(BoundReference&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#notNaN(org.apache.iceberg.expressions.BoundTerm)">notNaN(BoundTerm&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#notNaN(org.apache.iceberg.expressions.UnboundTerm)">notNaN(UnboundTerm&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#notNull(java.lang.String)">notNull(String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#notNull(org.apache.iceberg.expressions.Bound)">notNull(Bound&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#notNull(org.apache.iceberg.expressions.BoundReference)">notNull(BoundReference&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#notNull(org.apache.iceberg.expressions.BoundTerm)">notNull(BoundTerm&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#notNull(org.apache.iceberg.expressions.UnboundTerm)">notNull(UnboundTerm&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#notStartsWith(java.lang.String,java.lang.String)">notStartsWith(String, String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#notStartsWith(org.apache.iceberg.expressions.Bound,org.apache.iceberg.expressions.Literal)">notStartsWith(Bound&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#notStartsWith(org.apache.iceberg.expressions.BoundReference,org.apache.iceberg.expressions.Literal)">notStartsWith(BoundReference&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#notStartsWith(org.apache.iceberg.expressions.BoundTerm,org.apache.iceberg.expressions.Literal)">notStartsWith(BoundTerm&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#notStartsWith(org.apache.iceberg.expressions.UnboundTerm,java.lang.String)">notStartsWith(UnboundTerm&lt;String&gt;, String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#NULL_VALUE_COUNTS">NULL_VALUE_COUNTS</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html#nullabilityHolder()">nullabilityHolder()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#nullabilityHolder()">nullabilityHolder()</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">NullabilityHolder</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">Instances of this class simply track whether a value at an index is null.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html#%3Cinit%3E(int)">NullabilityHolder(int)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html" title="class in org.apache.iceberg.arrow.vectorized">NullabilityHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#nullableSnapshotIdAsOfTime(org.apache.iceberg.Table,long)">nullableSnapshotIdAsOfTime(Table, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.html#nullMetrics()">nullMetrics()</a></span> - Static method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.html" title="interface in org.apache.iceberg.metrics">MetricsContext</a></dt>
<dd>
<div class="block">Utility method for producing no metrics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html#nullOrder">nullOrder</a></span> - Variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortField.html#nullOrder()">nullOrder()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortField.html" title="class in org.apache.iceberg">SortField</a></dt>
<dd>
<div class="block">Returns the null order</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ExtendedParser.RawOrderField.html#nullOrder()">nullOrder()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ExtendedParser.RawOrderField.html" title="class in org.apache.iceberg.spark">ExtendedParser.RawOrderField</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/NullOrder.html" title="enum in org.apache.iceberg"><span class="typeNameLink">NullOrder</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html#nulls()">nulls()</a></span> - Static method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#nulls()">nulls()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#nulls()">nulls()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.html#nulls()">nulls()</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#NULLS">NULLS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#NULLS">NULLS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#NULLS()">NULLS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html#NULLS()">NULLS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/NullOrder.html#NULLS_FIRST">NULLS_FIRST</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/NullOrder.html" title="enum in org.apache.iceberg">NullOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/NullOrder.html#NULLS_LAST">NULLS_LAST</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/NullOrder.html" title="enum in org.apache.iceberg">NullOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Comparators.html#nullsFirst()">nullsFirst()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Comparators.html" title="class in org.apache.iceberg.types">Comparators</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Comparators.html#nullsLast()">nullsLast()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Comparators.html" title="class in org.apache.iceberg.types">Comparators</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#nullType()">nullType()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html#nullType()">nullType()</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/AvroWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">AvroWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html#nullType()">nullType()</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/AvroWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">AvroWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FieldMetrics.html#nullValueCount()">nullValueCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FieldMetrics.html" title="class in org.apache.iceberg">FieldMetrics</a></dt>
<dd>
<div class="block">Returns the number of null values for this field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#nullValueCounts()">nullValueCounts()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns if collected, map from column ID to its null value count, null otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Metrics.html#nullValueCounts()">nullValueCounts()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Metrics.html" title="class in org.apache.iceberg">Metrics</a></dt>
<dd>
<div class="block">Get the number of null values for all fields in a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#nullValueCounts()">nullValueCounts()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueWriter.html#nullWrite()">nullWrite()</a></span> - Method in interface org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueWriter.html" title="interface in org.apache.iceberg.orc">OrcValueWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html#number()">number()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MaxSnapshotAgeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html#number()">number()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MinSnapshotsToKeepContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()">number()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumericLiteralContext.html#number()">number()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumericLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumericLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumSnapshotsContext.html#number()">number()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumSnapshotsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumSnapshotsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html#number()">number()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.RefRetainContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotIdContext.html#number()">number()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotIdContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotIdContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumberContext.html#%3Cinit%3E()">NumberContext()</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumberContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumberContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumberContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">NumberContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumberContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumberContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BulkDeletionFailureException.html#numberFailedObjects()">numberFailedObjects()</a></span> - Method in exception org.apache.iceberg.io.<a href="org/apache/iceberg/io/BulkDeletionFailureException.html" title="class in org.apache.iceberg.io">BulkDeletionFailureException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnarBatch.html#numCols()">numCols()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnarBatch.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnarBatch</a></dt>
<dd>
<div class="block">Returns the number of columns that make up this batch.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/NumDeletes.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">NumDeletes</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/NumDeletes.html#%3Cinit%3E()">NumDeletes()</a></span> - Constructor for class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/NumDeletes.html" title="class in org.apache.iceberg.spark.source.metrics">NumDeletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumericLiteralContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ConstantContext)">NumericLiteralContext(IcebergSqlExtensionsParser.ConstantContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumericLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumericLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteFileGroup.html#numFiles()">numFiles()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteFileGroup.html" title="class in org.apache.iceberg.actions">RewriteFileGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html#numNulls()">numNulls()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnVector.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html#numNulls()">numNulls()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html" title="class in org.apache.iceberg.arrow.vectorized">NullabilityHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html#numNulls()">numNulls()</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/DeletedColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">DeletedColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#numNulls()">numNulls()</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html#numNulls()">numNulls()</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">RowPositionColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#numOutputFiles(long)">numOutputFiles(long)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Determine how many output files to create when rewriting.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#numOutputFiles(long)">numOutputFiles(long)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>
<div class="block">Determines the preferable number of output files when rewriting a particular file group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html#numRewrittenDeleteFiles()">numRewrittenDeleteFiles()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ColumnarBatch.html#numRows()">numRows()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ColumnarBatch.html" title="class in org.apache.iceberg.arrow.vectorized">ColumnarBatch</a></dt>
<dd>
<div class="block">Returns the number of rows for read, including filtered rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#numSnapshots()">numSnapshots()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumSnapshotsContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">NumSnapshotsContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NumSnapshotsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NumSnapshotsContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/NumSplits.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">NumSplits</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/NumSplits.html#%3Cinit%3E()">NumSplits()</a></span> - Constructor for class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/NumSplits.html" title="class in org.apache.iceberg.spark.source.metrics">NumSplits</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.ConstantVectorHolder.html#numValues()">numValues()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.ConstantVectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder.ConstantVectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.DeletedVectorHolder.html#numValues()">numValues()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.DeletedVectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder.DeletedVectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html#numValues()">numValues()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth"><span class="typeNameLink">OAuth2Properties</span></a> - Class in <a href="org/apache/iceberg/rest/auth/package-summary.html">org.apache.iceberg.rest.auth</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#oauth2Token()">oauth2Token()</a></span> - Method in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#oauth2TokenExpiresAt()">oauth2TokenExpiresAt()</a></span> - Method in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/auth/OAuth2Util.html" title="class in org.apache.iceberg.rest.auth"><span class="typeNameLink">OAuth2Util</span></a> - Class in <a href="org/apache/iceberg/rest/auth/package-summary.html">org.apache.iceberg.rest.auth</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth"><span class="typeNameLink">OAuth2Util.AuthSession</span></a> - Class in <a href="org/apache/iceberg/rest/auth/package-summary.html">org.apache.iceberg.rest.auth</a></dt>
<dd>
<div class="block">Class to handle authorization headers and token refresh.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ErrorHandlers.html#oauthErrorHandler()">oauthErrorHandler()</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ErrorHandlers.html" title="class in org.apache.iceberg.rest">ErrorHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/OAuthErrorResponseParser.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">OAuthErrorResponseParser</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">OAuthTokenResponse</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">OAuthTokenResponse.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.OAuthTokenResponseDeserializer.html#%3Cinit%3E()">OAuthTokenResponseDeserializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.OAuthTokenResponseDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.OAuthTokenResponseDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.OAuthTokenResponseSerializer.html#%3Cinit%3E()">OAuthTokenResponseSerializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.OAuthTokenResponseSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.OAuthTokenResponseSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#OBJECT_STORE_ENABLED">OBJECT_STORE_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#OBJECT_STORE_ENABLED_DEFAULT">OBJECT_STORE_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#OBJECT_STORE_PATH">OBJECT_STORE_PATH</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use <a href="org/apache/iceberg/TableProperties.html#WRITE_DATA_LOCATION"><code>TableProperties.WRITE_DATA_LOCATION</code></a> instead.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#objectMetadata(org.apache.iceberg.dell.ecs.EcsURI)">objectMetadata(EcsURI)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>
<div class="block">Get S3 object metadata which include E-Tag, user metadata and so on.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Literal.html#of(boolean)">of(boolean)</a></span> - Static method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions">Literal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionKeyMetadatas.html#of(byte%5B%5D)">of(byte[])</a></span> - Static method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionKeyMetadatas.html" title="class in org.apache.iceberg.encryption">EncryptionKeyMetadatas</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Literal.html#of(byte%5B%5D)">of(byte[])</a></span> - Static method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions">Literal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Literal.html#of(double)">of(double)</a></span> - Static method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions">Literal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Literal.html#of(float)">of(float)</a></span> - Static method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions">Literal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Literal.html#of(int)">of(int)</a></span> - Static method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions">Literal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#of(int,boolean,java.lang.String,org.apache.iceberg.types.Type)">of(int, boolean, String, Type)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#of(int,boolean,java.lang.String,org.apache.iceberg.types.Type,java.lang.String)">of(int, boolean, String, Type, String)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DecimalType.html#of(int,int)">of(int, int)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DecimalType.html" title="class in org.apache.iceberg.types">Types.DecimalType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Literal.html#of(long)">of(long)</a></span> - Static method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions">Literal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Literal.html#of(java.lang.CharSequence)">of(CharSequence)</a></span> - Static method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions">Literal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedField.html#of(java.lang.Integer,java.lang.Iterable)">of(Integer, Iterable&lt;String&gt;)</a></span> - Static method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedField.html" title="class in org.apache.iceberg.mapping">MappedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedField.html#of(java.lang.Integer,java.lang.Iterable,org.apache.iceberg.mapping.MappedFields)">of(Integer, Iterable&lt;String&gt;, MappedFields)</a></span> - Static method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedField.html" title="class in org.apache.iceberg.mapping">MappedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedField.html#of(java.lang.Integer,java.lang.String)">of(Integer, String)</a></span> - Static method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedField.html" title="class in org.apache.iceberg.mapping">MappedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedField.html#of(java.lang.Integer,java.lang.String,org.apache.iceberg.mapping.MappedFields)">of(Integer, String, MappedFields)</a></span> - Static method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedField.html" title="class in org.apache.iceberg.mapping">MappedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#of(java.lang.Iterable)">of(Iterable&lt;CharSequence&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Namespace.html#of(java.lang.String...)">of(String...)</a></span> - Static method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Namespace.html" title="class in org.apache.iceberg.catalog">Namespace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifier.html#of(java.lang.String...)">of(String...)</a></span> - Static method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifier.html" title="class in org.apache.iceberg.catalog">TableIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Literal.html#of(java.math.BigDecimal)">of(BigDecimal)</a></span> - Static method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions">Literal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionKeyMetadatas.html#of(java.nio.ByteBuffer)">of(ByteBuffer)</a></span> - Static method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionKeyMetadatas.html" title="class in org.apache.iceberg.encryption">EncryptionKeyMetadatas</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Literal.html#of(java.nio.ByteBuffer)">of(ByteBuffer)</a></span> - Static method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions">Literal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/TimerResult.html#of(java.util.concurrent.TimeUnit,java.time.Duration,long)">of(TimeUnit, Duration, long)</a></span> - Static method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/TimerResult.html" title="interface in org.apache.iceberg.metrics">TimerResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedFields.html#of(java.util.List)">of(List&lt;MappedField&gt;)</a></span> - Static method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedFields.html" title="class in org.apache.iceberg.mapping">MappedFields</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/NameMapping.html#of(java.util.List)">of(List&lt;MappedField&gt;)</a></span> - Static method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/NameMapping.html" title="class in org.apache.iceberg.mapping">NameMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StructType.html#of(java.util.List)">of(List&lt;Types.NestedField&gt;)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types">Types.StructType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Literal.html#of(java.util.UUID)">of(UUID)</a></span> - Static method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions">Literal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StructChildFactory.html#of(org.apache.arrow.vector.ValueVector)">of(ValueVector)</a></span> - Method in interface org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StructChildFactory.html" title="interface in org.apache.iceberg.arrow.vectorized">GenericArrowVectorAccessorFactory.StructChildFactory</a></dt>
<dd>
<div class="block">Create the child vector of type such as Spark's ArrowColumnVector from the arrow child
vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifier.html#of(org.apache.iceberg.catalog.Namespace,java.lang.String)">of(Namespace, String)</a></span> - Static method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifier.html" title="class in org.apache.iceberg.catalog">TableIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedFields.html#of(org.apache.iceberg.mapping.MappedField...)">of(MappedField...)</a></span> - Static method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedFields.html" title="class in org.apache.iceberg.mapping">MappedFields</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/NameMapping.html#of(org.apache.iceberg.mapping.MappedField...)">of(MappedField...)</a></span> - Static method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/NameMapping.html" title="class in org.apache.iceberg.mapping">NameMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/NameMapping.html#of(org.apache.iceberg.mapping.MappedFields)">of(MappedFields)</a></span> - Static method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/NameMapping.html" title="class in org.apache.iceberg.mapping">NameMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetrics.html#of(org.apache.iceberg.metrics.MetricsContext)">of(MetricsContext)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetrics.html" title="class in org.apache.iceberg.metrics">CommitMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#of(org.apache.iceberg.metrics.MetricsContext)">of(MetricsContext)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CounterResult.html#of(org.apache.iceberg.metrics.MetricsContext.Unit,long)">of(MetricsContext.Unit, long)</a></span> - Static method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CounterResult.html" title="interface in org.apache.iceberg.metrics">CounterResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.html#of(org.apache.iceberg.metrics.MetricsReport)">of(MetricsReport)</a></span> - Static method in interface org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.html" title="interface in org.apache.iceberg.rest.requests">ReportMetricsRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ResidualEvaluator.html#of(org.apache.iceberg.PartitionSpec,org.apache.iceberg.expressions.Expression,boolean)">of(PartitionSpec, Expression, boolean)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ResidualEvaluator.html" title="class in org.apache.iceberg.expressions">ResidualEvaluator</a></dt>
<dd>
<div class="block">Return a residual evaluator for a <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>spec</code></a> and <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>expression</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.html#of(org.apache.iceberg.TableScan)">of(TableScan)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.html" title="class in org.apache.iceberg">ScanSummary</a></dt>
<dd>
<div class="block">Create a scan summary builder for a table scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StructType.html#of(org.apache.iceberg.types.Types.NestedField...)">of(Types.NestedField...)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types">Types.StructType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Pair.html#of(X,Y)">of(X, Y)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Pair.html" title="class in org.apache.iceberg.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#OF">OF</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#OF">OF</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html#OF()">OF()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BranchOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#OF()">OF()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html#OF()">OF()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TagOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.DecimalFactory.html#ofBigDecimal(java.math.BigDecimal,int,int)">ofBigDecimal(BigDecimal, int, int)</a></span> - Method in interface org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.DecimalFactory.html" title="interface in org.apache.iceberg.arrow.vectorized">GenericArrowVectorAccessorFactory.DecimalFactory</a></dt>
<dd>
<div class="block">Create a decimal from the given <code>BigDecimal</code> value, precision and scale.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StringFactory.html#ofByteBuffer(java.nio.ByteBuffer)">ofByteBuffer(ByteBuffer)</a></span> - Method in interface org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StringFactory.html" title="interface in org.apache.iceberg.arrow.vectorized">GenericArrowVectorAccessorFactory.StringFactory</a></dt>
<dd>
<div class="block">Create a UTF8 String from the byte buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StringFactory.html#ofBytes(byte%5B%5D)">ofBytes(byte[])</a></span> - Method in interface org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StringFactory.html" title="interface in org.apache.iceberg.arrow.vectorized">GenericArrowVectorAccessorFactory.StringFactory</a></dt>
<dd>
<div class="block">Create a UTF8 String from the byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.ArrayFactory.html#ofChild(org.apache.arrow.vector.ValueVector)">ofChild(ValueVector)</a></span> - Method in interface org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.ArrayFactory.html" title="interface in org.apache.iceberg.arrow.vectorized">GenericArrowVectorAccessorFactory.ArrayFactory</a></dt>
<dd>
<div class="block">Create a child vector of type <code>ChildVectorT</code> from the arrow child vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#ofEqualityDeletes(int...)">ofEqualityDeletes(int...)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/BlobMetadata.html#offset()">offset()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/BlobMetadata.html" title="class in org.apache.iceberg.puffin">BlobMetadata</a></dt>
<dd>
<div class="block">Offset in the file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.FixedType.html#ofLength(int)">ofLength(int)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.FixedType.html" title="class in org.apache.iceberg.types">Types.FixedType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.DecimalFactory.html#ofLong(long,int,int)">ofLong(long, int, int)</a></span> - Method in interface org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.DecimalFactory.html" title="interface in org.apache.iceberg.arrow.vectorized">GenericArrowVectorAccessorFactory.DecimalFactory</a></dt>
<dd>
<div class="block">Create a decimal from the given long value, precision and scale.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#ofOptional(int,int,org.apache.iceberg.types.Type,org.apache.iceberg.types.Type)">ofOptional(int, int, Type, Type)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#ofOptional(int,org.apache.iceberg.types.Type)">ofOptional(int, Type)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#ofPositionDeletes()">ofPositionDeletes()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#ofRequired(int,int,org.apache.iceberg.types.Type,org.apache.iceberg.types.Type)">ofRequired(int, int, Type, Type)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#ofRequired(int,org.apache.iceberg.types.Type)">ofRequired(int, Type)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StringFactory.html#ofRow(org.apache.arrow.vector.FixedSizeBinaryVector,int)">ofRow(FixedSizeBinaryVector, int)</a></span> - Method in interface org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StringFactory.html" title="interface in org.apache.iceberg.arrow.vectorized">GenericArrowVectorAccessorFactory.StringFactory</a></dt>
<dd>
<div class="block">Create a UTF8 String from the row value in the FixedSizeBinaryVector vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.ArrayFactory.html#ofRow(org.apache.arrow.vector.ValueVector,ChildVectorT,int)">ofRow(ValueVector, ChildVectorT, int)</a></span> - Method in interface org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.ArrayFactory.html" title="interface in org.apache.iceberg.arrow.vectorized">GenericArrowVectorAccessorFactory.ArrayFactory</a></dt>
<dd>
<div class="block">Create an Arrow of type <code>ArrayT</code> from the row value in the arrow child vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StringFactory.html#ofRow(org.apache.arrow.vector.VarCharVector,int)">ofRow(VarCharVector, int)</a></span> - Method in interface org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/GenericArrowVectorAccessorFactory.StringFactory.html" title="interface in org.apache.iceberg.arrow.vectorized">GenericArrowVectorAccessorFactory.StringFactory</a></dt>
<dd>
<div class="block">Create a UTF8 String from the row value in the arrow vector.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteOrphanFiles.html#olderThan(long)">olderThan(long)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteOrphanFiles.html" title="interface in org.apache.iceberg.actions">DeleteOrphanFiles</a></dt>
<dd>
<div class="block">Removes orphan files only if they are older than the given timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html#olderThan(long)">olderThan(long)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#oldestAncestor(org.apache.iceberg.Table)">oldestAncestor(Table)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Traverses the history of the table's current snapshot and finds the oldest Snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#oldestAncestorAfter(org.apache.iceberg.Table,long)">oldestAncestorAfter(Table, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Traverses the history of the table's current snapshot, finds the oldest snapshot that was
committed either at or after a given time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#oldestAncestorOf(long,java.util.function.Function)">oldestAncestorOf(long, Function&lt;Long, Snapshot&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Traverses the history and finds the oldest ancestor of the specified snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#oldestAncestorOf(org.apache.iceberg.Table,long)">oldestAncestorOf(Table, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html#onCompletedSplits(java.util.Collection)">onCompletedSplits(Collection&lt;String&gt;)</a></span> - Method in interface org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html" title="interface in org.apache.iceberg.flink.source.assigner">SplitAssigner</a></dt>
<dd>
<div class="block">Some assigner (like event time alignment) may rack in-progress splits to advance watermark upon
completed splits</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html#onDiscoveredSplits(java.util.Collection)">onDiscoveredSplits(Collection&lt;IcebergSourceSplit&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html" title="class in org.apache.iceberg.flink.source.assigner">DefaultSplitAssigner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html#onDiscoveredSplits(java.util.Collection)">onDiscoveredSplits(Collection&lt;IcebergSourceSplit&gt;)</a></span> - Method in interface org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html" title="interface in org.apache.iceberg.flink.source.assigner">SplitAssigner</a></dt>
<dd>
<div class="block">Add new splits discovered by enumerator</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#onFailure(org.apache.iceberg.util.Tasks.FailureTask)">onFailure(Tasks.FailureTask&lt;I, ?&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#onlyRetryOn(java.lang.Class)">onlyRetryOn(Class&lt;? extends Exception&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#onlyRetryOn(java.lang.Class...)">onlyRetryOn(Class&lt;? extends Exception&gt;...)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/IcebergSourceReader.html#onSplitFinished(java.util.Map)">onSplitFinished(Map&lt;String, IcebergSourceSplit&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/IcebergSourceReader.html" title="class in org.apache.iceberg.flink.source.reader">IcebergSourceReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html#onUnassignedSplits(java.util.Collection)">onUnassignedSplits(Collection&lt;IcebergSourceSplit&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html" title="class in org.apache.iceberg.flink.source.assigner">DefaultSplitAssigner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html#onUnassignedSplits(java.util.Collection)">onUnassignedSplits(Collection&lt;IcebergSourceSplit&gt;)</a></span> - Method in interface org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html" title="interface in org.apache.iceberg.flink.source.assigner">SplitAssigner</a></dt>
<dd>
<div class="block">Forward addSplitsBack event (for failed reader) to assigner</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Aggregate.html#op()">op()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Aggregate.html" title="class in org.apache.iceberg.expressions">Aggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/And.html#op()">op()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/And.html" title="class in org.apache.iceberg.expressions">And</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.html#op()">op()</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions">Expression</a></dt>
<dd>
<div class="block">Returns the operation for an expression node.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/False.html#op()">op()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/False.html" title="class in org.apache.iceberg.expressions">False</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Not.html#op()">op()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Not.html" title="class in org.apache.iceberg.expressions">Not</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Or.html#op()">op()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Or.html" title="class in org.apache.iceberg.expressions">Or</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Predicate.html#op()">op()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Predicate.html" title="class in org.apache.iceberg.expressions">Predicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/True.html#op()">op()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/True.html" title="class in org.apache.iceberg.expressions">True</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#open()">open()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.CatalogTableLoader.html#open()">open()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.CatalogTableLoader.html" title="class in org.apache.iceberg.flink">TableLoader.CatalogTableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.HadoopTableLoader.html#open()">open()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.HadoopTableLoader.html" title="class in org.apache.iceberg.flink">TableLoader.HadoopTableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.html#open()">open()</a></span> - Method in interface org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.html" title="interface in org.apache.iceberg.flink">TableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/RowDataRewriter.RewriteMap.html#open(org.apache.flink.configuration.Configuration)">open(Configuration)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/RowDataRewriter.RewriteMap.html" title="class in org.apache.iceberg.flink.source">RowDataRewriter.RewriteMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html#open(org.apache.flink.configuration.Configuration)">open(Configuration)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html" title="class in org.apache.iceberg.flink.source">StreamingMonitorFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/EqualityDeleteRowReader.html#open(org.apache.iceberg.FileScanTask)">open(FileScanTask)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/EqualityDeleteRowReader.html" title="class in org.apache.iceberg.spark.source">EqualityDeleteRowReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/AvroGenericRecordFileScanTaskReader.html#open(org.apache.iceberg.FileScanTask,org.apache.iceberg.encryption.InputFilesDecryptor)">open(FileScanTask, InputFilesDecryptor)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/AvroGenericRecordFileScanTaskReader.html" title="class in org.apache.iceberg.flink.source">AvroGenericRecordFileScanTaskReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/DataTaskReader.html#open(org.apache.iceberg.FileScanTask,org.apache.iceberg.encryption.InputFilesDecryptor)">open(FileScanTask, InputFilesDecryptor)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/DataTaskReader.html" title="class in org.apache.iceberg.flink.source">DataTaskReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FileScanTaskReader.html#open(org.apache.iceberg.FileScanTask,org.apache.iceberg.encryption.InputFilesDecryptor)">open(FileScanTask, InputFilesDecryptor)</a></span> - Method in interface org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FileScanTaskReader.html" title="interface in org.apache.iceberg.flink.source">FileScanTaskReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/RowDataFileScanTaskReader.html#open(org.apache.iceberg.FileScanTask,org.apache.iceberg.encryption.InputFilesDecryptor)">open(FileScanTask, InputFilesDecryptor)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/RowDataFileScanTaskReader.html" title="class in org.apache.iceberg.flink.source">RowDataFileScanTaskReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkInputFormat.html#open(org.apache.iceberg.flink.source.FlinkInputSplit)">open(FlinkInputSplit)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkInputFormat.html" title="class in org.apache.iceberg.flink.source">FlinkInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/ArrowReader.html#open(org.apache.iceberg.io.CloseableIterable)">open(CloseableIterable&lt;CombinedScanTask&gt;)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/ArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized">ArrowReader</a></dt>
<dd>
<div class="block">Returns a new iterator of <a href="org/apache/iceberg/arrow/vectorized/ColumnarBatch.html" title="class in org.apache.iceberg.arrow.vectorized"><code>ColumnarBatch</code></a> objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MicroBatches.html#openManifestFile(org.apache.iceberg.io.FileIO,java.util.Map,boolean,org.apache.iceberg.Snapshot,org.apache.iceberg.ManifestFile,boolean)">openManifestFile(FileIO, Map&lt;Integer, PartitionSpec&gt;, boolean, Snapshot, ManifestFile, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MicroBatches.html" title="class in org.apache.iceberg">MicroBatches</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AddedRowsScanTask.html#operation()">operation()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/AddedRowsScanTask.html" title="interface in org.apache.iceberg">AddedRowsScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseOverwriteFiles.html#operation()">operation()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseOverwriteFiles.html" title="class in org.apache.iceberg">BaseOverwriteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplacePartitions.html#operation()">operation()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplacePartitions.html" title="class in org.apache.iceberg">BaseReplacePartitions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseRewriteManifests.html#operation()">operation()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseRewriteManifests.html" title="class in org.apache.iceberg">BaseRewriteManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ChangelogScanTask.html#operation()">operation()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ChangelogScanTask.html" title="interface in org.apache.iceberg">ChangelogScanTask</a></dt>
<dd>
<div class="block">Returns the type of changes produced by this task (i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeletedDataFileScanTask.html#operation()">operation()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeletedDataFileScanTask.html" title="interface in org.apache.iceberg">DeletedDataFileScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeletedRowsScanTask.html#operation()">operation()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeletedRowsScanTask.html" title="interface in org.apache.iceberg">DeletedRowsScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/CreateSnapshotEvent.html#operation()">operation()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/CreateSnapshotEvent.html" title="class in org.apache.iceberg.events">CreateSnapshotEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitReport.html#operation()">operation()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitReport.html" title="interface in org.apache.iceberg.metrics">CommitReport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#operation()">operation()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return the name of the <a href="org/apache/iceberg/DataOperations.html" title="class in org.apache.iceberg"><code>data operation</code></a> that produced this snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StreamingDelete.html#operation()">operation()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/StreamingDelete.html" title="class in org.apache.iceberg">StreamingDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewVersion.html#operation()">operation()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewVersion.html" title="interface in org.apache.iceberg.view">ViewVersion</a></dt>
<dd>
<div class="block">Return the operation which produced the view version</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/OutputFileFactory.Builder.html#operationId(java.lang.String)">operationId(String)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/OutputFileFactory.Builder.html" title="class in org.apache.iceberg.io">OutputFileFactory.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#operations()">operations()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 1.4.0; do not use metadata table TableOperations</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#operations()">operations()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#operations()">operations()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/HasTableOperations.html#operations()">operations()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/HasTableOperations.html" title="interface in org.apache.iceberg">HasTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#option(int,org.apache.iceberg.avro.ValueWriter)">option(int, ValueWriter&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/Action.html#option(java.lang.String,java.lang.String)">option(String, String)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/Action.html" title="interface in org.apache.iceberg.actions">Action</a></dt>
<dd>
<div class="block">Configures this action with an extra option.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#option(java.lang.String,java.lang.String)">option(String, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Create a new scan from this scan's configuration that will override the <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a>'s
behavior based on the incoming pair.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.html#option(org.apache.parquet.schema.Type,int,org.apache.iceberg.parquet.ParquetValueReader)">option(Type, int, ParquetValueReader&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#option(org.apache.parquet.schema.Type,int,org.apache.iceberg.parquet.ParquetValueWriter)">option(Type, int, ParquetValueWriter&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#optional(int,java.lang.String,org.apache.iceberg.types.Type)">optional(int, String, Type)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#optional(int,java.lang.String,org.apache.iceberg.types.Type,java.lang.String)">optional(int, String, Type, String)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/connector/iceberg/catalog/ProcedureParameter.html#optional(java.lang.String,org.apache.spark.sql.types.DataType)">optional(String, DataType)</a></span> - Static method in interface org.apache.spark.sql.connector.iceberg.catalog.<a href="org/apache/spark/sql/connector/iceberg/catalog/ProcedureParameter.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog">ProcedureParameter</a></dt>
<dd>
<div class="block">Creates an optional input parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html#optionalOptions()">optionalOptions()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html" title="class in org.apache.iceberg.flink">FlinkDynamicTableFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/Action.html#options(java.util.Map)">options(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/Action.html" title="interface in org.apache.iceberg.actions">Action</a></dt>
<dd>
<div class="block">Configures this action with extra options.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#options(java.util.Map)">options(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html#options(java.util.Map)">options(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html" title="interface in org.apache.iceberg.actions">ConvertEqualityDeleteStrategy</a></dt>
<dd>
<div class="block">Sets options to be used with this strategy</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteStrategy.html#options(java.util.Map)">options(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteStrategy.html" title="interface in org.apache.iceberg.actions">RewriteStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets options to be used with this strategy</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SortStrategy.html#options(java.util.Map)">options(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SortStrategy.html" title="class in org.apache.iceberg.actions">SortStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#or(java.util.function.Supplier,java.util.function.Supplier)">or(Supplier&lt;R&gt;, Supplier&lt;R&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#or(org.apache.iceberg.expressions.Expression,org.apache.iceberg.expressions.Expression)">or(Expression, Expression)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html#or(R,R)">or(R, R)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.ExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Or.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">Or</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#OR">OR</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#OR">OR</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#OR">OR</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html#OR()">OR()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html#OR()">OR()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#OR()">OR()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/ORC.html" title="class in org.apache.iceberg.orc"><span class="typeNameLink">ORC</span></a> - Class in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileFormat.html#ORC">ORC</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg">FileFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_BATCH_SIZE">ORC_BATCH_SIZE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_BATCH_SIZE_DEFAULT">ORC_BATCH_SIZE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_BLOCK_SIZE_BYTES">ORC_BLOCK_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_BLOCK_SIZE_BYTES_DEFAULT">ORC_BLOCK_SIZE_BYTES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_BLOOM_FILTER_COLUMNS">ORC_BLOOM_FILTER_COLUMNS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_BLOOM_FILTER_COLUMNS_DEFAULT">ORC_BLOOM_FILTER_COLUMNS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_BLOOM_FILTER_FPP">ORC_BLOOM_FILTER_FPP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_BLOOM_FILTER_FPP_DEFAULT">ORC_BLOOM_FILTER_FPP_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_COMPRESSION">ORC_COMPRESSION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_COMPRESSION_DEFAULT">ORC_COMPRESSION_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_COMPRESSION_STRATEGY">ORC_COMPRESSION_STRATEGY</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_COMPRESSION_STRATEGY_DEFAULT">ORC_COMPRESSION_STRATEGY_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_STRIPE_SIZE_BYTES">ORC_STRIPE_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_STRIPE_SIZE_BYTES_DEFAULT">ORC_STRIPE_SIZE_BYTES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_VECTORIZATION_ENABLED">ORC_VECTORIZATION_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_VECTORIZATION_ENABLED_DEFAULT">ORC_VECTORIZATION_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_WRITE_BATCH_SIZE">ORC_WRITE_BATCH_SIZE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#ORC_WRITE_BATCH_SIZE_DEFAULT">ORC_WRITE_BATCH_SIZE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc"><span class="typeNameLink">ORC.DataWriteBuilder</span></a> - Class in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc"><span class="typeNameLink">ORC.DeleteWriteBuilder</span></a> - Class in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/ORC.ReadBuilder.html" title="class in org.apache.iceberg.orc"><span class="typeNameLink">ORC.ReadBuilder</span></a> - Class in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/ORC.WriteBuilder.html" title="class in org.apache.iceberg.orc"><span class="typeNameLink">ORC.WriteBuilder</span></a> - Class in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/OrcBatchReader.html" title="interface in org.apache.iceberg.orc"><span class="typeNameLink">OrcBatchReader</span></a>&lt;<a href="org/apache/iceberg/orc/OrcBatchReader.html" title="type parameter in OrcBatchReader">T</a>&gt; - Interface in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>
<div class="block">Used for implementing ORC batch readers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#orcBatchSize()">orcBatchSize()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#orcCompressionCodec()">orcCompressionCodec()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#orcCompressionStrategy()">orcCompressionStrategy()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/OrcMetrics.html" title="class in org.apache.iceberg.orc"><span class="typeNameLink">OrcMetrics</span></a> - Class in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/OrcRowReader.html" title="interface in org.apache.iceberg.orc"><span class="typeNameLink">OrcRowReader</span></a>&lt;<a href="org/apache/iceberg/orc/OrcRowReader.html" title="type parameter in OrcRowReader">T</a>&gt; - Interface in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>
<div class="block">Used for implementing ORC row readers.</div>
</dd>
<dt><a href="org/apache/iceberg/orc/OrcRowWriter.html" title="interface in org.apache.iceberg.orc"><span class="typeNameLink">OrcRowWriter</span></a>&lt;<a href="org/apache/iceberg/orc/OrcRowWriter.html" title="type parameter in OrcRowWriter">T</a>&gt; - Interface in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>
<div class="block">Write data value of a schema.</div>
</dd>
<dt><a href="org/apache/iceberg/orc/ORCSchemaUtil.html" title="class in org.apache.iceberg.orc"><span class="typeNameLink">ORCSchemaUtil</span></a> - Class in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>
<div class="block">Utilities for mapping Iceberg to ORC schemas.</div>
</dd>
<dt><a href="org/apache/iceberg/orc/ORCSchemaUtil.BinaryType.html" title="enum in org.apache.iceberg.orc"><span class="typeNameLink">ORCSchemaUtil.BinaryType</span></a> - Enum in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/ORCSchemaUtil.LongType.html" title="enum in org.apache.iceberg.orc"><span class="typeNameLink">ORCSchemaUtil.LongType</span></a> - Enum in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc"><span class="typeNameLink">OrcSchemaVisitor</span></a>&lt;<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="type parameter in OrcSchemaVisitor">T</a>&gt; - Class in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>
<div class="block">Generic visitor of an ORC Schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#%3Cinit%3E()">OrcSchemaVisitor()</a></span> - Constructor for class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.orc"><span class="typeNameLink">OrcSchemaWithTypeVisitor</span></a>&lt;<a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html" title="type parameter in OrcSchemaWithTypeVisitor">T</a>&gt; - Class in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html#%3Cinit%3E()">OrcSchemaWithTypeVisitor()</a></span> - Constructor for class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/OrcValueReader.html" title="interface in org.apache.iceberg.orc"><span class="typeNameLink">OrcValueReader</span></a>&lt;<a href="org/apache/iceberg/orc/OrcValueReader.html" title="type parameter in OrcValueReader">T</a>&gt; - Interface in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/OrcValueReaders.html" title="class in org.apache.iceberg.orc"><span class="typeNameLink">OrcValueReaders</span></a> - Class in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/OrcValueReaders.StructReader.html" title="class in org.apache.iceberg.orc"><span class="typeNameLink">OrcValueReaders.StructReader</span></a>&lt;<a href="org/apache/iceberg/orc/OrcValueReaders.StructReader.html" title="type parameter in OrcValueReaders.StructReader">T</a>&gt; - Class in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/OrcValueWriter.html" title="interface in org.apache.iceberg.orc"><span class="typeNameLink">OrcValueWriter</span></a>&lt;<a href="org/apache/iceberg/orc/OrcValueWriter.html" title="type parameter in OrcValueWriter">T</a>&gt; - Interface in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#orcVectorizationEnabled()">orcVectorizationEnabled()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#order()">order()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html#order()">order()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SingleOrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html#order()">order()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteOrderingSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">OrderContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#ORDERED">ORDERED</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#ORDERED">ORDERED</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#ORDERED()">ORDERED()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html#ORDERED()">ORDERED()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteOrderingSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/assigner/OrderedSplitAssignerFactory.html" title="class in org.apache.iceberg.flink.source.assigner"><span class="typeNameLink">OrderedSplitAssignerFactory</span></a> - Class in <a href="org/apache/iceberg/flink/source/assigner/package-summary.html">org.apache.iceberg.flink.source.assigner</a></dt>
<dd>
<div class="block">Create default assigner with a comparator that hands out splits where the order of the splits
will be defined by the <a href="org/apache/iceberg/flink/source/split/SerializableComparator.html" title="interface in org.apache.iceberg.flink.source.split"><code>SerializableComparator</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/OrderedSplitAssignerFactory.html#%3Cinit%3E(org.apache.iceberg.flink.source.split.SerializableComparator)">OrderedSplitAssignerFactory(SerializableComparator&lt;IcebergSourceSplit&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/OrderedSplitAssignerFactory.html" title="class in org.apache.iceberg.flink.source.assigner">OrderedSplitAssignerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html#orderField">orderField</a></span> - Variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html#orderField()">orderField()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#orderField()">orderField()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html#orderField(int)">orderField(int)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">OrderFieldContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.html#orderId()">orderId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg">SortOrder</a></dt>
<dd>
<div class="block">Returns the ID of this sort order</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteRequirements.html#ordering()">ordering()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteRequirements.html" title="class in org.apache.iceberg.spark">SparkWriteRequirements</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteJobOrder.html#orderName()">orderName()</a></span> - Method in enum org.apache.iceberg.<a href="org/apache/iceberg/RewriteJobOrder.html" title="enum in org.apache.iceberg">RewriteJobOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SortOrderUtil.html#orderPreservingSortedColumns(org.apache.iceberg.SortOrder)">orderPreservingSortedColumns(SortOrder)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SortOrderUtil.html" title="class in org.apache.iceberg.util">SortOrderUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/hive/ql/exec/vector/package-summary.html">org.apache.hadoop.hive.ql.exec.vector</a> - package org.apache.hadoop.hive.ql.exec.vector</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a> - package org.apache.iceberg</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a> - package org.apache.iceberg.actions</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aliyun/package-summary.html">org.apache.iceberg.aliyun</a> - package org.apache.iceberg.aliyun</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aliyun/oss/package-summary.html">org.apache.iceberg.aliyun.oss</a> - package org.apache.iceberg.aliyun.oss</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/package-summary.html">org.apache.iceberg.arrow</a> - package org.apache.iceberg.arrow</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a> - package org.apache.iceberg.arrow.vectorized</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a> - package org.apache.iceberg.arrow.vectorized.parquet</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a> - package org.apache.iceberg.avro</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/package-summary.html">org.apache.iceberg.aws</a> - package org.apache.iceberg.aws</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/dynamodb/package-summary.html">org.apache.iceberg.aws.dynamodb</a> - package org.apache.iceberg.aws.dynamodb</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/glue/package-summary.html">org.apache.iceberg.aws.glue</a> - package org.apache.iceberg.aws.glue</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/lakeformation/package-summary.html">org.apache.iceberg.aws.lakeformation</a> - package org.apache.iceberg.aws.lakeformation</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/package-summary.html">org.apache.iceberg.aws.s3</a> - package org.apache.iceberg.aws.s3</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/signer/package-summary.html">org.apache.iceberg.aws.s3.signer</a> - package org.apache.iceberg.aws.s3.signer</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/util/package-summary.html">org.apache.iceberg.aws.util</a> - package org.apache.iceberg.aws.util</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/azure/package-summary.html">org.apache.iceberg.azure</a> - package org.apache.iceberg.azure</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/azure/adlsv2/package-summary.html">org.apache.iceberg.azure.adlsv2</a> - package org.apache.iceberg.azure.adlsv2</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/catalog/package-summary.html">org.apache.iceberg.catalog</a> - package org.apache.iceberg.catalog</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/common/package-summary.html">org.apache.iceberg.common</a> - package org.apache.iceberg.common</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/package-summary.html">org.apache.iceberg.data</a> - package org.apache.iceberg.data</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/avro/package-summary.html">org.apache.iceberg.data.avro</a> - package org.apache.iceberg.data.avro</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/orc/package-summary.html">org.apache.iceberg.data.orc</a> - package org.apache.iceberg.data.orc</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/parquet/package-summary.html">org.apache.iceberg.data.parquet</a> - package org.apache.iceberg.data.parquet</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/deletes/package-summary.html">org.apache.iceberg.deletes</a> - package org.apache.iceberg.deletes</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/dell/package-summary.html">org.apache.iceberg.dell</a> - package org.apache.iceberg.dell</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/dell/ecs/package-summary.html">org.apache.iceberg.dell.ecs</a> - package org.apache.iceberg.dell.ecs</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/delta/package-summary.html">org.apache.iceberg.delta</a> - package org.apache.iceberg.delta</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a> - package org.apache.iceberg.encryption</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/events/package-summary.html">org.apache.iceberg.events</a> - package org.apache.iceberg.events</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a> - package org.apache.iceberg.exceptions</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a> - package org.apache.iceberg.expressions</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a> - package org.apache.iceberg.flink</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/actions/package-summary.html">org.apache.iceberg.flink.actions</a> - package org.apache.iceberg.flink.actions</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/data/package-summary.html">org.apache.iceberg.flink.data</a> - package org.apache.iceberg.flink.data</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/sink/package-summary.html">org.apache.iceberg.flink.sink</a> - package org.apache.iceberg.flink.sink</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/sink/shuffle/package-summary.html">org.apache.iceberg.flink.sink.shuffle</a> - package org.apache.iceberg.flink.sink.shuffle</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a> - package org.apache.iceberg.flink.source</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/assigner/package-summary.html">org.apache.iceberg.flink.source.assigner</a> - package org.apache.iceberg.flink.source.assigner</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/enumerator/package-summary.html">org.apache.iceberg.flink.source.enumerator</a> - package org.apache.iceberg.flink.source.enumerator</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/reader/package-summary.html">org.apache.iceberg.flink.source.reader</a> - package org.apache.iceberg.flink.source.reader</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/split/package-summary.html">org.apache.iceberg.flink.source.split</a> - package org.apache.iceberg.flink.source.split</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/util/package-summary.html">org.apache.iceberg.flink.util</a> - package org.apache.iceberg.flink.util</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/gcp/package-summary.html">org.apache.iceberg.gcp</a> - package org.apache.iceberg.gcp</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/gcp/gcs/package-summary.html">org.apache.iceberg.gcp.gcs</a> - package org.apache.iceberg.gcp.gcs</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a> - package org.apache.iceberg.hadoop</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hive/package-summary.html">org.apache.iceberg.hive</a> - package org.apache.iceberg.hive</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/inmemory/package-summary.html">org.apache.iceberg.inmemory</a> - package org.apache.iceberg.inmemory</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a> - package org.apache.iceberg.io</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/jdbc/package-summary.html">org.apache.iceberg.jdbc</a> - package org.apache.iceberg.jdbc</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mapping/package-summary.html">org.apache.iceberg.mapping</a> - package org.apache.iceberg.mapping</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a> - package org.apache.iceberg.metrics</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/package-summary.html">org.apache.iceberg.mr</a> - package org.apache.iceberg.mr</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/package-summary.html">org.apache.iceberg.mr.hive</a> - package org.apache.iceberg.mr.hive</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/serde/objectinspector/package-summary.html">org.apache.iceberg.mr.hive.serde.objectinspector</a> - package org.apache.iceberg.mr.hive.serde.objectinspector</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/mapred/package-summary.html">org.apache.iceberg.mr.mapred</a> - package org.apache.iceberg.mr.mapred</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/mapreduce/package-summary.html">org.apache.iceberg.mr.mapreduce</a> - package org.apache.iceberg.mr.mapreduce</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/nessie/package-summary.html">org.apache.iceberg.nessie</a> - package org.apache.iceberg.nessie</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a> - package org.apache.iceberg.orc</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a> - package org.apache.iceberg.parquet</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/pig/package-summary.html">org.apache.iceberg.pig</a> - package org.apache.iceberg.pig</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/puffin/package-summary.html">org.apache.iceberg.puffin</a> - package org.apache.iceberg.puffin</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a> - package org.apache.iceberg.rest</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/auth/package-summary.html">org.apache.iceberg.rest.auth</a> - package org.apache.iceberg.rest.auth</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a> - package org.apache.iceberg.rest.requests</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a> - package org.apache.iceberg.rest.responses</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/schema/package-summary.html">org.apache.iceberg.schema</a> - package org.apache.iceberg.schema</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/snowflake/package-summary.html">org.apache.iceberg.snowflake</a> - package org.apache.iceberg.snowflake</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a> - package org.apache.iceberg.spark</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/actions/package-summary.html">org.apache.iceberg.spark.actions</a> - package org.apache.iceberg.spark.actions</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/package-summary.html">org.apache.iceberg.spark.data</a> - package org.apache.iceberg.spark.data</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/vectorized/package-summary.html">org.apache.iceberg.spark.data.vectorized</a> - package org.apache.iceberg.spark.data.vectorized</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a> - package org.apache.iceberg.spark.functions</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/procedures/package-summary.html">org.apache.iceberg.spark.procedures</a> - package org.apache.iceberg.spark.procedures</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a> - package org.apache.iceberg.spark.source</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a> - package org.apache.iceberg.spark.source.metrics</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/transforms/package-summary.html">org.apache.iceberg.transforms</a> - package org.apache.iceberg.transforms</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a> - package org.apache.iceberg.types</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a> - package org.apache.iceberg.util</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a> - package org.apache.iceberg.view</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/analysis/package-summary.html">org.apache.spark.sql.catalyst.analysis</a> - package org.apache.spark.sql.catalyst.analysis</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/catalyst/parser/extensions/package-summary.html">org.apache.spark.sql.catalyst.parser.extensions</a> - package org.apache.spark.sql.catalyst.parser.extensions</dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/connector/iceberg/catalog/package-summary.html">org.apache.spark.sql.connector.iceberg.catalog</a> - package org.apache.spark.sql.connector.iceberg.catalog</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.Builder.html#orNoop()">orNoop()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.Builder.html" title="class in org.apache.iceberg.common">DynMethods.Builder</a></dt>
<dd>
<div class="block">If no implementation has been found, adds a NOOP method.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynClasses.Builder.html#orNull()">orNull()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynClasses.Builder.html" title="class in org.apache.iceberg.common">DynClasses.Builder</a></dt>
<dd>
<div class="block">Instructs this builder to return null if no class is found, rather than throwing an
Exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteOrphanFiles.Result.html#orphanFileLocations()">orphanFileLocations()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteOrphanFiles.Result.html" title="interface in org.apache.iceberg.actions">DeleteOrphanFiles.Result</a></dt>
<dd>
<div class="block">Returns locations of orphan files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunProperties.html#OSS_ENDPOINT">OSS_ENDPOINT</a></span> - Static variable in class org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunProperties.html" title="class in org.apache.iceberg.aliyun">AliyunProperties</a></dt>
<dd>
<div class="block">The domain name used to access OSS.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunProperties.html#OSS_STAGING_DIRECTORY">OSS_STAGING_DIRECTORY</a></span> - Static variable in class org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunProperties.html" title="class in org.apache.iceberg.aliyun">AliyunProperties</a></dt>
<dd>
<div class="block">Location to put staging files for uploading to OSS, defaults to the directory value of
java.io.tmpdir.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunProperties.html#ossEndpoint()">ossEndpoint()</a></span> - Method in class org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunProperties.html" title="class in org.apache.iceberg.aliyun">AliyunProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html" title="class in org.apache.iceberg.aliyun.oss"><span class="typeNameLink">OSSFileIO</span></a> - Class in <a href="org/apache/iceberg/aliyun/oss/package-summary.html">org.apache.iceberg.aliyun.oss</a></dt>
<dd>
<div class="block">FileIO implementation backed by OSS.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html#%3Cinit%3E()">OSSFileIO()</a></span> - Constructor for class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html" title="class in org.apache.iceberg.aliyun.oss">OSSFileIO</a></dt>
<dd>
<div class="block">No-arg constructor to load the FileIO dynamically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html#%3Cinit%3E(org.apache.iceberg.util.SerializableSupplier)">OSSFileIO(SerializableSupplier&lt;OSS&gt;)</a></span> - Constructor for class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSFileIO.html" title="class in org.apache.iceberg.aliyun.oss">OSSFileIO</a></dt>
<dd>
<div class="block">Constructor with custom oss supplier and default aliyun properties.</div>
</dd>
<dt><a href="org/apache/iceberg/aliyun/oss/OSSOutputStream.html" title="class in org.apache.iceberg.aliyun.oss"><span class="typeNameLink">OSSOutputStream</span></a> - Class in <a href="org/apache/iceberg/aliyun/oss/package-summary.html">org.apache.iceberg.aliyun.oss</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/AliyunProperties.html#ossStagingDirectory()">ossStagingDirectory()</a></span> - Method in class org.apache.iceberg.aliyun.<a href="org/apache/iceberg/aliyun/AliyunProperties.html" title="class in org.apache.iceberg.aliyun">AliyunProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aliyun/oss/OSSURI.html" title="class in org.apache.iceberg.aliyun.oss"><span class="typeNameLink">OSSURI</span></a> - Class in <a href="org/apache/iceberg/aliyun/oss/package-summary.html">org.apache.iceberg.aliyun.oss</a></dt>
<dd>
<div class="block">This class represents a fully qualified location in OSS for input/output operations expressed as
as URI.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSURI.html#%3Cinit%3E(java.lang.String)">OSSURI(String)</a></span> - Constructor for class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSURI.html" title="class in org.apache.iceberg.aliyun.oss">OSSURI</a></dt>
<dd>
<div class="block">Creates a new OSSURI based on the bucket and key parsed from the location The location in
string form has the syntax as below, which refers to RFC2396: [scheme:][//bucket][object
key][#fragment] [scheme:][//bucket][object key][?query][#fragment]</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#OUTPUT_SPEC_ID">OUTPUT_SPEC_ID</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#OUTPUT_TABLES">OUTPUT_TABLES</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/OutputFile.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">OutputFile</span></a> - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">An interface used to create output files using <a href="org/apache/iceberg/io/PositionOutputStream.html" title="class in org.apache.iceberg.io"><code>PositionOutputStream</code></a> instances.</div>
</dd>
<dt><a href="org/apache/iceberg/io/OutputFileFactory.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">OutputFileFactory</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">Factory responsible for generating unique but recognizable data/delete file names.</div>
</dd>
<dt><a href="org/apache/iceberg/io/OutputFileFactory.Builder.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">OutputFileFactory.Builder</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#outputSpecId()">outputSpecId()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#outputSpecId(int)">outputSpecId(int)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>
<div class="block">Pass a PartitionSpec id to specify which PartitionSpec should be used in DataFile rewrite</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#outputTables(org.apache.hadoop.conf.Configuration)">outputTables(Configuration)</a></span> - Static method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>
<div class="block">Returns the names of the output tables stored in the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/AncestorsOfProcedure.html#outputType()">outputType()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/AncestorsOfProcedure.html" title="class in org.apache.iceberg.spark.procedures">AncestorsOfProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/CreateChangelogViewProcedure.html#outputType()">outputType()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/CreateChangelogViewProcedure.html" title="class in org.apache.iceberg.spark.procedures">CreateChangelogViewProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/ExpireSnapshotsProcedure.html#outputType()">outputType()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/ExpireSnapshotsProcedure.html" title="class in org.apache.iceberg.spark.procedures">ExpireSnapshotsProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/FastForwardBranchProcedure.html#outputType()">outputType()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/FastForwardBranchProcedure.html" title="class in org.apache.iceberg.spark.procedures">FastForwardBranchProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/RemoveOrphanFilesProcedure.html#outputType()">outputType()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/RemoveOrphanFilesProcedure.html" title="class in org.apache.iceberg.spark.procedures">RemoveOrphanFilesProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/RewritePositionDeleteFilesProcedure.html#outputType()">outputType()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/RewritePositionDeleteFilesProcedure.html" title="class in org.apache.iceberg.spark.procedures">RewritePositionDeleteFilesProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/connector/iceberg/catalog/Procedure.html#outputType()">outputType()</a></span> - Method in interface org.apache.spark.sql.connector.iceberg.catalog.<a href="org/apache/spark/sql/connector/iceberg/catalog/Procedure.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog">Procedure</a></dt>
<dd>
<div class="block">Returns the type of rows produced by this procedure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ConfigResponse.html#overrides()">overrides()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ConfigResponse.html" title="class in org.apache.iceberg.rest.responses">ConfigResponse</a></dt>
<dd>
<div class="block">Properties that should be used to override client configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html#overwrite()">overwrite()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#overwrite()">overwrite()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.WriteBuilder.html#overwrite()">overwrite()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.WriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html#overwrite()">overwrite()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#overwrite()">overwrite()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.WriteBuilder.html#overwrite()">overwrite()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.WriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#overwrite()">overwrite()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#overwrite()">overwrite()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#overwrite()">overwrite()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html#overwrite(boolean)">overwrite(boolean)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#overwrite(boolean)">overwrite(boolean)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.WriteBuilder.html#overwrite(boolean)">overwrite(boolean)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.WriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#overwrite(boolean)">overwrite(boolean)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html#overwrite(boolean)">overwrite(boolean)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#overwrite(boolean)">overwrite(boolean)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.WriteBuilder.html#overwrite(boolean)">overwrite(boolean)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.WriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#overwrite(boolean)">overwrite(boolean)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#overwrite(boolean)">overwrite(boolean)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#overwrite(boolean)">overwrite(boolean)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#overwrite(org.apache.iceberg.TableMetadata,org.apache.iceberg.io.OutputFile)">overwrite(TableMetadata, OutputFile)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadataParser.html#overwrite(org.apache.iceberg.view.ViewMetadata,org.apache.iceberg.io.OutputFile)">overwrite(ViewMetadata, OutputFile)</a></span> - Static method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadataParser.html" title="class in org.apache.iceberg.view">ViewMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataOperations.html#OVERWRITE">OVERWRITE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/DataOperations.html" title="class in org.apache.iceberg">DataOperations</a></dt>
<dd>
<div class="block">New data is added to overwrite existing data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteOptions.html#OVERWRITE_MODE">OVERWRITE_MODE</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteOptions.html" title="class in org.apache.iceberg.flink">FlinkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#OVERWRITE_MODE">OVERWRITE_MODE</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseOverwriteFiles.html#overwriteByRowFilter(org.apache.iceberg.expressions.Expression)">overwriteByRowFilter(Expression)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseOverwriteFiles.html" title="class in org.apache.iceberg">BaseOverwriteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/OverwriteFiles.html#overwriteByRowFilter(org.apache.iceberg.expressions.Expression)">overwriteByRowFilter(Expression)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/OverwriteFiles.html" title="interface in org.apache.iceberg">OverwriteFiles</a></dt>
<dd>
<div class="block">Delete files that match an <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>Expression</code></a> on data rows from the table.</div>
</dd>
<dt><a href="org/apache/iceberg/OverwriteFiles.html" title="interface in org.apache.iceberg"><span class="typeNameLink">OverwriteFiles</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for overwriting files in a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#overwriteMode()">overwriteMode()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#overwriteMode()">overwriteMode()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BinPacking.ListPacker.html#pack(java.lang.Iterable,java.util.function.Function)">pack(Iterable&lt;T&gt;, Function&lt;T, Long&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BinPacking.ListPacker.html" title="class in org.apache.iceberg.util">BinPacking.ListPacker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BinPacking.ListPacker.html#packEnd(java.util.List,java.util.function.Function)">packEnd(List&lt;T&gt;, Function&lt;T, Long&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BinPacking.ListPacker.html" title="class in org.apache.iceberg.util">BinPacking.ListPacker</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BinPacking.PackingIterable.html#%3Cinit%3E(java.lang.Iterable,long,int,java.util.function.Function)">PackingIterable(Iterable&lt;T&gt;, long, int, Function&lt;T, Long&gt;)</a></span> - Constructor for class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BinPacking.PackingIterable.html" title="class in org.apache.iceberg.util">BinPacking.PackingIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BinPacking.PackingIterable.html#%3Cinit%3E(java.lang.Iterable,long,int,java.util.function.Function,boolean)">PackingIterable(Iterable&lt;T&gt;, long, int, Function&lt;T, Long&gt;, boolean)</a></span> - Constructor for class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BinPacking.PackingIterable.html" title="class in org.apache.iceberg.util">BinPacking.PackingIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#page">page</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#pageIterator()">pageIterator()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BaseColumnIterator.html#pageIterator()">pageIterator()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BaseColumnIterator.html" title="class in org.apache.iceberg.parquet">BaseColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnIterator.html#pageIterator()">pageIterator()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnIterator.html" title="class in org.apache.iceberg.parquet">ColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BaseColumnIterator.html#pageSource">pageSource</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BaseColumnIterator.html" title="class in org.apache.iceberg.parquet">BaseColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/Pair.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">Pair</span></a>&lt;<a href="org/apache/iceberg/util/Pair.html" title="type parameter in Pair">X</a>,&#8203;<a href="org/apache/iceberg/util/Pair.html" title="type parameter in Pair">Y</a>&gt; - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html#pairs(M)">pairs(M)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.RepeatedKeyValueWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#parallelism()">parallelism()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/ParallelIterable.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">ParallelIterable</span></a>&lt;<a href="org/apache/iceberg/util/ParallelIterable.html" title="type parameter in ParallelIterable">T</a>&gt; - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ParallelIterable.html#%3Cinit%3E(java.lang.Iterable,java.util.concurrent.ExecutorService)">ParallelIterable(Iterable&lt;? extends Iterable&lt;T&gt;&gt;, ExecutorService)</a></span> - Constructor for class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ParallelIterable.html" title="class in org.apache.iceberg.util">ParallelIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/AncestorsOfProcedure.html#parameters()">parameters()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/AncestorsOfProcedure.html" title="class in org.apache.iceberg.spark.procedures">AncestorsOfProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/CreateChangelogViewProcedure.html#parameters()">parameters()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/CreateChangelogViewProcedure.html" title="class in org.apache.iceberg.spark.procedures">CreateChangelogViewProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/ExpireSnapshotsProcedure.html#parameters()">parameters()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/ExpireSnapshotsProcedure.html" title="class in org.apache.iceberg.spark.procedures">ExpireSnapshotsProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/FastForwardBranchProcedure.html#parameters()">parameters()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/FastForwardBranchProcedure.html" title="class in org.apache.iceberg.spark.procedures">FastForwardBranchProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/RemoveOrphanFilesProcedure.html#parameters()">parameters()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/RemoveOrphanFilesProcedure.html" title="class in org.apache.iceberg.spark.procedures">RemoveOrphanFilesProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/RewritePositionDeleteFilesProcedure.html#parameters()">parameters()</a></span> - Method in class org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/RewritePositionDeleteFilesProcedure.html" title="class in org.apache.iceberg.spark.procedures">RewritePositionDeleteFilesProcedure</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/connector/iceberg/catalog/Procedure.html#parameters()">parameters()</a></span> - Method in interface org.apache.spark.sql.connector.iceberg.catalog.<a href="org/apache/spark/sql/connector/iceberg/catalog/Procedure.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog">Procedure</a></dt>
<dd>
<div class="block">Returns the input parameters of this procedure.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#parentId()">parentId()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return this snapshot's parent ID or null.</div>
</dd>
<dt><a href="org/apache/iceberg/parquet/Parquet.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">Parquet</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileFormat.html#PARQUET">PARQUET</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg">FileFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_BATCH_SIZE">PARQUET_BATCH_SIZE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_BATCH_SIZE_DEFAULT">PARQUET_BATCH_SIZE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_BLOOM_FILTER_COLUMN_ENABLED_PREFIX">PARQUET_BLOOM_FILTER_COLUMN_ENABLED_PREFIX</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_BLOOM_FILTER_MAX_BYTES">PARQUET_BLOOM_FILTER_MAX_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_BLOOM_FILTER_MAX_BYTES_DEFAULT">PARQUET_BLOOM_FILTER_MAX_BYTES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_COMPRESSION">PARQUET_COMPRESSION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_COMPRESSION_DEFAULT">PARQUET_COMPRESSION_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_COMPRESSION_DEFAULT_SINCE_1_4_0">PARQUET_COMPRESSION_DEFAULT_SINCE_1_4_0</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_COMPRESSION_LEVEL">PARQUET_COMPRESSION_LEVEL</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_COMPRESSION_LEVEL_DEFAULT">PARQUET_COMPRESSION_LEVEL_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_DICT_SIZE_BYTES">PARQUET_DICT_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_DICT_SIZE_BYTES_DEFAULT">PARQUET_DICT_SIZE_BYTES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_PAGE_ROW_LIMIT">PARQUET_PAGE_ROW_LIMIT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_PAGE_ROW_LIMIT_DEFAULT">PARQUET_PAGE_ROW_LIMIT_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_PAGE_SIZE_BYTES">PARQUET_PAGE_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_PAGE_SIZE_BYTES_DEFAULT">PARQUET_PAGE_SIZE_BYTES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_ROW_GROUP_CHECK_MAX_RECORD_COUNT">PARQUET_ROW_GROUP_CHECK_MAX_RECORD_COUNT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_ROW_GROUP_CHECK_MAX_RECORD_COUNT_DEFAULT">PARQUET_ROW_GROUP_CHECK_MAX_RECORD_COUNT_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_ROW_GROUP_CHECK_MIN_RECORD_COUNT">PARQUET_ROW_GROUP_CHECK_MIN_RECORD_COUNT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_ROW_GROUP_CHECK_MIN_RECORD_COUNT_DEFAULT">PARQUET_ROW_GROUP_CHECK_MIN_RECORD_COUNT_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_ROW_GROUP_SIZE_BYTES">PARQUET_ROW_GROUP_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_ROW_GROUP_SIZE_BYTES_DEFAULT">PARQUET_ROW_GROUP_SIZE_BYTES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_VECTORIZATION_ENABLED">PARQUET_VECTORIZATION_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PARQUET_VECTORIZATION_ENABLED_DEFAULT">PARQUET_VECTORIZATION_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">Parquet.DataWriteBuilder</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">Parquet.DeleteWriteBuilder</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">Parquet.ReadBuilder</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">Parquet.WriteBuilder</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetAvroReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetAvroReader</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetAvroReader.html#%3Cinit%3E()">ParquetAvroReader()</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetAvroReader.html" title="class in org.apache.iceberg.parquet">ParquetAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetAvroValueReaders.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetAvroValueReaders</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetAvroValueReaders.TimeMillisReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetAvroValueReaders.TimeMillisReader</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetAvroValueReaders.TimestampMillisReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetAvroValueReaders.TimestampMillisReader</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetAvroWriter.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetAvroWriter</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#parquetBatchSize()">parquetBatchSize()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetBloomRowGroupFilter.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetBloomRowGroupFilter</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetBloomRowGroupFilter.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.iceberg.expressions.Expression)">ParquetBloomRowGroupFilter(Schema, Expression)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetBloomRowGroupFilter.html" title="class in org.apache.iceberg.parquet">ParquetBloomRowGroupFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetBloomRowGroupFilter.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.iceberg.expressions.Expression,boolean)">ParquetBloomRowGroupFilter(Schema, Expression, boolean)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetBloomRowGroupFilter.html" title="class in org.apache.iceberg.parquet">ParquetBloomRowGroupFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetCodecFactory.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetCodecFactory</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>
<div class="block">This class implements a codec factory that is used when reading from Parquet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetCodecFactory.html#%3Cinit%3E(org.apache.hadoop.conf.Configuration,int)">ParquetCodecFactory(Configuration, int)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetCodecFactory.html" title="class in org.apache.iceberg.parquet">ParquetCodecFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#parquetCompressionCodec()">parquetCompressionCodec()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#parquetCompressionLevel()">parquetCompressionLevel()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetDictionaryRowGroupFilter.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetDictionaryRowGroupFilter</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetDictionaryRowGroupFilter.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.iceberg.expressions.Expression)">ParquetDictionaryRowGroupFilter(Schema, Expression)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetDictionaryRowGroupFilter.html" title="class in org.apache.iceberg.parquet">ParquetDictionaryRowGroupFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetDictionaryRowGroupFilter.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.iceberg.expressions.Expression,boolean)">ParquetDictionaryRowGroupFilter(Schema, Expression, boolean)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetDictionaryRowGroupFilter.html" title="class in org.apache.iceberg.parquet">ParquetDictionaryRowGroupFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetIterable.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetIterable</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetIterable.html" title="type parameter in ParquetIterable">T</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetMetricsRowGroupFilter.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetMetricsRowGroupFilter</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetMetricsRowGroupFilter.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.iceberg.expressions.Expression)">ParquetMetricsRowGroupFilter(Schema, Expression)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetMetricsRowGroupFilter.html" title="class in org.apache.iceberg.parquet">ParquetMetricsRowGroupFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetMetricsRowGroupFilter.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.iceberg.expressions.Expression,boolean)">ParquetMetricsRowGroupFilter(Schema, Expression, boolean)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetMetricsRowGroupFilter.html" title="class in org.apache.iceberg.parquet">ParquetMetricsRowGroupFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetReader</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetReader.html" title="type parameter in ParquetReader">T</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetReader.html#%3Cinit%3E(org.apache.iceberg.io.InputFile,org.apache.iceberg.Schema,org.apache.parquet.ParquetReadOptions,java.util.function.Function,org.apache.iceberg.mapping.NameMapping,org.apache.iceberg.expressions.Expression,boolean,boolean)">ParquetReader(InputFile, Schema, ParquetReadOptions, Function&lt;MessageType, ParquetValueReader&lt;?&gt;&gt;, NameMapping, Expression, boolean, boolean)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetReader.html" title="class in org.apache.iceberg.parquet">ParquetReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetSchemaUtil</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.HasIds.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetSchemaUtil.HasIds</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetTypeVisitor</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="type parameter in ParquetTypeVisitor">T</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#%3Cinit%3E()">ParquetTypeVisitor()</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetUtil.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetUtil</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReader.html" title="interface in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReader</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueReader.html" title="type parameter in ParquetValueReader">T</a>&gt; - Interface in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.BinaryAsDecimalReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.BinaryAsDecimalReader</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.ByteArrayReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.ByteArrayReader</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.BytesReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.BytesReader</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.FloatAsDoubleReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.FloatAsDoubleReader</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.IntAsLongReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.IntAsLongReader</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.IntegerAsDecimalReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.IntegerAsDecimalReader</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.ListReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.ListReader</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueReaders.ListReader.html" title="type parameter in ParquetValueReaders.ListReader">E</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.LongAsDecimalReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.LongAsDecimalReader</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.MapReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.MapReader</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueReaders.MapReader.html" title="type parameter in ParquetValueReaders.MapReader">K</a>,&#8203;<a href="org/apache/iceberg/parquet/ParquetValueReaders.MapReader.html" title="type parameter in ParquetValueReaders.MapReader">V</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.PrimitiveReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.PrimitiveReader</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueReaders.PrimitiveReader.html" title="type parameter in ParquetValueReaders.PrimitiveReader">T</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.RepeatedKeyValueReader</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html" title="type parameter in ParquetValueReaders.RepeatedKeyValueReader">M</a>,&#8203;<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html" title="type parameter in ParquetValueReaders.RepeatedKeyValueReader">I</a>,&#8203;<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html" title="type parameter in ParquetValueReaders.RepeatedKeyValueReader">K</a>,&#8203;<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html" title="type parameter in ParquetValueReaders.RepeatedKeyValueReader">V</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.RepeatedReader</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html" title="type parameter in ParquetValueReaders.RepeatedReader">T</a>,&#8203;<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html" title="type parameter in ParquetValueReaders.RepeatedReader">I</a>,&#8203;<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html" title="type parameter in ParquetValueReaders.RepeatedReader">E</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.ReusableEntry.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.ReusableEntry</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueReaders.ReusableEntry.html" title="type parameter in ParquetValueReaders.ReusableEntry">K</a>,&#8203;<a href="org/apache/iceberg/parquet/ParquetValueReaders.ReusableEntry.html" title="type parameter in ParquetValueReaders.ReusableEntry">V</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.StringReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.StringReader</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.StructReader</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="type parameter in ParquetValueReaders.StructReader">T</a>,&#8203;<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="type parameter in ParquetValueReaders.StructReader">I</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueReaders.UnboxedReader</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html" title="type parameter in ParquetValueReaders.UnboxedReader">T</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueWriter.html" title="interface in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueWriter</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueWriter.html" title="type parameter in ParquetValueWriter">T</a>&gt; - Interface in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueWriters</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueWriters.PositionDeleteStructWriter.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueWriters.PositionDeleteStructWriter</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueWriters.PositionDeleteStructWriter.html" title="type parameter in ParquetValueWriters.PositionDeleteStructWriter">R</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueWriters.PrimitiveWriter.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueWriters.PrimitiveWriter</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueWriters.PrimitiveWriter.html" title="type parameter in ParquetValueWriters.PrimitiveWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueWriters.RepeatedKeyValueWriter</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html" title="type parameter in ParquetValueWriters.RepeatedKeyValueWriter">M</a>,&#8203;<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html" title="type parameter in ParquetValueWriters.RepeatedKeyValueWriter">K</a>,&#8203;<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html" title="type parameter in ParquetValueWriters.RepeatedKeyValueWriter">V</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueWriters.RepeatedWriter</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html" title="type parameter in ParquetValueWriters.RepeatedWriter">L</a>,&#8203;<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html" title="type parameter in ParquetValueWriters.RepeatedWriter">E</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetValueWriters.StructWriter.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetValueWriters.StructWriter</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetValueWriters.StructWriter.html" title="type parameter in ParquetValueWriters.StructWriter">S</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#parquetVectorizationEnabled()">parquetVectorizationEnabled()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data"><span class="typeNameLink">ParquetWithFlinkSchemaVisitor</span></a>&lt;<a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html" title="type parameter in ParquetWithFlinkSchemaVisitor">T</a>&gt; - Class in <a href="org/apache/iceberg/flink/data/package-summary.html">org.apache.iceberg.flink.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html#%3Cinit%3E()">ParquetWithFlinkSchemaVisitor()</a></span> - Constructor for class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">ParquetWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data"><span class="typeNameLink">ParquetWithSparkSchemaVisitor</span></a>&lt;<a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html" title="type parameter in ParquetWithSparkSchemaVisitor">T</a>&gt; - Class in <a href="org/apache/iceberg/spark/data/package-summary.html">org.apache.iceberg.spark.data</a></dt>
<dd>
<div class="block">Visitor for traversing a Parquet type with a companion Spark type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html#%3Cinit%3E()">ParquetWithSparkSchemaVisitor()</a></span> - Constructor for class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">ParquetWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ParquetWriteAdapter</span></a>&lt;<a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html" title="type parameter in ParquetWriteAdapter">D</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">use <code>ParquetWriter</code></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html#%3Cinit%3E(org.apache.parquet.hadoop.ParquetWriter,org.apache.iceberg.MetricsConfig)">ParquetWriteAdapter(ParquetWriter&lt;D&gt;, MetricsConfig)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html" title="class in org.apache.iceberg.parquet">ParquetWriteAdapter</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.FromJson.html#parse(com.fasterxml.jackson.databind.JsonNode)">parse(JsonNode)</a></span> - Method in interface org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.FromJson.html" title="interface in org.apache.iceberg.util">JsonUtil.FromJson</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifier.html#parse(java.lang.String)">parse(String)</a></span> - Static method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifier.html" title="class in org.apache.iceberg.catalog">TableIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#parse(java.lang.String,org.apache.iceberg.util.JsonUtil.FromJson)">parse(String, JsonUtil.FromJson&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>
<div class="block">Helper for parsing JSON from a String.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ErrorHandler.html#parseResponse(int,java.lang.String)">parseResponse(int, String)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ErrorHandler.html" title="class in org.apache.iceberg.rest">ErrorHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.html#parseScope(java.lang.String)">parseScope(String)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ExtendedParser.html#parseSortOrder(java.lang.String)">parseSortOrder(String)</a></span> - Method in interface org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ExtendedParser.html" title="interface in org.apache.iceberg.spark">ExtendedParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ExtendedParser.html#parseSortOrder(org.apache.spark.sql.SparkSession,java.lang.String)">parseSortOrder(SparkSession, String)</a></span> - Static method in interface org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ExtendedParser.html" title="interface in org.apache.iceberg.spark">ExtendedParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#PARTIAL_PROGRESS_ENABLED">PARTIAL_PROGRESS_ENABLED</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>
<div class="block">Enable committing groups of files (see max-file-group-size-bytes) prior to the entire rewrite
completing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html#PARTIAL_PROGRESS_ENABLED">PARTIAL_PROGRESS_ENABLED</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles</a></dt>
<dd>
<div class="block">Enable committing groups of files (see max-file-group-size-bytes) prior to the entire rewrite
completing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#PARTIAL_PROGRESS_ENABLED_DEFAULT">PARTIAL_PROGRESS_ENABLED_DEFAULT</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html#PARTIAL_PROGRESS_ENABLED_DEFAULT">PARTIAL_PROGRESS_ENABLED_DEFAULT</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#PARTIAL_PROGRESS_MAX_COMMITS">PARTIAL_PROGRESS_MAX_COMMITS</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>
<div class="block">The maximum amount of Iceberg commits that this rewrite is allowed to produce if partial
progress is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html#PARTIAL_PROGRESS_MAX_COMMITS">PARTIAL_PROGRESS_MAX_COMMITS</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles</a></dt>
<dd>
<div class="block">The maximum amount of Iceberg commits that this rewrite is allowed to produce if partial
progress is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#PARTIAL_PROGRESS_MAX_COMMITS_DEFAULT">PARTIAL_PROGRESS_MAX_COMMITS_DEFAULT</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html#PARTIAL_PROGRESS_MAX_COMMITS_DEFAULT">PARTIAL_PROGRESS_MAX_COMMITS_DEFAULT</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupInfo.html#partition()">partition()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupInfo.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.FileGroupInfo</a></dt>
<dd>
<div class="block">returns which partition this file group contains files from</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupInfo.html#partition()">partition()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupInfo.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles.FileGroupInfo</a></dt>
<dd>
<div class="block">Returns which partition this position delete file group contains files from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#partition()">partition()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns partition for this file as a <a href="org/apache/iceberg/StructLike.html" title="interface in org.apache.iceberg"><code>StructLike</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentScanTask.html#partition()">partition()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentScanTask.html" title="interface in org.apache.iceberg">ContentScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionScanTask.html#partition()">partition()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/PartitionScanTask.html" title="interface in org.apache.iceberg">PartitionScanTask</a></dt>
<dd>
<div class="block">Returns the value of the partition for this scan task</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#partition()">partition()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionKey.html#partition(org.apache.iceberg.StructLike)">partition(StructLike)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionKey.html" title="class in org.apache.iceberg">PartitionKey</a></dt>
<dd>
<div class="block">Replace this key's partition values with the partition values for the row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkPartitionedFanoutWriter.html#partition(org.apache.spark.sql.catalyst.InternalRow)">partition(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkPartitionedFanoutWriter.html" title="class in org.apache.iceberg.spark.source">SparkPartitionedFanoutWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkPartitionedWriter.html#partition(org.apache.spark.sql.catalyst.InternalRow)">partition(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkPartitionedWriter.html" title="class in org.apache.iceberg.spark.source">SparkPartitionedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PartitionedFanoutWriter.html#partition(T)">partition(T)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/PartitionedFanoutWriter.html" title="class in org.apache.iceberg.io">PartitionedFanoutWriter</a></dt>
<dd>
<div class="block">Create a PartitionKey from the values in row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PartitionedWriter.html#partition(T)">partition(T)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/PartitionedWriter.html" title="class in org.apache.iceberg.io">PartitionedWriter</a></dt>
<dd>
<div class="block">Create a PartitionKey from the values in row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.html#PARTITION">PARTITION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.html" title="class in org.apache.iceberg">PositionDeletesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#PARTITION">PARTITION</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#PARTITION">PARTITION</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html#PARTITION()">PARTITION()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.AddPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html#PARTITION()">PARTITION()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#PARTITION()">PARTITION()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#PARTITION()">PARTITION()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html#PARTITION()">PARTITION()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteDistributionSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#PARTITION_COLUMN_DOC">PARTITION_COLUMN_DOC</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#PARTITION_COLUMN_ID">PARTITION_COLUMN_ID</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#PARTITION_COLUMN_NAME">PARTITION_COLUMN_NAME</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#PARTITION_DOC">PARTITION_DOC</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#PARTITION_ID">PARTITION_ID</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#PARTITION_NAME">PARTITION_NAME</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#PARTITION_SPEC">PARTITION_SPEC</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#PARTITION_SUMMARIES">PARTITION_SUMMARIES</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#PARTITION_SUMMARY_PROP">PARTITION_SUMMARY_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#PARTITION_SUMMARY_TYPE">PARTITION_SUMMARY_TYPE</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg"><span class="typeNameLink">PartitionData</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#%3Cinit%3E(org.apache.iceberg.types.Types.StructType)">PartitionData(Types.StructType)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#partitionDF(org.apache.spark.sql.SparkSession,java.lang.String)">partitionDF(SparkSession, String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>
<div class="block">Returns a DataFrame with a row for each partition in the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#partitionDFByFilter(org.apache.spark.sql.SparkSession,java.lang.String,java.lang.String)">partitionDFByFilter(SparkSession, String, String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>
<div class="block">Returns a DataFrame with a row for each partition that matches the specified 'expression'.</div>
</dd>
<dt><a href="org/apache/iceberg/io/PartitionedFanoutWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">PartitionedFanoutWriter</span></a>&lt;<a href="org/apache/iceberg/io/PartitionedFanoutWriter.html" title="type parameter in PartitionedFanoutWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PartitionedFanoutWriter.html#%3Cinit%3E(org.apache.iceberg.PartitionSpec,org.apache.iceberg.FileFormat,org.apache.iceberg.io.FileAppenderFactory,org.apache.iceberg.io.OutputFileFactory,org.apache.iceberg.io.FileIO,long)">PartitionedFanoutWriter(PartitionSpec, FileFormat, FileAppenderFactory&lt;T&gt;, OutputFileFactory, FileIO, long)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/PartitionedFanoutWriter.html" title="class in org.apache.iceberg.io">PartitionedFanoutWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/PartitionedWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">PartitionedWriter</span></a>&lt;<a href="org/apache/iceberg/io/PartitionedWriter.html" title="type parameter in PartitionedWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PartitionedWriter.html#%3Cinit%3E(org.apache.iceberg.PartitionSpec,org.apache.iceberg.FileFormat,org.apache.iceberg.io.FileAppenderFactory,org.apache.iceberg.io.OutputFileFactory,org.apache.iceberg.io.FileIO,long)">PartitionedWriter(PartitionSpec, FileFormat, FileAppenderFactory&lt;T&gt;, OutputFileFactory, FileIO, long)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/PartitionedWriter.html" title="class in org.apache.iceberg.io">PartitionedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#partitionExists(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">partitionExists(ObjectPath, CatalogPartitionSpec)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/PartitionField.html" title="class in org.apache.iceberg"><span class="typeNameLink">PartitionField</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Represents a single field in a <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>PartitionSpec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupInfo.html#partitionIndex()">partitionIndex()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupInfo.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.FileGroupInfo</a></dt>
<dd>
<div class="block">returns which file group this is out of the set of file groups for this partition</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupInfo.html#partitionIndex()">partitionIndex()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupInfo.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles.FileGroupInfo</a></dt>
<dd>
<div class="block">Returns which position delete file group this is out of the set of file groups for this
partition</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/RollbackStagedTable.html#partitioning()">partitioning()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/RollbackStagedTable.html" title="class in org.apache.iceberg.spark">RollbackStagedTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#partitioning()">partitioning()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/Partitioning.html" title="class in org.apache.iceberg"><span class="typeNameLink">Partitioning</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/PartitioningWriter.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">PartitioningWriter</span></a>&lt;<a href="org/apache/iceberg/io/PartitioningWriter.html" title="type parameter in PartitioningWriter">T</a>,&#8203;<a href="org/apache/iceberg/io/PartitioningWriter.html" title="type parameter in PartitioningWriter">R</a>&gt; - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A writer capable of writing files of a single type (i.e.</div>
</dd>
<dt><a href="org/apache/iceberg/PartitionKey.html" title="class in org.apache.iceberg"><span class="typeNameLink">PartitionKey</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A struct of partition values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionKey.html#%3Cinit%3E(org.apache.iceberg.PartitionSpec,org.apache.iceberg.Schema)">PartitionKey(PartitionSpec, Schema)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/PartitionKey.html" title="class in org.apache.iceberg">PartitionKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkUtil.html#partitionMapToExpression(org.apache.spark.sql.types.StructType,java.util.Map)">partitionMapToExpression(StructType, Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkUtil.html" title="class in org.apache.iceberg.spark">SparkUtil</a></dt>
<dd>
<div class="block">Get a List of Spark filter Expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.PartitionMetrics.html#%3Cinit%3E()">PartitionMetrics()</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.PartitionMetrics.html" title="class in org.apache.iceberg">ScanSummary.PartitionMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#partitions()">partitions()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#partitions()">partitions()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns a list of <a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html" title="interface in org.apache.iceberg"><code>partition field summaries</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#partitions()">partitions()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#PARTITIONS">PARTITIONS</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/PartitionScanTask.html" title="interface in org.apache.iceberg"><span class="typeNameLink">PartitionScanTask</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A scan task for data within a particular partition</div>
</dd>
<dt><a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">PartitionSet</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><span class="typeNameLink">PartitionSpec</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Represents how to produce partition data for a table.</div>
</dd>
<dt><a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg"><span class="typeNameLink">PartitionSpec.Builder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Used to create valid <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>partition specs</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#partitionSpecId()">partitionSpecId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#partitionSpecId()">partitionSpecId()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns iD of the <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>PartitionSpec</code></a> used to write the manifest file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#partitionSpecId()">partitionSpecId()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/PartitionSpecParser.html" title="class in org.apache.iceberg"><span class="typeNameLink">PartitionSpecParser</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms"><span class="typeNameLink">PartitionSpecVisitor</span></a>&lt;<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="type parameter in PartitionSpecVisitor">T</a>&gt; - Interface in <a href="org/apache/iceberg/transforms/package-summary.html">org.apache.iceberg.transforms</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/PartitionsTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">PartitionsTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation that exposes a table's partitions as rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#partitionToPath(org.apache.iceberg.StructLike)">partitionToPath(StructLike)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#partitionType()">partitionType()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>
<div class="block">Returns a <a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types"><code>Types.StructType</code></a> for partition data defined by this spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Partitioning.html#partitionType(org.apache.iceberg.Table)">partitionType(Table)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Partitioning.html" title="class in org.apache.iceberg">Partitioning</a></dt>
<dd>
<div class="block">Builds a unified partition type considering all specs in a table.</div>
</dd>
<dt><a href="org/apache/iceberg/util/PartitionUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">PartitionUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html#parts">parts</a></span> - Variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MultipartIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MultipartIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#path()">path()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns fully qualified path to the file, suitable for constructing a Hadoop Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDelete.html#path()">path()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDelete.html" title="class in org.apache.iceberg.deletes">PositionDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#path()">path()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericStatisticsFile.html#path()">path()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericStatisticsFile.html" title="class in org.apache.iceberg">GenericStatisticsFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#path()">path()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns fully qualified path to the file, suitable for constructing a Hadoop Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#path()">path()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#path()">path()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StatisticsFile.html#path()">path()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/StatisticsFile.html" title="interface in org.apache.iceberg">StatisticsFile</a></dt>
<dd>
<div class="block">Returns fully qualified path to the file, suitable for constructing a Hadoop Path.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html#path(java.lang.String)">path(String)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">ParquetWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#path(java.lang.String)">path(String)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#path(java.lang.String)">path(String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html#path(java.lang.String)">path(String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html" title="class in org.apache.iceberg.parquet">TypeWithSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html#path(java.lang.String)">path(String)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">ParquetWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#PATH">PATH</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#PATH">PATH</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#PATH_STYLE_ACCESS">PATH_STYLE_ACCESS</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">If set <code>true</code>, requests to S3FileIO will use Path-Style, otherwise, Virtual Hosted-Style
will be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#PATH_STYLE_ACCESS_DEFAULT">PATH_STYLE_ACCESS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/PathIdentifier.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">PathIdentifier</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PathIdentifier.html#%3Cinit%3E(java.lang.String)">PathIdentifier(String)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PathIdentifier.html" title="class in org.apache.iceberg.spark">PathIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DeleteSchemaUtil.html#pathPosSchema()">pathPosSchema()</a></span> - Static method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DeleteSchemaUtil.html" title="class in org.apache.iceberg.io">DeleteSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html#pendingSplitCount()">pendingSplitCount()</a></span> - Method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html" title="class in org.apache.iceberg.flink.source.assigner">DefaultSplitAssigner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html#pendingSplitCount()">pendingSplitCount()</a></span> - Method in interface org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html" title="interface in org.apache.iceberg.flink.source.assigner">SplitAssigner</a></dt>
<dd>
<div class="block">Return the number of pending splits that haven't been assigned yet.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorState.html#pendingSplits()">pendingSplits()</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorState.html" title="class in org.apache.iceberg.flink.source.enumerator">IcebergEnumeratorState</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/PendingUpdate.html" title="interface in org.apache.iceberg"><span class="typeNameLink">PendingUpdate</span></a>&lt;<a href="org/apache/iceberg/PendingUpdate.html" title="type parameter in PendingUpdate">T</a>&gt; - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for table metadata changes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Histogram.Statistics.html#percentile(double)">percentile(double)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Histogram.Statistics.html" title="interface in org.apache.iceberg.metrics">Histogram.Statistics</a></dt>
<dd>
<div class="block">Returns the percentile value based on the histogram statistics.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.InMemoryDataModel.html#PIG">PIG</a></span> - org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.InMemoryDataModel.html" title="enum in org.apache.iceberg.mr">InputFormatConfig.InMemoryDataModel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#PIG_ICEBERG_TABLES_IMPL">PIG_ICEBERG_TABLES_IMPL</a></span> - Static variable in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/pig/PigParquetReader.html" title="class in org.apache.iceberg.pig"><span class="typeNameLink">PigParquetReader</span></a> - Class in <a href="org/apache/iceberg/pig/package-summary.html">org.apache.iceberg.pig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/Ciphers.html#PLAIN_BLOCK_SIZE">PLAIN_BLOCK_SIZE</a></span> - Static variable in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/Ciphers.html" title="class in org.apache.iceberg.encryption">Ciphers</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/encryption/PlaintextEncryptionManager.html" title="class in org.apache.iceberg.encryption"><span class="typeNameLink">PlaintextEncryptionManager</span></a> - Class in <a href="org/apache/iceberg/encryption/package-summary.html">org.apache.iceberg.encryption</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/PlaintextEncryptionManager.html#%3Cinit%3E()">PlaintextEncryptionManager()</a></span> - Constructor for class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/PlaintextEncryptionManager.html" title="class in org.apache.iceberg.encryption">PlaintextEncryptionManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SparkDistributedDataScan.html#planDataRemotely(java.util.List,boolean)">planDataRemotely(List&lt;ManifestFile&gt;, boolean)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SparkDistributedDataScan.html" title="class in org.apache.iceberg">SparkDistributedDataScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html#planDeleteFileGroups(java.lang.Iterable)">planDeleteFileGroups(Iterable&lt;FileScanTask&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html" title="interface in org.apache.iceberg.actions">ConvertEqualityDeleteStrategy</a></dt>
<dd>
<div class="block">Groups delete files into lists which will be processed in a single executable unit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SparkDistributedDataScan.html#planDeletesRemotely(java.util.List)">planDeletesRemotely(List&lt;ManifestFile&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SparkDistributedDataScan.html" title="class in org.apache.iceberg">SparkDistributedDataScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#planFileGroups(java.lang.Iterable)">planFileGroups(Iterable&lt;FileScanTask&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteStrategy.html#planFileGroups(java.lang.Iterable)">planFileGroups(Iterable&lt;FileScanTask&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteStrategy.html" title="interface in org.apache.iceberg.actions">RewriteStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Groups file scans into lists which will be processed in a single executable unit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/FileRewriter.html#planFileGroups(java.lang.Iterable)">planFileGroups(Iterable&lt;T&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/FileRewriter.html" title="interface in org.apache.iceberg.actions">FileRewriter</a></dt>
<dd>
<div class="block">Selects files which this rewriter believes are valid targets to be rewritten based on their
scan tasks and groups those scan tasks into file groups.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#planFileGroups(java.lang.Iterable)">planFileGroups(Iterable&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#planFiles()">planFiles()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Plan tasks for this scan where each task reads a single file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotScan.html#planFiles()">planFiles()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotScan.html" title="class in org.apache.iceberg">SnapshotScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSplitPlanner.html#planIcebergSourceSplits(org.apache.iceberg.Table,org.apache.iceberg.flink.source.ScanContext,java.util.concurrent.ExecutorService)">planIcebergSourceSplits(Table, ScanContext, ExecutorService)</a></span> - Static method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSplitPlanner.html" title="class in org.apache.iceberg.flink.source">FlinkSplitPlanner</a></dt>
<dd>
<div class="block">This returns splits for the FLIP-27 source</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html#planInputPartitions(org.apache.spark.sql.connector.read.streaming.Offset,org.apache.spark.sql.connector.read.streaming.Offset)">planInputPartitions(Offset, Offset)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html" title="class in org.apache.iceberg.spark.source">SparkMicroBatchStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#PLANNING_MODE_DEFAULT">PLANNING_MODE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/PlanningMode.html" title="enum in org.apache.iceberg"><span class="typeNameLink">PlanningMode</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#planParallelism()">planParallelism()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#planParallelism(int)">planParallelism(int)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#planParallelism(java.lang.Integer)">planParallelism(Integer)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/ContinuousSplitPlanner.html#planSplits(org.apache.iceberg.flink.source.enumerator.IcebergEnumeratorPosition)">planSplits(IcebergEnumeratorPosition)</a></span> - Method in interface org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/ContinuousSplitPlanner.html" title="interface in org.apache.iceberg.flink.source.enumerator">ContinuousSplitPlanner</a></dt>
<dd>
<div class="block">Discover the files appended between <code>lastPosition</code> and current table snapshot</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/ContinuousSplitPlannerImpl.html#planSplits(org.apache.iceberg.flink.source.enumerator.IcebergEnumeratorPosition)">planSplits(IcebergEnumeratorPosition)</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/ContinuousSplitPlannerImpl.html" title="class in org.apache.iceberg.flink.source.enumerator">ContinuousSplitPlannerImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TableScanUtil.html#planTaskGroups(java.util.List,long,int,long)">planTaskGroups(List&lt;T&gt;, long, int, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TableScanUtil.html" title="class in org.apache.iceberg.util">TableScanUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TableScanUtil.html#planTaskGroups(java.util.List,long,int,long,org.apache.iceberg.types.Types.StructType)">planTaskGroups(List&lt;T&gt;, long, int, long, Types.StructType)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TableScanUtil.html" title="class in org.apache.iceberg.util">TableScanUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TableScanUtil.html#planTaskGroups(org.apache.iceberg.io.CloseableIterable,long,int,long)">planTaskGroups(CloseableIterable&lt;T&gt;, long, int, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TableScanUtil.html" title="class in org.apache.iceberg.util">TableScanUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html#planTasks()">planTasks()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html" title="class in org.apache.iceberg">PositionDeletesTable.PositionDeletesBatchScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#planTasks()">planTasks()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Plan balanced task groups for this scan by splitting large and combining small tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TableScanUtil.html#planTasks(org.apache.iceberg.io.CloseableIterable,long,int,long)">planTasks(CloseableIterable&lt;FileScanTask&gt;, long, int, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TableScanUtil.html" title="class in org.apache.iceberg.util">TableScanUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ExpireSnapshots.html#planWith(java.util.concurrent.ExecutorService)">planWith(ExecutorService)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ExpireSnapshots.html" title="interface in org.apache.iceberg">ExpireSnapshots</a></dt>
<dd>
<div class="block">Passes an alternative executor service that will be used for planning.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#planWith(java.util.concurrent.ExecutorService)">planWith(ExecutorService)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Create a new scan to use a particular executor to plan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#PLUS">PLUS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#PLUS">PLUS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ClientPoolImpl.html#poolSize()">poolSize()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ClientPoolImpl.html" title="class in org.apache.iceberg">ClientPoolImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#pos()">pos()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns the ordinal position of the file in a manifest, or null if it was not read from a
manifest.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDelete.html#pos()">pos()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDelete.html" title="class in org.apache.iceberg.deletes">PositionDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#pos()">pos()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericDeleteFilter.html#pos(org.apache.iceberg.data.Record)">pos(Record)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericDeleteFilter.html" title="class in org.apache.iceberg.data">GenericDeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#pos(T)">pos(T)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DeleteSchemaUtil.html#posDeleteSchema(org.apache.iceberg.Schema)">posDeleteSchema(Schema)</a></span> - Static method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DeleteSchemaUtil.html" title="class in org.apache.iceberg.io">DeleteSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.html#position()">position()</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileContent.html#POSITION_DELETES">POSITION_DELETES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/FileContent.html" title="enum in org.apache.iceberg">FileContent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#POSITION_DELETES">POSITION_DELETES</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#POSITIONAL_DELETE_FILES">POSITIONAL_DELETE_FILES</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.PositionalArgumentContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CallArgumentContext)">PositionalArgumentContext(IcebergSqlExtensionsParser.CallArgumentContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.PositionalArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.PositionalArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#positionalDeleteFiles()">positionalDeleteFiles()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#positionalDeleteFiles()">positionalDeleteFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#positionDelete(org.apache.iceberg.orc.OrcRowWriter,java.util.function.Function)">positionDelete(OrcRowWriter&lt;T&gt;, Function&lt;CharSequence, ?&gt;)</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/deletes/PositionDelete.html" title="class in org.apache.iceberg.deletes"><span class="typeNameLink">PositionDelete</span></a>&lt;<a href="org/apache/iceberg/deletes/PositionDelete.html" title="type parameter in PositionDelete">R</a>&gt; - Class in <a href="org/apache/iceberg/deletes/package-summary.html">org.apache.iceberg.deletes</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/deletes/PositionDeleteIndex.html" title="interface in org.apache.iceberg.deletes"><span class="typeNameLink">PositionDeleteIndex</span></a> - Interface in <a href="org/apache/iceberg/deletes/package-summary.html">org.apache.iceberg.deletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/BaseFileWriterFactory.html#positionDeleteRowSchema()">positionDeleteRowSchema()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/BaseFileWriterFactory.html" title="class in org.apache.iceberg.data">BaseFileWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html#%3Cinit%3E(org.apache.iceberg.Table,org.apache.iceberg.Schema)">PositionDeletesBatchScan(Table, Schema)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html" title="class in org.apache.iceberg">PositionDeletesTable.PositionDeletesBatchScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html#%3Cinit%3E(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.TableScanContext)">PositionDeletesBatchScan(Table, Schema, TableScanContext)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html" title="class in org.apache.iceberg">PositionDeletesTable.PositionDeletesBatchScan</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">the API will be removed in v1.5.0</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html#%3Cinit%3E(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.TableScanContext,org.apache.iceberg.expressions.Expression)">PositionDeletesBatchScan(Table, Schema, TableScanContext, Expression)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html" title="class in org.apache.iceberg">PositionDeletesTable.PositionDeletesBatchScan</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/PositionDeletesRewriteCoordinator.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">PositionDeletesRewriteCoordinator</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/PositionDeletesScanTask.html" title="interface in org.apache.iceberg"><span class="typeNameLink">PositionDeletesScanTask</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg"><code>ScanTask</code></a> for position delete files</div>
</dd>
<dt><a href="org/apache/iceberg/PositionDeletesTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">PositionDeletesTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation whose <a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg"><code>Scan</code></a> provides <a href="org/apache/iceberg/PositionDeletesScanTask.html" title="interface in org.apache.iceberg"><code>PositionDeletesScanTask</code></a>, for
reading of position delete files.</div>
</dd>
<dt><a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html" title="class in org.apache.iceberg"><span class="typeNameLink">PositionDeletesTable.PositionDeletesBatchScan</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.PositionDeleteStructWriter.html#%3Cinit%3E(org.apache.iceberg.parquet.ParquetValueWriters.StructWriter,java.util.function.Function)">PositionDeleteStructWriter(ParquetValueWriters.StructWriter&lt;?&gt;, Function&lt;CharSequence, ?&gt;)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.PositionDeleteStructWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.PositionDeleteStructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/deletes/PositionDeleteWriter.html" title="class in org.apache.iceberg.deletes"><span class="typeNameLink">PositionDeleteWriter</span></a>&lt;<a href="org/apache/iceberg/deletes/PositionDeleteWriter.html" title="type parameter in PositionDeleteWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/deletes/package-summary.html">org.apache.iceberg.deletes</a></dt>
<dd>
<div class="block">A position delete writer that can handle deletes ordered by file and position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDeleteWriter.html#%3Cinit%3E(org.apache.iceberg.io.FileAppender,org.apache.iceberg.FileFormat,java.lang.String,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike,org.apache.iceberg.encryption.EncryptionKeyMetadata)">PositionDeleteWriter(FileAppender&lt;StructLike&gt;, FileFormat, String, PartitionSpec, StructLike, EncryptionKeyMetadata)</a></span> - Constructor for class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDeleteWriter.html" title="class in org.apache.iceberg.deletes">PositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteUtil.html#positionDeltaRequirements(org.apache.iceberg.Table,org.apache.spark.sql.connector.write.RowLevelOperation.Command,org.apache.iceberg.DistributionMode,boolean,long)">positionDeltaRequirements(Table, RowLevelOperation.Command, DistributionMode, boolean, long)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteUtil.html" title="class in org.apache.iceberg.spark">SparkWriteUtil</a></dt>
<dd>
<div class="block">Builds requirements for merge-on-read DELETE, UPDATE, MERGE operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#positionDeltaRequirements(org.apache.spark.sql.connector.write.RowLevelOperation.Command)">positionDeltaRequirements(RowLevelOperation.Command)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/PositionDeltaWriter.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">PositionDeltaWriter</span></a>&lt;<a href="org/apache/iceberg/io/PositionDeltaWriter.html" title="type parameter in PositionDeltaWriter">T</a>&gt; - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A writer capable of writing data and position deletes that may belong to different specs and
partitions.</div>
</dd>
<dt><a href="org/apache/iceberg/io/PositionOutputStream.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">PositionOutputStream</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PositionOutputStream.html#%3Cinit%3E()">PositionOutputStream()</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/PositionOutputStream.html" title="class in org.apache.iceberg.io">PositionOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html#positions()">positions()</a></span> - Static method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html#positionsWithSetArrowValidityVector()">positionsWithSetArrowValidityVector()</a></span> - Static method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.PositionVectorHolder.html#%3Cinit%3E(org.apache.arrow.vector.FieldVector,org.apache.iceberg.types.Types.NestedField,org.apache.iceberg.arrow.vectorized.NullabilityHolder)">PositionVectorHolder(FieldVector, Types.NestedField, NullabilityHolder)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.PositionVectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder.PositionVectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#post(java.lang.String,org.apache.iceberg.rest.RESTRequest,java.lang.Class,java.util.function.Supplier,java.util.function.Consumer)">post(String, RESTRequest, Class&lt;T&gt;, Supplier&lt;Map&lt;String, String&gt;&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#post(java.lang.String,org.apache.iceberg.rest.RESTRequest,java.lang.Class,java.util.function.Supplier,java.util.function.Consumer,java.util.function.Consumer)">post(String, RESTRequest, Class&lt;T&gt;, Supplier&lt;Map&lt;String, String&gt;&gt;, Consumer&lt;ErrorResponse&gt;, Consumer&lt;Map&lt;String, String&gt;&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/HTTPClient.html#post(java.lang.String,org.apache.iceberg.rest.RESTRequest,java.lang.Class,java.util.Map,java.util.function.Consumer)">post(String, RESTRequest, Class&lt;T&gt;, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/HTTPClient.html" title="class in org.apache.iceberg.rest">HTTPClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#post(java.lang.String,org.apache.iceberg.rest.RESTRequest,java.lang.Class,java.util.Map,java.util.function.Consumer)">post(String, RESTRequest, Class&lt;T&gt;, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/HTTPClient.html#post(java.lang.String,org.apache.iceberg.rest.RESTRequest,java.lang.Class,java.util.Map,java.util.function.Consumer,java.util.function.Consumer)">post(String, RESTRequest, Class&lt;T&gt;, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;, Consumer&lt;Map&lt;String, String&gt;&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/HTTPClient.html" title="class in org.apache.iceberg.rest">HTTPClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#post(java.lang.String,org.apache.iceberg.rest.RESTRequest,java.lang.Class,java.util.Map,java.util.function.Consumer,java.util.function.Consumer)">post(String, RESTRequest, Class&lt;T&gt;, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;, Consumer&lt;Map&lt;String, String&gt;&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#postForm(java.lang.String,java.util.Map,java.lang.Class,java.util.function.Supplier,java.util.function.Consumer)">postForm(String, Map&lt;String, String&gt;, Class&lt;T&gt;, Supplier&lt;Map&lt;String, String&gt;&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/HTTPClient.html#postForm(java.lang.String,java.util.Map,java.lang.Class,java.util.Map,java.util.function.Consumer)">postForm(String, Map&lt;String, String&gt;, Class&lt;T&gt;, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/HTTPClient.html" title="class in org.apache.iceberg.rest">HTTPClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTClient.html#postForm(java.lang.String,java.util.Map,java.lang.Class,java.util.Map,java.util.function.Consumer)">postForm(String, Map&lt;String, String&gt;, Class&lt;T&gt;, Map&lt;String, String&gt;, Consumer&lt;ErrorResponse&gt;)</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest">RESTClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DecimalType.html#precision()">precision()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DecimalType.html" title="class in org.apache.iceberg.types">Types.DecimalType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html#preCreateTable(org.apache.hadoop.hive.metastore.api.Table)">preCreateTable(Table)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergMetaHook</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#predicate(org.apache.iceberg.expressions.BoundPredicate)">predicate(BoundPredicate&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#predicate(org.apache.iceberg.expressions.BoundPredicate)">predicate(BoundPredicate&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#predicate(org.apache.iceberg.expressions.BoundPredicate)">predicate(BoundPredicate&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html#predicate(org.apache.iceberg.expressions.BoundPredicate)">predicate(BoundPredicate&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.ExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#predicate(org.apache.iceberg.expressions.Expression.Operation,java.lang.String)">predicate(Expression.Operation, String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#predicate(org.apache.iceberg.expressions.Expression.Operation,java.lang.String,java.lang.Iterable)">predicate(Expression.Operation, String, Iterable&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#predicate(org.apache.iceberg.expressions.Expression.Operation,java.lang.String,org.apache.iceberg.expressions.Literal)">predicate(Expression.Operation, String, Literal&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#predicate(org.apache.iceberg.expressions.Expression.Operation,java.lang.String,T)">predicate(Expression.Operation, String, T)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#predicate(org.apache.iceberg.expressions.Expression.Operation,org.apache.iceberg.expressions.UnboundTerm)">predicate(Expression.Operation, UnboundTerm&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#predicate(org.apache.iceberg.expressions.Expression.Operation,org.apache.iceberg.expressions.UnboundTerm,java.lang.Iterable)">predicate(Expression.Operation, UnboundTerm&lt;T&gt;, Iterable&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#predicate(org.apache.iceberg.expressions.UnboundPredicate)">predicate(UnboundPredicate&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#predicate(org.apache.iceberg.expressions.UnboundPredicate)">predicate(UnboundPredicate&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#predicate(org.apache.iceberg.expressions.UnboundPredicate)">predicate(UnboundPredicate&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html#predicate(org.apache.iceberg.expressions.UnboundPredicate)">predicate(UnboundPredicate&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.ExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Predicate.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">Predicate</span></a>&lt;<a href="org/apache/iceberg/expressions/Predicate.html" title="type parameter in Predicate">T</a>,&#8203;<a href="org/apache/iceberg/expressions/Predicate.html" title="type parameter in Predicate">C</a> extends <a href="org/apache/iceberg/expressions/Term.html" title="interface in org.apache.iceberg.expressions">Term</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html#preDropTable(org.apache.hadoop.hive.metastore.api.Table)">preDropTable(Table)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergMetaHook</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#preferLocality()">preferLocality()</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>
<div class="block">If this API is called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteOrphanFiles.html#prefixMismatchMode(org.apache.iceberg.actions.DeleteOrphanFiles.PrefixMismatchMode)">prefixMismatchMode(DeleteOrphanFiles.PrefixMismatchMode)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteOrphanFiles.html" title="interface in org.apache.iceberg.actions">DeleteOrphanFiles</a></dt>
<dd>
<div class="block">Passes a prefix mismatch mode that determines how this action should handle situations when the
metadata references files that match listed/provided files except for authority/scheme.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html#prefixMismatchMode(org.apache.iceberg.actions.DeleteOrphanFiles.PrefixMismatchMode)">prefixMismatchMode(DeleteOrphanFiles.PrefixMismatchMode)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#PRELOAD_CLIENT_ENABLED">PRELOAD_CLIENT_ENABLED</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">This flag controls whether the S3 client will be initialized during the S3FileIO
initialization, instead of default lazy initialization upon use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#PRELOAD_CLIENT_ENABLED_DEFAULT">PRELOAD_CLIENT_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestWriter.html#prepare(org.apache.iceberg.ManifestEntry)">prepare(ManifestEntry&lt;F&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#prepareToRead(org.apache.hadoop.mapreduce.RecordReader,org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigSplit)">prepareToRead(RecordReader, PigSplit)</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#PRESERVE_DATA_GROUPING">PRESERVE_DATA_GROUPING</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#PRESERVE_DATA_GROUPING_DEFAULT">PRESERVE_DATA_GROUPING_DEFAULT</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#preserveDataGrouping()">preserveDataGrouping()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transform.html#preservesOrder()">preservesOrder()</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms">Transform</a></dt>
<dd>
<div class="block">Whether the transform preserves the order of values (is monotonic).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#presign(software.amazon.awssdk.http.SdkHttpFullRequest,software.amazon.awssdk.core.interceptor.ExecutionAttributes)">presign(SdkHttpFullRequest, ExecutionAttributes)</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#PREVIOUS_METADATA_LOCATION_PROP">PREVIOUS_METADATA_LOCATION_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#previousFiles()">previousFiles()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaVisitor.html#primitive(org.apache.avro.Schema)">primitive(Schema)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/RemoveIds.html#primitive(org.apache.avro.Schema)">primitive(Schema)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/RemoveIds.html" title="class in org.apache.iceberg.avro">RemoveIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html#primitive(org.apache.flink.table.types.logical.LogicalType,org.apache.parquet.schema.PrimitiveType)">primitive(LogicalType, PrimitiveType)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">ParquetWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html#primitive(org.apache.iceberg.types.Type.PrimitiveType)">primitive(Type.PrimitiveType)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PruneColumnsWithoutReordering.html#primitive(org.apache.iceberg.types.Type.PrimitiveType)">primitive(Type.PrimitiveType)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PruneColumnsWithoutReordering.html" title="class in org.apache.iceberg.spark">PruneColumnsWithoutReordering</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PruneColumnsWithReordering.html#primitive(org.apache.iceberg.types.Type.PrimitiveType)">primitive(Type.PrimitiveType)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PruneColumnsWithReordering.html" title="class in org.apache.iceberg.spark">PruneColumnsWithReordering</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.DescribeSchemaVisitor.html#primitive(org.apache.iceberg.types.Type.PrimitiveType)">primitive(Type.PrimitiveType)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.DescribeSchemaVisitor.html" title="class in org.apache.iceberg.spark">Spark3Util.DescribeSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/CheckCompatibility.html#primitive(org.apache.iceberg.types.Type.PrimitiveType)">primitive(Type.PrimitiveType)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/CheckCompatibility.html" title="class in org.apache.iceberg.types">CheckCompatibility</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/FixupTypes.html#primitive(org.apache.iceberg.types.Type.PrimitiveType)">primitive(Type.PrimitiveType)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/FixupTypes.html" title="class in org.apache.iceberg.types">FixupTypes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#primitive(org.apache.iceberg.types.Type.PrimitiveType)">primitive(Type.PrimitiveType)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexParents.html#primitive(org.apache.iceberg.types.Type.PrimitiveType)">primitive(Type.PrimitiveType)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexParents.html" title="class in org.apache.iceberg.types">IndexParents</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html#primitive(org.apache.iceberg.types.Type.PrimitiveType)">primitive(Type.PrimitiveType)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.CustomOrderSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#primitive(org.apache.iceberg.types.Type.PrimitiveType)">primitive(Type.PrimitiveType)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/UnionByNameVisitor.html#primitive(org.apache.iceberg.types.Type.PrimitiveType,java.lang.Integer)">primitive(Type.PrimitiveType, Integer)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/UnionByNameVisitor.html" title="class in org.apache.iceberg.schema">UnionByNameVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html#primitive(org.apache.iceberg.types.Type.PrimitiveType,org.apache.avro.Schema)">primitive(Type.PrimitiveType, Schema)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html#primitive(org.apache.iceberg.types.Type.PrimitiveType,org.apache.orc.TypeDescription)">primitive(Type.PrimitiveType, TypeDescription)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedReaderBuilder.html#primitive(org.apache.iceberg.types.Type.PrimitiveType,org.apache.parquet.schema.PrimitiveType)">primitive(Type.PrimitiveType, PrimitiveType)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedReaderBuilder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedReaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html#primitive(org.apache.iceberg.types.Type.PrimitiveType,org.apache.parquet.schema.PrimitiveType)">primitive(Type.PrimitiveType, PrimitiveType)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html" title="class in org.apache.iceberg.parquet">TypeWithSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeToMessageType.html#primitive(org.apache.iceberg.types.Type.PrimitiveType,org.apache.parquet.schema.Type.Repetition,int,java.lang.String)">primitive(Type.PrimitiveType, Type.Repetition, int, String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeToMessageType.html" title="class in org.apache.iceberg.parquet">TypeToMessageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#primitive(org.apache.iceberg.types.Type.PrimitiveType,P)">primitive(Type.PrimitiveType, P)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/EstimateOrcAvgWidthVisitor.html#primitive(org.apache.orc.TypeDescription)">primitive(TypeDescription)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/EstimateOrcAvgWidthVisitor.html" title="class in org.apache.iceberg.orc">EstimateOrcAvgWidthVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#primitive(org.apache.orc.TypeDescription)">primitive(TypeDescription)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.HasIds.html#primitive(org.apache.parquet.schema.PrimitiveType)">primitive(PrimitiveType)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.HasIds.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil.HasIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#primitive(org.apache.parquet.schema.PrimitiveType)">primitive(PrimitiveType)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/RemoveIds.html#primitive(org.apache.parquet.schema.PrimitiveType)">primitive(PrimitiveType)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/RemoveIds.html" title="class in org.apache.iceberg.parquet">RemoveIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html#primitive(org.apache.spark.sql.types.DataType,org.apache.parquet.schema.PrimitiveType)">primitive(DataType, PrimitiveType)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">ParquetWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#primitive(P,org.apache.avro.Schema)">primitive(P, Schema)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ZOrderByteUtils.html#PRIMITIVE_BUFFER_SIZE">PRIMITIVE_BUFFER_SIZE</a></span> - Static variable in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ZOrderByteUtils.html" title="class in org.apache.iceberg.util">ZOrderByteUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.PrimitiveReader.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor)">PrimitiveReader(ColumnDescriptor)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.PrimitiveReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.PrimitiveReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.PrimitiveType.html#%3Cinit%3E()">PrimitiveType()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.PrimitiveType.html" title="class in org.apache.iceberg.types">Type.PrimitiveType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.PrimitiveWriter.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor)">PrimitiveWriter(ColumnDescriptor)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.PrimitiveWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.PrimitiveWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/spark/sql/connector/iceberg/catalog/Procedure.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog"><span class="typeNameLink">Procedure</span></a> - Interface in <a href="org/apache/spark/sql/connector/iceberg/catalog/package-summary.html">org.apache.spark.sql.connector.iceberg.catalog</a></dt>
<dd>
<div class="block">An interface representing a stored procedure available for execution.</div>
</dd>
<dt><a href="org/apache/spark/sql/connector/iceberg/catalog/ProcedureCatalog.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog"><span class="typeNameLink">ProcedureCatalog</span></a> - Interface in <a href="org/apache/spark/sql/connector/iceberg/catalog/package-summary.html">org.apache.spark.sql.connector.iceberg.catalog</a></dt>
<dd>
<div class="block">A catalog API for working with stored procedures.</div>
</dd>
<dt><a href="org/apache/spark/sql/connector/iceberg/catalog/ProcedureParameter.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog"><span class="typeNameLink">ProcedureParameter</span></a> - Interface in <a href="org/apache/spark/sql/connector/iceberg/catalog/package-summary.html">org.apache.spark.sql.connector.iceberg.catalog</a></dt>
<dd>
<div class="block">An input parameter of a <a href="org/apache/spark/sql/connector/iceberg/catalog/Procedure.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog"><code>stored procedure</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/RESTSigV4Signer.html#process(org.apache.hc.core5.http.HttpRequest,org.apache.hc.core5.http.EntityDetails,org.apache.hc.core5.http.protocol.HttpContext)">process(HttpRequest, EntityDetails, HttpContext)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/RESTSigV4Signer.html" title="class in org.apache.iceberg.aws">RESTSigV4Signer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingReaderOperator.html#processElement(org.apache.flink.streaming.runtime.streamrecord.StreamRecord)">processElement(StreamRecord&lt;FlinkInputSplit&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingReaderOperator.html" title="class in org.apache.iceberg.flink.source">StreamingReaderOperator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#processRequestPayload(software.amazon.awssdk.http.SdkHttpFullRequest.Builder,byte%5B%5D,byte%5B%5D,software.amazon.awssdk.auth.signer.internal.Aws4SignerRequestParams,software.amazon.awssdk.auth.signer.params.AwsS3V4SignerParams)">processRequestPayload(SdkHttpFullRequest.Builder, byte[], byte[], Aws4SignerRequestParams, AwsS3V4SignerParams)</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#processRequestPayload(software.amazon.awssdk.http.SdkHttpFullRequest.Builder,byte%5B%5D,byte%5B%5D,software.amazon.awssdk.auth.signer.internal.Aws4SignerRequestParams,software.amazon.awssdk.auth.signer.params.AwsS3V4SignerParams,software.amazon.awssdk.core.checksums.SdkChecksum)">processRequestPayload(SdkHttpFullRequest.Builder, byte[], byte[], Aws4SignerRequestParams, AwsS3V4SignerParams, SdkChecksum)</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingReaderOperator.html#processWatermark(org.apache.flink.streaming.api.watermark.Watermark)">processWatermark(Watermark)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingReaderOperator.html" title="class in org.apache.iceberg.flink.source">StreamingReaderOperator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBinary.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBinary.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketBinary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketDecimal.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketDecimal.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketDecimal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketInt.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketInt.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketLong.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketLong.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketLong</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketString.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketString.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.DateToDaysFunction.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.DateToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.DateToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampNtzToDaysFunction.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampNtzToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.TimestampNtzToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampToDaysFunction.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.TimestampToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction.TimestampNtzToHoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction.TimestampToHoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.DateToMonthsFunction.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.DateToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.DateToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampNtzToMonthsFunction.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampNtzToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.TimestampNtzToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampToMonthsFunction.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.TimestampToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBigInt.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBigInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateBigInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBinary.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBinary.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateBinary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateDecimal.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateDecimal.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateDecimal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateInt.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateSmallInt.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateSmallInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateSmallInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateString.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateString.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateTinyInt.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateTinyInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateTinyInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.DateToYearsFunction.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.DateToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.DateToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampNtzToYearsFunction.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampNtzToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.TimestampNtzToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampToYearsFunction.html#produceResult(org.apache.spark.sql.catalyst.InternalRow)">produceResult(InternalRow)</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.TimestampToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#producesDictionaryEncodedVector()">producesDictionaryEncodedVector()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html#producesDictionaryEncodedVector()">producesDictionaryEncodedVector()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedPageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#project()">project()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transform.html#project(java.lang.String,org.apache.iceberg.expressions.BoundPredicate)">project(String, BoundPredicate&lt;S&gt;)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms">Transform</a></dt>
<dd>
<div class="block">Transforms a <a href="org/apache/iceberg/expressions/BoundPredicate.html" title="class in org.apache.iceberg.expressions"><code>predicate</code></a> to an inclusive predicate on the partition values
produced by the transform.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/UnknownTransform.html#project(java.lang.String,org.apache.iceberg.expressions.BoundPredicate)">project(String, BoundPredicate&lt;S&gt;)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/UnknownTransform.html" title="class in org.apache.iceberg.transforms">UnknownTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#project(org.apache.flink.table.api.TableSchema)">project(TableSchema)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#project(org.apache.flink.table.api.TableSchema)">project(TableSchema)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Projections.ProjectionEvaluator.html#project(org.apache.iceberg.expressions.Expression)">project(Expression)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Projections.ProjectionEvaluator.html" title="class in org.apache.iceberg.expressions">Projections.ProjectionEvaluator</a></dt>
<dd>
<div class="block">Project the given row expression to a partition expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.ReadBuilder.html#project(org.apache.iceberg.Schema)">project(Schema)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.ReadBuilder.html" title="class in org.apache.iceberg.avro">Avro.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html#project(org.apache.iceberg.Schema)">project(Schema)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html" title="class in org.apache.iceberg.data">IcebergGenerics.ScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#project(org.apache.iceberg.Schema)">project(Schema)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#project(org.apache.iceberg.Schema)">project(Schema)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.html#project(org.apache.iceberg.Schema)">project(Schema)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#project(org.apache.iceberg.Schema)">project(Schema)</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.ReadBuilder.html#project(org.apache.iceberg.Schema)">project(Schema)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.ReadBuilder.html" title="class in org.apache.iceberg.orc">ORC.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#project(org.apache.iceberg.Schema)">project(Schema)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#project(org.apache.iceberg.Schema)">project(Schema)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Create a new scan from this with the schema as its projection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/SchemaUtil.html#project(org.apache.iceberg.Schema,java.util.List)">project(Schema, List&lt;String&gt;)</a></span> - Static method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/SchemaUtil.html" title="class in org.apache.iceberg.pig">SchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#project(org.apache.iceberg.Schema,java.util.Set)">project(Schema, Set&lt;Integer&gt;)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>
<div class="block">Project extracts particular fields from a schema by ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#project(org.apache.iceberg.types.Types.StructType,java.util.Set)">project(Types.StructType, Set&lt;Integer&gt;)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanReport.html#projectedFieldIds()">projectedFieldIds()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanReport.html" title="interface in org.apache.iceberg.metrics">ScanReport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanReport.html#projectedFieldNames()">projectedFieldNames()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanReport.html" title="interface in org.apache.iceberg.metrics">ScanReport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#projectId()">projectId()</a></span> - Method in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/IncrementalScanEvent.html#projection()">projection()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/IncrementalScanEvent.html" title="class in org.apache.iceberg.events">IncrementalScanEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/ScanEvent.html#projection()">projection()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/ScanEvent.html" title="class in org.apache.iceberg.events">ScanEvent</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/ProjectionDatumReader.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">ProjectionDatumReader</span></a>&lt;<a href="org/apache/iceberg/avro/ProjectionDatumReader.html" title="type parameter in ProjectionDatumReader">D</a>&gt; - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ProjectionDatumReader.html#%3Cinit%3E(java.util.function.Function,org.apache.iceberg.Schema,java.util.Map,org.apache.iceberg.mapping.NameMapping)">ProjectionDatumReader(Function&lt;Schema, DatumReader&lt;?&gt;&gt;, Schema, Map&lt;String, String&gt;, NameMapping)</a></span> - Constructor for class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ProjectionDatumReader.html" title="class in org.apache.iceberg.avro">ProjectionDatumReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Projections.ProjectionEvaluator.html#%3Cinit%3E()">ProjectionEvaluator()</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Projections.ProjectionEvaluator.html" title="class in org.apache.iceberg.expressions">Projections.ProjectionEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Projections.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">Projections</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Utils to project expressions on rows to expressions on partitions.</div>
</dd>
<dt><a href="org/apache/iceberg/expressions/Projections.ProjectionEvaluator.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">Projections.ProjectionEvaluator</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">A class that projects expressions for a table's data rows into expressions on the table's
partition values, for a table's <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>partition spec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transform.html#projectStrict(java.lang.String,org.apache.iceberg.expressions.BoundPredicate)">projectStrict(String, BoundPredicate&lt;S&gt;)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms">Transform</a></dt>
<dd>
<div class="block">Transforms a <a href="org/apache/iceberg/expressions/BoundPredicate.html" title="class in org.apache.iceberg.expressions"><code>predicate</code></a> to a strict predicate on the partition values
produced by the transform.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/UnknownTransform.html#projectStrict(java.lang.String,org.apache.iceberg.expressions.BoundPredicate)">projectStrict(String, BoundPredicate&lt;S&gt;)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/UnknownTransform.html" title="class in org.apache.iceberg.transforms">UnknownTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html#properties()">properties()</a></span> - Method in interface org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html" title="interface in org.apache.iceberg.aws.s3.signer">S3SignRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.azure.adlsv2.<a href="org/apache/iceberg/azure/adlsv2/ADLSFileIO.html" title="class in org.apache.iceberg.azure.adlsv2">ADLSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.html" title="class in org.apache.iceberg">BaseMetastoreCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BlobMetadata.html#properties()">properties()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/BlobMetadata.html" title="interface in org.apache.iceberg">BlobMetadata</a></dt>
<dd>
<div class="block">Additional properties of the blob, specific to the blob type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#properties()">properties()</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Return the properties for this catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html" title="class in org.apache.iceberg.catalog">SessionCatalog.SessionContext</a></dt>
<dd>
<div class="block">Returns a map of properties currently set for the session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.gcp.gcs.<a href="org/apache/iceberg/gcp/gcs/GCSFileIO.html" title="class in org.apache.iceberg.gcp.gcs">GCSFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericBlobMetadata.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericBlobMetadata.html" title="class in org.apache.iceberg">GenericBlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIO.html#properties()">properties()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIO.html" title="interface in org.apache.iceberg.io">FileIO</a></dt>
<dd>
<div class="block">Returns the property map used to configure this FileIO</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.html" title="class in org.apache.iceberg">PositionDeletesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Blob.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Blob.html" title="class in org.apache.iceberg.puffin">Blob</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/BlobMetadata.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/BlobMetadata.html" title="class in org.apache.iceberg.puffin">BlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/FileMetadata.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/FileMetadata.html" title="class in org.apache.iceberg.puffin">FileMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.html" title="class in org.apache.iceberg.rest.requests">CreateNamespaceRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.html" title="class in org.apache.iceberg.rest.responses">CreateNamespaceResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.html" title="class in org.apache.iceberg.rest.responses">GetNamespaceResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/RollbackStagedTable.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/RollbackStagedTable.html" title="class in org.apache.iceberg.spark">RollbackStagedTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#properties()">properties()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Return a map of string properties for this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#properties()">properties()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/View.html#properties()">properties()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/View.html" title="interface in org.apache.iceberg.view">View</a></dt>
<dd>
<div class="block">Return a map of string properties for this view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#properties()">properties()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#properties(java.util.Map)">properties(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use <a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#setAll(java.util.Map)"><code>FlinkSource.Builder.setAll(java.util.Map&lt;java.lang.String, java.lang.String&gt;)</code></a> instead.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#properties(java.util.Map)">properties(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use <a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#setAll(java.util.Map)"><code>IcebergSource.Builder.setAll(java.util.Map&lt;java.lang.String, java.lang.String&gt;)</code></a> instead.</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/dell/ecs/PropertiesSerDesUtil.html" title="class in org.apache.iceberg.dell.ecs"><span class="typeNameLink">PropertiesSerDesUtil</span></a> - Class in <a href="org/apache/iceberg/dell/ecs/package-summary.html">org.apache.iceberg.dell.ecs</a></dt>
<dd>
<div class="block">Convert Map properties to bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PropertyUtil.html#propertiesWithPrefix(java.util.Map,java.lang.String)">propertiesWithPrefix(Map&lt;String, String&gt;, String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PropertyUtil.html" title="class in org.apache.iceberg.util">PropertyUtil</a></dt>
<dd>
<div class="block">Returns subset of provided map with keys matching the provided prefix.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#property(java.lang.String,java.lang.String)">property(String, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#PROPERTY_PREFIX">PROPERTY_PREFIX</a></span> - Static variable in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#PROPERTY_VERSION">PROPERTY_VERSION</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#propertyAsBoolean(java.lang.String,boolean)">propertyAsBoolean(String, boolean)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PropertyUtil.html#propertyAsBoolean(java.util.Map,java.lang.String,boolean)">propertyAsBoolean(Map&lt;String, String&gt;, String, boolean)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PropertyUtil.html" title="class in org.apache.iceberg.util">PropertyUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PropertyUtil.html#propertyAsDouble(java.util.Map,java.lang.String,double)">propertyAsDouble(Map&lt;String, String&gt;, String, double)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PropertyUtil.html" title="class in org.apache.iceberg.util">PropertyUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#propertyAsInt(java.lang.String,int)">propertyAsInt(String, int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PropertyUtil.html#propertyAsInt(java.util.Map,java.lang.String,int)">propertyAsInt(Map&lt;String, String&gt;, String, int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PropertyUtil.html" title="class in org.apache.iceberg.util">PropertyUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#propertyAsLong(java.lang.String,long)">propertyAsLong(String, long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PropertyUtil.html#propertyAsLong(java.util.Map,java.lang.String,long)">propertyAsLong(Map&lt;String, String&gt;, String, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PropertyUtil.html" title="class in org.apache.iceberg.util">PropertyUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PropertyUtil.html#propertyAsNullableBoolean(java.util.Map,java.lang.String)">propertyAsNullableBoolean(Map&lt;String, String&gt;, String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PropertyUtil.html" title="class in org.apache.iceberg.util">PropertyUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PropertyUtil.html#propertyAsNullableInt(java.util.Map,java.lang.String)">propertyAsNullableInt(Map&lt;String, String&gt;, String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PropertyUtil.html" title="class in org.apache.iceberg.util">PropertyUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PropertyUtil.html#propertyAsNullableLong(java.util.Map,java.lang.String)">propertyAsNullableLong(Map&lt;String, String&gt;, String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PropertyUtil.html" title="class in org.apache.iceberg.util">PropertyUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PropertyUtil.html#propertyAsString(java.util.Map,java.lang.String,java.lang.String)">propertyAsString(Map&lt;String, String&gt;, String, String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PropertyUtil.html" title="class in org.apache.iceberg.util">PropertyUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SystemConfigs.ConfigEntry.html#propertyKey()">propertyKey()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SystemConfigs.ConfigEntry.html" title="class in org.apache.iceberg">SystemConfigs.ConfigEntry</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/PropertyUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">PropertyUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#prune(org.apache.iceberg.Schema,org.apache.spark.sql.types.StructType)">prune(Schema, StructType)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>
<div class="block">Prune columns from a <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> using a <code>Spark type</code> projection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#prune(org.apache.iceberg.Schema,org.apache.spark.sql.types.StructType,java.util.List)">prune(Schema, StructType, List&lt;Expression&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>
<div class="block">Prune columns from a <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> using a <code>Spark type</code> projection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#prune(org.apache.iceberg.Schema,org.apache.spark.sql.types.StructType,org.apache.iceberg.expressions.Expression,boolean)">prune(Schema, StructType, Expression, boolean)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>
<div class="block">Prune columns from a <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> using a <code>Spark type</code> projection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#pruneColumns(org.apache.avro.Schema,java.util.Set,org.apache.iceberg.mapping.NameMapping)">pruneColumns(Schema, Set&lt;Integer&gt;, NameMapping)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html#pruneColumns(org.apache.parquet.schema.MessageType,org.apache.iceberg.Schema)">pruneColumns(MessageType, Schema)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkScanBuilder.html#pruneColumns(org.apache.spark.sql.types.StructType)">pruneColumns(StructType)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkScanBuilder.html" title="class in org.apache.iceberg.spark.source">SparkScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html#pruneColumnsFallback(org.apache.parquet.schema.MessageType,org.apache.iceberg.Schema)">pruneColumnsFallback(MessageType, Schema)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil</a></dt>
<dd>
<div class="block">Prunes columns from a Parquet file schema that was written without field ids.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/PruneColumnsWithoutReordering.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">PruneColumnsWithoutReordering</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/PruneColumnsWithReordering.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">PruneColumnsWithReordering</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/util/RetryDetector.html#publish(software.amazon.awssdk.metrics.MetricCollection)">publish(MetricCollection)</a></span> - Method in class org.apache.iceberg.aws.util.<a href="org/apache/iceberg/aws/util/RetryDetector.html" title="class in org.apache.iceberg.aws.util">RetryDetector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#PUBLISHED_WAP_ID_PROP">PUBLISHED_WAP_ID_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/WapUtil.html#publishedWapId(org.apache.iceberg.Snapshot)">publishedWapId(Snapshot)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/WapUtil.html" title="class in org.apache.iceberg.util">WapUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/puffin/Puffin.html" title="class in org.apache.iceberg.puffin"><span class="typeNameLink">Puffin</span></a> - Class in <a href="org/apache/iceberg/puffin/package-summary.html">org.apache.iceberg.puffin</a></dt>
<dd>
<div class="block">Utility class for reading and writing Puffin files.</div>
</dd>
<dt><a href="org/apache/iceberg/puffin/Puffin.ReadBuilder.html" title="class in org.apache.iceberg.puffin"><span class="typeNameLink">Puffin.ReadBuilder</span></a> - Class in <a href="org/apache/iceberg/puffin/package-summary.html">org.apache.iceberg.puffin</a></dt>
<dd>
<div class="block">A builder for <a href="org/apache/iceberg/puffin/PuffinReader.html" title="class in org.apache.iceberg.puffin"><code>PuffinReader</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/puffin/Puffin.WriteBuilder.html" title="class in org.apache.iceberg.puffin"><span class="typeNameLink">Puffin.WriteBuilder</span></a> - Class in <a href="org/apache/iceberg/puffin/package-summary.html">org.apache.iceberg.puffin</a></dt>
<dd>
<div class="block">A builder for <a href="org/apache/iceberg/puffin/PuffinWriter.html" title="class in org.apache.iceberg.puffin"><code>PuffinWriter</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html" title="enum in org.apache.iceberg.puffin"><span class="typeNameLink">PuffinCompressionCodec</span></a> - Enum in <a href="org/apache/iceberg/puffin/package-summary.html">org.apache.iceberg.puffin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/puffin/PuffinReader.html" title="class in org.apache.iceberg.puffin"><span class="typeNameLink">PuffinReader</span></a> - Class in <a href="org/apache/iceberg/puffin/package-summary.html">org.apache.iceberg.puffin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/puffin/PuffinWriter.html" title="class in org.apache.iceberg.puffin"><span class="typeNameLink">PuffinWriter</span></a> - Class in <a href="org/apache/iceberg/puffin/package-summary.html">org.apache.iceberg.puffin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/CatalogHandlers.html#purgeTable(org.apache.iceberg.catalog.Catalog,org.apache.iceberg.catalog.TableIdentifier)">purgeTable(Catalog, TableIdentifier)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest">CatalogHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#purgeTable(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier)">purgeTable(SessionCatalog.SessionContext, TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Drop a table and request that files are immediately deleted.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#purgeTable(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier)">purgeTable(SessionCatalog.SessionContext, TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html#purgeTable(org.apache.spark.sql.connector.catalog.Identifier)">purgeTable(Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html" title="class in org.apache.iceberg.spark">SparkCachedTableCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#purgeTable(org.apache.spark.sql.connector.catalog.Identifier)">purgeTable(Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#purgeTable(org.apache.spark.sql.connector.catalog.Identifier)">purgeTable(Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkScanBuilder.html#pushAggregation(org.apache.spark.sql.connector.expressions.aggregate.Aggregation)">pushAggregation(Aggregation)</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkScanBuilder.html" title="class in org.apache.iceberg.spark.source">SparkScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkScanBuilder.html#pushedPredicates()">pushedPredicates()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkScanBuilder.html" title="class in org.apache.iceberg.spark.source">SparkScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkScanBuilder.html#pushPredicates(org.apache.spark.sql.connector.expressions.filter.Predicate%5B%5D)">pushPredicates(Predicate[])</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkScanBuilder.html" title="class in org.apache.iceberg.spark.source">SparkScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#pushProjection(org.apache.pig.LoadPushDown.RequiredFieldList)">pushProjection(LoadPushDown.RequiredFieldList)</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#put(int,java.lang.Object)">put(int, Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericPartitionFieldSummary.html#put(int,java.lang.Object)">put(int, Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg">GenericPartitionFieldSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#put(int,java.lang.Object)">put(int, Object)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Pair.html#put(int,java.lang.Object)">put(int, Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Pair.html" title="class in org.apache.iceberg.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/EnvironmentContext.html#put(java.lang.String,java.lang.String)">put(String, String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/EnvironmentContext.html" title="class in org.apache.iceberg">EnvironmentContext</a></dt>
<dd>
<div class="block">Will add the given key/value pair in a global properties map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#put(K,V)">put(K, V)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeMap.html#put(org.apache.iceberg.StructLike,T)">put(StructLike, T)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeMap.html" title="class in org.apache.iceberg.util">StructLikeMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#putAll(java.util.Map)">putAll(Map&lt;? extends K, ? extends V&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:Q">
<!-- -->
</a>
<h2 class="title">Q</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#quotedFullIdentifier(java.lang.String,org.apache.spark.sql.connector.catalog.Identifier)">quotedFullIdentifier(String, Identifier)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#quotedIdentifier()">quotedIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext.html#quotedIdentifier()">quotedIdentifier()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IdentifierContext)">QuotedIdentifierAlternativeContext(IcebergSqlExtensionsParser.IdentifierContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">QuotedIdentifierContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.QuotedIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.QuotedIdentifierContext</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.html#range(int)">range(int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.html" title="class in org.apache.iceberg.util">Tasks</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DistributionMode.html#RANGE">RANGE</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/DistributionMode.html" title="enum in org.apache.iceberg">DistributionMode</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/RangeReadable.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">RangeReadable</span></a> - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block"><code>RangeReadable</code> is an interface that allows for implementations of <a href="org/apache/iceberg/io/InputFile.html" title="interface in org.apache.iceberg.io"><code>InputFile</code></a>
streams to perform positional, range-based reads, which are more efficient than unbounded reads
in many cloud provider object stores.</div>
</dd>
<dt><a href="org/apache/iceberg/data/avro/RawDecoder.html" title="class in org.apache.iceberg.data.avro"><span class="typeNameLink">RawDecoder</span></a>&lt;<a href="org/apache/iceberg/data/avro/RawDecoder.html" title="type parameter in RawDecoder">D</a>&gt; - Class in <a href="org/apache/iceberg/data/avro/package-summary.html">org.apache.iceberg.data.avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/RawDecoder.html#%3Cinit%3E(org.apache.iceberg.Schema,java.util.function.Function,org.apache.avro.Schema)">RawDecoder(Schema, Function&lt;Schema, DatumReader&lt;?&gt;&gt;, Schema)</a></span> - Constructor for class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/RawDecoder.html" title="class in org.apache.iceberg.data.avro">RawDecoder</a></dt>
<dd>
<div class="block">Creates a new <code>MessageDecoder</code> that constructs datum instances described by the <code>readSchema</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ExtendedParser.RawOrderField.html#%3Cinit%3E(org.apache.iceberg.expressions.Term,org.apache.iceberg.SortDirection,org.apache.iceberg.NullOrder)">RawOrderField(Term, SortDirection, NullOrder)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ExtendedParser.RawOrderField.html" title="class in org.apache.iceberg.spark">ExtendedParser.RawOrderField</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ReachableFileUtil.html" title="class in org.apache.iceberg"><span class="typeNameLink">ReachableFileUtil</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkInputFormat.html#reachedEnd()">reachedEnd()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkInputFormat.html" title="class in org.apache.iceberg.flink.source">FlinkInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmInputStream.html#read()">read()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmInputStream.html" title="class in org.apache.iceberg.encryption">AesGcmInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.ByteArrayReader.html#read(byte%5B%5D)">read(byte[])</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.ByteArrayReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.ByteArrayReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmInputStream.html#read(byte%5B%5D,int,int)">read(byte[], int, int)</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmInputStream.html" title="class in org.apache.iceberg.encryption">AesGcmInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/PropertiesSerDesUtil.html#read(byte%5B%5D,java.lang.String)">read(byte[], String)</a></span> - Static method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/PropertiesSerDesUtil.html" title="class in org.apache.iceberg.dell.ecs">PropertiesSerDesUtil</a></dt>
<dd>
<div class="block">Read properties</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ProjectionDatumReader.html#read(D,org.apache.avro.io.Decoder)">read(D, Decoder)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ProjectionDatumReader.html" title="class in org.apache.iceberg.avro">ProjectionDatumReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.FloatAsDoubleReader.html#read(java.lang.Double)">read(Double)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.FloatAsDoubleReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.FloatAsDoubleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.IntAsLongReader.html#read(java.lang.Long)">read(Long)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.IntAsLongReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.IntAsLongReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StringReader.html#read(java.lang.String)">read(String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StringReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StringReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.BinaryAsDecimalReader.html#read(java.math.BigDecimal)">read(BigDecimal)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.BinaryAsDecimalReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.BinaryAsDecimalReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.IntegerAsDecimalReader.html#read(java.math.BigDecimal)">read(BigDecimal)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.IntegerAsDecimalReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.IntegerAsDecimalReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.LongAsDecimalReader.html#read(java.math.BigDecimal)">read(BigDecimal)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.LongAsDecimalReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.LongAsDecimalReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ByteBufferInputStream.html#read(java.nio.ByteBuffer)">read(ByteBuffer)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ByteBufferInputStream.html" title="class in org.apache.iceberg.io">ByteBufferInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.BytesReader.html#read(java.nio.ByteBuffer)">read(ByteBuffer)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.BytesReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.BytesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html#read(M)">read(M)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedKeyValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReader.html#read(org.apache.avro.io.Decoder,java.lang.Object)">read(Decoder, Object)</a></span> - Method in interface org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReader.html" title="interface in org.apache.iceberg.avro">ValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.StructReader.html#read(org.apache.avro.io.Decoder,java.lang.Object)">read(Decoder, Object)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.StructReader.html" title="class in org.apache.iceberg.avro">ValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkAvroReader.html#read(org.apache.flink.table.data.RowData,org.apache.avro.io.Decoder)">read(RowData, Decoder)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkAvroReader.html" title="class in org.apache.iceberg.flink.data">FlinkAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.ConstantVectorReader.html#read(org.apache.iceberg.arrow.vectorized.VectorHolder,int)">read(VectorHolder, int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.ConstantVectorReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader.ConstantVectorReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.DeletedVectorReader.html#read(org.apache.iceberg.arrow.vectorized.VectorHolder,int)">read(VectorHolder, int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.DeletedVectorReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader.DeletedVectorReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html#read(org.apache.iceberg.arrow.vectorized.VectorHolder,int)">read(VectorHolder, int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#read(org.apache.iceberg.io.FileIO,java.lang.String)">read(FileIO, String)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#read(org.apache.iceberg.io.FileIO,org.apache.iceberg.io.InputFile)">read(FileIO, InputFile)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.html#read(org.apache.iceberg.io.InputFile)">read(InputFile)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.html" title="class in org.apache.iceberg.avro">Avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.html#read(org.apache.iceberg.io.InputFile)">read(InputFile)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.html" title="class in org.apache.iceberg.orc">ORC</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.html#read(org.apache.iceberg.io.InputFile)">read(InputFile)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.html" title="class in org.apache.iceberg.parquet">Parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Puffin.html#read(org.apache.iceberg.io.InputFile)">read(InputFile)</a></span> - Static method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Puffin.html" title="class in org.apache.iceberg.puffin">Puffin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadataParser.html#read(org.apache.iceberg.io.InputFile)">read(InputFile)</a></span> - Static method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadataParser.html" title="class in org.apache.iceberg.view">ViewMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFiles.html#read(org.apache.iceberg.ManifestFile,org.apache.iceberg.io.FileIO)">read(ManifestFile, FileIO)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestFiles.html" title="class in org.apache.iceberg">ManifestFiles</a></dt>
<dd>
<div class="block">Returns a new <a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg"><code>ManifestReader</code></a> for a <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFiles.html#read(org.apache.iceberg.ManifestFile,org.apache.iceberg.io.FileIO,java.util.Map)">read(ManifestFile, FileIO, Map&lt;Integer, PartitionSpec&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestFiles.html" title="class in org.apache.iceberg">ManifestFiles</a></dt>
<dd>
<div class="block">Returns a new <a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg"><code>ManifestReader</code></a> for a <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/IcebergGenerics.html#read(org.apache.iceberg.Table)">read(Table)</a></span> - Static method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/IcebergGenerics.html" title="class in org.apache.iceberg.data">IcebergGenerics</a></dt>
<dd>
<div class="block">Returns a builder to configure a read of the given table that produces generic records.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReader.html#read(org.apache.orc.storage.ql.exec.vector.ColumnVector,int)">read(ColumnVector, int)</a></span> - Method in interface org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReader.html" title="interface in org.apache.iceberg.orc">OrcValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcBatchReader.html#read(org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch)">read(VectorizedRowBatch)</a></span> - Method in interface org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcBatchReader.html" title="interface in org.apache.iceberg.orc">OrcBatchReader</a></dt>
<dd>
<div class="block">Reads a row batch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReader.html#read(org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch,int)">read(VectorizedRowBatch, int)</a></span> - Method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReader.html" title="class in org.apache.iceberg.data.orc">GenericOrcReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkOrcReader.html#read(org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch,int)">read(VectorizedRowBatch, int)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkOrcReader.html" title="class in org.apache.iceberg.flink.data">FlinkOrcReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcRowReader.html#read(org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch,int)">read(VectorizedRowBatch, int)</a></span> - Method in interface org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcRowReader.html" title="interface in org.apache.iceberg.orc">OrcRowReader</a></dt>
<dd>
<div class="block">Reads a row.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkOrcReader.html#read(org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch,int)">read(VectorizedRowBatch, int)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkOrcReader.html" title="class in org.apache.iceberg.spark.data">SparkOrcReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkAvroReader.html#read(org.apache.spark.sql.catalyst.InternalRow,org.apache.avro.io.Decoder)">read(InternalRow, Decoder)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkAvroReader.html" title="class in org.apache.iceberg.spark.data">SparkAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnarBatchReader.html#read(org.apache.spark.sql.vectorized.ColumnarBatch,int)">read(ColumnarBatch, int)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnarBatchReader.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnarBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReader.html#read(T)">read(T)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReader.html" title="interface in org.apache.iceberg.parquet">ParquetValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html#read(T)">read(T)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#read(T)">read(T)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html#read(T)">read(T)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.UnboxedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/VectorizedReader.html#read(T,int)">read(T, int)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/VectorizedReader.html" title="interface in org.apache.iceberg.parquet">VectorizedReader</a></dt>
<dd>
<div class="block">Reads a batch of type @param &lt;T&gt; and of size numRows</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/GenericAvroReader.html#read(T,org.apache.avro.io.Decoder)">read(T, Decoder)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/GenericAvroReader.html" title="class in org.apache.iceberg.avro">GenericAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/DataReader.html#read(T,org.apache.avro.io.Decoder)">read(T, Decoder)</a></span> - Method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/DataReader.html" title="class in org.apache.iceberg.data.avro">DataReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIOMetricsContext.html#READ_BYTES">READ_BYTES</a></span> - Static variable in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIOMetricsContext.html" title="interface in org.apache.iceberg.io">FileIOMetricsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIOMetricsContext.html#READ_OPERATIONS">READ_OPERATIONS</a></span> - Static variable in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIOMetricsContext.html" title="interface in org.apache.iceberg.io">FileIOMetricsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#READ_SCHEMA">READ_SCHEMA</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.html#READABLE_METRIC_COLS">READABLE_METRIC_COLS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.html" title="class in org.apache.iceberg">MetricsUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.html#READABLE_METRICS">READABLE_METRICS</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.html" title="class in org.apache.iceberg">MetricsUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.ReadableColMetricsStruct.html#%3Cinit%3E(java.lang.String,org.apache.iceberg.types.Types.NestedField,java.lang.Object...)">ReadableColMetricsStruct(String, Types.NestedField, Object...)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.ReadableColMetricsStruct.html" title="class in org.apache.iceberg">MetricsUtil.ReadableColMetricsStruct</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.html#readableMetricsSchema(org.apache.iceberg.Schema,org.apache.iceberg.Schema)">readableMetricsSchema(Schema, Schema)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.html" title="class in org.apache.iceberg">MetricsUtil</a></dt>
<dd>
<div class="block">Calculates a dynamic schema for readable_metrics to add to metadata tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.html#readableMetricsStruct(org.apache.iceberg.Schema,org.apache.iceberg.ContentFile,org.apache.iceberg.types.Types.StructType)">readableMetricsStruct(Schema, ContentFile&lt;?&gt;, Types.StructType)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.html" title="class in org.apache.iceberg">MetricsUtil</a></dt>
<dd>
<div class="block">Return a readable metrics struct row from file metadata</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.ReadableMetricsStruct.html#%3Cinit%3E(java.util.List)">ReadableMetricsStruct(List&lt;StructLike&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.ReadableMetricsStruct.html" title="class in org.apache.iceberg">MetricsUtil.ReadableMetricsStruct</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinReader.html#readAll(java.util.List)">readAll(List&lt;BlobMetadata&gt;)</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinReader.html" title="class in org.apache.iceberg.puffin">PuffinReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html#readBinary()">readBinary()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.UnboxedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html#readBoolean()">readBoolean()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">BaseVectorizedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html#readBoolean()">readBoolean()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.UnboxedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html#readBoolean()">readBoolean()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html" title="class in org.apache.iceberg.parquet">ValuesAsBytesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html#readBooleanAsInt()">readBooleanAsInt()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html" title="class in org.apache.iceberg.parquet">ValuesAsBytesReader</a></dt>
<dd>
<div class="block">Returns 1 if true, 0 otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/CheckCompatibility.html#readCompatibilityErrors(org.apache.iceberg.Schema,org.apache.iceberg.Schema)">readCompatibilityErrors(Schema, Schema)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/CheckCompatibility.html" title="class in org.apache.iceberg.types">CheckCompatibility</a></dt>
<dd>
<div class="block">Returns a list of compatibility errors for reading with the given read schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFiles.html#readDeleteManifest(org.apache.iceberg.ManifestFile,org.apache.iceberg.io.FileIO,java.util.Map)">readDeleteManifest(ManifestFile, FileIO, Map&lt;Integer, PartitionSpec&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestFiles.html" title="class in org.apache.iceberg">ManifestFiles</a></dt>
<dd>
<div class="block">Returns a new <a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg"><code>ManifestReader</code></a> for a <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetUtil.html#readDictionary(org.apache.parquet.column.ColumnDescriptor,org.apache.parquet.column.page.PageReader)">readDictionary(ColumnDescriptor, PageReader)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetUtil.html" title="class in org.apache.iceberg.parquet">ParquetUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.FloatAsDoubleReader.html#readDouble()">readDouble()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.FloatAsDoubleReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.FloatAsDoubleReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html#readDouble()">readDouble()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.UnboxedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html#readDouble()">readDouble()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html" title="class in org.apache.iceberg.parquet">ValuesAsBytesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.StructReader.html#reader(int)">reader(int)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.StructReader.html" title="class in org.apache.iceberg.avro">ValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReaders.StructReader.html#reader(int)">reader(int)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReaders.StructReader.html" title="class in org.apache.iceberg.orc">OrcValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#readerFunction(org.apache.iceberg.flink.source.reader.ReaderFunction)">readerFunction(ReaderFunction&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/reader/ReaderFunction.html" title="interface in org.apache.iceberg.flink.source.reader"><span class="typeNameLink">ReaderFunction</span></a>&lt;<a href="org/apache/iceberg/flink/source/reader/ReaderFunction.html" title="type parameter in ReaderFunction">T</a>&gt; - Interface in <a href="org/apache/iceberg/flink/source/reader/package-summary.html">org.apache.iceberg.flink.source.reader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html#readers">readers</a></span> - Variable in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized">BaseBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html#readFields(java.io.DataInput)">readFields(DataInput)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/Container.html#readFields(java.io.DataInput)">readFields(DataInput)</a></span> - Method in class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/Container.html" title="class in org.apache.iceberg.mr.mapred">Container</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html#readFields(java.io.DataInput)">readFields(DataInput)</a></span> - Method in class org.apache.iceberg.mr.mapreduce.<a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html" title="class in org.apache.iceberg.mr.mapreduce">IcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html#readFloat()">readFloat()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.UnboxedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html#readFloat()">readFloat()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html" title="class in org.apache.iceberg.parquet">ValuesAsBytesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#readFrom(java.lang.String)">readFrom(String)</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#readFrom(org.apache.iceberg.catalog.TableIdentifier)">readFrom(TableIdentifier)</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RangeReadable.html#readFully(long,byte%5B%5D)">readFully(long, byte[])</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/RangeReadable.html" title="interface in org.apache.iceberg.io">RangeReadable</a></dt>
<dd>
<div class="block">Fill the entire buffer with the contents of the input source starting at <code>position</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RangeReadable.html#readFully(long,byte%5B%5D,int,int)">readFully(long, byte[], int, int)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/RangeReadable.html" title="interface in org.apache.iceberg.io">RangeReadable</a></dt>
<dd>
<div class="block">Fill the provided buffer with the contents of the input source starting at <code>position</code> for
the given <code>offset</code> and <code>length</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/IOUtil.html#readFully(java.io.InputStream,byte%5B%5D,int,int)">readFully(InputStream, byte[], int, int)</a></span> - Static method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/IOUtil.html" title="class in org.apache.iceberg.io">IOUtil</a></dt>
<dd>
<div class="block">Reads into a buffer from a stream, making multiple read calls if necessary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html#readInteger()">readInteger()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">BaseVectorizedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html#readInteger()">readInteger()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.UnboxedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html#readInteger()">readInteger()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html" title="class in org.apache.iceberg.parquet">ValuesAsBytesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetAvroValueReaders.TimeMillisReader.html#readLong()">readLong()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetAvroValueReaders.TimeMillisReader.html" title="class in org.apache.iceberg.parquet">ParquetAvroValueReaders.TimeMillisReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetAvroValueReaders.TimestampMillisReader.html#readLong()">readLong()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetAvroValueReaders.TimestampMillisReader.html" title="class in org.apache.iceberg.parquet">ParquetAvroValueReaders.TimestampMillisReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.IntAsLongReader.html#readLong()">readLong()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.IntAsLongReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.IntAsLongReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html#readLong()">readLong()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.UnboxedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html#readLong()">readLong()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html" title="class in org.apache.iceberg.parquet">ValuesAsBytesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFiles.html#readPaths(org.apache.iceberg.ManifestFile,org.apache.iceberg.io.FileIO)">readPaths(ManifestFile, FileIO)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestFiles.html" title="class in org.apache.iceberg">ManifestFiles</a></dt>
<dd>
<div class="block">Returns a <a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io"><code>CloseableIterable</code></a> of file paths in the <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/IOUtil.html#readRemaining(java.io.InputStream,byte%5B%5D,int,int)">readRemaining(InputStream, byte[], int, int)</a></span> - Static method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/IOUtil.html" title="class in org.apache.iceberg.io">IOUtil</a></dt>
<dd>
<div class="block">Reads into a buffer from a stream, making multiple read calls if necessary returning the number
of bytes read until end of stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkScanBuilder.html#readSchema()">readSchema()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkScanBuilder.html" title="class in org.apache.iceberg.spark.source">SparkScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#readSchema(org.apache.hadoop.conf.Configuration)">readSchema(Configuration)</a></span> - Static method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#readSupport(org.apache.parquet.hadoop.api.ReadSupport)">readSupport(ReadSupport&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RangeReadable.html#readTail(byte%5B%5D)">readTail(byte[])</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/RangeReadable.html" title="interface in org.apache.iceberg.io">RangeReadable</a></dt>
<dd>
<div class="block">Read the full size of the buffer from the end of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RangeReadable.html#readTail(byte%5B%5D,int,int)">readTail(byte[], int, int)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/RangeReadable.html" title="interface in org.apache.iceberg.io">RangeReadable</a></dt>
<dd>
<div class="block">Read the last <code>length</code> bytes from the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html#readValueDictionaryId()">readValueDictionaryId()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">BaseVectorizedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#reassignDoc(org.apache.iceberg.Schema,org.apache.iceberg.Schema)">reassignDoc(Schema, Schema)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>
<div class="block">Reassigns doc in a schema from another schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#reassignIds(org.apache.iceberg.Schema,org.apache.iceberg.Schema)">reassignIds(Schema, Schema)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>
<div class="block">Reassigns ids in a schema from another schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#reassignIds(org.apache.iceberg.Schema,org.apache.iceberg.Schema,boolean)">reassignIds(Schema, Schema, boolean)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>
<div class="block">Reassigns ids in a schema from another schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#reassignOrRefreshIds(org.apache.iceberg.Schema,org.apache.iceberg.Schema)">reassignOrRefreshIds(Schema, Schema)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#reassignOrRefreshIds(org.apache.iceberg.Schema,org.apache.iceberg.Schema,boolean)">reassignOrRefreshIds(Schema, Schema, boolean)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#rebuildCreateProperties(java.util.Map)">rebuildCreateProperties(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ClientPoolImpl.html#reconnect(C)">reconnect(C)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ClientPoolImpl.html" title="class in org.apache.iceberg">ClientPoolImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcClientPool.html#reconnect(java.sql.Connection)">reconnect(Connection)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcClientPool.html" title="class in org.apache.iceberg.jdbc">JdbcClientPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveClientPool.html#reconnect(org.apache.hadoop.hive.metastore.IMetaStoreClient)">reconnect(IMetaStoreClient)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveClientPool.html" title="class in org.apache.iceberg.hive">HiveClientPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html#record()">record()</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html" title="class in org.apache.iceberg.flink.source.reader">RecordAndPosition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultTimer.html#record(long,java.util.concurrent.TimeUnit)">record(long, TimeUnit)</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultTimer.html" title="class in org.apache.iceberg.metrics">DefaultTimer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Timer.html#record(long,java.util.concurrent.TimeUnit)">record(long, TimeUnit)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Timer.html" title="interface in org.apache.iceberg.metrics">Timer</a></dt>
<dd>
<div class="block">Records a custom amount in the given time unit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#record(java.util.List,java.lang.Class,org.apache.avro.Schema)">record(List&lt;ValueReader&lt;?&gt;&gt;, Class&lt;R&gt;, Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#record(java.util.List,org.apache.avro.Schema)">record(List&lt;ValueReader&lt;?&gt;&gt;, Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#record(java.util.List)">record(List&lt;ValueWriter&lt;?&gt;&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/RemoveIds.html#record(org.apache.avro.Schema,java.util.List,java.util.List)">record(Schema, List&lt;String&gt;, List&lt;Schema&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/RemoveIds.html" title="class in org.apache.iceberg.avro">RemoveIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaVisitor.html#record(org.apache.avro.Schema,java.util.List,java.util.List)">record(Schema, List&lt;String&gt;, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html#record(org.apache.iceberg.types.Types.StructType,org.apache.avro.Schema,java.util.List,java.util.List)">record(Types.StructType, Schema, List&lt;String&gt;, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html#record(org.apache.iceberg.types.Types.StructType,org.apache.orc.TypeDescription,java.util.List,java.util.List)">record(Types.StructType, TypeDescription, List&lt;String&gt;, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/EstimateOrcAvgWidthVisitor.html#record(org.apache.orc.TypeDescription,java.util.List,java.util.List)">record(TypeDescription, List&lt;String&gt;, List&lt;Integer&gt;)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/EstimateOrcAvgWidthVisitor.html" title="class in org.apache.iceberg.orc">EstimateOrcAvgWidthVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#record(org.apache.orc.TypeDescription,java.util.List,java.util.List)">record(TypeDescription, List&lt;String&gt;, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#record(P,org.apache.avro.Schema,java.util.List,java.util.List)">record(P, Schema, List&lt;String&gt;, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html#record(T)">record(T)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html" title="class in org.apache.iceberg.flink.source.reader">RecordAndPosition</a></dt>
<dd>
<div class="block">Sets the next record of a sequence.</div>
</dd>
<dt><a href="org/apache/iceberg/data/Record.html" title="interface in org.apache.iceberg.data"><span class="typeNameLink">Record</span></a> - Interface in <a href="org/apache/iceberg/data/package-summary.html">org.apache.iceberg.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#RECORD_COUNT">RECORD_COUNT</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html" title="class in org.apache.iceberg.flink.source.reader"><span class="typeNameLink">RecordAndPosition</span></a>&lt;<a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html" title="type parameter in RecordAndPosition">T</a>&gt; - Class in <a href="org/apache/iceberg/flink/source/reader/package-summary.html">org.apache.iceberg.flink.source.reader</a></dt>
<dd>
<div class="block">A record along with the reader position to be stored in the checkpoint.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html#%3Cinit%3E()">RecordAndPosition()</a></span> - Constructor for class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html" title="class in org.apache.iceberg.flink.source.reader">RecordAndPosition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html#%3Cinit%3E(T,int,long)">RecordAndPosition(T, int, long)</a></span> - Constructor for class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html" title="class in org.apache.iceberg.flink.source.reader">RecordAndPosition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#recordCount()">recordCount()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns the number of top-level records in the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Metrics.html#recordCount()">recordCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Metrics.html" title="class in org.apache.iceberg">Metrics</a></dt>
<dd>
<div class="block">Get the number of records (rows) in file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.PartitionMetrics.html#recordCount()">recordCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.PartitionMetrics.html" title="class in org.apache.iceberg">ScanSummary.PartitionMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#recordCount()">recordCount()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/DataIterator.html#recordOffset()">recordOffset()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/DataIterator.html" title="class in org.apache.iceberg.flink.source">DataIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html#recordOffset()">recordOffset()</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html" title="class in org.apache.iceberg.flink.source.reader">RecordAndPosition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html#recordOffset()">recordOffset()</a></span> - Method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.ReadBuilder.html#recordsPerBatch(int)">recordsPerBatch(int)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.ReadBuilder.html" title="class in org.apache.iceberg.orc">ORC.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#recordsPerBatch(int)">recordsPerBatch(int)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Bound.html#ref()">ref()</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Bound.html" title="interface in org.apache.iceberg.expressions">Bound</a></dt>
<dd>
<div class="block">Returns the underlying reference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundAggregate.html#ref()">ref()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundAggregate.html" title="class in org.apache.iceberg.expressions">BoundAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundPredicate.html#ref()">ref()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundPredicate.html" title="class in org.apache.iceberg.expressions">BoundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundReference.html#ref()">ref()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundReference.html" title="class in org.apache.iceberg.expressions">BoundReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundTransform.html#ref()">ref()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundTransform.html" title="class in org.apache.iceberg.expressions">BoundTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/NamedReference.html#ref()">ref()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/NamedReference.html" title="class in org.apache.iceberg.expressions">NamedReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Unbound.html#ref()">ref()</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Unbound.html" title="interface in org.apache.iceberg.expressions">Unbound</a></dt>
<dd>
<div class="block">Returns this expression's underlying reference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/UnboundAggregate.html#ref()">ref()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/UnboundAggregate.html" title="class in org.apache.iceberg.expressions">UnboundAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/UnboundPredicate.html#ref()">ref()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/UnboundPredicate.html" title="class in org.apache.iceberg.expressions">UnboundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/UnboundTransform.html#ref()">ref()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/UnboundTransform.html" title="class in org.apache.iceberg.expressions">UnboundTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#ref(java.lang.String)">ref(String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>
<div class="block">Constructs a reference for a given column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#ref(java.lang.String)">ref(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllManifestsTable.html#REF_SNAPSHOT_ID">REF_SNAPSHOT_ID</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/AllManifestsTable.html" title="class in org.apache.iceberg">AllManifestsTable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Reference.html" title="interface in org.apache.iceberg.expressions"><span class="typeNameLink">Reference</span></a>&lt;<a href="org/apache/iceberg/expressions/Reference.html" title="type parameter in Reference">T</a>&gt; - Interface in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Represents a variable reference in an <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>expression</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDeleteWriter.html#referencedDataFiles()">referencedDataFiles()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDeleteWriter.html" title="class in org.apache.iceberg.deletes">PositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DeleteWriteResult.html#referencedDataFiles()">referencedDataFiles()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DeleteWriteResult.html" title="class in org.apache.iceberg.io">DeleteWriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/WriteResult.html#referencedDataFiles()">referencedDataFiles()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/WriteResult.html" title="class in org.apache.iceberg.io">WriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DeleteWriteResult.html#referencesDataFiles()">referencesDataFiles()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DeleteWriteResult.html" title="class in org.apache.iceberg.io">DeleteWriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#refName()">refName()</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertRefSnapshotID.html#refName()">refName()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertRefSnapshotID.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertRefSnapshotID</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertRefSnapshotID.html#refName()">refName()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertRefSnapshotID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertRefSnapshotID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#refresh()">refresh()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#refresh()">refresh()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#refresh()">refresh()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#refresh()">refresh()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html#refresh()">refresh()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTableOperations.html#refresh()">refresh()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTableOperations.html" title="class in org.apache.iceberg.hadoop">HadoopTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#refresh()">refresh()</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#refresh()">refresh()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StaticTableOperations.html#refresh()">refresh()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/StaticTableOperations.html" title="class in org.apache.iceberg">StaticTableOperations</a></dt>
<dd>
<div class="block">StaticTableOperations works on the same version of TableMetadata, and it will never refer a
different TableMetadata object than the one it was created with.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#refresh()">refresh()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Refresh the current table metadata.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableOperations.html#refresh()">refresh()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableOperations.html" title="interface in org.apache.iceberg">TableOperations</a></dt>
<dd>
<div class="block">Return the current table metadata after checking for updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html#refresh(org.apache.iceberg.rest.RESTClient)">refresh(RESTClient)</a></span> - Method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util.AuthSession</a></dt>
<dd>
<div class="block">Attempt to refresh the session token using the token exchange flow.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#REFRESH_TOKEN_TYPE">REFRESH_TOKEN_TYPE</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#refreshFromMetadataLocation(java.lang.String)">refreshFromMetadataLocation(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#refreshFromMetadataLocation(java.lang.String,int)">refreshFromMetadataLocation(String, int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#refreshFromMetadataLocation(java.lang.String,java.util.function.Predicate,int)">refreshFromMetadataLocation(String, Predicate&lt;Exception&gt;, int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#refreshFromMetadataLocation(java.lang.String,java.util.function.Predicate,int,java.util.function.Function)">refreshFromMetadataLocation(String, Predicate&lt;Exception&gt;, int, Function&lt;String, TableMetadata&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#refreshIdentifierFields(org.apache.iceberg.types.Types.StructType,org.apache.iceberg.Schema)">refreshIdentifierFields(Types.StructType, Schema)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>
<div class="block">Get the identifier fields in the fresh schema based on the identifier fields in the base
schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html#refRetain()">refRetain()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BranchOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#refRetain()">refRetain()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html#refRetain()">refRetain()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TagOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">RefRetainContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.RefRetainContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#refs()">refs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#refs()">refs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#refs()">refs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Zorder.html#refs()">refs()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Zorder.html" title="class in org.apache.iceberg.expressions">Zorder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#refs()">refs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#refs()">refs()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Returns the current refs for the table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#refs()">refs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#REFS">REFS</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/RefsTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">RefsTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation that exposes a table's known snapshot references as rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html#region()">region()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws">AssumeRoleAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html#region()">region()</a></span> - Method in interface org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html" title="interface in org.apache.iceberg.aws.s3.signer">S3SignRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ResourcePaths.html#register(org.apache.iceberg.catalog.Namespace)">register(Namespace)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest">ResourcePaths</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/Listeners.html#register(org.apache.iceberg.events.Listener,java.lang.Class)">register(Listener&lt;E&gt;, Class&lt;E&gt;)</a></span> - Static method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/Listeners.html" title="class in org.apache.iceberg.events">Listeners</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.html#registerAll(com.fasterxml.jackson.databind.ObjectMapper)">registerAll(ObjectMapper)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.html" title="class in org.apache.iceberg.rest">RESTSerializers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/IcebergSpark.html#registerBucketUDF(org.apache.spark.sql.SparkSession,java.lang.String,org.apache.spark.sql.types.DataType,int)">registerBucketUDF(SparkSession, String, DataType, int)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/IcebergSpark.html" title="class in org.apache.iceberg.spark">IcebergSpark</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/CatalogHandlers.html#registerTable(org.apache.iceberg.catalog.Catalog,org.apache.iceberg.catalog.Namespace,org.apache.iceberg.rest.requests.RegisterTableRequest)">registerTable(Catalog, Namespace, RegisterTableRequest)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest">CatalogHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#registerTable(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier,java.lang.String)">registerTable(SessionCatalog.SessionContext, TableIdentifier, String)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Register a table if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#registerTable(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier,java.lang.String)">registerTable(SessionCatalog.SessionContext, TableIdentifier, String)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.html#registerTable(org.apache.iceberg.catalog.TableIdentifier,java.lang.String)">registerTable(TableIdentifier, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.html" title="class in org.apache.iceberg">BaseMetastoreCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CachingCatalog.html#registerTable(org.apache.iceberg.catalog.TableIdentifier,java.lang.String)">registerTable(TableIdentifier, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg">CachingCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#registerTable(org.apache.iceberg.catalog.TableIdentifier,java.lang.String)">registerTable(TableIdentifier, String)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#registerTable(org.apache.iceberg.catalog.TableIdentifier,java.lang.String)">registerTable(TableIdentifier, String)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Register a table with the catalog if it does not exist.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#registerTable(org.apache.iceberg.catalog.TableIdentifier,java.lang.String)">registerTable(TableIdentifier, String)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/RegisterTableRequest.html" title="interface in org.apache.iceberg.rest.requests"><span class="typeNameLink">RegisterTableRequest</span></a> - Interface in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.RegisterTableRequestDeserializer.html#%3Cinit%3E()">RegisterTableRequestDeserializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.RegisterTableRequestDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.RegisterTableRequestDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/RegisterTableRequestParser.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">RegisterTableRequestParser</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.RegisterTableRequestSerializer.html#%3Cinit%3E()">RegisterTableRequestSerializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.RegisterTableRequestSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.RegisterTableRequestSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/IcebergSpark.html#registerTruncateUDF(org.apache.spark.sql.SparkSession,java.lang.String,org.apache.spark.sql.types.DataType,int)">registerTruncateUDF(SparkSession, String, DataType, int)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/IcebergSpark.html" title="class in org.apache.iceberg.spark">IcebergSpark</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#relativeToAbsolutePath(java.lang.String,org.apache.hadoop.fs.Path)">relativeToAbsolutePath(String, Path)</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html#release(java.lang.String,java.lang.String)">release(String, String)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbLockManager.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbLockManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/LockManager.html#release(java.lang.String,java.lang.String)">release(String, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/LockManager.html" title="interface in org.apache.iceberg">LockManager</a></dt>
<dd>
<div class="block">Release a lock</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ByteBufferInputStream.html#remainingBuffers()">remainingBuffers()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ByteBufferInputStream.html" title="class in org.apache.iceberg.io">ByteBufferInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ByteBufferInputStream.html#remainingStream()">remainingStream()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ByteBufferInputStream.html" title="class in org.apache.iceberg.io">ByteBufferInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#REMOTE_SIGNING_ENABLED">REMOTE_SIGNING_ENABLED</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#REMOTE_SIGNING_ENABLED_DEFAULT">REMOTE_SIGNING_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SparkDistributedDataScan.html#remoteParallelism()">remoteParallelism()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SparkDistributedDataScan.html" title="class in org.apache.iceberg">SparkDistributedDataScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.html#removals()">removals()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateNamespacePropertiesRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#remove(int,org.apache.iceberg.StructLike)">remove(int, StructLike)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#remove(java.lang.Object)">remove(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#remove(java.lang.Object)">remove(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#remove(java.lang.Object)">remove(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeMap.html#remove(java.lang.Object)">remove(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeMap.html" title="class in org.apache.iceberg.util">StructLikeMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#remove(java.lang.Object)">remove(Object)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.Builder.html#remove(java.lang.String)">remove(String)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">UpdateNamespacePropertiesRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableCache.html#remove(java.lang.String)">remove(String)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableCache.html" title="class in org.apache.iceberg.spark">SparkTableCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateProperties.html#remove(java.lang.String)">remove(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateProperties.html" title="interface in org.apache.iceberg">UpdateProperties</a></dt>
<dd>
<div class="block">Remove the given property key from the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/UpdateViewProperties.html#remove(java.lang.String)">remove(String)</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/UpdateViewProperties.html" title="interface in org.apache.iceberg.view">UpdateViewProperties</a></dt>
<dd>
<div class="block">Remove the given property key from the view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#removeAll(java.util.Collection)">removeAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#removeAll(java.util.Collection)">removeAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#removeAll(java.util.Collection)">removeAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.Builder.html#removeAll(java.util.Collection)">removeAll(Collection&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">UpdateNamespacePropertiesRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#removeBranch(java.lang.String)">removeBranch(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Remove a branch by name</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#removeBranch(java.lang.String)">removeBranch(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#removeCarryovers(java.util.Iterator,org.apache.spark.sql.types.StructType)">removeCarryovers(Iterator&lt;Row&gt;, StructType)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>
<div class="block">Creates an iterator that removes carry-over rows from a changelog table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.RemoveProperties.html#removed()">removed()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.RemoveProperties.html" title="class in org.apache.iceberg">MetadataUpdate.RemoveProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html#removed()">removed()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html" title="class in org.apache.iceberg.rest.responses">UpdateNamespacePropertiesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#REMOVED_DATA_FILES">REMOVED_DATA_FILES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#REMOVED_DELETE_FILES">REMOVED_DELETE_FILES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#REMOVED_DELETE_FILES_PROP">REMOVED_DELETE_FILES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#REMOVED_EQ_DELETE_FILES">REMOVED_EQ_DELETE_FILES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#REMOVED_EQ_DELETE_FILES_PROP">REMOVED_EQ_DELETE_FILES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#REMOVED_EQ_DELETES">REMOVED_EQ_DELETES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#REMOVED_EQ_DELETES_PROP">REMOVED_EQ_DELETES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#REMOVED_FILE_SIZE_BYTES">REMOVED_FILE_SIZE_BYTES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#REMOVED_FILE_SIZE_PROP">REMOVED_FILE_SIZE_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#REMOVED_POS_DELETE_FILES">REMOVED_POS_DELETE_FILES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#REMOVED_POS_DELETE_FILES_PROP">REMOVED_POS_DELETE_FILES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#REMOVED_POS_DELETES">REMOVED_POS_DELETES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#REMOVED_POS_DELETES_PROP">REMOVED_POS_DELETES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#REMOVED_RECORDS">REMOVED_RECORDS</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#removedDataFiles()">removedDataFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#removedDataFiles(org.apache.iceberg.io.FileIO)">removedDataFiles(FileIO)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return all data files removed from the table in this snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#removedDeleteFiles()">removedDeleteFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#removedDeleteFiles(org.apache.iceberg.io.FileIO)">removedDeleteFiles(FileIO)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return all delete files removed from the table in this snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#removedEqualityDeleteFiles()">removedEqualityDeleteFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#removedEqualityDeletes()">removedEqualityDeletes()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#removedFilesSizeInBytes()">removedFilesSizeInBytes()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#removedPositionalDeleteFiles()">removedPositionalDeleteFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#removedPositionalDeletes()">removedPositionalDeletes()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#removedRecords()">removedRecords()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdatePartitionSpec.html#removeField(java.lang.String)">removeField(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdatePartitionSpec.html" title="interface in org.apache.iceberg">UpdatePartitionSpec</a></dt>
<dd>
<div class="block">Remove a partition field by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdatePartitionSpec.html#removeField(org.apache.iceberg.expressions.Term)">removeField(Term)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdatePartitionSpec.html" title="interface in org.apache.iceberg">UpdatePartitionSpec</a></dt>
<dd>
<div class="block">Remove a partition field by its transform <a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions"><code>expression term</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/RemoveIds.html#removeIds(org.apache.avro.Schema)">removeIds(Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/RemoveIds.html" title="class in org.apache.iceberg.avro">RemoveIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/RemoveIds.html#removeIds(org.apache.parquet.schema.MessageType)">removeIds(MessageType)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/RemoveIds.html" title="class in org.apache.iceberg.parquet">RemoveIds</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/RemoveIds.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">RemoveIds</span></a> - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/RemoveIds.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">RemoveIds</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/RemoveIds.html#%3Cinit%3E()">RemoveIds()</a></span> - Constructor for class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/RemoveIds.html" title="class in org.apache.iceberg.avro">RemoveIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/RemoveIds.html#%3Cinit%3E()">RemoveIds()</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/RemoveIds.html" title="class in org.apache.iceberg.parquet">RemoveIds</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/RemoveNetCarryoverIterator.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">RemoveNetCarryoverIterator</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">This class computes the net changes across multiple snapshots.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/RemoveNetCarryoverIterator.html#%3Cinit%3E(java.util.Iterator,org.apache.spark.sql.types.StructType)">RemoveNetCarryoverIterator(Iterator&lt;Row&gt;, StructType)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/RemoveNetCarryoverIterator.html" title="class in org.apache.iceberg.spark">RemoveNetCarryoverIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#removeNetCarryovers(java.util.Iterator,org.apache.spark.sql.types.StructType)">removeNetCarryovers(Iterator&lt;Row&gt;, StructType)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/procedures/RemoveOrphanFilesProcedure.html" title="class in org.apache.iceberg.spark.procedures"><span class="typeNameLink">RemoveOrphanFilesProcedure</span></a> - Class in <a href="org/apache/iceberg/spark/procedures/package-summary.html">org.apache.iceberg.spark.procedures</a></dt>
<dd>
<div class="block">A procedure that removes orphan files in a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#removeProperties(java.util.Set)">removeProperties(Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.Builder.html#removeProperties(java.util.Set)">removeProperties(Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.Builder.html" title="class in org.apache.iceberg.view">ViewMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#removeProperties(org.apache.iceberg.catalog.Namespace,java.util.Set)">removeProperties(Namespace, Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#removeProperties(org.apache.iceberg.catalog.Namespace,java.util.Set)">removeProperties(Namespace, Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#removeProperties(org.apache.iceberg.catalog.Namespace,java.util.Set)">removeProperties(Namespace, Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SupportsNamespaces.html#removeProperties(org.apache.iceberg.catalog.Namespace,java.util.Set)">removeProperties(Namespace, Set&lt;String&gt;)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SupportsNamespaces.html" title="interface in org.apache.iceberg.catalog">SupportsNamespaces</a></dt>
<dd>
<div class="block">Remove a set of property keys from a namespace in the catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#removeProperties(org.apache.iceberg.catalog.Namespace,java.util.Set)">removeProperties(Namespace, Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#removeProperties(org.apache.iceberg.catalog.Namespace,java.util.Set)">removeProperties(Namespace, Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#removeProperties(org.apache.iceberg.catalog.Namespace,java.util.Set)">removeProperties(Namespace, Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#removeProperties(org.apache.iceberg.catalog.Namespace,java.util.Set)">removeProperties(Namespace, Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#removeProperties(org.apache.iceberg.catalog.Namespace,java.util.Set)">removeProperties(Namespace, Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#removeProperties(org.apache.iceberg.catalog.Namespace,java.util.Set)">removeProperties(Namespace, Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#removeProperties(org.apache.iceberg.catalog.Namespace,java.util.Set)">removeProperties(Namespace, Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#removeProperties(org.apache.iceberg.catalog.Namespace,java.util.Set)">removeProperties(Namespace, Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#removeProperties(org.apache.iceberg.catalog.Namespace,java.util.Set)">removeProperties(Namespace, Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.RemoveProperties.html#%3Cinit%3E(java.util.Set)">RemoveProperties(Set&lt;String&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.RemoveProperties.html" title="class in org.apache.iceberg">MetadataUpdate.RemoveProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#removeRef(java.lang.String)">removeRef(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.RemoveSnapshot.html#%3Cinit%3E(long)">RemoveSnapshot(long)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.RemoveSnapshot.html" title="class in org.apache.iceberg">MetadataUpdate.RemoveSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.RemoveSnapshotRef.html#%3Cinit%3E(java.lang.String)">RemoveSnapshotRef(String)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.RemoveSnapshotRef.html" title="class in org.apache.iceberg">MetadataUpdate.RemoveSnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#removeSnapshots(java.util.Collection)">removeSnapshots(Collection&lt;Long&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#removeSnapshots(java.util.List)">removeSnapshots(List&lt;Snapshot&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#removeSnapshotsIf(java.util.function.Predicate)">removeSnapshotsIf(Predicate&lt;Snapshot&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SetStatistics.html#removeStatistics(long)">removeStatistics(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SetStatistics.html" title="class in org.apache.iceberg">SetStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#removeStatistics(long)">removeStatistics(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateStatistics.html#removeStatistics(long)">removeStatistics(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateStatistics.html" title="interface in org.apache.iceberg">UpdateStatistics</a></dt>
<dd>
<div class="block">Remove the table's statistics file for given snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.RemoveStatistics.html#%3Cinit%3E(long)">RemoveStatistics(long)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.RemoveStatistics.html" title="class in org.apache.iceberg">MetadataUpdate.RemoveStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#removeTag(java.lang.String)">removeTag(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Remove the tag with the given name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#removeTag(java.lang.String)">removeTag(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ScanTaskSetManager.html#removeTasks(org.apache.iceberg.Table,java.lang.String)">removeTasks(Table, String)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ScanTaskSetManager.html" title="class in org.apache.iceberg.spark">ScanTaskSetManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ResourcePaths.html#rename()">rename()</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest">ResourcePaths</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.ReadBuilder.html#rename(java.lang.String,java.lang.String)">rename(String, String)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.ReadBuilder.html" title="class in org.apache.iceberg.avro">Avro.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#renameBranch(java.lang.String,java.lang.String)">renameBranch(String, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Rename a branch</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#renameBranch(java.lang.String,java.lang.String)">renameBranch(String, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#renameColumn(java.lang.String,java.lang.String)">renameColumn(String, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Rename a column in the schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdatePartitionSpec.html#renameField(java.lang.String,java.lang.String)">renameField(String, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdatePartitionSpec.html" title="interface in org.apache.iceberg">UpdatePartitionSpec</a></dt>
<dd>
<div class="block">Rename a field in the partition spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#renameTable(org.apache.flink.table.catalog.ObjectPath,java.lang.String,boolean)">renameTable(ObjectPath, String, boolean)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/CatalogHandlers.html#renameTable(org.apache.iceberg.catalog.Catalog,org.apache.iceberg.rest.requests.RenameTableRequest)">renameTable(Catalog, RenameTableRequest)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest">CatalogHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#renameTable(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(SessionCatalog.SessionContext, TableIdentifier, TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Rename a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#renameTable(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(SessionCatalog.SessionContext, TableIdentifier, TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#renameTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(TableIdentifier, TableIdentifier)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#renameTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(TableIdentifier, TableIdentifier)</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>
<div class="block">Rename table in Glue is a drop table and create table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CachingCatalog.html#renameTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(TableIdentifier, TableIdentifier)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg">CachingCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#renameTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(TableIdentifier, TableIdentifier)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#renameTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(TableIdentifier, TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Rename a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#renameTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(TableIdentifier, TableIdentifier)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>
<div class="block">Table rename will only move table object, the data objects will still be in-place.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#renameTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(TableIdentifier, TableIdentifier)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#renameTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(TableIdentifier, TableIdentifier)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#renameTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(TableIdentifier, TableIdentifier)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#renameTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(TableIdentifier, TableIdentifier)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#renameTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(TableIdentifier, TableIdentifier)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#renameTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(TableIdentifier, TableIdentifier)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#renameTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(TableIdentifier, TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#renameTable(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameTable(TableIdentifier, TableIdentifier)</a></span> - Method in class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html#renameTable(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.connector.catalog.Identifier)">renameTable(Identifier, Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html" title="class in org.apache.iceberg.spark">SparkCachedTableCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#renameTable(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.connector.catalog.Identifier)">renameTable(Identifier, Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#renameTable(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.connector.catalog.Identifier)">renameTable(Identifier, Identifier)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/RenameTableRequest.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">RenameTableRequest</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="block">A REST request to rename a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RenameTableRequest.html#%3Cinit%3E()">RenameTableRequest()</a></span> - Constructor for class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RenameTableRequest.html" title="class in org.apache.iceberg.rest.requests">RenameTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/RenameTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">RenameTableRequest.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/ViewCatalog.html#renameView(org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.catalog.TableIdentifier)">renameView(TableIdentifier, TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/ViewCatalog.html" title="interface in org.apache.iceberg.catalog">ViewCatalog</a></dt>
<dd>
<div class="block">Rename a view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html#%3Cinit%3E(int,int,org.apache.iceberg.parquet.ParquetValueReader,org.apache.iceberg.parquet.ParquetValueReader)">RepeatedKeyValueReader(int, int, ParquetValueReader&lt;K&gt;, ParquetValueReader&lt;V&gt;)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedKeyValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html#%3Cinit%3E(int,int,org.apache.iceberg.parquet.ParquetValueWriter,org.apache.iceberg.parquet.ParquetValueWriter)">RepeatedKeyValueWriter(int, int, ParquetValueWriter&lt;K&gt;, ParquetValueWriter&lt;V&gt;)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.RepeatedKeyValueWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html#%3Cinit%3E(int,int,org.apache.iceberg.parquet.ParquetValueReader)">RepeatedReader(int, int, ParquetValueReader&lt;E&gt;)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html#%3Cinit%3E(int,int,org.apache.iceberg.parquet.ParquetValueWriter)">RepeatedWriter(int, int, ParquetValueWriter&lt;E&gt;)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.RepeatedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#repetitionLevels">repetitionLevels</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewBuilder.html#replace()">replace()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewBuilder.html" title="interface in org.apache.iceberg.view">ViewBuilder</a></dt>
<dd>
<div class="block">Replace the view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataOperations.html#REPLACE">REPLACE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/DataOperations.html" title="class in org.apache.iceberg">DataOperations</a></dt>
<dd>
<div class="block">Files are removed and replaced, without changing the data in the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#REPLACE">REPLACE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#REPLACE">REPLACE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html#REPLACE()">REPLACE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html#REPLACE()">REPLACE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#REPLACE()">REPLACE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#REPLACE()">REPLACE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#REPLACE_PARTITIONS_PROP">REPLACE_PARTITIONS_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#replaceBranch(java.lang.String,long)">replaceBranch(String, long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Replaces the branch with the given name to point to the specified snapshot</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#replaceBranch(java.lang.String,long)">replaceBranch(String, long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#replaceBranch(java.lang.String,java.lang.String)">replaceBranch(String, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Replaces the branch with the given name to point to the source snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#replaceBranch(java.lang.String,java.lang.String)">replaceBranch(String, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StatementContext)">ReplacePartitionFieldContext(IcebergSqlExtensionsParser.StatementContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ReplacePartitions.html" title="interface in org.apache.iceberg"><span class="typeNameLink">ReplacePartitions</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for overwriting files in a table by partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#replaceProperties(java.util.Map)">replaceProperties(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#replaceSortOrder()">replaceSortOrder()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#replaceSortOrder()">replaceSortOrder()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#replaceSortOrder()">replaceSortOrder()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#replaceSortOrder()">replaceSortOrder()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#replaceSortOrder()">replaceSortOrder()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/ReplaceSortOrder.html" title="interface in org.apache.iceberg"><code>ReplaceSortOrder</code></a> to set the table sort order and commit the change.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#replaceSortOrder()">replaceSortOrder()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/ReplaceSortOrder.html" title="interface in org.apache.iceberg"><code>ReplaceSortOrder</code></a> to set a table sort order and commit the change.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#replaceSortOrder(org.apache.iceberg.SortOrder)">replaceSortOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ReplaceSortOrder.html" title="interface in org.apache.iceberg"><span class="typeNameLink">ReplaceSortOrder</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for replacing table sort order with a newly created order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transactions.html#replaceTableTransaction(java.lang.String,org.apache.iceberg.TableOperations,org.apache.iceberg.TableMetadata)">replaceTableTransaction(String, TableOperations, TableMetadata)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Transactions.html" title="class in org.apache.iceberg">Transactions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transactions.html#replaceTableTransaction(java.lang.String,org.apache.iceberg.TableOperations,org.apache.iceberg.TableMetadata,org.apache.iceberg.metrics.MetricsReporter)">replaceTableTransaction(String, TableOperations, TableMetadata, MetricsReporter)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Transactions.html" title="class in org.apache.iceberg">Transactions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#replaceTag(java.lang.String,long)">replaceTag(String, long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Replaces the tag with the given name to point to the specified snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#replaceTag(java.lang.String,long)">replaceTag(String, long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html#replaceTransaction()">replaceTransaction()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html" title="class in org.apache.iceberg">BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html#replaceTransaction()">replaceTransaction()</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html" title="interface in org.apache.iceberg.catalog">Catalog.TableBuilder</a></dt>
<dd>
<div class="block">Starts a transaction to replace the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/View.html#replaceVersion()">replaceVersion()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/View.html" title="interface in org.apache.iceberg.view">View</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/view/ReplaceViewVersion.html" title="interface in org.apache.iceberg.view"><code>ReplaceViewVersion</code></a> to replace the view's current version.</div>
</dd>
<dt><a href="org/apache/iceberg/view/ReplaceViewVersion.html" title="interface in org.apache.iceberg.view"><span class="typeNameLink">ReplaceViewVersion</span></a> - Interface in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>
<div class="block">API for replacing a view's version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.html#report()">report()</a></span> - Method in interface org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.html" title="interface in org.apache.iceberg.rest.requests">ReportMetricsRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/InMemoryMetricsReporter.html#report(org.apache.iceberg.metrics.MetricsReport)">report(MetricsReport)</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/InMemoryMetricsReporter.html" title="class in org.apache.iceberg.metrics">InMemoryMetricsReporter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/LoggingMetricsReporter.html#report(org.apache.iceberg.metrics.MetricsReport)">report(MetricsReport)</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/LoggingMetricsReporter.html" title="class in org.apache.iceberg.metrics">LoggingMetricsReporter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsReporter.html#report(org.apache.iceberg.metrics.MetricsReport)">report(MetricsReport)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsReporter.html" title="interface in org.apache.iceberg.metrics">MetricsReporter</a></dt>
<dd>
<div class="block">Indicates that an operation is done by reporting a <a href="org/apache/iceberg/metrics/MetricsReport.html" title="interface in org.apache.iceberg.metrics"><code>MetricsReport</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.html" title="interface in org.apache.iceberg.rest.requests"><span class="typeNameLink">ReportMetricsRequest</span></a> - Interface in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.ReportType.html" title="enum in org.apache.iceberg.rest.requests"><span class="typeNameLink">ReportMetricsRequest.ReportType</span></a> - Enum in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.ReportMetricsRequestDeserializer.html#%3Cinit%3E()">ReportMetricsRequestDeserializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.ReportMetricsRequestDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.ReportMetricsRequestDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/ReportMetricsRequestParser.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">ReportMetricsRequestParser</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.ReportMetricsRequestSerializer.html#%3Cinit%3E()">ReportMetricsRequestSerializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.ReportMetricsRequestSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.ReportMetricsRequestSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.html#reportType()">reportType()</a></span> - Method in interface org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.html" title="interface in org.apache.iceberg.rest.requests">ReportMetricsRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewVersion.html#representations()">representations()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewVersion.html" title="interface in org.apache.iceberg.view">ViewVersion</a></dt>
<dd>
<div class="block">Return the list of other view representations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Blob.html#requestedCompression()">requestedCompression()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Blob.html" title="class in org.apache.iceberg.puffin">Blob</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/SplitRequestEvent.html#requesterHostname()">requesterHostname()</a></span> - Method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/SplitRequestEvent.html" title="class in org.apache.iceberg.flink.source.split">SplitRequestEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#requestPropertiesSupplier()">requestPropertiesSupplier()</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#requestRefresh()">requestRefresh()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#requireColumn(java.lang.String)">requireColumn(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Update a column to required.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/connector/iceberg/catalog/ProcedureParameter.html#required()">required()</a></span> - Method in interface org.apache.spark.sql.connector.iceberg.catalog.<a href="org/apache/spark/sql/connector/iceberg/catalog/ProcedureParameter.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog">ProcedureParameter</a></dt>
<dd>
<div class="block">Returns true if this parameter is required.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#required(int,java.lang.String,org.apache.iceberg.types.Type)">required(int, String, Type)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#required(int,java.lang.String,org.apache.iceberg.types.Type,java.lang.String)">required(int, String, Type, String)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/connector/iceberg/catalog/ProcedureParameter.html#required(java.lang.String,org.apache.spark.sql.types.DataType)">required(String, DataType)</a></span> - Static method in interface org.apache.spark.sql.connector.iceberg.catalog.<a href="org/apache/spark/sql/connector/iceberg/catalog/ProcedureParameter.html" title="interface in org.apache.spark.sql.connector.iceberg.catalog">ProcedureParameter</a></dt>
<dd>
<div class="block">Creates a required input parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#requiredContext()">requiredContext()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html#requiredOptions()">requiredOptions()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkDynamicTableFactory.html" title="class in org.apache.iceberg.flink">FlinkDynamicTableFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/DeleteFilter.html#requiredSchema()">requiredSchema()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/DeleteFilter.html" title="class in org.apache.iceberg.data">DeleteFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableCommit.html#requirements()">requirements()</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableCommit.html" title="interface in org.apache.iceberg.catalog">TableCommit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html#requirements()">requirements()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableOperations.html#requireStrictCleanup()">requireStrictCleanup()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableOperations.html" title="interface in org.apache.iceberg">TableOperations</a></dt>
<dd>
<div class="block">Whether to clean up uncommitted metadata files only when a commit fails with a <a href="org/apache/iceberg/exceptions/CleanableFailure.html" title="interface in org.apache.iceberg.exceptions"><code>CleanableFailure</code></a> exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#RESERVED_PROPERTIES">RESERVED_PROPERTIES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>
<div class="block">Reserved Iceberg table properties list.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html#reset()">reset()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html" title="class in org.apache.iceberg.arrow.vectorized">NullabilityHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html#reset()">reset()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedPageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#reset()">reset()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SetAccumulator.html#reset()">reset()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SetAccumulator.html" title="class in org.apache.iceberg.spark.actions">SetAccumulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentScanTask.html#residual()">residual()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentScanTask.html" title="interface in org.apache.iceberg">ContentScanTask</a></dt>
<dd>
<div class="block">Returns the residual expression that should be applied to rows in this file scan.</div>
</dd>
<dt><a href="org/apache/iceberg/expressions/ResidualEvaluator.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">ResidualEvaluator</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Finds the residuals for an <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>Expression</code></a> the partitions in the given <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>PartitionSpec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ResidualEvaluator.html#residualFor(org.apache.iceberg.StructLike)">residualFor(StructLike)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ResidualEvaluator.html" title="class in org.apache.iceberg.expressions">ResidualEvaluator</a></dt>
<dd>
<div class="block">Returns a residual expression for the given partition values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/EnvironmentUtil.html#resolveAll(java.util.Map)">resolveAll(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/EnvironmentUtil.html" title="class in org.apache.iceberg.util">EnvironmentUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/DecoderResolver.html#resolveAndRead(org.apache.avro.io.Decoder,org.apache.avro.Schema,org.apache.avro.Schema,org.apache.iceberg.avro.ValueReader,T)">resolveAndRead(Decoder, Schema, Schema, ValueReader&lt;T&gt;, T)</a></span> - Static method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/DecoderResolver.html" title="class in org.apache.iceberg.data.avro">DecoderResolver</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#resolveConfig(org.apache.iceberg.Table,java.util.Map,org.apache.flink.configuration.ReadableConfig)">resolveConfig(Table, Map&lt;String, String&gt;, ReadableConfig)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">ResolvingFileIO</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">FileIO implementation that uses location scheme to choose the correct FileIO implementation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#%3Cinit%3E()">ResolvingFileIO()</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>
<div class="block">No-arg constructor to load the FileIO dynamically.</div>
</dd>
<dt><a href="org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">ResourcePaths</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ResourcePaths.html#%3Cinit%3E(java.lang.String)">ResourcePaths(String)</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest">ResourcePaths</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponse.Builder.html#responseCode(java.lang.Integer)">responseCode(Integer)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ErrorResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.html#rest(java.lang.String,org.apache.hadoop.conf.Configuration,java.util.Map)">rest(String, Configuration, Map&lt;String, String&gt;)</a></span> - Static method in interface org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.html" title="interface in org.apache.iceberg.flink">CatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#REST_ACCESS_KEY_ID">REST_ACCESS_KEY_ID</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Configure the static access key ID used for SigV4 signing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#REST_SECRET_ACCESS_KEY">REST_SECRET_ACCESS_KEY</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Configure the static secret access key used for SigV4 signing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#REST_SESSION_TOKEN">REST_SESSION_TOKEN</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Configure the static session token used for SigV4.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#REST_SIGNER_REGION">REST_SIGNER_REGION</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">Region to be used by the SigV4 protocol for signing requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#REST_SIGNING_NAME">REST_SIGNING_NAME</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">The service name to be used by the SigV4 protocol for signing requests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#REST_SIGNING_NAME_DEFAULT">REST_SIGNING_NAME_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="block">The default service name (API Gateway and lambda) used during SigV4 signing.</div>
</dd>
<dt><a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTCatalog</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#%3Cinit%3E()">RESTCatalog()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#%3Cinit%3E(java.util.function.Function)">RESTCatalog(Function&lt;Map&lt;String, String&gt;, RESTClient&gt;)</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#%3Cinit%3E(org.apache.iceberg.catalog.SessionCatalog.SessionContext,java.util.function.Function)">RESTCatalog(SessionCatalog.SessionContext, Function&lt;Map&lt;String, String&gt;, RESTClient&gt;)</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTClient.html" title="interface in org.apache.iceberg.rest"><span class="typeNameLink">RESTClient</span></a> - Interface in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>
<div class="block">Interface for a basic HTTP Client for interfacing with the REST catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#restCredentialsProvider()">restCredentialsProvider()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/RESTException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">RESTException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Base class for REST client exceptions</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/RESTException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">RESTException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/RESTException.html" title="class in org.apache.iceberg.exceptions">RESTException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/RESTException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">RESTException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/RESTException.html" title="class in org.apache.iceberg.exceptions">RESTException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTMessage.html" title="interface in org.apache.iceberg.rest"><span class="typeNameLink">RESTMessage</span></a> - Interface in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>
<div class="block">Interface to mark both REST requests and responses.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.html#restoreEnumerator(org.apache.flink.api.connector.source.SplitEnumeratorContext,org.apache.iceberg.flink.source.enumerator.IcebergEnumeratorState)">restoreEnumerator(SplitEnumeratorContext&lt;IcebergSourceSplit&gt;, IcebergEnumeratorState)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.html" title="class in org.apache.iceberg.flink.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTRequest.html" title="interface in org.apache.iceberg.rest"><span class="typeNameLink">RESTRequest</span></a> - Interface in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>
<div class="block">Interface to mark a REST request.</div>
</dd>
<dt><a href="org/apache/iceberg/rest/RESTResponse.html" title="interface in org.apache.iceberg.rest"><span class="typeNameLink">RESTResponse</span></a> - Interface in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>
<div class="block">Interface to mark a REST response</div>
</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.CommitTransactionRequestDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.CommitTransactionRequestDeserializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.CommitTransactionRequestSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.CommitTransactionRequestSerializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.ErrorResponseDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.ErrorResponseDeserializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.ErrorResponseSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.ErrorResponseSerializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.MetadataUpdateDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.MetadataUpdateDeserializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.MetadataUpdateSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.MetadataUpdateSerializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.NamespaceDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.NamespaceDeserializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.NamespaceSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.NamespaceSerializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.OAuthTokenResponseDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.OAuthTokenResponseDeserializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.OAuthTokenResponseSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.OAuthTokenResponseSerializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.RegisterTableRequestDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.RegisterTableRequestDeserializer</span></a>&lt;<a href="org/apache/iceberg/rest/RESTSerializers.RegisterTableRequestDeserializer.html" title="type parameter in RESTSerializers.RegisterTableRequestDeserializer">T</a> extends <a href="org/apache/iceberg/rest/requests/RegisterTableRequest.html" title="interface in org.apache.iceberg.rest.requests">RegisterTableRequest</a>&gt; - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.RegisterTableRequestSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.RegisterTableRequestSerializer</span></a>&lt;<a href="org/apache/iceberg/rest/RESTSerializers.RegisterTableRequestSerializer.html" title="type parameter in RESTSerializers.RegisterTableRequestSerializer">T</a> extends <a href="org/apache/iceberg/rest/requests/RegisterTableRequest.html" title="interface in org.apache.iceberg.rest.requests">RegisterTableRequest</a>&gt; - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.ReportMetricsRequestDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.ReportMetricsRequestDeserializer</span></a>&lt;<a href="org/apache/iceberg/rest/RESTSerializers.ReportMetricsRequestDeserializer.html" title="type parameter in RESTSerializers.ReportMetricsRequestDeserializer">T</a> extends <a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.html" title="interface in org.apache.iceberg.rest.requests">ReportMetricsRequest</a>&gt; - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.ReportMetricsRequestSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.ReportMetricsRequestSerializer</span></a>&lt;<a href="org/apache/iceberg/rest/RESTSerializers.ReportMetricsRequestSerializer.html" title="type parameter in RESTSerializers.ReportMetricsRequestSerializer">T</a> extends <a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.html" title="interface in org.apache.iceberg.rest.requests">ReportMetricsRequest</a>&gt; - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.SchemaDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.SchemaDeserializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.SchemaSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.SchemaSerializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.TableIdentifierDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.TableIdentifierDeserializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.TableIdentifierSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.TableIdentifierSerializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.TableMetadataDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.TableMetadataDeserializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.TableMetadataSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.TableMetadataSerializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.UnboundPartitionSpecDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.UnboundPartitionSpecDeserializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.UnboundPartitionSpecSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.UnboundPartitionSpecSerializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.UnboundSortOrderDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.UnboundSortOrderDeserializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.UnboundSortOrderSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.UnboundSortOrderSerializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.UpdateRequirementDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.UpdateRequirementDeserializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 1.5.0, use <code>RESTSerializers.UpdateReqDeserializer</code> instead.</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.UpdateRequirementSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.UpdateRequirementSerializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 1.5.0, use <code>RESTSerializers.UpdateReqSerializer</code> instead.</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.UpdateTableRequestDeserializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.UpdateTableRequestDeserializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSerializers.UpdateTableRequestSerializer.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSerializers.UpdateTableRequestSerializer</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTSessionCatalog</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#%3Cinit%3E()">RESTSessionCatalog()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#%3Cinit%3E(java.util.function.Function,java.util.function.BiFunction)">RESTSessionCatalog(Function&lt;Map&lt;String, String&gt;, RESTClient&gt;, BiFunction&lt;SessionCatalog.SessionContext, Map&lt;String, String&gt;, FileIO&gt;)</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#restSigningName()">restSigningName()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#restSigningRegion()">restSigningRegion()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/RESTSigV4Signer.html" title="class in org.apache.iceberg.aws"><span class="typeNameLink">RESTSigV4Signer</span></a> - Class in <a href="org/apache/iceberg/aws/package-summary.html">org.apache.iceberg.aws</a></dt>
<dd>
<div class="block">Provides a request interceptor for use with the HTTPClient that calculates the required signature
for the SigV4 protocol and adds the necessary headers for all requests created by the client.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/RESTSigV4Signer.html#%3Cinit%3E()">RESTSigV4Signer()</a></span> - Constructor for class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/RESTSigV4Signer.html" title="class in org.apache.iceberg.aws">RESTSigV4Signer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/RESTUtil.html" title="class in org.apache.iceberg.rest"><span class="typeNameLink">RESTUtil</span></a> - Class in <a href="org/apache/iceberg/rest/package-summary.html">org.apache.iceberg.rest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html#result()">result()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html" title="class in org.apache.iceberg.deletes">EqualityDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDeleteWriter.html#result()">result()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDeleteWriter.html" title="class in org.apache.iceberg.deletes">PositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/SortingPositionOnlyDeleteWriter.html#result()">result()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/SortingPositionOnlyDeleteWriter.html" title="class in org.apache.iceberg.deletes">SortingPositionOnlyDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/AggregateEvaluator.html#result()">result()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/AggregateEvaluator.html" title="class in org.apache.iceberg.expressions">AggregateEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BasePositionDeltaWriter.html#result()">result()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BasePositionDeltaWriter.html" title="class in org.apache.iceberg.io">BasePositionDeltaWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DataWriter.html#result()">result()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DataWriter.html" title="class in org.apache.iceberg.io">DataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/EqualityDeltaWriter.html#result()">result()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/EqualityDeltaWriter.html" title="interface in org.apache.iceberg.io">EqualityDeltaWriter</a></dt>
<dd>
<div class="block">Returns a result that contains information about written <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a>s or <a href="org/apache/iceberg/DeleteFile.html" title="interface in org.apache.iceberg"><code>DeleteFile</code></a>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileWriter.html#result()">result()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileWriter.html" title="interface in org.apache.iceberg.io">FileWriter</a></dt>
<dd>
<div class="block">Returns a result that contains information about written <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a>s or <a href="org/apache/iceberg/DeleteFile.html" title="interface in org.apache.iceberg"><code>DeleteFile</code></a>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PartitioningWriter.html#result()">result()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/PartitioningWriter.html" title="interface in org.apache.iceberg.io">PartitioningWriter</a></dt>
<dd>
<div class="block">Returns a result that contains information about written <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a>s or <a href="org/apache/iceberg/DeleteFile.html" title="interface in org.apache.iceberg"><code>DeleteFile</code></a>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PositionDeltaWriter.html#result()">result()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/PositionDeltaWriter.html" title="interface in org.apache.iceberg.io">PositionDeltaWriter</a></dt>
<dd>
<div class="block">Returns a result that contains information about written <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a>s or <a href="org/apache/iceberg/DeleteFile.html" title="interface in org.apache.iceberg"><code>DeleteFile</code></a>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#RESULT_DATA_FILES">RESULT_DATA_FILES</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#RESULT_DELETE_FILES">RESULT_DELETE_FILES</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#resultDataFiles()">resultDataFiles()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#resultDataFiles()">resultDataFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#resultDeleteFiles()">resultDeleteFiles()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#resultDeleteFiles()">resultDeleteFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/AggregateEvaluator.html#resultType()">resultType()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/AggregateEvaluator.html" title="class in org.apache.iceberg.expressions">AggregateEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBase.html#resultType()">resultType()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/BucketFunction.BucketBase.html" title="class in org.apache.iceberg.spark.functions">BucketFunction.BucketBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html#resultType()">resultType()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction.TimestampNtzToHoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html#resultType()">resultType()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction.TimestampToHoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBigInt.html#resultType()">resultType()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBigInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateBigInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBinary.html#resultType()">resultType()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBinary.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateBinary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateDecimal.html#resultType()">resultType()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateDecimal.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateDecimal</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateInt.html#resultType()">resultType()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateSmallInt.html#resultType()">resultType()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateSmallInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateSmallInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateString.html#resultType()">resultType()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateString.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateTinyInt.html#resultType()">resultType()</a></span> - Method in class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateTinyInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateTinyInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#RETAIN">RETAIN</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RETAIN">RETAIN</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#RETAIN()">RETAIN()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html#RETAIN()">RETAIN()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.RefRetainContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#retainAll(java.util.Collection)">retainAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#retainAll(java.util.Collection)">retainAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#retainAll(java.util.Collection)">retainAll(Collection&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ExpireSnapshots.html#retainLast(int)">retainLast(int)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ExpireSnapshots.html" title="interface in org.apache.iceberg.actions">ExpireSnapshots</a></dt>
<dd>
<div class="block">Retains the most recent ancestors of the current snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ExpireSnapshots.html#retainLast(int)">retainLast(int)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ExpireSnapshots.html" title="interface in org.apache.iceberg">ExpireSnapshots</a></dt>
<dd>
<div class="block">Retains the most recent ancestors of the current snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html#retainLast(int)">retainLast(int)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html" title="class in org.apache.iceberg.spark.actions">ExpireSnapshotsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#RETENTION">RETENTION</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RETENTION">RETENTION</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html#RETENTION()">RETENTION()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotRetentionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/util/RetryDetector.html#retried()">retried()</a></span> - Method in class org.apache.iceberg.aws.util.<a href="org/apache/iceberg/aws/util/RetryDetector.html" title="class in org.apache.iceberg.aws.util">RetryDetector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#retry(int)">retry(int)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/util/RetryDetector.html" title="class in org.apache.iceberg.aws.util"><span class="typeNameLink">RetryDetector</span></a> - Class in <a href="org/apache/iceberg/aws/util/package-summary.html">org.apache.iceberg.aws.util</a></dt>
<dd>
<div class="block">Metrics are the only reliable way provided by the AWS SDK to determine if an API call was
retried.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/util/RetryDetector.html#%3Cinit%3E()">RetryDetector()</a></span> - Constructor for class org.apache.iceberg.aws.util.<a href="org/apache/iceberg/aws/util/RetryDetector.html" title="class in org.apache.iceberg.aws.util">RetryDetector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.ReusableEntry.html#%3Cinit%3E()">ReusableEntry()</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.ReusableEntry.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.ReusableEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ByteBuffers.html#reuse(java.nio.ByteBuffer,int)">reuse(ByteBuffer, int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ByteBuffers.html" title="class in org.apache.iceberg.util">ByteBuffers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#REUSE_CONTAINERS">REUSE_CONTAINERS</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.ReadBuilder.html#reuseContainers()">reuseContainers()</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.ReadBuilder.html" title="class in org.apache.iceberg.avro">Avro.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html#reuseContainers()">reuseContainers()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html" title="class in org.apache.iceberg.data">IcebergGenerics.ScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#reuseContainers()">reuseContainers()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.ReadBuilder.html#reuseContainers(boolean)">reuseContainers(boolean)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.ReadBuilder.html" title="class in org.apache.iceberg.avro">Avro.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#reuseContainers(boolean)">reuseContainers(boolean)</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.StructReader.html#reuseOrCreate(java.lang.Object)">reuseOrCreate(Object)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.StructReader.html" title="class in org.apache.iceberg.avro">ValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#revertWith(org.apache.iceberg.util.Tasks.Task)">revertWith(Tasks.Task&lt;I, ?&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/FileRewriter.html#rewrite(java.util.List)">rewrite(List&lt;T&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/FileRewriter.html" title="interface in org.apache.iceberg.actions">FileRewriter</a></dt>
<dd>
<div class="block">Rewrite a group of files represented by the given list of scan tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#REWRITE_ALL">REWRITE_ALL</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Rewrites all files, regardless of their size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#REWRITE_ALL">REWRITE_ALL</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>
<div class="block">Overrides other options and forces rewriting of all provided files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#REWRITE_ALL_DEFAULT">REWRITE_ALL_DEFAULT</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#REWRITE_ALL_DEFAULT">REWRITE_ALL_DEFAULT</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#REWRITE_JOB_ORDER">REWRITE_JOB_ORDER</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>
<div class="block">Forces the rewrite job order based on the value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html#REWRITE_JOB_ORDER">REWRITE_JOB_ORDER</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles</a></dt>
<dd>
<div class="block">Forces the rewrite job order based on the value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#REWRITE_JOB_ORDER_DEFAULT">REWRITE_JOB_ORDER_DEFAULT</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html#REWRITE_JOB_ORDER_DEFAULT">REWRITE_JOB_ORDER_DEFAULT</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/actions/Actions.html#rewriteDataFiles()">rewriteDataFiles()</a></span> - Method in class org.apache.iceberg.flink.actions.<a href="org/apache/iceberg/flink/actions/Actions.html" title="class in org.apache.iceberg.flink.actions">Actions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ActionsProvider.html#rewriteDataFiles(org.apache.iceberg.Table)">rewriteDataFiles(Table)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ActionsProvider.html" title="interface in org.apache.iceberg.actions">ActionsProvider</a></dt>
<dd>
<div class="block">Instantiates an action to rewrite data files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SparkActions.html#rewriteDataFiles(org.apache.iceberg.Table)">rewriteDataFiles(Table)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SparkActions.html" title="class in org.apache.iceberg.spark.actions">SparkActions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">RewriteDataFiles</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">An action for rewriting data files according to a rewrite strategy.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupFailureResult.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">RewriteDataFiles.FileGroupFailureResult</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">For a file group that failed to rewrite.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupInfo.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">RewriteDataFiles.FileGroupInfo</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">A description of a file group, when it was processed, and within which partition.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupRewriteResult.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">RewriteDataFiles.FileGroupRewriteResult</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">For a particular file group, the number of files which are newly created and the number of
files which were formerly part of the table but have been rewritten.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/RewriteDataFiles.Result.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">RewriteDataFiles.Result</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">A map of file group information to the results of rewriting that file group.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/actions/RewriteDataFilesAction.html" title="class in org.apache.iceberg.flink.actions"><span class="typeNameLink">RewriteDataFilesAction</span></a> - Class in <a href="org/apache/iceberg/flink/actions/package-summary.html">org.apache.iceberg.flink.actions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/actions/RewriteDataFilesAction.html#%3Cinit%3E(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment,org.apache.iceberg.Table)">RewriteDataFilesAction(StreamExecutionEnvironment, Table)</a></span> - Constructor for class org.apache.iceberg.flink.actions.<a href="org/apache/iceberg/flink/actions/RewriteDataFilesAction.html" title="class in org.apache.iceberg.flink.actions">RewriteDataFilesAction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/RewriteDataFilesActionResult.html" title="class in org.apache.iceberg.actions"><span class="typeNameLink">RewriteDataFilesActionResult</span></a> - Class in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFilesActionResult.html#%3Cinit%3E(java.util.List,java.util.List)">RewriteDataFilesActionResult(List&lt;DataFile&gt;, List&lt;DataFile&gt;)</a></span> - Constructor for class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFilesActionResult.html" title="class in org.apache.iceberg.actions">RewriteDataFilesActionResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html" title="class in org.apache.iceberg.actions"><span class="typeNameLink">RewriteDataFilesCommitManager</span></a> - Class in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">Functionality used by RewriteDataFile Actions from different platforms to handle commits.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html#%3Cinit%3E(org.apache.iceberg.Table)">RewriteDataFilesCommitManager(Table)</a></span> - Constructor for class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html" title="class in org.apache.iceberg.actions">RewriteDataFilesCommitManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html#%3Cinit%3E(org.apache.iceberg.Table,long)">RewriteDataFilesCommitManager(Table, long)</a></span> - Constructor for class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html" title="class in org.apache.iceberg.actions">RewriteDataFilesCommitManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html#%3Cinit%3E(org.apache.iceberg.Table,long,boolean)">RewriteDataFilesCommitManager(Table, long, boolean)</a></span> - Constructor for class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html" title="class in org.apache.iceberg.actions">RewriteDataFilesCommitManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.CommitService.html" title="class in org.apache.iceberg.actions"><span class="typeNameLink">RewriteDataFilesCommitManager.CommitService</span></a> - Class in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions"><span class="typeNameLink">RewriteDataFilesSparkAction</span></a> - Class in <a href="org/apache/iceberg/spark/actions/package-summary.html">org.apache.iceberg.spark.actions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#rewriteDataForTasks(java.util.List)">rewriteDataForTasks(List&lt;CombinedScanTask&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/actions/RewriteDataFilesAction.html#rewriteDataForTasks(java.util.List)">rewriteDataForTasks(List&lt;CombinedScanTask&gt;)</a></span> - Method in class org.apache.iceberg.flink.actions.<a href="org/apache/iceberg/flink/actions/RewriteDataFilesAction.html" title="class in org.apache.iceberg.flink.actions">RewriteDataFilesAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/RowDataRewriter.html#rewriteDataForTasks(org.apache.flink.streaming.api.datastream.DataStream,int)">rewriteDataForTasks(DataStream&lt;CombinedScanTask&gt;, int)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/RowDataRewriter.html" title="class in org.apache.iceberg.flink.source">RowDataRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.Result.html#rewriteFailures()">rewriteFailures()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.Result.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.Result</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/RewriteFileGroup.html" title="class in org.apache.iceberg.actions"><span class="typeNameLink">RewriteFileGroup</span></a> - Class in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">Container class representing a set of files to be rewritten by a RewriteAction and the new files
which have been written by the action.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteFileGroup.html#%3Cinit%3E(org.apache.iceberg.actions.RewriteDataFiles.FileGroupInfo,java.util.List)">RewriteFileGroup(RewriteDataFiles.FileGroupInfo, List&lt;FileScanTask&gt;)</a></span> - Constructor for class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteFileGroup.html" title="class in org.apache.iceberg.actions">RewriteFileGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteStrategy.html#rewriteFiles(java.util.List)">rewriteFiles(List&lt;FileScanTask&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteStrategy.html" title="interface in org.apache.iceberg.actions">RewriteStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Method which will rewrite files based on this particular RewriteStrategy's algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteFiles.html#rewriteFiles(java.util.Set,java.util.Set)">rewriteFiles(Set&lt;DataFile&gt;, Set&lt;DataFile&gt;)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RewriteFiles.html" title="interface in org.apache.iceberg">RewriteFiles</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 1.3.0, will be removed in 2.0.0</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteFiles.html#rewriteFiles(java.util.Set,java.util.Set,long)">rewriteFiles(Set&lt;DataFile&gt;, Set&lt;DataFile&gt;, long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RewriteFiles.html" title="interface in org.apache.iceberg">RewriteFiles</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 1.3.0, will be removed in 2.0.0</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteFiles.html#rewriteFiles(java.util.Set,java.util.Set,java.util.Set,java.util.Set)">rewriteFiles(Set&lt;DataFile&gt;, Set&lt;DeleteFile&gt;, Set&lt;DataFile&gt;, Set&lt;DeleteFile&gt;)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RewriteFiles.html" title="interface in org.apache.iceberg">RewriteFiles</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 1.3.0, will be removed in 2.0.0</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/RewriteFiles.html" title="interface in org.apache.iceberg"><span class="typeNameLink">RewriteFiles</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for replacing files in a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteManifests.html#rewriteIf(java.util.function.Predicate)">rewriteIf(Predicate&lt;ManifestFile&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteManifests.html" title="interface in org.apache.iceberg.actions">RewriteManifests</a></dt>
<dd>
<div class="block">Rewrites only manifests that match the given predicate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseRewriteManifests.html#rewriteIf(java.util.function.Predicate)">rewriteIf(Predicate&lt;ManifestFile&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseRewriteManifests.html" title="class in org.apache.iceberg">BaseRewriteManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteManifests.html#rewriteIf(java.util.function.Predicate)">rewriteIf(Predicate&lt;ManifestFile&gt;)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RewriteManifests.html" title="interface in org.apache.iceberg">RewriteManifests</a></dt>
<dd>
<div class="block">Determines which existing <a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg"><code>ManifestFile</code></a> for the table should be rewritten.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html#rewriteIf(java.util.function.Predicate)">rewriteIf(Predicate&lt;ManifestFile&gt;)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewriteManifestsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/RewriteJobOrder.html" title="enum in org.apache.iceberg"><span class="typeNameLink">RewriteJobOrder</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Enum of supported rewrite job order, it defines the order in which the file groups should be
written.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#rewriteManifests()">rewriteManifests()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#rewriteManifests()">rewriteManifests()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#rewriteManifests()">rewriteManifests()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#rewriteManifests()">rewriteManifests()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#rewriteManifests()">rewriteManifests()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/RewriteManifests.html" title="interface in org.apache.iceberg"><code>rewrite manifests API</code></a> to replace manifests for this table
and commit.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#rewriteManifests()">rewriteManifests()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/RewriteManifests.html" title="interface in org.apache.iceberg"><code>rewrite manifests API</code></a> to replace manifests for this
table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ActionsProvider.html#rewriteManifests(org.apache.iceberg.Table)">rewriteManifests(Table)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ActionsProvider.html" title="interface in org.apache.iceberg.actions">ActionsProvider</a></dt>
<dd>
<div class="block">Instantiates an action to rewrite manifests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SparkActions.html#rewriteManifests(org.apache.iceberg.Table)">rewriteManifests(Table)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SparkActions.html" title="class in org.apache.iceberg.spark.actions">SparkActions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/RewriteManifests.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">RewriteManifests</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">An action that rewrites manifests.</div>
</dd>
<dt><a href="org/apache/iceberg/RewriteManifests.html" title="interface in org.apache.iceberg"><span class="typeNameLink">RewriteManifests</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for rewriting manifests for a table.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/RewriteManifests.Result.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">RewriteManifests.Result</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">The action result that contains a summary of the execution.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html" title="class in org.apache.iceberg.spark.actions"><span class="typeNameLink">RewriteManifestsSparkAction</span></a> - Class in <a href="org/apache/iceberg/spark/actions/package-summary.html">org.apache.iceberg.spark.actions</a></dt>
<dd>
<div class="block">An action that rewrites manifests in a distributed manner and co-locates metadata for partitions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/RowDataRewriter.RewriteMap.html#%3Cinit%3E(org.apache.iceberg.Schema,java.lang.String,org.apache.iceberg.io.FileIO,boolean,org.apache.iceberg.encryption.EncryptionManager,org.apache.iceberg.flink.sink.TaskWriterFactory)">RewriteMap(Schema, String, FileIO, boolean, EncryptionManager, TaskWriterFactory&lt;RowData&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/RowDataRewriter.RewriteMap.html" title="class in org.apache.iceberg.flink.source">RowDataRewriter.RewriteMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#rewriteNot(org.apache.iceberg.expressions.Expression)">rewriteNot(Expression)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">RewritePositionDeleteFiles</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">An action for rewriting position delete files.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupInfo.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">RewritePositionDeleteFiles.FileGroupInfo</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">A description of a position delete file group, when it was processed, and within which
partition.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupRewriteResult.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">RewritePositionDeleteFiles.FileGroupRewriteResult</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">For a particular position delete file group, the number of position delete files which are
newly created and the number of files which were formerly part of the table but have been
rewritten.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.Result.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">RewritePositionDeleteFiles.Result</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">The action result that contains a summary of the execution.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/procedures/RewritePositionDeleteFilesProcedure.html" title="class in org.apache.iceberg.spark.procedures"><span class="typeNameLink">RewritePositionDeleteFilesProcedure</span></a> - Class in <a href="org/apache/iceberg/spark/procedures/package-summary.html">org.apache.iceberg.spark.procedures</a></dt>
<dd>
<div class="block">A procedure that rewrites position delete files in a table.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/actions/RewritePositionDeleteFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions"><span class="typeNameLink">RewritePositionDeleteFilesSparkAction</span></a> - Class in <a href="org/apache/iceberg/spark/actions/package-summary.html">org.apache.iceberg.spark.actions</a></dt>
<dd>
<div class="block">Spark implementation of <a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html" title="interface in org.apache.iceberg.actions"><code>RewritePositionDeleteFiles</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ActionsProvider.html#rewritePositionDeletes(org.apache.iceberg.Table)">rewritePositionDeletes(Table)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ActionsProvider.html" title="interface in org.apache.iceberg.actions">ActionsProvider</a></dt>
<dd>
<div class="block">Instantiates an action to rewrite position delete files</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SparkActions.html#rewritePositionDeletes(org.apache.iceberg.Table)">rewritePositionDeletes(Table)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SparkActions.html" title="class in org.apache.iceberg.spark.actions">SparkActions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.html" title="class in org.apache.iceberg.actions"><span class="typeNameLink">RewritePositionDeletesCommitManager</span></a> - Class in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">Functionality used by <a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html" title="interface in org.apache.iceberg.actions"><code>RewritePositionDeleteFiles</code></a> from different platforms to handle
commits.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.html#%3Cinit%3E(org.apache.iceberg.Table)">RewritePositionDeletesCommitManager(Table)</a></span> - Constructor for class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesCommitManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.CommitService.html" title="class in org.apache.iceberg.actions"><span class="typeNameLink">RewritePositionDeletesCommitManager.CommitService</span></a> - Class in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html" title="class in org.apache.iceberg.actions"><span class="typeNameLink">RewritePositionDeletesGroup</span></a> - Class in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">Container class representing a set of position delete files to be rewritten by a <a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.html" title="interface in org.apache.iceberg.actions"><code>RewritePositionDeleteFiles</code></a> and the new files which have been written by the action.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html#%3Cinit%3E(org.apache.iceberg.actions.RewritePositionDeleteFiles.FileGroupInfo,java.util.List)">RewritePositionDeletesGroup(RewritePositionDeleteFiles.FileGroupInfo, List&lt;PositionDeletesScanTask&gt;)</a></span> - Constructor for class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.Result.html#rewriteResults()">rewriteResults()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.Result.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.Result.html#rewriteResults()">rewriteResults()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.Result.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles.Result</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/RewriteStrategy.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">RewriteStrategy</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 1.3.0, will be removed in 1.4.0; use <a href="org/apache/iceberg/actions/FileRewriter.html" title="interface in org.apache.iceberg.actions"><code>FileRewriter</code></a> instead. Note: This
can only be removed once Spark 3.2 isn't using this API anymore.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#REWRITTEN_FILE_SCAN_TASK_SET_ID">REWRITTEN_FILE_SCAN_TASK_SET_ID</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html#rewrittenBytes()">rewrittenBytes()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupRewriteResult.html#rewrittenBytesCount()">rewrittenBytesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupRewriteResult.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.FileGroupRewriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.Result.html#rewrittenBytesCount()">rewrittenBytesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.Result.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupRewriteResult.html#rewrittenBytesCount()">rewrittenBytesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupRewriteResult.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles.FileGroupRewriteResult</a></dt>
<dd>
<div class="block">Returns the number of bytes of rewritten position delete files in this group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.Result.html#rewrittenBytesCount()">rewrittenBytesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.Result.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles.Result</a></dt>
<dd>
<div class="block">Returns the number of bytes of position delete files that have been rewritten</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupRewriteResult.html#rewrittenDataFilesCount()">rewrittenDataFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.FileGroupRewriteResult.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.FileGroupRewriteResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.Result.html#rewrittenDataFilesCount()">rewrittenDataFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.Result.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles.Result</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html#rewrittenDeleteFiles()">rewrittenDeleteFiles()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupRewriteResult.html#rewrittenDeleteFilesCount()">rewrittenDeleteFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.FileGroupRewriteResult.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles.FileGroupRewriteResult</a></dt>
<dd>
<div class="block">Returns the count of the position delete files that been rewritten in this group.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.Result.html#rewrittenDeleteFilesCount()">rewrittenDeleteFilesCount()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeleteFiles.Result.html" title="interface in org.apache.iceberg.actions">RewritePositionDeleteFiles.Result</a></dt>
<dd>
<div class="block">Returns the count of the position delete files that have been rewritten.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteFileGroup.html#rewrittenFiles()">rewrittenFiles()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteFileGroup.html" title="class in org.apache.iceberg.actions">RewriteFileGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#rewrittenFileSetId()">rewrittenFileSetId()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteManifests.Result.html#rewrittenManifests()">rewrittenManifests()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteManifests.Result.html" title="interface in org.apache.iceberg.actions">RewriteManifests.Result</a></dt>
<dd>
<div class="block">Returns rewritten manifests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/And.html#right()">right()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/And.html" title="class in org.apache.iceberg.expressions">And</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Or.html#right()">right()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Or.html" title="class in org.apache.iceberg.expressions">Or</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html#rollbackCreateTable(org.apache.hadoop.hive.metastore.api.Table)">rollbackCreateTable(Table)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergMetaHook</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html#rollbackDropTable(org.apache.hadoop.hive.metastore.api.Table)">rollbackDropTable(Table)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergMetaHook.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergMetaHook</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/RollbackStagedTable.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">RollbackStagedTable</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">An implementation of StagedTable that mimics the behavior of Spark's non-atomic CTAS and RTAS.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/RollbackStagedTable.html#%3Cinit%3E(org.apache.spark.sql.connector.catalog.TableCatalog,org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.connector.catalog.Table)">RollbackStagedTable(TableCatalog, Identifier, Table)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/RollbackStagedTable.html" title="class in org.apache.iceberg.spark">RollbackStagedTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#rollbackTo(long)">rollbackTo(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Rollback table's state to a specific <a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg"><code>Snapshot</code></a> identified by id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#rollbackTo(long)">rollbackTo(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#rollbackToTime(long)">rollbackToTime(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Roll this table's data back to the last <a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg"><code>Snapshot</code></a> before the given timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#rollbackToTime(long)">rollbackToTime(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/RollingDataWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">RollingDataWriter</span></a>&lt;<a href="org/apache/iceberg/io/RollingDataWriter.html" title="type parameter in RollingDataWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A rolling data writer that splits incoming data into multiple files within one spec/partition
based on the target file size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RollingDataWriter.html#%3Cinit%3E(org.apache.iceberg.io.FileWriterFactory,org.apache.iceberg.io.OutputFileFactory,org.apache.iceberg.io.FileIO,long,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">RollingDataWriter(FileWriterFactory&lt;T&gt;, OutputFileFactory, FileIO, long, PartitionSpec, StructLike)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/RollingDataWriter.html" title="class in org.apache.iceberg.io">RollingDataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/RollingEqualityDeleteWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">RollingEqualityDeleteWriter</span></a>&lt;<a href="org/apache/iceberg/io/RollingEqualityDeleteWriter.html" title="type parameter in RollingEqualityDeleteWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A rolling equality delete writer that splits incoming deletes into multiple files within one
spec/partition based on the target file size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RollingEqualityDeleteWriter.html#%3Cinit%3E(org.apache.iceberg.io.FileWriterFactory,org.apache.iceberg.io.OutputFileFactory,org.apache.iceberg.io.FileIO,long,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">RollingEqualityDeleteWriter(FileWriterFactory&lt;T&gt;, OutputFileFactory, FileIO, long, PartitionSpec, StructLike)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/RollingEqualityDeleteWriter.html" title="class in org.apache.iceberg.io">RollingEqualityDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BaseTaskWriter.RollingFileWriter.html#%3Cinit%3E(org.apache.iceberg.StructLike)">RollingFileWriter(StructLike)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BaseTaskWriter.RollingFileWriter.html" title="class in org.apache.iceberg.io">BaseTaskWriter.RollingFileWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/RollingManifestWriter.html" title="class in org.apache.iceberg"><span class="typeNameLink">RollingManifestWriter</span></a>&lt;<a href="org/apache/iceberg/RollingManifestWriter.html" title="type parameter in RollingManifestWriter">F</a> extends <a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a>&lt;<a href="org/apache/iceberg/RollingManifestWriter.html" title="type parameter in RollingManifestWriter">F</a>&gt;&gt; - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">As opposed to <a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg"><code>ManifestWriter</code></a>, a rolling writer could produce multiple manifest files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RollingManifestWriter.html#%3Cinit%3E(java.util.function.Supplier,long)">RollingManifestWriter(Supplier&lt;ManifestWriter&lt;F&gt;&gt;, long)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/RollingManifestWriter.html" title="class in org.apache.iceberg">RollingManifestWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/RollingPositionDeleteWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">RollingPositionDeleteWriter</span></a>&lt;<a href="org/apache/iceberg/io/RollingPositionDeleteWriter.html" title="type parameter in RollingPositionDeleteWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">A rolling position delete writer that splits incoming deletes into multiple files within one
spec/partition based on the target file size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/RollingPositionDeleteWriter.html#%3Cinit%3E(org.apache.iceberg.io.FileWriterFactory,org.apache.iceberg.io.OutputFileFactory,org.apache.iceberg.io.FileIO,long,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">RollingPositionDeleteWriter(FileWriterFactory&lt;T&gt;, OutputFileFactory, FileIO, long, PartitionSpec, StructLike)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/RollingPositionDeleteWriter.html" title="class in org.apache.iceberg.io">RollingPositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/ArrowAllocation.html#rootAllocator()">rootAllocator()</a></span> - Static method in class org.apache.iceberg.arrow.<a href="org/apache/iceberg/arrow/ArrowAllocation.html" title="class in org.apache.iceberg.arrow">ArrowAllocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDelete.html#row()">row()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDelete.html" title="class in org.apache.iceberg.deletes">PositionDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#ROW_POSITION">ROW_POSITION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.html#rowCount(org.apache.iceberg.io.InputFile)">rowCount(InputFile)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.html" title="class in org.apache.iceberg.avro">Avro</a></dt>
<dd>
<div class="block">Returns number of rows in specified Avro file</div>
</dd>
<dt><a href="org/apache/iceberg/flink/source/RowDataFileScanTaskReader.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">RowDataFileScanTaskReader</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/RowDataFileScanTaskReader.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.iceberg.Schema,java.lang.String,boolean,java.util.List)">RowDataFileScanTaskReader(Schema, Schema, String, boolean, List&lt;Expression&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/RowDataFileScanTaskReader.html" title="class in org.apache.iceberg.flink.source">RowDataFileScanTaskReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data"><span class="typeNameLink">RowDataProjection</span></a> - Class in <a href="org/apache/iceberg/flink/data/package-summary.html">org.apache.iceberg.flink.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/reader/RowDataReaderFunction.html" title="class in org.apache.iceberg.flink.source.reader"><span class="typeNameLink">RowDataReaderFunction</span></a> - Class in <a href="org/apache/iceberg/flink/source/reader/package-summary.html">org.apache.iceberg.flink.source.reader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/RowDataReaderFunction.html#%3Cinit%3E(org.apache.flink.configuration.ReadableConfig,org.apache.iceberg.Schema,org.apache.iceberg.Schema,java.lang.String,boolean,org.apache.iceberg.io.FileIO,org.apache.iceberg.encryption.EncryptionManager,java.util.List)">RowDataReaderFunction(ReadableConfig, Schema, Schema, String, boolean, FileIO, EncryptionManager, List&lt;Expression&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/RowDataReaderFunction.html" title="class in org.apache.iceberg.flink.source.reader">RowDataReaderFunction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/RowDataRewriter.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">RowDataRewriter</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/RowDataRewriter.html#%3Cinit%3E(org.apache.iceberg.Table,boolean,org.apache.iceberg.io.FileIO,org.apache.iceberg.encryption.EncryptionManager)">RowDataRewriter(Table, boolean, FileIO, EncryptionManager)</a></span> - Constructor for class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/RowDataRewriter.html" title="class in org.apache.iceberg.flink.source">RowDataRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/RowDataRewriter.RewriteMap.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">RowDataRewriter.RewriteMap</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/sink/RowDataTaskWriterFactory.html" title="class in org.apache.iceberg.flink.sink"><span class="typeNameLink">RowDataTaskWriterFactory</span></a> - Class in <a href="org/apache/iceberg/flink/sink/package-summary.html">org.apache.iceberg.flink.sink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/RowDataTaskWriterFactory.html#%3Cinit%3E(org.apache.iceberg.Table,org.apache.flink.table.types.logical.RowType,long,org.apache.iceberg.FileFormat,java.util.Map,java.util.List,boolean)">RowDataTaskWriterFactory(Table, RowType, long, FileFormat, Map&lt;String, String&gt;, List&lt;Integer&gt;, boolean)</a></span> - Constructor for class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/RowDataTaskWriterFactory.html" title="class in org.apache.iceberg.flink.sink">RowDataTaskWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/RowDataTaskWriterFactory.html#%3Cinit%3E(org.apache.iceberg.util.SerializableSupplier,org.apache.flink.table.types.logical.RowType,long,org.apache.iceberg.FileFormat,java.util.Map,java.util.List,boolean)">RowDataTaskWriterFactory(SerializableSupplier&lt;Table&gt;, RowType, long, FileFormat, Map&lt;String, String&gt;, List&lt;Integer&gt;, boolean)</a></span> - Constructor for class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/RowDataTaskWriterFactory.html" title="class in org.apache.iceberg.flink.sink">RowDataTaskWriterFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/RowDataToAvroGenericRecordConverter.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">RowDataToAvroGenericRecordConverter</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>
<div class="block">This is not serializable because Avro <code>Schema</code> is not actually serializable, even though it
implements <code>Serializable</code> interface.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/data/RowDataUtil.html" title="class in org.apache.iceberg.flink.data"><span class="typeNameLink">RowDataUtil</span></a> - Class in <a href="org/apache/iceberg/flink/data/package-summary.html">org.apache.iceberg.flink.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/RowDataWrapper.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">RowDataWrapper</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/RowDataWrapper.html#%3Cinit%3E(org.apache.flink.table.types.logical.RowType,org.apache.iceberg.types.Types.StructType)">RowDataWrapper(RowType, Types.StructType)</a></span> - Constructor for class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/RowDataWrapper.html" title="class in org.apache.iceberg.flink">RowDataWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/RowDelta.html" title="interface in org.apache.iceberg"><span class="typeNameLink">RowDelta</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for encoding row-level changes to a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#rowIterator()">rowIterator()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/RowLevelOperationMode.html" title="enum in org.apache.iceberg"><span class="typeNameLink">RowLevelOperationMode</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Iceberg supports two ways to modify records in a table: copy-on-write and merge-on-read.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/data/vectorized/RowPositionColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized"><span class="typeNameLink">RowPositionColumnVector</span></a> - Class in <a href="org/apache/iceberg/spark/data/vectorized/package-summary.html">org.apache.iceberg.spark.data.vectorized</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataTask.html#rows()">rows()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DataTask.html" title="interface in org.apache.iceberg">DataTask</a></dt>
<dd>
<div class="block">Returns an iterable of <a href="org/apache/iceberg/StructLike.html" title="interface in org.apache.iceberg"><code>StructLike</code></a> rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#rowSchema(org.apache.iceberg.Schema)">rowSchema(Schema)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#rowSchema(org.apache.iceberg.Schema)">rowSchema(Schema)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#rowSchema(org.apache.iceberg.Schema)">rowSchema(Schema)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#rowType()">rowType()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_booleanValue">RULE_booleanValue</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_branchOptions">RULE_branchOptions</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_callArgument">RULE_callArgument</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_constant">RULE_constant</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_createReplaceBranchClause">RULE_createReplaceBranchClause</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_createReplaceTagClause">RULE_createReplaceTagClause</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_expression">RULE_expression</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_fieldList">RULE_fieldList</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_identifier">RULE_identifier</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_maxSnapshotAge">RULE_maxSnapshotAge</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_minSnapshotsToKeep">RULE_minSnapshotsToKeep</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_multipartIdentifier">RULE_multipartIdentifier</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_nonReserved">RULE_nonReserved</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_number">RULE_number</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_numSnapshots">RULE_numSnapshots</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_order">RULE_order</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_orderField">RULE_orderField</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_quotedIdentifier">RULE_quotedIdentifier</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_refRetain">RULE_refRetain</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_singleOrder">RULE_singleOrder</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_singleStatement">RULE_singleStatement</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_snapshotId">RULE_snapshotId</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_snapshotRetention">RULE_snapshotRetention</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_statement">RULE_statement</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_stringArray">RULE_stringArray</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_stringMap">RULE_stringMap</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_tagOptions">RULE_tagOptions</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_timeUnit">RULE_timeUnit</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_transform">RULE_transform</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_transformArgument">RULE_transformArgument</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_writeDistributionSpec">RULE_writeDistributionSpec</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_writeOrderingSpec">RULE_writeOrderingSpec</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#RULE_writeSpec">RULE_writeSpec</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#ruleNames">ruleNames</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#ruleNames">ruleNames</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ExceptionUtil.Block.html#run()">run()</a></span> - Method in interface org.apache.iceberg.util.<a href="org/apache/iceberg/util/ExceptionUtil.Block.html" title="interface in org.apache.iceberg.util">ExceptionUtil.Block</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ExceptionUtil.FinallyBlock.html#run()">run()</a></span> - Method in interface org.apache.iceberg.util.<a href="org/apache/iceberg/util/ExceptionUtil.FinallyBlock.html" title="interface in org.apache.iceberg.util">ExceptionUtil.FinallyBlock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ClientPool.Action.html#run(C)">run(C)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ClientPool.Action.html" title="interface in org.apache.iceberg">ClientPool.Action</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Task.html#run(I)">run(I)</a></span> - Method in interface org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Task.html" title="interface in org.apache.iceberg.util">Tasks.Task</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.FailureTask.html#run(I,java.lang.Exception)">run(I, Exception)</a></span> - Method in interface org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.FailureTask.html" title="interface in org.apache.iceberg.util">Tasks.FailureTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ExceptionUtil.CatchBlock.html#run(java.lang.Throwable)">run(Throwable)</a></span> - Method in interface org.apache.iceberg.util.<a href="org/apache/iceberg/util/ExceptionUtil.CatchBlock.html" title="interface in org.apache.iceberg.util">ExceptionUtil.CatchBlock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html#run(org.apache.flink.streaming.api.functions.source.SourceFunction.SourceContext)">run(SourceFunction.SourceContext&lt;FlinkInputSplit&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html" title="class in org.apache.iceberg.flink.source">StreamingMonitorFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ClientPool.html#run(org.apache.iceberg.ClientPool.Action)">run(ClientPool.Action&lt;R, C, E&gt;)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ClientPool.html" title="interface in org.apache.iceberg">ClientPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ClientPoolImpl.html#run(org.apache.iceberg.ClientPool.Action)">run(ClientPool.Action&lt;R, C, E&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ClientPoolImpl.html" title="class in org.apache.iceberg">ClientPoolImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ClientPool.html#run(org.apache.iceberg.ClientPool.Action,boolean)">run(ClientPool.Action&lt;R, C, E&gt;, boolean)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ClientPool.html" title="interface in org.apache.iceberg">ClientPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ClientPoolImpl.html#run(org.apache.iceberg.ClientPool.Action,boolean)">run(ClientPool.Action&lt;R, C, E&gt;, boolean)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ClientPoolImpl.html" title="class in org.apache.iceberg">ClientPoolImpl</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/CachedClientPool.html#run(org.apache.iceberg.ClientPool.Action)">run(ClientPool.Action&lt;R, IMetaStoreClient, TException&gt;)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/CachedClientPool.html" title="class in org.apache.iceberg.hive">CachedClientPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/CachedClientPool.html#run(org.apache.iceberg.ClientPool.Action,boolean)">run(ClientPool.Action&lt;R, IMetaStoreClient, TException&gt;, boolean)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/CachedClientPool.html" title="class in org.apache.iceberg.hive">CachedClientPool</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#run(org.apache.iceberg.util.Tasks.Task,java.lang.Class)">run(Tasks.Task&lt;I, E&gt;, Class&lt;E&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#run(org.apache.iceberg.util.Tasks.Task)">run(Tasks.Task&lt;I, RuntimeException&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ExceptionUtil.html#runSafely(org.apache.iceberg.util.ExceptionUtil.Block,org.apache.iceberg.util.ExceptionUtil.CatchBlock,org.apache.iceberg.util.ExceptionUtil.FinallyBlock,java.lang.Class,java.lang.Class,java.lang.Class)">runSafely(ExceptionUtil.Block&lt;R, E1, E2, E3&gt;, ExceptionUtil.CatchBlock, ExceptionUtil.FinallyBlock, Class&lt;? extends E1&gt;, Class&lt;? extends E2&gt;, Class&lt;? extends E3&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ExceptionUtil.html" title="class in org.apache.iceberg.util">ExceptionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ExceptionUtil.html#runSafely(org.apache.iceberg.util.ExceptionUtil.Block,org.apache.iceberg.util.ExceptionUtil.CatchBlock,org.apache.iceberg.util.ExceptionUtil.FinallyBlock,java.lang.Class,java.lang.Class)">runSafely(ExceptionUtil.Block&lt;R, E1, E2, RuntimeException&gt;, ExceptionUtil.CatchBlock, ExceptionUtil.FinallyBlock, Class&lt;? extends E1&gt;, Class&lt;? extends E2&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ExceptionUtil.html" title="class in org.apache.iceberg.util">ExceptionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ExceptionUtil.html#runSafely(org.apache.iceberg.util.ExceptionUtil.Block,org.apache.iceberg.util.ExceptionUtil.CatchBlock,org.apache.iceberg.util.ExceptionUtil.FinallyBlock,java.lang.Class)">runSafely(ExceptionUtil.Block&lt;R, E1, RuntimeException, RuntimeException&gt;, ExceptionUtil.CatchBlock, ExceptionUtil.FinallyBlock, Class&lt;? extends E1&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ExceptionUtil.html" title="class in org.apache.iceberg.util">ExceptionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ExceptionUtil.html#runSafely(org.apache.iceberg.util.ExceptionUtil.Block,org.apache.iceberg.util.ExceptionUtil.CatchBlock,org.apache.iceberg.util.ExceptionUtil.FinallyBlock)">runSafely(ExceptionUtil.Block&lt;R, RuntimeException, RuntimeException, RuntimeException&gt;, ExceptionUtil.CatchBlock, ExceptionUtil.FinallyBlock)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ExceptionUtil.html" title="class in org.apache.iceberg.util">ExceptionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/RuntimeIOException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">RuntimeIOException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use java.io.UncheckedIOException directly instead.
<p>Exception used to wrap <code>IOException</code> as a <code>RuntimeException</code> and add context.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/RuntimeIOException.html#%3Cinit%3E(java.io.IOException)">RuntimeIOException(IOException)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/RuntimeIOException.html" title="class in org.apache.iceberg.exceptions">RuntimeIOException</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/RuntimeIOException.html#%3Cinit%3E(java.io.IOException,java.lang.String,java.lang.Object...)">RuntimeIOException(IOException, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/RuntimeIOException.html" title="class in org.apache.iceberg.exceptions">RuntimeIOException</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/RuntimeIOException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">RuntimeIOException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/RuntimeIOException.html" title="class in org.apache.iceberg.exceptions">RuntimeIOException</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/iceberg/hive/RuntimeMetaException.html" title="class in org.apache.iceberg.hive"><span class="typeNameLink">RuntimeMetaException</span></a> - Exception in <a href="org/apache/iceberg/hive/package-summary.html">org.apache.iceberg.hive</a></dt>
<dd>
<div class="block">Exception used to wrap <code>MetaException</code> as a <code>RuntimeException</code> and add context.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/RuntimeMetaException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">RuntimeMetaException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/RuntimeMetaException.html" title="class in org.apache.iceberg.hive">RuntimeMetaException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/RuntimeMetaException.html#%3Cinit%3E(org.apache.hadoop.hive.metastore.api.MetaException)">RuntimeMetaException(MetaException)</a></span> - Constructor for exception org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/RuntimeMetaException.html" title="class in org.apache.iceberg.hive">RuntimeMetaException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/RuntimeMetaException.html#%3Cinit%3E(org.apache.hadoop.hive.metastore.api.MetaException,java.lang.String,java.lang.Object...)">RuntimeMetaException(MetaException, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/RuntimeMetaException.html" title="class in org.apache.iceberg.hive">RuntimeMetaException</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html#s3()">s3()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws">AssumeRoleAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientFactory.html#s3()">s3()</a></span> - Method in interface org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientFactory.html" title="interface in org.apache.iceberg.aws">AwsClientFactory</a></dt>
<dd>
<div class="block">create a Amazon S3 client</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/lakeformation/LakeFormationAwsClientFactory.html#s3()">s3()</a></span> - Method in class org.apache.iceberg.aws.lakeformation.<a href="org/apache/iceberg/aws/lakeformation/LakeFormationAwsClientFactory.html" title="class in org.apache.iceberg.aws.lakeformation">LakeFormationAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOAwsClientFactory.html#s3()">s3()</a></span> - Method in interface org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOAwsClientFactory.html" title="interface in org.apache.iceberg.aws.s3">S3FileIOAwsClientFactory</a></dt>
<dd>
<div class="block">create a Amazon S3 client</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#S3_SIGNER_ENDPOINT">S3_SIGNER_ENDPOINT</a></span> - Static variable in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#S3_SIGNER_URI">S3_SIGNER_URI</a></span> - Static variable in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#S3_TAG_ICEBERG_NAMESPACE">S3_TAG_ICEBERG_NAMESPACE</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Tag name that will be used by <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#WRITE_TAGS_PREFIX"><code>S3FileIOProperties.WRITE_TAGS_PREFIX</code></a> when <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#WRITE_NAMESPACE_TAG_ENABLED"><code>S3FileIOProperties.WRITE_NAMESPACE_TAG_ENABLED</code></a> is enabled</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#S3_TAG_ICEBERG_TABLE">S3_TAG_ICEBERG_TABLE</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Tag name that will be used by <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#WRITE_TAGS_PREFIX"><code>S3FileIOProperties.WRITE_TAGS_PREFIX</code></a> when <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#WRITE_TABLE_TAG_ENABLED"><code>S3FileIOProperties.WRITE_TABLE_TAG_ENABLED</code></a>
is enabled</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientFactories.html#s3Configuration(java.lang.Boolean,java.lang.Boolean)">s3Configuration(Boolean, Boolean)</a></span> - Static method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientFactories.html" title="class in org.apache.iceberg.aws">AwsClientFactories</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Not for public use. To build an S3Configuration object, use
S3Configuration.builder() directly. It will be removed in 2.0.0</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3"><span class="typeNameLink">S3FileIO</span></a> - Class in <a href="org/apache/iceberg/aws/s3/package-summary.html">org.apache.iceberg.aws.s3</a></dt>
<dd>
<div class="block">FileIO implementation backed by S3.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#%3Cinit%3E()">S3FileIO()</a></span> - Constructor for class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>
<div class="block">No-arg constructor to load the FileIO dynamically.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#%3Cinit%3E(org.apache.iceberg.util.SerializableSupplier)">S3FileIO(SerializableSupplier&lt;S3Client&gt;)</a></span> - Constructor for class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>
<div class="block">Constructor with custom s3 supplier and S3FileIO properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIO.html#%3Cinit%3E(org.apache.iceberg.util.SerializableSupplier,org.apache.iceberg.aws.s3.S3FileIOProperties)">S3FileIO(SerializableSupplier&lt;S3Client&gt;, S3FileIOProperties)</a></span> - Constructor for class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3">S3FileIO</a></dt>
<dd>
<div class="block">Constructor with custom s3 supplier and S3FileIO properties.</div>
</dd>
<dt><a href="org/apache/iceberg/aws/S3FileIOAwsClientFactories.html" title="class in org.apache.iceberg.aws"><span class="typeNameLink">S3FileIOAwsClientFactories</span></a> - Class in <a href="org/apache/iceberg/aws/package-summary.html">org.apache.iceberg.aws</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/S3FileIOAwsClientFactory.html" title="interface in org.apache.iceberg.aws.s3"><span class="typeNameLink">S3FileIOAwsClientFactory</span></a> - Interface in <a href="org/apache/iceberg/aws/s3/package-summary.html">org.apache.iceberg.aws.s3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html#s3FileIOProperties()">s3FileIOProperties()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AssumeRoleAwsClientFactory.html" title="class in org.apache.iceberg.aws">AssumeRoleAwsClientFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3"><span class="typeNameLink">S3FileIOProperties</span></a> - Class in <a href="org/apache/iceberg/aws/s3/package-summary.html">org.apache.iceberg.aws.s3</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#%3Cinit%3E()">S3FileIOProperties()</a></span> - Constructor for class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#%3Cinit%3E(java.util.Map)">S3FileIOProperties(Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/S3InputFile.html" title="class in org.apache.iceberg.aws.s3"><span class="typeNameLink">S3InputFile</span></a> - Class in <a href="org/apache/iceberg/aws/s3/package-summary.html">org.apache.iceberg.aws.s3</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.html" title="class in org.apache.iceberg.aws.s3.signer"><span class="typeNameLink">S3ObjectMapper</span></a> - Class in <a href="org/apache/iceberg/aws/s3/signer/package-summary.html">org.apache.iceberg.aws.s3.signer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignRequestDeserializer.html" title="class in org.apache.iceberg.aws.s3.signer"><span class="typeNameLink">S3ObjectMapper.S3SignRequestDeserializer</span></a>&lt;<a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignRequestDeserializer.html" title="type parameter in S3ObjectMapper.S3SignRequestDeserializer">T</a> extends <a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html" title="interface in org.apache.iceberg.aws.s3.signer">S3SignRequest</a>&gt; - Class in <a href="org/apache/iceberg/aws/s3/signer/package-summary.html">org.apache.iceberg.aws.s3.signer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignRequestSerializer.html" title="class in org.apache.iceberg.aws.s3.signer"><span class="typeNameLink">S3ObjectMapper.S3SignRequestSerializer</span></a>&lt;<a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignRequestSerializer.html" title="type parameter in S3ObjectMapper.S3SignRequestSerializer">T</a> extends <a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html" title="interface in org.apache.iceberg.aws.s3.signer">S3SignRequest</a>&gt; - Class in <a href="org/apache/iceberg/aws/s3/signer/package-summary.html">org.apache.iceberg.aws.s3.signer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignResponseDeserializer.html" title="class in org.apache.iceberg.aws.s3.signer"><span class="typeNameLink">S3ObjectMapper.S3SignResponseDeserializer</span></a>&lt;<a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignResponseDeserializer.html" title="type parameter in S3ObjectMapper.S3SignResponseDeserializer">T</a> extends <a href="org/apache/iceberg/aws/s3/signer/S3SignResponse.html" title="interface in org.apache.iceberg.aws.s3.signer">S3SignResponse</a>&gt; - Class in <a href="org/apache/iceberg/aws/s3/signer/package-summary.html">org.apache.iceberg.aws.s3.signer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignResponseSerializer.html" title="class in org.apache.iceberg.aws.s3.signer"><span class="typeNameLink">S3ObjectMapper.S3SignResponseSerializer</span></a>&lt;<a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignResponseSerializer.html" title="type parameter in S3ObjectMapper.S3SignResponseSerializer">T</a> extends <a href="org/apache/iceberg/aws/s3/signer/S3SignResponse.html" title="interface in org.apache.iceberg.aws.s3.signer">S3SignResponse</a>&gt; - Class in <a href="org/apache/iceberg/aws/s3/signer/package-summary.html">org.apache.iceberg.aws.s3.signer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/S3OutputFile.html" title="class in org.apache.iceberg.aws.s3"><span class="typeNameLink">S3OutputFile</span></a> - Class in <a href="org/apache/iceberg/aws/s3/package-summary.html">org.apache.iceberg.aws.s3</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/S3RequestUtil.html" title="class in org.apache.iceberg.aws.s3"><span class="typeNameLink">S3RequestUtil</span></a> - Class in <a href="org/apache/iceberg/aws/s3/package-summary.html">org.apache.iceberg.aws.s3</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html" title="interface in org.apache.iceberg.aws.s3.signer"><span class="typeNameLink">S3SignRequest</span></a> - Interface in <a href="org/apache/iceberg/aws/s3/signer/package-summary.html">org.apache.iceberg.aws.s3.signer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignRequestDeserializer.html#%3Cinit%3E()">S3SignRequestDeserializer()</a></span> - Constructor for class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignRequestDeserializer.html" title="class in org.apache.iceberg.aws.s3.signer">S3ObjectMapper.S3SignRequestDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/signer/S3SignRequestParser.html" title="class in org.apache.iceberg.aws.s3.signer"><span class="typeNameLink">S3SignRequestParser</span></a> - Class in <a href="org/apache/iceberg/aws/s3/signer/package-summary.html">org.apache.iceberg.aws.s3.signer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignRequestSerializer.html#%3Cinit%3E()">S3SignRequestSerializer()</a></span> - Constructor for class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignRequestSerializer.html" title="class in org.apache.iceberg.aws.s3.signer">S3ObjectMapper.S3SignRequestSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/signer/S3SignResponse.html" title="interface in org.apache.iceberg.aws.s3.signer"><span class="typeNameLink">S3SignResponse</span></a> - Interface in <a href="org/apache/iceberg/aws/s3/signer/package-summary.html">org.apache.iceberg.aws.s3.signer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignResponseDeserializer.html#%3Cinit%3E()">S3SignResponseDeserializer()</a></span> - Constructor for class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignResponseDeserializer.html" title="class in org.apache.iceberg.aws.s3.signer">S3ObjectMapper.S3SignResponseDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/signer/S3SignResponseParser.html" title="class in org.apache.iceberg.aws.s3.signer"><span class="typeNameLink">S3SignResponseParser</span></a> - Class in <a href="org/apache/iceberg/aws/s3/signer/package-summary.html">org.apache.iceberg.aws.s3.signer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignResponseSerializer.html#%3Cinit%3E()">S3SignResponseSerializer()</a></span> - Constructor for class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignResponseSerializer.html" title="class in org.apache.iceberg.aws.s3.signer">S3ObjectMapper.S3SignResponseSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer"><span class="typeNameLink">S3V4RestSignerClient</span></a> - Class in <a href="org/apache/iceberg/aws/s3/signer/package-summary.html">org.apache.iceberg.aws.s3.signer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#%3Cinit%3E()">S3V4RestSignerClient()</a></span> - Constructor for class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.html#sameOrder(org.apache.iceberg.SortOrder)">sameOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg">SortOrder</a></dt>
<dd>
<div class="block">Checks whether this order is equivalent to another order while ignoring the order id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#sameSchema(org.apache.iceberg.Schema)">sameSchema(Schema)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Checks whether this schema is equivalent to another schema while ignoring the schema ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#SAML1_TOKEN_TYPE">SAML1_TOKEN_TYPE</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#SAML2_TOKEN_TYPE">SAML2_TOKEN_TYPE</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionUtil.html#sanitize(org.apache.iceberg.expressions.Expression)">sanitize(Expression)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionUtil.html" title="class in org.apache.iceberg.expressions">ExpressionUtil</a></dt>
<dd>
<div class="block">Produces an unbound <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>Expression</code></a> with the same structure, but with data values replaced
by descriptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionUtil.html#sanitize(org.apache.iceberg.types.Types.StructType,org.apache.iceberg.expressions.Expression,boolean)">sanitize(Types.StructType, Expression, boolean)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionUtil.html" title="class in org.apache.iceberg.expressions">ExpressionUtil</a></dt>
<dd>
<div class="block">Produces an unbound <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>Expression</code></a> with the same structure, but with data values replaced
by descriptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortField.html#satisfies(org.apache.iceberg.SortField)">satisfies(SortField)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortField.html" title="class in org.apache.iceberg">SortField</a></dt>
<dd>
<div class="block">Checks whether this field's order satisfies another field's order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.html#satisfies(org.apache.iceberg.SortOrder)">satisfies(SortOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg">SortOrder</a></dt>
<dd>
<div class="block">Checks whether this order satisfies another order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Days.html#satisfiesOrderOf(org.apache.iceberg.transforms.Transform)">satisfiesOrderOf(Transform&lt;?, ?&gt;)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Days.html" title="class in org.apache.iceberg.transforms">Days</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Hours.html#satisfiesOrderOf(org.apache.iceberg.transforms.Transform)">satisfiesOrderOf(Transform&lt;?, ?&gt;)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Hours.html" title="class in org.apache.iceberg.transforms">Hours</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Months.html#satisfiesOrderOf(org.apache.iceberg.transforms.Transform)">satisfiesOrderOf(Transform&lt;?, ?&gt;)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Months.html" title="class in org.apache.iceberg.transforms">Months</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transform.html#satisfiesOrderOf(org.apache.iceberg.transforms.Transform)">satisfiesOrderOf(Transform&lt;?, ?&gt;)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms">Transform</a></dt>
<dd>
<div class="block">Whether ordering by this transform's result satisfies the ordering of another transform's
result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DecimalType.html#scale()">scale()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DecimalType.html" title="class in org.apache.iceberg.types">Types.DecimalType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg"><span class="typeNameLink">Scan</span></a>&lt;<a href="org/apache/iceberg/Scan.html" title="type parameter in Scan">ThisT</a>,&#8203;<a href="org/apache/iceberg/Scan.html" title="type parameter in Scan">T</a> extends <a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg">ScanTask</a>,&#8203;<a href="org/apache/iceberg/Scan.html" title="type parameter in Scan">G</a> extends <a href="org/apache/iceberg/ScanTaskGroup.html" title="interface in org.apache.iceberg">ScanTaskGroup</a>&lt;<a href="org/apache/iceberg/Scan.html" title="type parameter in Scan">T</a>&gt;&gt; - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Scan objects are immutable and can be shared between threads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.ReportType.html#SCAN_REPORT">SCAN_REPORT</a></span> - org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.ReportType.html" title="enum in org.apache.iceberg.rest.requests">ReportMetricsRequest.ReportType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#SCAN_TASK_SET_ID">SCAN_TASK_SET_ID</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SystemConfigs.html#SCAN_THREAD_POOL_ENABLED">SCAN_THREAD_POOL_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SystemConfigs.html" title="class in org.apache.iceberg">SystemConfigs</a></dt>
<dd>
<div class="block">Whether to use the shared worker pool when planning table scans.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SystemProperties.html#SCAN_THREAD_POOL_ENABLED">SCAN_THREAD_POOL_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SystemProperties.html" title="class in org.apache.iceberg">SystemProperties</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Whether to use the shared worker pool when planning table scans.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html#%3Cinit%3E(org.apache.iceberg.Table)">ScanBuilder(Table)</a></span> - Constructor for class org.apache.iceberg.data.<a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html" title="class in org.apache.iceberg.data">IcebergGenerics.ScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html#scanColumns()">scanColumns()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.PositionDeletesBatchScan.html" title="class in org.apache.iceberg">PositionDeletesTable.PositionDeletesBatchScan</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">ScanContext</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>
<div class="block">Context object with optional arguments for a Flink Scan.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">ScanContext.Builder</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/events/ScanEvent.html" title="class in org.apache.iceberg.events"><span class="typeNameLink">ScanEvent</span></a> - Class in <a href="org/apache/iceberg/events/package-summary.html">org.apache.iceberg.events</a></dt>
<dd>
<div class="block">Event sent to listeners when a table scan is planned.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/ScanEvent.html#%3Cinit%3E(java.lang.String,long,org.apache.iceberg.expressions.Expression,org.apache.iceberg.Schema)">ScanEvent(String, long, Expression, Schema)</a></span> - Constructor for class org.apache.iceberg.events.<a href="org/apache/iceberg/events/ScanEvent.html" title="class in org.apache.iceberg.events">ScanEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotUpdate.html#scanManifestsWith(java.util.concurrent.ExecutorService)">scanManifestsWith(ExecutorService)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SnapshotUpdate.html" title="interface in org.apache.iceberg">SnapshotUpdate</a></dt>
<dd>
<div class="block">Use a particular executor to scan manifests.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanReport.html#scanMetrics()">scanMetrics()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanReport.html" title="interface in org.apache.iceberg.metrics">ScanReport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotScan.html#scanMetrics()">scanMetrics()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotScan.html" title="class in org.apache.iceberg">SnapshotScan</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics"><span class="typeNameLink">ScanMetrics</span></a> - Class in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">Carries all metrics for a particular scan</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#%3Cinit%3E()">ScanMetrics()</a></span> - Constructor for class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">ScanMetricsResult</span></a> - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">A serializable version of <a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics"><code>ScanMetrics</code></a> that carries its results.</div>
</dd>
<dt><a href="org/apache/iceberg/metrics/ScanMetricsUtil.html" title="class in org.apache.iceberg.metrics"><span class="typeNameLink">ScanMetricsUtil</span></a> - Class in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#SCANNED_DATA_MANIFESTS">SCANNED_DATA_MANIFESTS</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#SCANNED_DELETE_MANIFESTS">SCANNED_DELETE_MANIFESTS</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/ScannedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">ScannedDataFiles</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/ScannedDataFiles.html#%3Cinit%3E()">ScannedDataFiles()</a></span> - Constructor for class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/ScannedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics">ScannedDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#scannedDataManifests()">scannedDataManifests()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#scannedDataManifests()">scannedDataManifests()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/ScannedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">ScannedDataManifests</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/ScannedDataManifests.html#%3Cinit%3E()">ScannedDataManifests()</a></span> - Constructor for class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/ScannedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics">ScannedDataManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#scannedDeleteManifests()">scannedDeleteManifests()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#scannedDeleteManifests()">scannedDeleteManifests()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/InMemoryMetricsReporter.html#scanReport()">scanReport()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/InMemoryMetricsReporter.html" title="class in org.apache.iceberg.metrics">InMemoryMetricsReporter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/metrics/ScanReport.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">ScanReport</span></a> - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">A Table Scan report that contains all relevant information from a Table Scan.</div>
</dd>
<dt><a href="org/apache/iceberg/metrics/ScanReportParser.html" title="class in org.apache.iceberg.metrics"><span class="typeNameLink">ScanReportParser</span></a> - Class in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ScanSummary.html" title="class in org.apache.iceberg"><span class="typeNameLink">ScanSummary</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ScanSummary.Builder.html" title="class in org.apache.iceberg"><span class="typeNameLink">ScanSummary.Builder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ScanSummary.PartitionMetrics.html" title="class in org.apache.iceberg"><span class="typeNameLink">ScanSummary.PartitionMetrics</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg"><span class="typeNameLink">ScanTask</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A scan task.</div>
</dd>
<dt><a href="org/apache/iceberg/ScanTaskGroup.html" title="interface in org.apache.iceberg"><span class="typeNameLink">ScanTaskGroup</span></a>&lt;<a href="org/apache/iceberg/ScanTaskGroup.html" title="type parameter in ScanTaskGroup">T</a> extends <a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg">ScanTask</a>&gt; - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A scan task that may include partial input files, multiple input files or both.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#scanTaskSetId()">scanTaskSetId()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/ScanTaskSetManager.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">ScanTaskSetManager</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html#scheduler()">scheduler()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/LockManagers.BaseLockManager.html" title="class in org.apache.iceberg.util">LockManagers.BaseLockManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AllManifestsTable.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/AllManifestsTable.html" title="class in org.apache.iceberg">AllManifestsTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseFileScanTask.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseFileScanTask.html" title="class in org.apache.iceberg">BaseFileScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileScanTask.html#schema()">schema()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/FileScanTask.html" title="interface in org.apache.iceberg">FileScanTask</a></dt>
<dd>
<div class="block">Return the schema for this file scan task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/HistoryTable.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/HistoryTable.html" title="class in org.apache.iceberg">HistoryTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#schema()">schema()</a></span> - Static method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestsTable.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestsTable.html" title="class in org.apache.iceberg">ManifestsTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataLogEntriesTable.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataLogEntriesTable.html" title="class in org.apache.iceberg">MetadataLogEntriesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddSchema.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddSchema.html" title="class in org.apache.iceberg">MetadataUpdate.AddSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>
<div class="block">Returns the <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> for this spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionsTable.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionsTable.html" title="class in org.apache.iceberg">PartitionsTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.html" title="class in org.apache.iceberg">PositionDeletesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RefsTable.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/RefsTable.html" title="class in org.apache.iceberg">RefsTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#schema()">schema()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Returns this scan's projection <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotsTable.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotsTable.html" title="class in org.apache.iceberg">SnapshotsTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg">SortOrder</a></dt>
<dd>
<div class="block">Returns the <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> for this sort order</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/RollbackStagedTable.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/RollbackStagedTable.html" title="class in org.apache.iceberg.spark">RollbackStagedTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkChangelogTable.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkChangelogTable.html" title="class in org.apache.iceberg.spark.source">SparkChangelogTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#schema()">schema()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Return the <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>schema</code></a> for this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#schema()">schema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/View.html#schema()">schema()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/View.html" title="interface in org.apache.iceberg.view">View</a></dt>
<dd>
<div class="block">Return the <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>schema</code></a> for this view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#schema()">schema()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#schema(org.apache.hadoop.conf.Configuration)">schema(Configuration)</a></span> - Static method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>
<div class="block">Returns the Table Schema serialized to the configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html#schema(org.apache.iceberg.Schema)">schema(Schema)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.WriteBuilder.html#schema(org.apache.iceberg.Schema)">schema(Schema)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.WriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#schema(org.apache.iceberg.Schema)">schema(Schema)</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html#schema(org.apache.iceberg.Schema)">schema(Schema)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.WriteBuilder.html#schema(org.apache.iceberg.Schema)">schema(Schema)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.WriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#schema(org.apache.iceberg.Schema)">schema(Schema)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#schema(org.apache.iceberg.Schema)">schema(Schema)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.DescribeSchemaVisitor.html#schema(org.apache.iceberg.Schema,java.lang.String)">schema(Schema, String)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.DescribeSchemaVisitor.html" title="class in org.apache.iceberg.spark">Spark3Util.DescribeSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/CheckCompatibility.html#schema(org.apache.iceberg.Schema,java.util.function.Supplier)">schema(Schema, Supplier&lt;List&lt;String&gt;&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/CheckCompatibility.html" title="class in org.apache.iceberg.types">CheckCompatibility</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PruneColumnsWithoutReordering.html#schema(org.apache.iceberg.Schema,java.util.function.Supplier)">schema(Schema, Supplier&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PruneColumnsWithoutReordering.html" title="class in org.apache.iceberg.spark">PruneColumnsWithoutReordering</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PruneColumnsWithReordering.html#schema(org.apache.iceberg.Schema,java.util.function.Supplier)">schema(Schema, Supplier&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PruneColumnsWithReordering.html" title="class in org.apache.iceberg.spark">PruneColumnsWithReordering</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/FixupTypes.html#schema(org.apache.iceberg.Schema,java.util.function.Supplier)">schema(Schema, Supplier&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/FixupTypes.html" title="class in org.apache.iceberg.types">FixupTypes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html#schema(org.apache.iceberg.Schema,java.util.function.Supplier)">schema(Schema, Supplier&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.CustomOrderSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexParents.html#schema(org.apache.iceberg.Schema,java.util.Map)">schema(Schema, Map&lt;Integer, Integer&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexParents.html" title="class in org.apache.iceberg.types">IndexParents</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#schema(org.apache.iceberg.Schema,java.util.Map)">schema(Schema, Map&lt;String, Integer&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html#schema(org.apache.iceberg.Schema,org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector)">schema(Schema, ObjectInspector)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#schema(org.apache.iceberg.Schema,P,R)">schema(Schema, P, R)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#schema(org.apache.iceberg.Schema,T)">schema(Schema, T)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><span class="typeNameLink">Schema</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">The schema of a data table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#%3Cinit%3E(int,java.util.List)">Schema(int, List&lt;Types.NestedField&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#%3Cinit%3E(int,java.util.List,java.util.Map,java.util.Set)">Schema(int, List&lt;Types.NestedField&gt;, Map&lt;String, Integer&gt;, Set&lt;Integer&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#%3Cinit%3E(int,java.util.List,java.util.Set)">Schema(int, List&lt;Types.NestedField&gt;, Set&lt;Integer&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#%3Cinit%3E(int,org.apache.iceberg.types.Types.NestedField...)">Schema(int, Types.NestedField...)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#%3Cinit%3E(java.util.List)">Schema(List&lt;Types.NestedField&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#%3Cinit%3E(java.util.List,java.util.Map)">Schema(List&lt;Types.NestedField&gt;, Map&lt;String, Integer&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#%3Cinit%3E(java.util.List,java.util.Map,java.util.Set)">Schema(List&lt;Types.NestedField&gt;, Map&lt;String, Integer&gt;, Set&lt;Integer&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#%3Cinit%3E(java.util.List,java.util.Set)">Schema(List&lt;Types.NestedField&gt;, Set&lt;Integer&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#%3Cinit%3E(org.apache.iceberg.types.Types.NestedField...)">Schema(Types.NestedField...)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#SCHEMA">SCHEMA</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#SCHEMA_AUTO_CONVERSION">SCHEMA_AUTO_CONVERSION</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.SchemaDeserializer.html#%3Cinit%3E()">SchemaDeserializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.SchemaDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.SchemaDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#schemaFor(org.apache.iceberg.TableMetadata,java.lang.String)">schemaFor(TableMetadata, String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Return the schema of the snapshot at a given branch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#schemaFor(org.apache.iceberg.Table,long)">schemaFor(Table, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Returns the schema of the table for the specified snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#schemaFor(org.apache.iceberg.Table,java.lang.Long,java.lang.Long)">schemaFor(Table, Long, Long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Convenience method for returning the schema of the table for a snapshot, when we have a
snapshot id or a timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#schemaFor(org.apache.iceberg.Table,java.lang.String)">schemaFor(Table, String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Return the schema of the snapshot at a given branch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#schemaForTable(org.apache.spark.sql.SparkSession,java.lang.String)">schemaForTable(SparkSession, String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>
<div class="block">Returns a <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> for the given table with fresh field ids.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetCurrentSchema.html#schemaId()">schemaId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetCurrentSchema.html" title="class in org.apache.iceberg">MetadataUpdate.SetCurrentSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanReport.html#schemaId()">schemaId()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanReport.html" title="interface in org.apache.iceberg.metrics">ScanReport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertCurrentSchemaID.html#schemaId()">schemaId()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertCurrentSchemaID.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertCurrentSchemaID</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#schemaId()">schemaId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Returns the schema ID for this schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#schemaId()">schemaId()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return the id of the schema used when this snapshot was created, or null if this information is
not available.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertCurrentSchemaID.html#schemaId()">schemaId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertCurrentSchemaID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertCurrentSchemaID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewVersion.html#schemaId()">schemaId()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewVersion.html" title="interface in org.apache.iceberg.view">ViewVersion</a></dt>
<dd>
<div class="block">The query output schema at version create time, without aliases</div>
</dd>
<dt><a href="org/apache/iceberg/SchemaParser.html" title="class in org.apache.iceberg"><span class="typeNameLink">SchemaParser</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#schemas()">schemas()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#schemas()">schemas()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#schemas()">schemas()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#schemas()">schemas()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#schemas()">schemas()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Return a map of <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>schema</code></a> for this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#schemas()">schemas()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/View.html#schemas()">schemas()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/View.html" title="interface in org.apache.iceberg.view">View</a></dt>
<dd>
<div class="block">Return a map of <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>schema</code></a> for this view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#schemas()">schemas()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#schemasById()">schemasById()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#schemasById()">schemasById()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.SchemaSerializer.html#%3Cinit%3E()">SchemaSerializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.SchemaSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.SchemaSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/pig/SchemaUtil.html" title="class in org.apache.iceberg.pig"><span class="typeNameLink">SchemaUtil</span></a> - Class in <a href="org/apache/iceberg/pig/package-summary.html">org.apache.iceberg.pig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#%3Cinit%3E()">SchemaVisitor()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema"><span class="typeNameLink">SchemaWithPartnerVisitor</span></a>&lt;<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="type parameter in SchemaWithPartnerVisitor">P</a>,&#8203;<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="type parameter in SchemaWithPartnerVisitor">R</a>&gt; - Class in <a href="org/apache/iceberg/schema/package-summary.html">org.apache.iceberg.schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#%3Cinit%3E()">SchemaWithPartnerVisitor()</a></span> - Constructor for class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.PartnerAccessors.html" title="interface in org.apache.iceberg.schema"><span class="typeNameLink">SchemaWithPartnerVisitor.PartnerAccessors</span></a>&lt;<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.PartnerAccessors.html" title="type parameter in SchemaWithPartnerVisitor.PartnerAccessors">P</a>&gt; - Interface in <a href="org/apache/iceberg/schema/package-summary.html">org.apache.iceberg.schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopMetricsContext.html#SCHEME">SCHEME</a></span> - Static variable in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopMetricsContext.html" title="class in org.apache.iceberg.hadoop">HadoopMetricsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html#scope()">scope()</a></span> - Method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util.AuthSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#SCOPE">SCOPE</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>
<div class="block">Additional scope for OAuth2.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html#scopes()">scopes()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html" title="class in org.apache.iceberg.rest.responses">OAuthTokenResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Pair.html#second()">second()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Pair.html" title="class in org.apache.iceberg.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#SECRET_ACCESS_KEY">SECRET_ACCESS_KEY</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Configure the static secret access key used to access S3FileIO.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#secretAccessKey()">secretAccessKey()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/DataIterator.html#seek(int,long)">seek(int, long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/DataIterator.html" title="class in org.apache.iceberg.flink.source">DataIterator</a></dt>
<dd>
<div class="block">(startingFileOffset, startingRecordOffset) points to the next row that reader should resume
from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmInputStream.html#seek(long)">seek(long)</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmInputStream.html" title="class in org.apache.iceberg.encryption">AesGcmInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/SeekableInputStream.html#seek(long)">seek(long)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/SeekableInputStream.html" title="class in org.apache.iceberg.io">SeekableInputStream</a></dt>
<dd>
<div class="block">Seek to a new position in the InputStream.</div>
</dd>
<dt><a href="org/apache/iceberg/io/SeekableInputStream.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">SeekableInputStream</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block"><code>SeekableInputStream</code> is an interface with the methods needed to read data from a file or
Hadoop data stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/SeekableInputStream.html#%3Cinit%3E()">SeekableInputStream()</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/SeekableInputStream.html" title="class in org.apache.iceberg.io">SeekableInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html#select(java.lang.String...)">select(String...)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html" title="class in org.apache.iceberg.data">IcebergGenerics.ScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#select(java.lang.String...)">select(String...)</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#select(java.lang.String...)">select(String...)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Create a new scan from this that will read the given columns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#select(java.lang.String...)">select(String...)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Creates a projection schema for a subset of columns, selected by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html#select(java.util.Collection)">select(Collection&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html" title="class in org.apache.iceberg.data">IcebergGenerics.ScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.html#select(java.util.Collection)">select(Collection&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#select(java.util.Collection)">select(Collection&lt;String&gt;)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Create a new scan from this that will read the given data columns.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#select(java.util.Collection)">select(Collection&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>
<div class="block">Creates a projection schema for a subset of columns, selected by name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#select(java.util.List)">select(List&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#select(org.apache.iceberg.Schema,java.util.Set)">select(Schema, Set&lt;Integer&gt;)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#select(org.apache.iceberg.types.Types.StructType,java.util.Set)">select(Types.StructType, Set&lt;Integer&gt;)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html#selectDeleteFiles(java.lang.Iterable)">selectDeleteFiles(Iterable&lt;DeleteFile&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html" title="interface in org.apache.iceberg.actions">ConvertEqualityDeleteStrategy</a></dt>
<dd>
<div class="block">Select the delete files to convert.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#SELECTED_COLUMNS">SELECTED_COLUMNS</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#selectedColumns(org.apache.hadoop.conf.Configuration)">selectedColumns(Configuration)</a></span> - Static method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#selectFilesToRewrite(java.lang.Iterable)">selectFilesToRewrite(Iterable&lt;FileScanTask&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteStrategy.html#selectFilesToRewrite(java.lang.Iterable)">selectFilesToRewrite(Iterable&lt;FileScanTask&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteStrategy.html" title="interface in org.apache.iceberg.actions">RewriteStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Selects files which this strategy believes are valid targets to be rewritten.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#selectNot(org.apache.iceberg.Schema,java.util.Set)">selectNot(Schema, Set&lt;Integer&gt;)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#selectNot(org.apache.iceberg.types.Types.StructType,java.util.Set)">selectNot(Types.StructType, Set&lt;Integer&gt;)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionUtil.html#selectsPartitions(org.apache.iceberg.expressions.Expression,org.apache.iceberg.PartitionSpec,boolean)">selectsPartitions(Expression, PartitionSpec, boolean)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionUtil.html" title="class in org.apache.iceberg.expressions">ExpressionUtil</a></dt>
<dd>
<div class="block">Returns whether an expression selects whole partitions for a partition spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionUtil.html#selectsPartitions(org.apache.iceberg.expressions.Expression,org.apache.iceberg.Table,boolean)">selectsPartitions(Expression, Table, boolean)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionUtil.html" title="class in org.apache.iceberg.expressions">ExpressionUtil</a></dt>
<dd>
<div class="block">Returns whether an expression selects whole partitions for all partition specs in a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseFileScanTask.html#self()">self()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseFileScanTask.html" title="class in org.apache.iceberg">BaseFileScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseOverwriteFiles.html#self()">self()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseOverwriteFiles.html" title="class in org.apache.iceberg">BaseOverwriteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplacePartitions.html#self()">self()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplacePartitions.html" title="class in org.apache.iceberg">BaseReplacePartitions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseRewriteManifests.html#self()">self()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseRewriteManifests.html" title="class in org.apache.iceberg">BaseRewriteManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/actions/RewriteDataFilesAction.html#self()">self()</a></span> - Method in class org.apache.iceberg.flink.actions.<a href="org/apache/iceberg/flink/actions/RewriteDataFilesAction.html" title="class in org.apache.iceberg.flink.actions">RewriteDataFilesAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html#self()">self()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html#self()">self()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteReachableFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html#self()">self()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html" title="class in org.apache.iceberg.spark.actions">ExpireSnapshotsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html#self()">self()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">MigrateTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html#self()">self()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewriteDataFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html#self()">self()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewriteManifestsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewritePositionDeleteFilesSparkAction.html#self()">self()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewritePositionDeleteFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewritePositionDeleteFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html#self()">self()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">SnapshotTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StreamingDelete.html#self()">self()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/StreamingDelete.html" title="class in org.apache.iceberg">StreamingDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#sempred(org.antlr.v4.runtime.RuleContext,int,int)">sempred(RuleContext, int, int)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#SEQUENCE_NUMBER">SEQUENCE_NUMBER</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/CreateSnapshotEvent.html#sequenceNumber()">sequenceNumber()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/CreateSnapshotEvent.html" title="class in org.apache.iceberg.events">CreateSnapshotEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#sequenceNumber()">sequenceNumber()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#sequenceNumber()">sequenceNumber()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns the sequence number of the commit that added the manifest file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitReport.html#sequenceNumber()">sequenceNumber()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitReport.html" title="interface in org.apache.iceberg.metrics">CommitReport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Blob.html#sequenceNumber()">sequenceNumber()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Blob.html" title="class in org.apache.iceberg.puffin">Blob</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/BlobMetadata.html#sequenceNumber()">sequenceNumber()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/BlobMetadata.html" title="class in org.apache.iceberg.puffin">BlobMetadata</a></dt>
<dd>
<div class="block">Sequence number of the Iceberg table's snapshot the blob was computed from</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#sequenceNumber()">sequenceNumber()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return this snapshot's sequence number.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#sequenceNumber()">sequenceNumber()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IsolationLevel.html#SERIALIZABLE">SERIALIZABLE</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/IsolationLevel.html" title="enum in org.apache.iceberg">IsolationLevel</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/split/SerializableComparator.html" title="interface in org.apache.iceberg.flink.source.split"><span class="typeNameLink">SerializableComparator</span></a>&lt;<a href="org/apache/iceberg/flink/source/split/SerializableComparator.html" title="type parameter in SerializableComparator">T</a>&gt; - Interface in <a href="org/apache/iceberg/flink/source/split/package-summary.html">org.apache.iceberg.flink.source.split</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hadoop/SerializableConfiguration.html" title="class in org.apache.iceberg.hadoop"><span class="typeNameLink">SerializableConfiguration</span></a> - Class in <a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a></dt>
<dd>
<div class="block">Wraps a <code>Configuration</code> object in a <code>Serializable</code> layer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/SerializableConfiguration.html#%3Cinit%3E(org.apache.hadoop.conf.Configuration)">SerializableConfiguration(Configuration)</a></span> - Constructor for class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/SerializableConfiguration.html" title="class in org.apache.iceberg.hadoop">SerializableConfiguration</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/SerializableFunction.html" title="interface in org.apache.iceberg.util"><span class="typeNameLink">SerializableFunction</span></a>&lt;<a href="org/apache/iceberg/util/SerializableFunction.html" title="type parameter in SerializableFunction">S</a>,&#8203;<a href="org/apache/iceberg/util/SerializableFunction.html" title="type parameter in SerializableFunction">T</a>&gt; - Interface in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>
<div class="block">A concrete transform function that applies a transform to values of a certain type.</div>
</dd>
<dt><a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">SerializableMap</span></a>&lt;<a href="org/apache/iceberg/util/SerializableMap.html" title="type parameter in SerializableMap">K</a>,&#8203;<a href="org/apache/iceberg/util/SerializableMap.html" title="type parameter in SerializableMap">V</a>&gt; - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.SerializableMetadataTable.html#%3Cinit%3E(org.apache.iceberg.BaseMetadataTable)">SerializableMetadataTable(BaseMetadataTable)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.SerializableMetadataTable.html" title="class in org.apache.iceberg">SerializableTable.SerializableMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SerializableTableWithSize.SerializableMetadataTableWithSize.html#%3Cinit%3E(org.apache.iceberg.BaseMetadataTable)">SerializableMetadataTableWithSize(BaseMetadataTable)</a></span> - Constructor for class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SerializableTableWithSize.SerializableMetadataTableWithSize.html" title="class in org.apache.iceberg.spark.source">SerializableTableWithSize.SerializableMetadataTableWithSize</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/SerializableSupplier.html" title="interface in org.apache.iceberg.util"><span class="typeNameLink">SerializableSupplier</span></a>&lt;<a href="org/apache/iceberg/util/SerializableSupplier.html" title="type parameter in SerializableSupplier">T</a>&gt; - Interface in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">SerializableTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A read-only serializable table that can be sent to other nodes in a cluster.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#%3Cinit%3E(org.apache.iceberg.Table)">SerializableTable(Table)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SerializableTable.SerializableMetadataTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">SerializableTable.SerializableMetadataTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/SerializableTableWithSize.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">SerializableTableWithSize</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>
<div class="block">This class provides a serializable table with a known size estimate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SerializableTableWithSize.html#%3Cinit%3E(org.apache.iceberg.Table)">SerializableTableWithSize(Table)</a></span> - Constructor for class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SerializableTableWithSize.html" title="class in org.apache.iceberg.spark.source">SerializableTableWithSize</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/SerializableTableWithSize.SerializableMetadataTableWithSize.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">SerializableTableWithSize.SerializableMetadataTableWithSize</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/SerializationUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">SerializationUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html#serialize(java.lang.Object,org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector)">serialize(Object, ObjectInspector)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSerDe.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSerDe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.NamespaceSerializer.html#serialize(org.apache.iceberg.catalog.Namespace,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(Namespace, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.NamespaceSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.NamespaceSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.TableIdentifierSerializer.html#serialize(org.apache.iceberg.catalog.TableIdentifier,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(TableIdentifier, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.TableIdentifierSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.TableIdentifierSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorStateSerializer.html#serialize(org.apache.iceberg.flink.source.enumerator.IcebergEnumeratorState)">serialize(IcebergEnumeratorState)</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/IcebergEnumeratorStateSerializer.html" title="class in org.apache.iceberg.flink.source.enumerator">IcebergEnumeratorStateSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitSerializer.html#serialize(org.apache.iceberg.flink.source.split.IcebergSourceSplit)">serialize(IcebergSourceSplit)</a></span> - Method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitSerializer.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplitSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.MetadataUpdateSerializer.html#serialize(org.apache.iceberg.MetadataUpdate,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(MetadataUpdate, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.MetadataUpdateSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.MetadataUpdateSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.CommitTransactionRequestSerializer.html#serialize(org.apache.iceberg.rest.requests.CommitTransactionRequest,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(CommitTransactionRequest, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.CommitTransactionRequestSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.CommitTransactionRequestSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UpdateRequirementSerializer.html#serialize(org.apache.iceberg.rest.requests.UpdateTableRequest.UpdateRequirement,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(UpdateTableRequest.UpdateRequirement, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UpdateRequirementSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UpdateRequirementSerializer</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UpdateTableRequestSerializer.html#serialize(org.apache.iceberg.rest.requests.UpdateTableRequest,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(UpdateTableRequest, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UpdateTableRequestSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UpdateTableRequestSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.ErrorResponseSerializer.html#serialize(org.apache.iceberg.rest.responses.ErrorResponse,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(ErrorResponse, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.ErrorResponseSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.ErrorResponseSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.OAuthTokenResponseSerializer.html#serialize(org.apache.iceberg.rest.responses.OAuthTokenResponse,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(OAuthTokenResponse, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.OAuthTokenResponseSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.OAuthTokenResponseSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.SchemaSerializer.html#serialize(org.apache.iceberg.Schema,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(Schema, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.SchemaSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.SchemaSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.TableMetadataSerializer.html#serialize(org.apache.iceberg.TableMetadata,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(TableMetadata, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.TableMetadataSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.TableMetadataSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UnboundPartitionSpecSerializer.html#serialize(org.apache.iceberg.UnboundPartitionSpec,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(UnboundPartitionSpec, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UnboundPartitionSpecSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UnboundPartitionSpecSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UnboundSortOrderSerializer.html#serialize(org.apache.iceberg.UnboundSortOrder,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(UnboundSortOrder, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UnboundSortOrderSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UnboundSortOrderSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignRequestSerializer.html#serialize(T,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(T, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignRequestSerializer.html" title="class in org.apache.iceberg.aws.s3.signer">S3ObjectMapper.S3SignRequestSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignResponseSerializer.html#serialize(T,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(T, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3ObjectMapper.S3SignResponseSerializer.html" title="class in org.apache.iceberg.aws.s3.signer">S3ObjectMapper.S3SignResponseSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.RegisterTableRequestSerializer.html#serialize(T,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(T, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.RegisterTableRequestSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.RegisterTableRequestSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.ReportMetricsRequestSerializer.html#serialize(T,com.fasterxml.jackson.core.JsonGenerator,com.fasterxml.jackson.databind.SerializerProvider)">serialize(T, JsonGenerator, SerializerProvider)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.ReportMetricsRequestSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.ReportMetricsRequestSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopConfigurable.html#serializeConfWith(java.util.function.Function)">serializeConfWith(Function&lt;Configuration, SerializableSupplier&lt;Configuration&gt;&gt;)</a></span> - Method in interface org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopConfigurable.html" title="interface in org.apache.iceberg.hadoop">HadoopConfigurable</a></dt>
<dd>
<div class="block">Take a function that serializes Hadoop configuration into a supplier.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#serializeConfWith(java.util.function.Function)">serializeConfWith(Function&lt;Configuration, SerializableSupplier&lt;Configuration&gt;&gt;)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#serializeConfWith(java.util.function.Function)">serializeConfWith(Function&lt;Configuration, SerializableSupplier&lt;Configuration&gt;&gt;)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#SERIALIZED_TABLE_PREFIX">SERIALIZED_TABLE_PREFIX</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializationUtil.html#serializeToBase64(java.lang.Object)">serializeToBase64(Object)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializationUtil.html" title="class in org.apache.iceberg.util">SerializationUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializationUtil.html#serializeToBytes(java.lang.Object)">serializeToBytes(Object)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializationUtil.html" title="class in org.apache.iceberg.util">SerializationUtil</a></dt>
<dd>
<div class="block">Serialize an object to bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializationUtil.html#serializeToBytes(java.lang.Object,java.util.function.Function)">serializeToBytes(Object, Function&lt;Configuration, SerializableSupplier&lt;Configuration&gt;&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializationUtil.html" title="class in org.apache.iceberg.util">SerializationUtil</a></dt>
<dd>
<div class="block">Serialize an object to bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html#service(int)">service(int)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFilesCommitManager.html" title="class in org.apache.iceberg.actions">RewriteDataFilesCommitManager</a></dt>
<dd>
<div class="block">An async service which allows for committing multiple file groups as their rewrites complete.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.html#service(int)">service(int)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesCommitManager.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesCommitManager</a></dt>
<dd>
<div class="block">An async service which allows for committing multiple file groups as their rewrites complete.</div>
</dd>
<dt><a href="org/apache/iceberg/exceptions/ServiceFailureException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">ServiceFailureException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Exception thrown on HTTP 5XX Server Error.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/ServiceFailureException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">ServiceFailureException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/ServiceFailureException.html" title="class in org.apache.iceberg.exceptions">ServiceFailureException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/ServiceFailureException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">ServiceFailureException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/ServiceFailureException.html" title="class in org.apache.iceberg.exceptions">ServiceFailureException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#serviceHost()">serviceHost()</a></span> - Method in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/ServiceUnavailableException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">ServiceUnavailableException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Exception thrown on HTTP 503: service is unavailable</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/ServiceUnavailableException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">ServiceUnavailableException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/ServiceUnavailableException.html" title="class in org.apache.iceberg.exceptions">ServiceUnavailableException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/ServiceUnavailableException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">ServiceUnavailableException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/ServiceUnavailableException.html" title="class in org.apache.iceberg.exceptions">ServiceUnavailableException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#SESSION_TOKEN">SESSION_TOKEN</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Configure the static session token used to access S3FileIO.</div>
</dd>
<dt><a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog"><span class="typeNameLink">SessionCatalog</span></a> - Interface in <a href="org/apache/iceberg/catalog/package-summary.html">org.apache.iceberg.catalog</a></dt>
<dd>
<div class="block">A Catalog API for table and namespace operations that includes session context.</div>
</dd>
<dt><a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html" title="class in org.apache.iceberg.catalog"><span class="typeNameLink">SessionCatalog.SessionContext</span></a> - Class in <a href="org/apache/iceberg/catalog/package-summary.html">org.apache.iceberg.catalog</a></dt>
<dd>
<div class="block">Context for a session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html#%3Cinit%3E(java.lang.String,java.lang.String,java.util.Map,java.util.Map)">SessionContext(String, String, Map&lt;String, String&gt;, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html" title="class in org.apache.iceberg.catalog">SessionCatalog.SessionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html#%3Cinit%3E(java.lang.String,java.lang.String,java.util.Map,java.util.Map,java.lang.Object)">SessionContext(String, String, Map&lt;String, String&gt;, Map&lt;String, String&gt;, Object)</a></span> - Constructor for class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html" title="class in org.apache.iceberg.catalog">SessionCatalog.SessionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html#sessionId()">sessionId()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html" title="class in org.apache.iceberg.catalog">SessionCatalog.SessionContext</a></dt>
<dd>
<div class="block">Returns a string that identifies this session.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#sessionToken()">sessionToken()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericRecord.html#set(int,T)">set(int, T)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data">GenericRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/InternalRecordWrapper.html#set(int,T)">set(int, T)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/InternalRecordWrapper.html" title="class in org.apache.iceberg.data">InternalRecordWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDelete.html#set(int,T)">set(int, T)</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDelete.html" title="class in org.apache.iceberg.deletes">PositionDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/RowDataWrapper.html#set(int,T)">set(int, T)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/RowDataWrapper.html" title="class in org.apache.iceberg.flink">RowDataWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#set(int,T)">set(int, T)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericPartitionFieldSummary.html#set(int,T)">set(int, T)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg">GenericPartitionFieldSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.ReadableColMetricsStruct.html#set(int,T)">set(int, T)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.ReadableColMetricsStruct.html" title="class in org.apache.iceberg">MetricsUtil.ReadableColMetricsStruct</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.ReadableMetricsStruct.html#set(int,T)">set(int, T)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.ReadableMetricsStruct.html" title="class in org.apache.iceberg">MetricsUtil.ReadableMetricsStruct</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#set(int,T)">set(int, T)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionKey.html#set(int,T)">set(int, T)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionKey.html" title="class in org.apache.iceberg">PartitionKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkStructLike.html#set(int,T)">set(int, T)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkStructLike.html" title="class in org.apache.iceberg.spark">SparkStructLike</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StructLike.html#set(int,T)">set(int, T)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/StructLike.html" title="interface in org.apache.iceberg">StructLike</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructProjection.html#set(int,T)">set(int, T)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructProjection.html" title="class in org.apache.iceberg.util">StructProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#set(I,int,java.lang.Object)">set(I, int, Object)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>
<div class="block">Used to set a struct value by position.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceWrapper.html#set(java.lang.CharSequence)">set(CharSequence)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceWrapper.html" title="class in org.apache.iceberg.util">CharSequenceWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDelete.html#set(java.lang.CharSequence,long,R)">set(CharSequence, long, R)</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDelete.html" title="class in org.apache.iceberg.deletes">PositionDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.UnboundField.html#set(java.lang.Object,T)">set(Object, T)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.UnboundField.html" title="class in org.apache.iceberg.common">DynFields.UnboundField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SnapshotUpdateAction.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SnapshotUpdateAction.html" title="interface in org.apache.iceberg.actions">SnapshotUpdateAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.WriteBuilder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.WriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseRewriteManifests.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseRewriteManifests.html" title="class in org.apache.iceberg">BaseRewriteManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericAppenderFactory.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericAppenderFactory.html" title="class in org.apache.iceberg.data">GenericAppenderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>
<div class="block">Set the write properties for Flink sink.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>
<div class="block">Set the read properties for Flink source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.WriteBuilder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.WriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Puffin.WriteBuilder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Puffin.WriteBuilder.html" title="class in org.apache.iceberg.puffin">Puffin.WriteBuilder</a></dt>
<dd>
<div class="block">Sets file-level property to be written</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.Builder.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.Builder.html" title="class in org.apache.iceberg">SnapshotSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotUpdate.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SnapshotUpdate.html" title="interface in org.apache.iceberg">SnapshotUpdate</a></dt>
<dd>
<div class="block">Set a summary property in the snapshot produced by this update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateProperties.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateProperties.html" title="interface in org.apache.iceberg">UpdateProperties</a></dt>
<dd>
<div class="block">Add a key/value property to the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/UpdateViewProperties.html#set(java.lang.String,java.lang.String)">set(String, String)</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/UpdateViewProperties.html" title="interface in org.apache.iceberg.view">UpdateViewProperties</a></dt>
<dd>
<div class="block">Add a key/value property to the view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.ReusableEntry.html#set(K,V)">set(K, V)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.ReusableEntry.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.ReusableEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeWrapper.html#set(org.apache.iceberg.StructLike)">set(StructLike)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeWrapper.html" title="class in org.apache.iceberg.util">StructLikeWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.StructReader.html#set(S,int,java.lang.Object)">set(S, int, Object)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.StructReader.html" title="class in org.apache.iceberg.avro">ValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.BoundField.html#set(T)">set(T)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.BoundField.html" title="class in org.apache.iceberg.common">DynFields.BoundField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.StaticField.html#set(T)">set(T)</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.StaticField.html" title="class in org.apache.iceberg.common">DynFields.StaticField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/Container.html#set(T)">set(T)</a></span> - Method in class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/Container.html" title="class in org.apache.iceberg.mr.mapred">Container</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html#set(T,int,long)">set(T, int, long)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html" title="class in org.apache.iceberg.flink.source.reader">RecordAndPosition</a></dt>
<dd>
<div class="block">Updates the record and position in this object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReaders.StructReader.html#set(T,int,java.lang.Object)">set(T, int, Object)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReaders.StructReader.html" title="class in org.apache.iceberg.orc">OrcValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#SET">SET</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#SET">SET</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#SET()">SET()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html#SET()">SET()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/actions/SetAccumulator.html" title="class in org.apache.iceberg.spark.actions"><span class="typeNameLink">SetAccumulator</span></a>&lt;<a href="org/apache/iceberg/spark/actions/SetAccumulator.html" title="type parameter in SetAccumulator">T</a>&gt; - Class in <a href="org/apache/iceberg/spark/actions/package-summary.html">org.apache.iceberg.spark.actions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SetAccumulator.html#%3Cinit%3E()">SetAccumulator()</a></span> - Constructor for class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SetAccumulator.html" title="class in org.apache.iceberg.spark.actions">SetAccumulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setAcl(software.amazon.awssdk.services.s3.model.ObjectCannedACL)">setAcl(ObjectCannedACL)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#setAddedSnapshotId(java.lang.Long)">setAddedSnapshotId(Long)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html#setAll(java.util.Map)">setAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#setAll(java.util.Map)">setAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.WriteBuilder.html#setAll(java.util.Map)">setAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.WriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericAppenderFactory.html#setAll(java.util.Map)">setAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericAppenderFactory.html" title="class in org.apache.iceberg.data">GenericAppenderFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#setAll(java.util.Map)">setAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>
<div class="block">Set the write properties for Flink sink.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#setAll(java.util.Map)">setAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#setAll(java.util.Map)">setAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>
<div class="block">Set the read properties for Flink source.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html#setAll(java.util.Map)">setAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#setAll(java.util.Map)">setAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.WriteBuilder.html#setAll(java.util.Map)">setAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.WriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#setAll(java.util.Map)">setAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#setAll(java.util.Map)">setAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#setAll(java.util.Map)">setAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Puffin.WriteBuilder.html#setAll(java.util.Map)">setAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Puffin.WriteBuilder.html" title="class in org.apache.iceberg.puffin">Puffin.WriteBuilder</a></dt>
<dd>
<div class="block">Sets file-level properties to be written</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html#setAllPagesDictEncoded(boolean)">setAllPagesDictEncoded(boolean)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedPageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html#setAuthority(java.lang.String)">setAuthority(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction.FileURI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReader.html#setBatchContext(long)">setBatchContext(long)</a></span> - Method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReader.html" title="class in org.apache.iceberg.data.orc">GenericOrcReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkOrcReader.html#setBatchContext(long)">setBatchContext(long)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkOrcReader.html" title="class in org.apache.iceberg.flink.data">FlinkOrcReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcBatchReader.html#setBatchContext(long)">setBatchContext(long)</a></span> - Method in interface org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcBatchReader.html" title="interface in org.apache.iceberg.orc">OrcBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcRowReader.html#setBatchContext(long)">setBatchContext(long)</a></span> - Method in interface org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcRowReader.html" title="interface in org.apache.iceberg.orc">OrcRowReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReader.html#setBatchContext(long)">setBatchContext(long)</a></span> - Method in interface org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReader.html" title="interface in org.apache.iceberg.orc">OrcValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReaders.StructReader.html#setBatchContext(long)">setBatchContext(long)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReaders.StructReader.html" title="class in org.apache.iceberg.orc">OrcValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkOrcReader.html#setBatchContext(long)">setBatchContext(long)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkOrcReader.html" title="class in org.apache.iceberg.spark.data">SparkOrcReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html#setBatchSize(int)">setBatchSize(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized">BaseBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#setBatchSize(int)">setBatchSize(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.ConstantVectorReader.html#setBatchSize(int)">setBatchSize(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.ConstantVectorReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader.ConstantVectorReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.DeletedVectorReader.html#setBatchSize(int)">setBatchSize(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.DeletedVectorReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader.DeletedVectorReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html#setBatchSize(int)">setBatchSize(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/VectorizedReader.html#setBatchSize(int)">setBatchSize(int)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/VectorizedReader.html" title="interface in org.apache.iceberg.parquet">VectorizedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/DecimalVectorUtil.html#setBigEndian(org.apache.arrow.vector.DecimalVector,int,byte%5B%5D)">setBigEndian(DecimalVector, int, byte[])</a></span> - Static method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/DecimalVectorUtil.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">DecimalVectorUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#setBoolean(I,int,boolean)">setBoolean(I, int, boolean)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#setBranchSnapshot(long,java.lang.String)">setBranchSnapshot(long, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#setBranchSnapshot(org.apache.iceberg.Snapshot,java.lang.String)">setBranchSnapshot(Snapshot, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setChecksumEnabled(boolean)">setChecksumEnabled(boolean)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/GenericAvroReader.html#setClassLoader(java.lang.ClassLoader)">setClassLoader(ClassLoader)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/GenericAvroReader.html" title="class in org.apache.iceberg.avro">GenericAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsClientProperties.html#setClientRegion(java.lang.String)">setClientRegion(String)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsClientProperties.html" title="class in org.apache.iceberg.aws">AwsClientProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#setClientRegion(java.lang.String)">setClientRegion(String)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 1.5.0, use <a href="org/apache/iceberg/aws/AwsClientProperties.html#setClientRegion(java.lang.String)"><code>AwsClientProperties.setClientRegion(String)</code></a>
instead</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnWriter.html#setColumnStore(org.apache.parquet.column.ColumnWriteStore)">setColumnStore(ColumnWriteStore)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnWriter.html" title="class in org.apache.iceberg.parquet">ColumnWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriter.html#setColumnStore(org.apache.parquet.column.ColumnWriteStore)">setColumnStore(ColumnWriteStore)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriter.html" title="interface in org.apache.iceberg.parquet">ParquetValueWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.PrimitiveWriter.html#setColumnStore(org.apache.parquet.column.ColumnWriteStore)">setColumnStore(ColumnWriteStore)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.PrimitiveWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.PrimitiveWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html#setColumnStore(org.apache.parquet.column.ColumnWriteStore)">setColumnStore(ColumnWriteStore)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.RepeatedKeyValueWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html#setColumnStore(org.apache.parquet.column.ColumnWriteStore)">setColumnStore(ColumnWriteStore)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.RepeatedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.StructWriter.html#setColumnStore(org.apache.parquet.column.ColumnWriteStore)">setColumnStore(ColumnWriteStore)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.StructWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/Configurable.html#setConf(C)">setConf(C)</a></span> - Method in interface org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/Configurable.html" title="interface in org.apache.iceberg.hadoop">Configurable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#setConf(java.lang.Object)">setConf(Object)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#setConf(java.lang.Object)">setConf(Object)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#setConf(java.lang.Object)">setConf(Object)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#setConf(java.lang.Object)">setConf(Object)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#setConf(java.lang.Object)">setConf(Object)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#setConf(java.lang.Object)">setConf(Object)</a></span> - Method in class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#setConf(org.apache.hadoop.conf.Configuration)">setConf(Configuration)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#setConf(org.apache.hadoop.conf.Configuration)">setConf(Configuration)</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#setConf(org.apache.hadoop.conf.Configuration)">setConf(Configuration)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopFileIO.html#setConf(org.apache.hadoop.conf.Configuration)">setConf(Configuration)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopFileIO.html" title="class in org.apache.iceberg.hadoop">HadoopFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTables.html#setConf(org.apache.hadoop.conf.Configuration)">setConf(Configuration)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTables.html" title="class in org.apache.iceberg.hadoop">HadoopTables</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#setConf(org.apache.hadoop.conf.Configuration)">setConf(Configuration)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ResolvingFileIO.html#setConf(org.apache.hadoop.conf.Configuration)">setConf(Configuration)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ResolvingFileIO.html" title="class in org.apache.iceberg.io">ResolvingFileIO</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#setConf(org.apache.hadoop.conf.Configuration)">setConf(Configuration)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#setContent(java.lang.Integer)">setContent(Integer)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#setCurrentSchema(int)">setCurrentSchema(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#setCurrentSchema(org.apache.iceberg.Schema,int)">setCurrentSchema(Schema, int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetCurrentSchema.html#%3Cinit%3E(int)">SetCurrentSchema(int)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetCurrentSchema.html" title="class in org.apache.iceberg">MetadataUpdate.SetCurrentSchema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#setCurrentSnapshot(long)">setCurrentSnapshot(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Roll this table's data back to a specific <a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg"><code>Snapshot</code></a> identified by id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#setCurrentSnapshot(long)">setCurrentSnapshot(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.Builder.html#setCurrentVersion(org.apache.iceberg.view.ViewVersion,org.apache.iceberg.Schema)">setCurrentVersion(ViewVersion, Schema)</a></span> - Method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.Builder.html" title="class in org.apache.iceberg.view">ViewMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.Builder.html#setCurrentVersionId(int)">setCurrentVersionId(int)</a></span> - Method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.Builder.html" title="class in org.apache.iceberg.view">ViewMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetCurrentViewVersion.html#%3Cinit%3E(int)">SetCurrentViewVersion(int)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetCurrentViewVersion.html" title="class in org.apache.iceberg">MetadataUpdate.SetCurrentViewVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#setDefaultPartitionSpec(int)">setDefaultPartitionSpec(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#setDefaultPartitionSpec(org.apache.iceberg.PartitionSpec)">setDefaultPartitionSpec(PartitionSpec)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetDefaultPartitionSpec.html#%3Cinit%3E(int)">SetDefaultPartitionSpec(int)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetDefaultPartitionSpec.html" title="class in org.apache.iceberg">MetadataUpdate.SetDefaultPartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#setDefaultSortOrder(int)">setDefaultSortOrder(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#setDefaultSortOrder(org.apache.iceberg.SortOrder)">setDefaultSortOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetDefaultSortOrder.html#%3Cinit%3E(int)">SetDefaultSortOrder(int)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetDefaultSortOrder.html" title="class in org.apache.iceberg">MetadataUpdate.SetDefaultSortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#setDelegateCatalog(org.apache.spark.sql.connector.catalog.CatalogPlugin)">setDelegateCatalog(CatalogPlugin)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setDeleteBatchSize(int)">setDeleteBatchSize(int)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setDeleteEnabled(boolean)">setDeleteEnabled(boolean)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnarBatchReader.html#setDeleteFilter(org.apache.iceberg.data.DeleteFilter)">setDeleteFilter(DeleteFilter&lt;InternalRow&gt;)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnarBatchReader.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnarBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setDeleteThreads(int)">setDeleteThreads(int)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#setDictionary(org.apache.parquet.column.Dictionary)">setDictionary(Dictionary)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#setDouble(I,int,double)">setDouble(I, int, double)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#setDynamoDbTableName(java.lang.String)">setDynamoDbTableName(String)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellProperties.html#setEcsS3AccessKeyId(java.lang.String)">setEcsS3AccessKeyId(String)</a></span> - Method in class org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellProperties.html" title="class in org.apache.iceberg.dell">DellProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellProperties.html#setEcsS3Endpoint(java.lang.String)">setEcsS3Endpoint(String)</a></span> - Method in class org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellProperties.html" title="class in org.apache.iceberg.dell">DellProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/DellProperties.html#setEcsS3SecretAccessKey(java.lang.String)">setEcsS3SecretAccessKey(String)</a></span> - Method in class org.apache.iceberg.dell.<a href="org/apache/iceberg/dell/DellProperties.html" title="class in org.apache.iceberg.dell">DellProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html#setExpirationInSeconds(int)">setExpirationInSeconds(int)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">OAuthTokenResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BaseTaskWriter.html#setFailure(java.lang.Throwable)">setFailure(Throwable)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BaseTaskWriter.html" title="class in org.apache.iceberg.io">BaseTaskWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericRecord.html#setField(java.lang.String,java.lang.Object)">setField(String, Object)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data">GenericRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/Record.html#setField(java.lang.String,java.lang.Object)">setField(String, Object)</a></span> - Method in interface org.apache.iceberg.data.<a href="org/apache/iceberg/data/Record.html" title="interface in org.apache.iceberg.data">Record</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#setFloat(I,int,float)">setFloat(I, int, float)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#setGlueCatalogId(java.lang.String)">setGlueCatalogId(String)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#setGlueCatalogSkipArchive(boolean)">setGlueCatalogSkipArchive(boolean)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#setGlueCatalogSkipNameValidation(boolean)">setGlueCatalogSkipNameValidation(boolean)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#setGlueLakeFormationEnabled(boolean)">setGlueLakeFormationEnabled(boolean)</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#setIdentifierFields(java.lang.String...)">setIdentifierFields(String...)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Set the identifier fields given some field names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#setIdentifierFields(java.util.Collection)">setIdentifierFields(Collection&lt;String&gt;)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Set the identifier fields given a set of field names.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StatementContext)">SetIdentifierFieldsContext(IcebergSqlExtensionsParser.StatementContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#setInteger(I,int,int)">setInteger(I, int, int)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/JobGroupUtils.html#setJobGroupInfo(org.apache.spark.SparkContext,org.apache.iceberg.spark.JobGroupInfo)">setJobGroupInfo(SparkContext, JobGroupInfo)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/JobGroupUtils.html" title="class in org.apache.iceberg.spark">JobGroupUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#setLength(java.lang.Long)">setLength(Long)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SetLocation.html#setLocation(java.lang.String)">setLocation(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SetLocation.html" title="class in org.apache.iceberg">SetLocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#setLocation(java.lang.String)">setLocation(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateLocation.html#setLocation(java.lang.String)">setLocation(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateLocation.html" title="interface in org.apache.iceberg">UpdateLocation</a></dt>
<dd>
<div class="block">Set the table's location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.Builder.html#setLocation(java.lang.String)">setLocation(String)</a></span> - Method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.Builder.html" title="class in org.apache.iceberg.view">ViewMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#setLocation(java.lang.String,org.apache.hadoop.mapreduce.Job)">setLocation(String, Job)</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SetLocation.html" title="class in org.apache.iceberg"><span class="typeNameLink">SetLocation</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetLocation.html#%3Cinit%3E(java.lang.String)">SetLocation(String)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetLocation.html" title="class in org.apache.iceberg">MetadataUpdate.SetLocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SetLocation.html#%3Cinit%3E(org.apache.iceberg.TableOperations)">SetLocation(TableOperations)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/SetLocation.html" title="class in org.apache.iceberg">SetLocation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#setLong(I,int,long)">setLong(I, int, long)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#setMaxRefAgeMs(java.lang.String,long)">setMaxRefAgeMs(String, long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Updates the retention policy for a reference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#setMaxRefAgeMs(java.lang.String,long)">setMaxRefAgeMs(String, long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#setMaxSnapshotAgeMs(java.lang.String,long)">setMaxSnapshotAgeMs(String, long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Updates the max snapshot age for a branch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#setMaxSnapshotAgeMs(java.lang.String,long)">setMaxSnapshotAgeMs(String, long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.Builder.html#setMetadataLocation(java.lang.String)">setMetadataLocation(String)</a></span> - Method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.Builder.html" title="class in org.apache.iceberg.view">ViewMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManageSnapshots.html#setMinSnapshotsToKeep(java.lang.String,int)">setMinSnapshotsToKeep(String, int)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManageSnapshots.html" title="interface in org.apache.iceberg">ManageSnapshots</a></dt>
<dd>
<div class="block">Updates the minimum number of snapshots to keep for a branch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotManager.html#setMinSnapshotsToKeep(java.lang.String,int)">setMinSnapshotsToKeep(String, int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg">SnapshotManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setMultiPartSize(int)">setMultiPartSize(int)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setMultipartThresholdFactor(double)">setMultipartThresholdFactor(double)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setMultipartUploadThreads(int)">setMultipartUploadThreads(int)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3InputFile.html#setNativeCryptoParameters(org.apache.iceberg.encryption.NativeFileCryptoParameters)">setNativeCryptoParameters(NativeFileCryptoParameters)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3InputFile.html" title="class in org.apache.iceberg.aws.s3">S3InputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3OutputFile.html#setNativeCryptoParameters(org.apache.iceberg.encryption.NativeFileCryptoParameters)">setNativeCryptoParameters(NativeFileCryptoParameters)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3OutputFile.html" title="class in org.apache.iceberg.aws.s3">S3OutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/NativelyEncryptedFile.html#setNativeCryptoParameters(org.apache.iceberg.encryption.NativeFileCryptoParameters)">setNativeCryptoParameters(NativeFileCryptoParameters)</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/NativelyEncryptedFile.html" title="interface in org.apache.iceberg.encryption">NativelyEncryptedFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#setNativeCryptoParameters(org.apache.iceberg.encryption.NativeFileCryptoParameters)">setNativeCryptoParameters(NativeFileCryptoParameters)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#setNativeCryptoParameters(org.apache.iceberg.encryption.NativeFileCryptoParameters)">setNativeCryptoParameters(NativeFileCryptoParameters)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html#setNotNull(int)">setNotNull(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html" title="class in org.apache.iceberg.arrow.vectorized">NullabilityHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html#setNotNulls(int,int)">setNotNulls(int, int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html" title="class in org.apache.iceberg.arrow.vectorized">NullabilityHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html#setNull(int)">setNull(int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html" title="class in org.apache.iceberg.arrow.vectorized">NullabilityHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#setNull(I,int)">setNull(I, int)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html#setNulls(int,int)">setNulls(int, int)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html" title="class in org.apache.iceberg.arrow.vectorized">NullabilityHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#setOption(java.lang.String,java.lang.String,org.apache.spark.sql.util.CaseInsensitiveStringMap)">setOption(String, String, CaseInsensitiveStringMap)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteFileGroup.html#setOutputFiles(java.util.Set)">setOutputFiles(Set&lt;DataFile&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteFileGroup.html" title="class in org.apache.iceberg.actions">RewriteFileGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html#setOutputFiles(java.util.Set)">setOutputFiles(Set&lt;DeleteFile&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#setPage(org.apache.parquet.column.page.DataPage)">setPage(DataPage)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BaseColumnIterator.html#setPageSource(org.apache.parquet.column.page.PageReader)">setPageSource(PageReader)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BaseColumnIterator.html" title="class in org.apache.iceberg.parquet">BaseColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReader.html#setPageSource(org.apache.parquet.column.page.PageReadStore,long)">setPageSource(PageReadStore, long)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReader.html" title="interface in org.apache.iceberg.parquet">ParquetValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.PrimitiveReader.html#setPageSource(org.apache.parquet.column.page.PageReadStore,long)">setPageSource(PageReadStore, long)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.PrimitiveReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.PrimitiveReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html#setPageSource(org.apache.parquet.column.page.PageReadStore,long)">setPageSource(PageReadStore, long)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedKeyValueReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedKeyValueReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html#setPageSource(org.apache.parquet.column.page.PageReadStore,long)">setPageSource(PageReadStore, long)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.RepeatedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.RepeatedReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#setPageSource(org.apache.parquet.column.page.PageReadStore,long)">setPageSource(PageReadStore, long)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#setPartitionFilter(org.apache.pig.Expression)">setPartitionFilter(Expression)</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#setPartitionSpecId(java.lang.Integer)">setPartitionSpecId(Integer)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.Builder.html#setPartitionSummaryLimit(int)">setPartitionSummaryLimit(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.Builder.html" title="class in org.apache.iceberg">SnapshotSummary.Builder</a></dt>
<dd>
<div class="block">Sets the maximum number of changed partitions before partition summaries will be excluded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html#setPath(java.lang.String)">setPath(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction.FileURI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/FileInfo.html#setPath(java.lang.String)">setPath(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/FileInfo.html" title="class in org.apache.iceberg.spark.actions">FileInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#setPath(java.lang.String)">setPath(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setPreloadClientEnabled(boolean)">setPreloadClientEnabled(boolean)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#setPreviousFileLocation(java.lang.String)">setPreviousFileLocation(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.Builder.html#setProperties(java.util.Map)">setProperties(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">CreateNamespaceRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html#setProperties(java.util.Map)">setProperties(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.Builder.html#setProperties(java.util.Map)">setProperties(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">CreateNamespaceResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.Builder.html#setProperties(java.util.Map)">setProperties(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">GetNamespaceResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#setProperties(java.util.Map)">setProperties(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.Builder.html#setProperties(java.util.Map)">setProperties(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.Builder.html" title="class in org.apache.iceberg.view">ViewMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html#setProperties(org.apache.iceberg.catalog.Namespace,java.util.Map)">setProperties(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.aws.dynamodb.<a href="org/apache/iceberg/aws/dynamodb/DynamoDbCatalog.html" title="class in org.apache.iceberg.aws.dynamodb">DynamoDbCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/glue/GlueCatalog.html#setProperties(org.apache.iceberg.catalog.Namespace,java.util.Map)">setProperties(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.aws.glue.<a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue">GlueCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#setProperties(org.apache.iceberg.catalog.Namespace,java.util.Map)">setProperties(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SupportsNamespaces.html#setProperties(org.apache.iceberg.catalog.Namespace,java.util.Map)">setProperties(Namespace, Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SupportsNamespaces.html" title="interface in org.apache.iceberg.catalog">SupportsNamespaces</a></dt>
<dd>
<div class="block">Set a collection of properties on a namespace in the catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#setProperties(org.apache.iceberg.catalog.Namespace,java.util.Map)">setProperties(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#setProperties(org.apache.iceberg.catalog.Namespace,java.util.Map)">setProperties(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#setProperties(org.apache.iceberg.catalog.Namespace,java.util.Map)">setProperties(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryCatalog.html#setProperties(org.apache.iceberg.catalog.Namespace,java.util.Map)">setProperties(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryCatalog.html" title="class in org.apache.iceberg.inmemory">InMemoryCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/JdbcCatalog.html#setProperties(org.apache.iceberg.catalog.Namespace,java.util.Map)">setProperties(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/JdbcCatalog.html" title="class in org.apache.iceberg.jdbc">JdbcCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieCatalog.html#setProperties(org.apache.iceberg.catalog.Namespace,java.util.Map)">setProperties(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieCatalog.html" title="class in org.apache.iceberg.nessie">NessieCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#setProperties(org.apache.iceberg.catalog.Namespace,java.util.Map)">setProperties(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#setProperties(org.apache.iceberg.catalog.Namespace,java.util.Map)">setProperties(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#setProperties(org.apache.iceberg.catalog.Namespace,java.util.Map)">setProperties(Namespace, Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetProperties.html#%3Cinit%3E(java.util.Map)">SetProperties(Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetProperties.html" title="class in org.apache.iceberg">MetadataUpdate.SetProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html#setProperty(java.lang.String,java.lang.String)">setProperty(String, String)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#setPushdownPredicate(org.apache.pig.Expression)">setPushdownPredicate(Expression)</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#setRef(java.lang.String,org.apache.iceberg.SnapshotRef)">setRef(String, SnapshotRef)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#setRowGroupInfo(org.apache.parquet.column.page.PageReader,boolean)">setRowGroupInfo(PageReader, boolean)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html#setRowGroupInfo(org.apache.parquet.column.page.PageReadStore,java.util.Map,long)">setRowGroupInfo(PageReadStore, Map&lt;ColumnPath, ColumnChunkMetaData&gt;, long)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized">BaseBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.ConstantVectorReader.html#setRowGroupInfo(org.apache.parquet.column.page.PageReadStore,java.util.Map,long)">setRowGroupInfo(PageReadStore, Map&lt;ColumnPath, ColumnChunkMetaData&gt;, long)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.ConstantVectorReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader.ConstantVectorReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.DeletedVectorReader.html#setRowGroupInfo(org.apache.parquet.column.page.PageReadStore,java.util.Map,long)">setRowGroupInfo(PageReadStore, Map&lt;ColumnPath, ColumnChunkMetaData&gt;, long)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.DeletedVectorReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader.DeletedVectorReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html#setRowGroupInfo(org.apache.parquet.column.page.PageReadStore,java.util.Map,long)">setRowGroupInfo(PageReadStore, Map&lt;ColumnPath, ColumnChunkMetaData&gt;, long)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/VectorizedReader.html#setRowGroupInfo(org.apache.parquet.column.page.PageReadStore,java.util.Map,long)">setRowGroupInfo(PageReadStore, Map&lt;ColumnPath, ColumnChunkMetaData&gt;, long)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/VectorizedReader.html" title="interface in org.apache.iceberg.parquet">VectorizedReader</a></dt>
<dd>
<div class="block">Sets the row group information to be used with this reader</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/ColumnarBatchReader.html#setRowGroupInfo(org.apache.parquet.column.page.PageReadStore,java.util.Map,long)">setRowGroupInfo(PageReadStore, Map&lt;ColumnPath, ColumnChunkMetaData&gt;, long)</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/ColumnarBatchReader.html" title="class in org.apache.iceberg.spark.data.vectorized">ColumnarBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#setRowKind(org.apache.flink.types.RowKind)">setRowKind(RowKind)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#setRowKind(org.apache.flink.types.RowKind)">setRowKind(RowKind)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/GenericAvroReader.html#setRowPositionSupplier(java.util.function.Supplier)">setRowPositionSupplier(Supplier&lt;Long&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/GenericAvroReader.html" title="class in org.apache.iceberg.avro">GenericAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ProjectionDatumReader.html#setRowPositionSupplier(java.util.function.Supplier)">setRowPositionSupplier(Supplier&lt;Long&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ProjectionDatumReader.html" title="class in org.apache.iceberg.avro">ProjectionDatumReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/SupportsRowPosition.html#setRowPositionSupplier(java.util.function.Supplier)">setRowPositionSupplier(Supplier&lt;Long&gt;)</a></span> - Method in interface org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/SupportsRowPosition.html" title="interface in org.apache.iceberg.avro">SupportsRowPosition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.StructReader.html#setRowPositionSupplier(java.util.function.Supplier)">setRowPositionSupplier(Supplier&lt;Long&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.StructReader.html" title="class in org.apache.iceberg.avro">ValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/DataReader.html#setRowPositionSupplier(java.util.function.Supplier)">setRowPositionSupplier(Supplier&lt;Long&gt;)</a></span> - Method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/DataReader.html" title="class in org.apache.iceberg.data.avro">DataReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkAvroReader.html#setRowPositionSupplier(java.util.function.Supplier)">setRowPositionSupplier(Supplier&lt;Long&gt;)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkAvroReader.html" title="class in org.apache.iceberg.flink.data">FlinkAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkAvroReader.html#setRowPositionSupplier(java.util.function.Supplier)">setRowPositionSupplier(Supplier&lt;Long&gt;)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkAvroReader.html" title="class in org.apache.iceberg.spark.data">SparkAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/GenericAvroReader.html#setSchema(org.apache.avro.Schema)">setSchema(Schema)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/GenericAvroReader.html" title="class in org.apache.iceberg.avro">GenericAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/GenericAvroWriter.html#setSchema(org.apache.avro.Schema)">setSchema(Schema)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/GenericAvroWriter.html" title="class in org.apache.iceberg.avro">GenericAvroWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ProjectionDatumReader.html#setSchema(org.apache.avro.Schema)">setSchema(Schema)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ProjectionDatumReader.html" title="class in org.apache.iceberg.avro">ProjectionDatumReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/DataReader.html#setSchema(org.apache.avro.Schema)">setSchema(Schema)</a></span> - Method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/DataReader.html" title="class in org.apache.iceberg.data.avro">DataReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/DataWriter.html#setSchema(org.apache.avro.Schema)">setSchema(Schema)</a></span> - Method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/DataWriter.html" title="class in org.apache.iceberg.data.avro">DataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkAvroReader.html#setSchema(org.apache.avro.Schema)">setSchema(Schema)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkAvroReader.html" title="class in org.apache.iceberg.flink.data">FlinkAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkAvroWriter.html#setSchema(org.apache.avro.Schema)">setSchema(Schema)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkAvroWriter.html" title="class in org.apache.iceberg.flink.data">FlinkAvroWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkAvroReader.html#setSchema(org.apache.avro.Schema)">setSchema(Schema)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkAvroReader.html" title="class in org.apache.iceberg.spark.data">SparkAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkAvroWriter.html#setSchema(org.apache.avro.Schema)">setSchema(Schema)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkAvroWriter.html" title="class in org.apache.iceberg.spark.data">SparkAvroWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html#setScheme(java.lang.String)">setScheme(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction.FileURI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#setSequenceNumber(java.lang.Long)">setSequenceNumber(Long)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#setSnapshotProperties(java.util.Map)">setSnapshotProperties(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#setSnapshotProperty(java.lang.String,java.lang.String)">setSnapshotProperty(String, String)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html#%3Cinit%3E(java.lang.String,java.lang.Long,org.apache.iceberg.SnapshotRefType,java.lang.Integer,java.lang.Long,java.lang.Long)">SetSnapshotRef(String, Long, SnapshotRefType, Integer, Long, Long)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html" title="class in org.apache.iceberg">MetadataUpdate.SetSnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#setSnapshotsSupplier(org.apache.iceberg.util.SerializableSupplier)">setSnapshotsSupplier(SerializableSupplier&lt;List&lt;Snapshot&gt;&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setSseKey(java.lang.String)">setSseKey(String)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setSseMd5(java.lang.String)">setSseMd5(String)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setSseType(java.lang.String)">setSseType(String)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setStagingDirectory(java.lang.String)">setStagingDirectory(String)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SetStatistics.html#setStatistics(long,org.apache.iceberg.StatisticsFile)">setStatistics(long, StatisticsFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SetStatistics.html" title="class in org.apache.iceberg">SetStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#setStatistics(long,org.apache.iceberg.StatisticsFile)">setStatistics(long, StatisticsFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateStatistics.html#setStatistics(long,org.apache.iceberg.StatisticsFile)">setStatistics(long, StatisticsFile)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateStatistics.html" title="interface in org.apache.iceberg">UpdateStatistics</a></dt>
<dd>
<div class="block">Set the table's statistics file for given snapshot, replacing the previous statistics file for
the snapshot if any exists.</div>
</dd>
<dt><a href="org/apache/iceberg/SetStatistics.html" title="class in org.apache.iceberg"><span class="typeNameLink">SetStatistics</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetStatistics.html#%3Cinit%3E(long,org.apache.iceberg.StatisticsFile)">SetStatistics(long, StatisticsFile)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetStatistics.html" title="class in org.apache.iceberg">MetadataUpdate.SetStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SetStatistics.html#%3Cinit%3E(org.apache.iceberg.TableOperations)">SetStatistics(TableOperations)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/SetStatistics.html" title="class in org.apache.iceberg">SetStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#setStruct(org.apache.iceberg.StructLike)">setStruct(StructLike)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableGroup.html#setSuppressCloseFailure(boolean)">setSuppressCloseFailure(boolean)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableGroup.html" title="class in org.apache.iceberg.io">CloseableGroup</a></dt>
<dd>
<div class="block">Whether to suppress failure when any of the closeable this class tracks throws exception during
closing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/FileInfo.html#setType(java.lang.String)">setType(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/FileInfo.html" title="class in org.apache.iceberg.spark.actions">FileInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/pig/IcebergStorage.html#setUDFContextSignature(java.lang.String)">setUDFContextSignature(String)</a></span> - Method in class org.apache.iceberg.pig.<a href="org/apache/iceberg/pig/IcebergStorage.html" title="class in org.apache.iceberg.pig">IcebergStorage</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html#setupJob(org.apache.hadoop.mapred.JobContext)">setupJob(JobContext)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergOutputCommitter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html#setupTask(org.apache.hadoop.mapred.TaskAttemptContext)">setupTask(TaskAttemptContext)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergOutputCommitter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html#setUriAsString(java.lang.String)">setUriAsString(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteOrphanFilesSparkAction.FileURI.html" title="class in org.apache.iceberg.spark.actions">DeleteOrphanFilesSparkAction.FileURI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.ReusableEntry.html#setValue(V)">setValue(V)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.ReusableEntry.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.ReusableEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StatementContext)">SetWriteDistributionAndOrderingContext(IcebergSqlExtensionsParser.StatementContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setWriteNamespaceTagEnabled(boolean)">setWriteNamespaceTagEnabled(boolean)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#setWriteTableTagEnabled(boolean)">setWriteTableTagEnabled(boolean)</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/IcebergSource.html#shortName()">shortName()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/IcebergSource.html" title="class in org.apache.iceberg.spark.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#shorts()">shorts()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#shorts()">shorts()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#shorts(org.apache.parquet.column.ColumnDescriptor)">shorts(ColumnDescriptor)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ZOrderByteUtils.html#shortToOrderedBytes(short,java.nio.ByteBuffer)">shortToOrderedBytes(short, ByteBuffer)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ZOrderByteUtils.html" title="class in org.apache.iceberg.util">ZOrderByteUtils</a></dt>
<dd>
<div class="block">Signed shorts are treated the same as the signed ints in <a href="org/apache/iceberg/util/ZOrderByteUtils.html#intToOrderedBytes(int,java.nio.ByteBuffer)"><code>ZOrderByteUtils.intToOrderedBytes(int,
ByteBuffer)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.TimestampType.html#shouldAdjustToUTC()">shouldAdjustToUTC()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.TimestampType.html" title="class in org.apache.iceberg.types">Types.TimestampType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SparkDistributedDataScan.html#shouldCopyRemotelyPlannedDataFiles()">shouldCopyRemotelyPlannedDataFiles()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SparkDistributedDataScan.html" title="class in org.apache.iceberg">SparkDistributedDataScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FilterIterator.html#shouldKeep(T)">shouldKeep(T)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FilterIterator.html" title="class in org.apache.iceberg.io">FilterIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Filter.html#shouldKeep(T)">shouldKeep(T)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Filter.html" title="class in org.apache.iceberg.util">Filter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetMetricsRowGroupFilter.html#shouldRead(org.apache.parquet.schema.MessageType,org.apache.parquet.hadoop.metadata.BlockMetaData)">shouldRead(MessageType, BlockMetaData)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetMetricsRowGroupFilter.html" title="class in org.apache.iceberg.parquet">ParquetMetricsRowGroupFilter</a></dt>
<dd>
<div class="block">Test whether the file may contain records that match the expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetDictionaryRowGroupFilter.html#shouldRead(org.apache.parquet.schema.MessageType,org.apache.parquet.hadoop.metadata.BlockMetaData,org.apache.parquet.column.page.DictionaryPageReadStore)">shouldRead(MessageType, BlockMetaData, DictionaryPageReadStore)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetDictionaryRowGroupFilter.html" title="class in org.apache.iceberg.parquet">ParquetDictionaryRowGroupFilter</a></dt>
<dd>
<div class="block">Test whether the dictionaries for a row group may contain records that match the expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetBloomRowGroupFilter.html#shouldRead(org.apache.parquet.schema.MessageType,org.apache.parquet.hadoop.metadata.BlockMetaData,org.apache.parquet.hadoop.BloomFilterReader)">shouldRead(MessageType, BlockMetaData, BloomFilterReader)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetBloomRowGroupFilter.html" title="class in org.apache.iceberg.parquet">ParquetBloomRowGroupFilter</a></dt>
<dd>
<div class="block">Tests whether the bloom for a row group may contain records that match the expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#shouldRetryTest(java.util.function.Predicate)">shouldRetryTest(Predicate&lt;Exception&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergInputFormat.html#shouldSkipCombine(org.apache.hadoop.fs.Path,org.apache.hadoop.conf.Configuration)">shouldSkipCombine(Path, Configuration)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergInputFormat.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergInputFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/ContinuousIcebergEnumerator.html#shouldWaitForMoreSplits()">shouldWaitForMoreSplits()</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/ContinuousIcebergEnumerator.html" title="class in org.apache.iceberg.flink.source.enumerator">ContinuousIcebergEnumerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/StaticIcebergEnumerator.html#shouldWaitForMoreSplits()">shouldWaitForMoreSplits()</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/StaticIcebergEnumerator.html" title="class in org.apache.iceberg.flink.source.enumerator">StaticIcebergEnumerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#sign(software.amazon.awssdk.http.SdkHttpFullRequest,software.amazon.awssdk.core.interceptor.ExecutionAttributes)">sign(SdkHttpFullRequest, ExecutionAttributes)</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Comparators.html#signedBytes()">signedBytes()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Comparators.html" title="class in org.apache.iceberg.types">Comparators</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssignerType.html#SIMPLE">SIMPLE</a></span> - org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssignerType.html" title="enum in org.apache.iceberg.flink.source.assigner">SplitAssignerType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#SIMPLE_COMMENT">SIMPLE_COMMENT</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#SIMPLE_COMMENT">SIMPLE_COMMENT</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/assigner/SimpleSplitAssignerFactory.html" title="class in org.apache.iceberg.flink.source.assigner"><span class="typeNameLink">SimpleSplitAssignerFactory</span></a> - Class in <a href="org/apache/iceberg/flink/source/assigner/package-summary.html">org.apache.iceberg.flink.source.assigner</a></dt>
<dd>
<div class="block">Create simple assigner that hands out splits without any guarantee in order or locality.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SimpleSplitAssignerFactory.html#%3Cinit%3E()">SimpleSplitAssignerFactory()</a></span> - Constructor for class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SimpleSplitAssignerFactory.html" title="class in org.apache.iceberg.flink.source.assigner">SimpleSplitAssignerFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#singleOrder()">singleOrder()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">SingleOrderContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleOrderContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SingleOrderContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#singleStatement()">singleStatement()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">SingleStatementContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SingleStatementContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SingleValueParser.html" title="class in org.apache.iceberg"><span class="typeNameLink">SingleValueParser</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html#size()">size()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/NullabilityHolder.html" title="class in org.apache.iceberg.arrow.vectorized">NullabilityHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericRecord.html#size()">size()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data">GenericRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/InternalRecordWrapper.html#size()">size()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/InternalRecordWrapper.html" title="class in org.apache.iceberg.data">InternalRecordWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDelete.html#size()">size()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDelete.html" title="class in org.apache.iceberg.deletes">PositionDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/RowDataWrapper.html#size()">size()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/RowDataWrapper.html" title="class in org.apache.iceberg.flink">RowDataWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#size()">size()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericPartitionFieldSummary.html#size()">size()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg">GenericPartitionFieldSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileInfo.html#size()">size()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileInfo.html" title="class in org.apache.iceberg.io">FileInfo</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedFields.html#size()">size()</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedFields.html" title="class in org.apache.iceberg.mapping">MappedFields</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Histogram.Statistics.html#size()">size()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Histogram.Statistics.html" title="interface in org.apache.iceberg.metrics">Histogram.Statistics</a></dt>
<dd>
<div class="block">Return the number of values that the statistics computation is based on.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.ReadableColMetricsStruct.html#size()">size()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.ReadableColMetricsStruct.html" title="class in org.apache.iceberg">MetricsUtil.ReadableColMetricsStruct</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.ReadableMetricsStruct.html#size()">size()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.ReadableMetricsStruct.html" title="class in org.apache.iceberg">MetricsUtil.ReadableMetricsStruct</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#size()">size()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionKey.html#size()">size()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionKey.html" title="class in org.apache.iceberg">PartitionKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkStructLike.html#size()">size()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkStructLike.html" title="class in org.apache.iceberg.spark">SparkStructLike</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableCache.html#size()">size()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableCache.html" title="class in org.apache.iceberg.spark">SparkTableCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StructLike.html#size()">size()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/StructLike.html" title="interface in org.apache.iceberg">StructLike</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#size()">size()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#size()">size()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#size()">size()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeMap.html#size()">size()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeMap.html" title="class in org.apache.iceberg.util">StructLikeMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#size()">size()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructProjection.html#size()">size()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructProjection.html" title="class in org.apache.iceberg.util">StructProjection</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html" title="class in org.apache.iceberg.actions"><span class="typeNameLink">SizeBasedDataRewriter</span></a> - Class in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html#%3Cinit%3E(org.apache.iceberg.Table)">SizeBasedDataRewriter(Table)</a></span> - Constructor for class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedDataRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions"><span class="typeNameLink">SizeBasedFileRewriter</span></a>&lt;<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="type parameter in SizeBasedFileRewriter">T</a> extends <a href="org/apache/iceberg/ContentScanTask.html" title="interface in org.apache.iceberg">ContentScanTask</a>&lt;<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="type parameter in SizeBasedFileRewriter">F</a>&gt;,&#8203;<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="type parameter in SizeBasedFileRewriter">F</a> extends <a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a>&lt;<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="type parameter in SizeBasedFileRewriter">F</a>&gt;&gt; - Class in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">A file rewriter that determines which files to rewrite based on their size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#%3Cinit%3E(org.apache.iceberg.Table)">SizeBasedFileRewriter(Table)</a></span> - Constructor for class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/SizeBasedPositionDeletesRewriter.html" title="class in org.apache.iceberg.actions"><span class="typeNameLink">SizeBasedPositionDeletesRewriter</span></a> - Class in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedPositionDeletesRewriter.html#%3Cinit%3E(org.apache.iceberg.Table)">SizeBasedPositionDeletesRewriter(Table)</a></span> - Constructor for class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedPositionDeletesRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedPositionDeletesRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/AddedRowsScanTask.html#sizeBytes()">sizeBytes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/AddedRowsScanTask.html" title="interface in org.apache.iceberg">AddedRowsScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseCombinedScanTask.html#sizeBytes()">sizeBytes()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseCombinedScanTask.html" title="class in org.apache.iceberg">BaseCombinedScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseFileScanTask.html#sizeBytes()">sizeBytes()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseFileScanTask.html" title="class in org.apache.iceberg">BaseFileScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseScanTaskGroup.html#sizeBytes()">sizeBytes()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseScanTaskGroup.html" title="class in org.apache.iceberg">BaseScanTaskGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentScanTask.html#sizeBytes()">sizeBytes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentScanTask.html" title="interface in org.apache.iceberg">ContentScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeletedDataFileScanTask.html#sizeBytes()">sizeBytes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeletedDataFileScanTask.html" title="interface in org.apache.iceberg">DeletedDataFileScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeletedRowsScanTask.html#sizeBytes()">sizeBytes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeletedRowsScanTask.html" title="interface in org.apache.iceberg">DeletedRowsScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileScanTask.html#sizeBytes()">sizeBytes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/FileScanTask.html" title="interface in org.apache.iceberg">FileScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanTask.html#sizeBytes()">sizeBytes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg">ScanTask</a></dt>
<dd>
<div class="block">The number of bytes that should be read by this scan task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanTaskGroup.html#sizeBytes()">sizeBytes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ScanTaskGroup.html" title="interface in org.apache.iceberg">ScanTaskGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteFileGroup.html#sizeInBytes()">sizeInBytes()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteFileGroup.html" title="class in org.apache.iceberg.actions">RewriteFileGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MicroBatches.MicroBatch.html#sizeInBytes()">sizeInBytes()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MicroBatches.MicroBatch.html" title="class in org.apache.iceberg">MicroBatches.MicroBatch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html#skip()">skip()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/BaseVectorizedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">BaseVectorizedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html#skip()">skip()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html" title="class in org.apache.iceberg.parquet">ValuesAsBytesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmInputStream.html#skip(long)">skip(long)</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmInputStream.html" title="class in org.apache.iceberg.encryption">AesGcmInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#SKIP_RESIDUAL_FILTERING">SKIP_RESIDUAL_FILTERING</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ByteBufferInputStream.html#skipFully(long)">skipFully(long)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ByteBufferInputStream.html" title="class in org.apache.iceberg.io">ByteBufferInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#SKIPPED_DATA_FILES">SKIPPED_DATA_FILES</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#SKIPPED_DATA_MANIFESTS">SKIPPED_DATA_MANIFESTS</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#SKIPPED_DELETE_FILES">SKIPPED_DELETE_FILES</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#SKIPPED_DELETE_MANIFESTS">SKIPPED_DELETE_MANIFESTS</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#skippedDataFiles()">skippedDataFiles()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#skippedDataFiles()">skippedDataFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/SkippedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">SkippedDataFiles</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/SkippedDataFiles.html#%3Cinit%3E()">SkippedDataFiles()</a></span> - Constructor for class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/SkippedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics">SkippedDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#skippedDataManifests()">skippedDataManifests()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#skippedDataManifests()">skippedDataManifests()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/SkippedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">SkippedDataManifests</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/SkippedDataManifests.html#%3Cinit%3E()">SkippedDataManifests()</a></span> - Constructor for class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/SkippedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics">SkippedDataManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#skippedDeleteFiles()">skippedDeleteFiles()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#skippedDeleteFiles()">skippedDeleteFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#skippedDeleteManifests()">skippedDeleteManifests()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#skippedDeleteManifests()">skippedDeleteManifests()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MicroBatches.html#skippedManifestIndexesFromSnapshot(org.apache.iceberg.io.FileIO,org.apache.iceberg.Snapshot,long,boolean)">skippedManifestIndexesFromSnapshot(FileIO, Snapshot, long, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MicroBatches.html" title="class in org.apache.iceberg">MicroBatches</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#skipResidualFiltering()">skipResidualFiltering()</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>
<div class="block">Compute platforms pass down filters to data sources.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ByteBufferInputStream.html#slice(int)">slice(int)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ByteBufferInputStream.html" title="class in org.apache.iceberg.io">ByteBufferInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ByteBufferInputStream.html#sliceBuffers(long)">sliceBuffers(long)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ByteBufferInputStream.html" title="class in org.apache.iceberg.io">ByteBufferInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ByteBufferInputStream.html#sliceStream(long)">sliceStream(long)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ByteBufferInputStream.html" title="class in org.apache.iceberg.io">ByteBufferInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#SMALLINT_LITERAL">SMALLINT_LITERAL</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#SMALLINT_LITERAL">SMALLINT_LITERAL</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SmallIntLiteralContext.html#SMALLINT_LITERAL()">SMALLINT_LITERAL()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SmallIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SmallIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SmallIntLiteralContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumberContext)">SmallIntLiteralContext(IcebergSqlExtensionsParser.NumberContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SmallIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SmallIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BatchScan.html#snapshot()">snapshot()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/BatchScan.html" title="interface in org.apache.iceberg">BatchScan</a></dt>
<dd>
<div class="block">Returns the <a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg"><code>Snapshot</code></a> that will be used by this scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddSnapshot.html#snapshot()">snapshot()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddSnapshot.html" title="class in org.apache.iceberg">MetadataUpdate.AddSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotScan.html#snapshot()">snapshot()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotScan.html" title="class in org.apache.iceberg">SnapshotScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableScan.html#snapshot()">snapshot()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableScan.html" title="interface in org.apache.iceberg">TableScan</a></dt>
<dd>
<div class="block">Returns the <a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg"><code>Snapshot</code></a> that will be used by this scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#snapshot(long)">snapshot(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#snapshot(long)">snapshot(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#snapshot(long)">snapshot(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#snapshot(long)">snapshot(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#snapshot(long)">snapshot(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Get the <a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg"><code>snapshot</code></a> of this table with the given id, or null if there is no
matching snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#snapshot(long)">snapshot(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#snapshot(java.lang.String)">snapshot(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Returns the snapshot referenced by the given name or null if no such reference exists.</div>
</dd>
<dt><a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg"><span class="typeNameLink">Snapshot</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A snapshot of the data in a table at a point in time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IsolationLevel.html#SNAPSHOT">SNAPSHOT</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/IsolationLevel.html" title="enum in org.apache.iceberg">IsolationLevel</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#SNAPSHOT">SNAPSHOT</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#SNAPSHOT">SNAPSHOT</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#SNAPSHOT()">SNAPSHOT()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html#SNAPSHOT()">SNAPSHOT()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotRetentionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#SNAPSHOT_COUNT">SNAPSHOT_COUNT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>
<div class="block">Reserved table property for the total number of snapshots.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#SNAPSHOT_ID">SNAPSHOT_ID</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#SNAPSHOT_ID">SNAPSHOT_ID</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#SNAPSHOT_ID">SNAPSHOT_ID</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#SNAPSHOT_ID">SNAPSHOT_ID</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#SNAPSHOT_ID_INHERITANCE_ENABLED">SNAPSHOT_ID_INHERITANCE_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#SNAPSHOT_ID_INHERITANCE_ENABLED_DEFAULT">SNAPSHOT_ID_INHERITANCE_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#SNAPSHOT_PROPERTY_PREFIX">SNAPSHOT_PROPERTY_PREFIX</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#SNAPSHOT_TABLE">SNAPSHOT_TABLE</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#SNAPSHOT_TABLE_SUFFIX">SNAPSHOT_TABLE_SUFFIX</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#snapshotAfter(org.apache.iceberg.Table,long)">snapshotAfter(Table, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Traverses the history of the table's current snapshot and finds the snapshot with the given
snapshot id as its parent.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.Result.html#snapshotDataFilesCount()">snapshotDataFilesCount()</a></span> - Method in interface org.apache.iceberg.delta.<a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.Result.html" title="interface in org.apache.iceberg.delta">SnapshotDeltaLakeTable.Result</a></dt>
<dd>
<div class="block">Returns the number of migrated data files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/delta/DeltaLakeToIcebergMigrationActionsProvider.html#snapshotDeltaLakeTable(java.lang.String)">snapshotDeltaLakeTable(String)</a></span> - Method in interface org.apache.iceberg.delta.<a href="org/apache/iceberg/delta/DeltaLakeToIcebergMigrationActionsProvider.html" title="interface in org.apache.iceberg.delta">DeltaLakeToIcebergMigrationActionsProvider</a></dt>
<dd>
<div class="block">Initiates an action to snapshot an existing Delta Lake table to an Iceberg table.</div>
</dd>
<dt><a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.html" title="interface in org.apache.iceberg.delta"><span class="typeNameLink">SnapshotDeltaLakeTable</span></a> - Interface in <a href="org/apache/iceberg/delta/package-summary.html">org.apache.iceberg.delta</a></dt>
<dd>
<div class="block">Snapshot an existing Delta Lake table to Iceberg in place.</div>
</dd>
<dt><a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.Result.html" title="interface in org.apache.iceberg.delta"><span class="typeNameLink">SnapshotDeltaLakeTable.Result</span></a> - Interface in <a href="org/apache/iceberg/delta/package-summary.html">org.apache.iceberg.delta</a></dt>
<dd>
<div class="block">The action result that contains a summary of the execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/CreateSnapshotEvent.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/CreateSnapshotEvent.html" title="class in org.apache.iceberg.events">CreateSnapshotEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/ScanEvent.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/ScanEvent.html" title="class in org.apache.iceberg.events">ScanEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericStatisticsFile.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericStatisticsFile.html" title="class in org.apache.iceberg">GenericStatisticsFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/HistoryEntry.html#snapshotId()">snapshotId()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/HistoryEntry.html" title="interface in org.apache.iceberg">HistoryEntry</a></dt>
<dd>
<div class="block">Returns ID of the new current snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#snapshotId()">snapshotId()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>
<div class="block">Returns iD of the snapshot that added the manifest file to table metadata.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.RemoveSnapshot.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.RemoveSnapshot.html" title="class in org.apache.iceberg">MetadataUpdate.RemoveSnapshot</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.RemoveStatistics.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.RemoveStatistics.html" title="class in org.apache.iceberg">MetadataUpdate.RemoveStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html" title="class in org.apache.iceberg">MetadataUpdate.SetSnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetStatistics.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetStatistics.html" title="class in org.apache.iceberg">MetadataUpdate.SetStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitReport.html#snapshotId()">snapshotId()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitReport.html" title="interface in org.apache.iceberg.metrics">CommitReport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanReport.html#snapshotId()">snapshotId()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanReport.html" title="interface in org.apache.iceberg.metrics">ScanReport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MicroBatches.MicroBatch.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MicroBatches.MicroBatch.html" title="class in org.apache.iceberg">MicroBatches.MicroBatch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Blob.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Blob.html" title="class in org.apache.iceberg.puffin">Blob</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/BlobMetadata.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/BlobMetadata.html" title="class in org.apache.iceberg.puffin">BlobMetadata</a></dt>
<dd>
<div class="block">ID of the Iceberg table's snapshot the blob was computed from</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertRefSnapshotID.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertRefSnapshotID.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertRefSnapshotID</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#snapshotId()">snapshotId()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return this snapshot's ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotScan.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotScan.html" title="class in org.apache.iceberg">SnapshotScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ManifestFileBean.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ManifestFileBean.html" title="class in org.apache.iceberg.spark.actions">ManifestFileBean</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StatisticsFile.html#snapshotId()">snapshotId()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/StatisticsFile.html" title="interface in org.apache.iceberg">StatisticsFile</a></dt>
<dd>
<div class="block">ID of the Iceberg table's snapshot the statistics were computed from.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.SnapshotLogEntry.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.SnapshotLogEntry.html" title="class in org.apache.iceberg">TableMetadata.SnapshotLogEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertRefSnapshotID.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertRefSnapshotID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertRefSnapshotID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BranchOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html#snapshotId()">snapshotId()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TagOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#snapshotId(long)">snapshotId(long)</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#snapshotId(java.lang.Long)">snapshotId(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#snapshotIdAsOfTime(org.apache.iceberg.Table,long)">snapshotIdAsOfTime(Table, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Returns the ID of the most recent snapshot for the table as of the timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotIdContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">SnapshotIdContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotIdContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotIdContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SnapshotIdGeneratorUtil.html" title="class in org.apache.iceberg"><span class="typeNameLink">SnapshotIdGeneratorUtil</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SnapshotUtil.html#snapshotIdsBetween(org.apache.iceberg.Table,long,long)">snapshotIdsBetween(Table, long, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util">SnapshotUtil</a></dt>
<dd>
<div class="block">Returns list of snapshot ids in the range - (fromSnapshotId, toSnapshotId]</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#snapshotLog()">snapshotLog()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SnapshotManager.html" title="class in org.apache.iceberg"><span class="typeNameLink">SnapshotManager</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SnapshotParser.html" title="class in org.apache.iceberg"><span class="typeNameLink">SnapshotParser</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SnapshotUpdate.html#snapshotProperty(java.lang.String,java.lang.String)">snapshotProperty(String, String)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SnapshotUpdate.html" title="interface in org.apache.iceberg.actions">SnapshotUpdate</a></dt>
<dd>
<div class="block">Sets a summary property in the snapshot produced by this action.</div>
</dd>
<dt><a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg"><span class="typeNameLink">SnapshotRef</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SnapshotRef.Builder.html" title="class in org.apache.iceberg"><span class="typeNameLink">SnapshotRef.Builder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SnapshotRefParser.html" title="class in org.apache.iceberg"><span class="typeNameLink">SnapshotRefParser</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html#snapshotRetention()">snapshotRetention()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BranchOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#snapshotRetention()">snapshotRetention()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">SnapshotRetentionContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotRetentionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#snapshots()">snapshots()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#snapshots()">snapshots()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#snapshots()">snapshots()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#snapshots()">snapshots()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#snapshots()">snapshots()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Get the <a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg"><code>snapshots</code></a> of this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#snapshots()">snapshots()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#SNAPSHOTS">SNAPSHOTS</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#SNAPSHOTS">SNAPSHOTS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#SNAPSHOTS">SNAPSHOTS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html#SNAPSHOTS()">SNAPSHOTS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MinSnapshotsToKeepContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MinSnapshotsToKeepContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#SNAPSHOTS()">SNAPSHOTS()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SnapshotScan.html" title="class in org.apache.iceberg"><span class="typeNameLink">SnapshotScan</span></a>&lt;<a href="org/apache/iceberg/SnapshotScan.html" title="type parameter in SnapshotScan">ThisT</a>,&#8203;<a href="org/apache/iceberg/SnapshotScan.html" title="type parameter in SnapshotScan">T</a> extends <a href="org/apache/iceberg/ScanTask.html" title="interface in org.apache.iceberg">ScanTask</a>,&#8203;<a href="org/apache/iceberg/SnapshotScan.html" title="type parameter in SnapshotScan">G</a> extends <a href="org/apache/iceberg/ScanTaskGroup.html" title="interface in org.apache.iceberg">ScanTaskGroup</a>&lt;<a href="org/apache/iceberg/SnapshotScan.html" title="type parameter in SnapshotScan">T</a>&gt;&gt; - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">This is a common base class to share code between different BaseScan implementations that handle
scans of a particular snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotScan.html#%3Cinit%3E(org.apache.iceberg.Table,org.apache.iceberg.Schema,org.apache.iceberg.TableScanContext)">SnapshotScan(Table, Schema, TableScanContext)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotScan.html" title="class in org.apache.iceberg">SnapshotScan</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SnapshotsTable.html" title="class in org.apache.iceberg"><span class="typeNameLink">SnapshotsTable</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> implementation that exposes a table's known snapshots as rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/ContinuousIcebergEnumerator.html#snapshotState(long)">snapshotState(long)</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/ContinuousIcebergEnumerator.html" title="class in org.apache.iceberg.flink.source.enumerator">ContinuousIcebergEnumerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/StaticIcebergEnumerator.html#snapshotState(long)">snapshotState(long)</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/StaticIcebergEnumerator.html" title="class in org.apache.iceberg.flink.source.enumerator">StaticIcebergEnumerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html#snapshotState(org.apache.flink.runtime.state.FunctionSnapshotContext)">snapshotState(FunctionSnapshotContext)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html" title="class in org.apache.iceberg.flink.source">StreamingMonitorFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingReaderOperator.html#snapshotState(org.apache.flink.runtime.state.StateSnapshotContext)">snapshotState(StateSnapshotContext)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingReaderOperator.html" title="class in org.apache.iceberg.flink.source">StreamingReaderOperator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg"><span class="typeNameLink">SnapshotSummary</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SnapshotSummary.Builder.html" title="class in org.apache.iceberg"><span class="typeNameLink">SnapshotSummary.Builder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ActionsProvider.html#snapshotTable(java.lang.String)">snapshotTable(String)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ActionsProvider.html" title="interface in org.apache.iceberg.actions">ActionsProvider</a></dt>
<dd>
<div class="block">Instantiates an action to snapshot an existing table as a new Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SparkActions.html#snapshotTable(java.lang.String)">snapshotTable(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SparkActions.html" title="class in org.apache.iceberg.spark.actions">SparkActions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/SnapshotTable.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">SnapshotTable</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">An action that creates an independent snapshot of an existing table.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/SnapshotTable.Result.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">SnapshotTable.Result</span></a> - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">The action result that contains a summary of the execution.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html" title="class in org.apache.iceberg.spark.actions"><span class="typeNameLink">SnapshotTableSparkAction</span></a> - Class in <a href="org/apache/iceberg/spark/actions/package-summary.html">org.apache.iceberg.spark.actions</a></dt>
<dd>
<div class="block">Creates a new Iceberg table based on a source Spark table.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/SnapshotUpdate.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">SnapshotUpdate</span></a>&lt;<a href="org/apache/iceberg/actions/SnapshotUpdate.html" title="type parameter in SnapshotUpdate">ThisT</a>,&#8203;<a href="org/apache/iceberg/actions/SnapshotUpdate.html" title="type parameter in SnapshotUpdate">R</a>&gt; - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="block">An action that produces snapshots.</div>
</dd>
<dt><a href="org/apache/iceberg/SnapshotUpdate.html" title="interface in org.apache.iceberg"><span class="typeNameLink">SnapshotUpdate</span></a>&lt;<a href="org/apache/iceberg/SnapshotUpdate.html" title="type parameter in SnapshotUpdate">ThisT</a>&gt; - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for table changes that produce snapshots.</div>
</dd>
<dt><a href="org/apache/iceberg/actions/SnapshotUpdateAction.html" title="interface in org.apache.iceberg.actions"><span class="typeNameLink">SnapshotUpdateAction</span></a>&lt;<a href="org/apache/iceberg/actions/SnapshotUpdateAction.html" title="type parameter in SnapshotUpdateAction">ThisT</a>,&#8203;<a href="org/apache/iceberg/actions/SnapshotUpdateAction.html" title="type parameter in SnapshotUpdateAction">R</a>&gt; - Interface in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/SnapshotUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">SnapshotUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake"><span class="typeNameLink">SnowflakeCatalog</span></a> - Class in <a href="org/apache/iceberg/snowflake/package-summary.html">org.apache.iceberg.snowflake</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html#%3Cinit%3E()">SnowflakeCatalog()</a></span> - Constructor for class org.apache.iceberg.snowflake.<a href="org/apache/iceberg/snowflake/SnowflakeCatalog.html" title="class in org.apache.iceberg.snowflake">SnowflakeCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#sort()">sort()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>
<div class="block">Choose SORT as a strategy for this rewrite operation using the table's sortOrder</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html#sort()">sort()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewriteDataFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#sort(org.apache.iceberg.SortOrder)">sort(SortOrder)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>
<div class="block">Choose SORT as a strategy for this rewrite operation and manually specify the sortOrder to use</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html#sort(org.apache.iceberg.SortOrder)">sort(SortOrder)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewriteDataFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#SORT_ORDER_ID">SORT_ORDER_ID</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.Builder.html#sortBy(java.lang.String,org.apache.iceberg.SortDirection,org.apache.iceberg.NullOrder)">sortBy(String, SortDirection, NullOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.Builder.html" title="class in org.apache.iceberg">SortOrder.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.Builder.html#sortBy(org.apache.iceberg.expressions.Term,org.apache.iceberg.SortDirection,org.apache.iceberg.NullOrder)">sortBy(Term, SortDirection, NullOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.Builder.html" title="class in org.apache.iceberg">SortOrder.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SortDirection.html" title="enum in org.apache.iceberg"><span class="typeNameLink">SortDirection</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/SortedMerge.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">SortedMerge</span></a>&lt;<a href="org/apache/iceberg/util/SortedMerge.html" title="type parameter in SortedMerge">T</a>&gt; - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>
<div class="block">An Iterable that merges the items from other Iterables in order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SortedMerge.html#%3Cinit%3E(java.util.Comparator,java.util.List)">SortedMerge(Comparator&lt;T&gt;, List&lt;CloseableIterable&lt;T&gt;&gt;)</a></span> - Constructor for class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SortedMerge.html" title="class in org.apache.iceberg.util">SortedMerge</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SortField.html" title="class in org.apache.iceberg"><span class="typeNameLink">SortField</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A field in a <a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg"><code>SortOrder</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/deletes/SortingPositionOnlyDeleteWriter.html" title="class in org.apache.iceberg.deletes"><span class="typeNameLink">SortingPositionOnlyDeleteWriter</span></a>&lt;<a href="org/apache/iceberg/deletes/SortingPositionOnlyDeleteWriter.html" title="type parameter in SortingPositionOnlyDeleteWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/deletes/package-summary.html">org.apache.iceberg.deletes</a></dt>
<dd>
<div class="block">A position delete writer that is capable of handling unordered deletes without rows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/SortingPositionOnlyDeleteWriter.html#%3Cinit%3E(org.apache.iceberg.io.FileWriter)">SortingPositionOnlyDeleteWriter(FileWriter&lt;PositionDelete&lt;T&gt;, DeleteWriteResult&gt;)</a></span> - Constructor for class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/SortingPositionOnlyDeleteWriter.html" title="class in org.apache.iceberg.deletes">SortingPositionOnlyDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SortStrategy.html#sortOrder()">sortOrder()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SortStrategy.html" title="class in org.apache.iceberg.actions">SortStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#sortOrder()">sortOrder()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#sortOrder()">sortOrder()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#sortOrder()">sortOrder()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddSortOrder.html#sortOrder()">sortOrder()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddSortOrder.html" title="class in org.apache.iceberg">MetadataUpdate.AddSortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#sortOrder()">sortOrder()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#sortOrder()">sortOrder()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Return the <a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg"><code>sort order</code></a> for this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#sortOrder()">sortOrder()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SortStrategy.html#sortOrder(org.apache.iceberg.SortOrder)">sortOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SortStrategy.html" title="class in org.apache.iceberg.actions">SortStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the sort order to be used in this strategy when rewriting files</div>
</dd>
<dt><a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg"><span class="typeNameLink">SortOrder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A sort order that defines how data and delete files should be ordered in a table.</div>
</dd>
<dt><a href="org/apache/iceberg/SortOrder.Builder.html" title="class in org.apache.iceberg"><span class="typeNameLink">SortOrder.Builder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A builder used to create valid <a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg"><code>sort orders</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/SortOrderBuilder.html" title="interface in org.apache.iceberg"><span class="typeNameLink">SortOrderBuilder</span></a>&lt;<a href="org/apache/iceberg/SortOrderBuilder.html" title="type parameter in SortOrderBuilder">R</a>&gt; - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Methods for building a sort order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Partitioning.html#sortOrderFor(org.apache.iceberg.PartitionSpec)">sortOrderFor(PartitionSpec)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Partitioning.html" title="class in org.apache.iceberg">Partitioning</a></dt>
<dd>
<div class="block">Create a sort order that will group data for a partition spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#sortOrderId()">sortOrderId()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns the sort order id of this file, which describes how the file is ordered.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetDefaultSortOrder.html#sortOrderId()">sortOrderId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetDefaultSortOrder.html" title="class in org.apache.iceberg">MetadataUpdate.SetDefaultSortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertDefaultSortOrderID.html#sortOrderId()">sortOrderId()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertDefaultSortOrderID.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertDefaultSortOrderID</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#sortOrderId()">sortOrderId()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertDefaultSortOrderID.html#sortOrderId()">sortOrderId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertDefaultSortOrderID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertDefaultSortOrderID</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SortOrderParser.html" title="class in org.apache.iceberg"><span class="typeNameLink">SortOrderParser</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#sortOrders()">sortOrders()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#sortOrders()">sortOrders()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#sortOrders()">sortOrders()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#sortOrders()">sortOrders()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#sortOrders()">sortOrders()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Return a map of sort order IDs to <a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg"><code>sort orders</code></a> for this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#sortOrders()">sortOrders()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#sortOrdersById()">sortOrdersById()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/SortOrderUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">SortOrderUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/transforms/SortOrderVisitor.html" title="interface in org.apache.iceberg.transforms"><span class="typeNameLink">SortOrderVisitor</span></a>&lt;<a href="org/apache/iceberg/transforms/SortOrderVisitor.html" title="type parameter in SortOrderVisitor">T</a>&gt; - Interface in <a href="org/apache/iceberg/transforms/package-summary.html">org.apache.iceberg.transforms</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/actions/SortStrategy.html" title="class in org.apache.iceberg.actions"><span class="typeNameLink">SortStrategy</span></a> - Class in <a href="org/apache/iceberg/actions/package-summary.html">org.apache.iceberg.actions</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">since 1.3.0, will be removed in 1.4.0; use <a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions"><code>SizeBasedFileRewriter</code></a> instead.
Note: This can only be removed once Spark 3.2 isn't using this API anymore.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SortStrategy.html#%3Cinit%3E()">SortStrategy()</a></span> - Constructor for class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SortStrategy.html" title="class in org.apache.iceberg.actions">SortStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RenameTableRequest.html#source()">source()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RenameTableRequest.html" title="class in org.apache.iceberg.rest.requests">RenameTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkConfigOptions.html#SOURCE_READER_FETCH_BATCH_RECORD_COUNT">SOURCE_READER_FETCH_BATCH_RECORD_COUNT</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkConfigOptions.html" title="class in org.apache.iceberg.flink">FlinkConfigOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#SOURCE_SNAPSHOT_ID_PROP">SOURCE_SNAPSHOT_ID_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionField.html#sourceId()">sourceId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionField.html" title="class in org.apache.iceberg">PartitionField</a></dt>
<dd>
<div class="block">Returns the field id of the source field in the <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>spec's</code></a> table schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortField.html#sourceId()">sourceId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortField.html" title="class in org.apache.iceberg">SortField</a></dt>
<dd>
<div class="block">Returns the field id of the source field in the <a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg"><code>sort order's</code></a> table schema</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BlobMetadata.html#sourceSnapshotId()">sourceSnapshotId()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/BlobMetadata.html" title="interface in org.apache.iceberg">BlobMetadata</a></dt>
<dd>
<div class="block">ID of the Iceberg table's snapshot the blob was computed from</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericBlobMetadata.html#sourceSnapshotId()">sourceSnapshotId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericBlobMetadata.html" title="class in org.apache.iceberg">GenericBlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BlobMetadata.html#sourceSnapshotSequenceNumber()">sourceSnapshotSequenceNumber()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/BlobMetadata.html" title="interface in org.apache.iceberg">BlobMetadata</a></dt>
<dd>
<div class="block">Sequence number of the Iceberg table's snapshot the blob was computed from</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericBlobMetadata.html#sourceSnapshotSequenceNumber()">sourceSnapshotSequenceNumber()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericBlobMetadata.html" title="class in org.apache.iceberg">GenericBlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#SPARK_MERGE_SCHEMA">SPARK_MERGE_SCHEMA</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#SPARK_WRITE_ACCEPT_ANY_SCHEMA">SPARK_WRITE_ACCEPT_ANY_SCHEMA</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#SPARK_WRITE_ACCEPT_ANY_SCHEMA_DEFAULT">SPARK_WRITE_ACCEPT_ANY_SCHEMA_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#SPARK_WRITE_ADVISORY_PARTITION_SIZE_BYTES">SPARK_WRITE_ADVISORY_PARTITION_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#SPARK_WRITE_PARTITIONED_FANOUT_ENABLED">SPARK_WRITE_PARTITIONED_FANOUT_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#SPARK_WRITE_PARTITIONED_FANOUT_ENABLED_DEFAULT">SPARK_WRITE_PARTITIONED_FANOUT_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">Spark3Util</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/Spark3Util.CatalogAndIdentifier.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">Spark3Util.CatalogAndIdentifier</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">This mimics a class inside of Spark which is private inside of LookupCatalog.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/Spark3Util.DescribeSchemaVisitor.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">Spark3Util.DescribeSchemaVisitor</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/actions/SparkActions.html" title="class in org.apache.iceberg.spark.actions"><span class="typeNameLink">SparkActions</span></a> - Class in <a href="org/apache/iceberg/spark/actions/package-summary.html">org.apache.iceberg.spark.actions</a></dt>
<dd>
<div class="block">An implementation of <a href="org/apache/iceberg/actions/ActionsProvider.html" title="interface in org.apache.iceberg.actions"><code>ActionsProvider</code></a> for Spark.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/SparkAggregates.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkAggregates</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/SparkAvroReader.html" title="class in org.apache.iceberg.spark.data"><span class="typeNameLink">SparkAvroReader</span></a> - Class in <a href="org/apache/iceberg/spark/data/package-summary.html">org.apache.iceberg.spark.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkAvroReader.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.avro.Schema)">SparkAvroReader(Schema, Schema)</a></span> - Constructor for class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkAvroReader.html" title="class in org.apache.iceberg.spark.data">SparkAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkAvroReader.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.avro.Schema,java.util.Map)">SparkAvroReader(Schema, Schema, Map&lt;Integer, ?&gt;)</a></span> - Constructor for class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkAvroReader.html" title="class in org.apache.iceberg.spark.data">SparkAvroReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/SparkAvroWriter.html" title="class in org.apache.iceberg.spark.data"><span class="typeNameLink">SparkAvroWriter</span></a> - Class in <a href="org/apache/iceberg/spark/data/package-summary.html">org.apache.iceberg.spark.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkAvroWriter.html#%3Cinit%3E(org.apache.spark.sql.types.StructType)">SparkAvroWriter(StructType)</a></span> - Constructor for class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkAvroWriter.html" title="class in org.apache.iceberg.spark.data">SparkAvroWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkCachedTableCatalog</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">An internal table catalog that is capable of loading tables from a cache.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html#%3Cinit%3E()">SparkCachedTableCatalog()</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCachedTableCatalog.html" title="class in org.apache.iceberg.spark">SparkCachedTableCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkCatalog</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">A Spark TableCatalog implementation that wraps an Iceberg <a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog"><code>Catalog</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#%3Cinit%3E()">SparkCatalog()</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/SparkChangelogTable.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">SparkChangelogTable</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkChangelogTable.html#%3Cinit%3E(org.apache.iceberg.Table,boolean)">SparkChangelogTable(Table, boolean)</a></span> - Constructor for class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkChangelogTable.html" title="class in org.apache.iceberg.spark.source">SparkChangelogTable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkDataFile</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#%3Cinit%3E(org.apache.iceberg.types.Types.StructType,org.apache.iceberg.types.Types.StructType,org.apache.spark.sql.types.StructType)">SparkDataFile(Types.StructType, Types.StructType, StructType)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#%3Cinit%3E(org.apache.iceberg.types.Types.StructType,org.apache.spark.sql.types.StructType)">SparkDataFile(Types.StructType, StructType)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SparkDistributedDataScan.html" title="class in org.apache.iceberg"><span class="typeNameLink">SparkDistributedDataScan</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A batch data scan that can utilize Spark cluster resources for planning.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SparkDistributedDataScan.html#%3Cinit%3E(org.apache.spark.sql.SparkSession,org.apache.iceberg.Table,org.apache.iceberg.spark.SparkReadConf)">SparkDistributedDataScan(SparkSession, Table, SparkReadConf)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/SparkDistributedDataScan.html" title="class in org.apache.iceberg">SparkDistributedDataScan</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkExceptionUtil.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkExceptionUtil</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkFilters.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkFilters</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkFunctionCatalog.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkFunctionCatalog</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">A function catalog that can be used to resolve Iceberg functions without a metastore connection.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkFunctionCatalog.html#%3Cinit%3E()">SparkFunctionCatalog()</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkFunctionCatalog.html" title="class in org.apache.iceberg.spark">SparkFunctionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/SparkFunctions.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">SparkFunctions</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/SparkMetadataColumn.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">SparkMetadataColumn</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkMetadataColumn.html#%3Cinit%3E(java.lang.String,org.apache.spark.sql.types.DataType,boolean)">SparkMetadataColumn(String, DataType, boolean)</a></span> - Constructor for class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkMetadataColumn.html" title="class in org.apache.iceberg.spark.source">SparkMetadataColumn</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">SparkMicroBatchStream</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/SparkOrcReader.html" title="class in org.apache.iceberg.spark.data"><span class="typeNameLink">SparkOrcReader</span></a> - Class in <a href="org/apache/iceberg/spark/data/package-summary.html">org.apache.iceberg.spark.data</a></dt>
<dd>
<div class="block">Converts the OrcIterator, which returns ORC's VectorizedRowBatch to a set of Spark's UnsafeRows.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkOrcReader.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.orc.TypeDescription)">SparkOrcReader(Schema, TypeDescription)</a></span> - Constructor for class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkOrcReader.html" title="class in org.apache.iceberg.spark.data">SparkOrcReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkOrcReader.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.orc.TypeDescription,java.util.Map)">SparkOrcReader(Schema, TypeDescription, Map&lt;Integer, ?&gt;)</a></span> - Constructor for class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkOrcReader.html" title="class in org.apache.iceberg.spark.data">SparkOrcReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/SparkOrcValueReaders.html" title="class in org.apache.iceberg.spark.data"><span class="typeNameLink">SparkOrcValueReaders</span></a> - Class in <a href="org/apache/iceberg/spark/data/package-summary.html">org.apache.iceberg.spark.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/SparkOrcWriter.html" title="class in org.apache.iceberg.spark.data"><span class="typeNameLink">SparkOrcWriter</span></a> - Class in <a href="org/apache/iceberg/spark/data/package-summary.html">org.apache.iceberg.spark.data</a></dt>
<dd>
<div class="block">This class acts as an adaptor from an OrcFileAppender to a FileAppender&lt;InternalRow&gt;.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkOrcWriter.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.orc.TypeDescription)">SparkOrcWriter(Schema, TypeDescription)</a></span> - Constructor for class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkOrcWriter.html" title="class in org.apache.iceberg.spark.data">SparkOrcWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/SparkParquetReaders.html" title="class in org.apache.iceberg.spark.data"><span class="typeNameLink">SparkParquetReaders</span></a> - Class in <a href="org/apache/iceberg/spark/data/package-summary.html">org.apache.iceberg.spark.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/SparkParquetWriters.html" title="class in org.apache.iceberg.spark.data"><span class="typeNameLink">SparkParquetWriters</span></a> - Class in <a href="org/apache/iceberg/spark/data/package-summary.html">org.apache.iceberg.spark.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html#%3Cinit%3E(java.util.Map,java.lang.String,java.lang.String)">SparkPartition(Map&lt;String, String&gt;, String, String)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html" title="class in org.apache.iceberg.spark">SparkTableUtil.SparkPartition</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/SparkPartitionedFanoutWriter.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">SparkPartitionedFanoutWriter</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkPartitionedFanoutWriter.html#%3Cinit%3E(org.apache.iceberg.PartitionSpec,org.apache.iceberg.FileFormat,org.apache.iceberg.io.FileAppenderFactory,org.apache.iceberg.io.OutputFileFactory,org.apache.iceberg.io.FileIO,long,org.apache.iceberg.Schema,org.apache.spark.sql.types.StructType)">SparkPartitionedFanoutWriter(PartitionSpec, FileFormat, FileAppenderFactory&lt;InternalRow&gt;, OutputFileFactory, FileIO, long, Schema, StructType)</a></span> - Constructor for class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkPartitionedFanoutWriter.html" title="class in org.apache.iceberg.spark.source">SparkPartitionedFanoutWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/SparkPartitionedWriter.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">SparkPartitionedWriter</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkPartitionedWriter.html#%3Cinit%3E(org.apache.iceberg.PartitionSpec,org.apache.iceberg.FileFormat,org.apache.iceberg.io.FileAppenderFactory,org.apache.iceberg.io.OutputFileFactory,org.apache.iceberg.io.FileIO,long,org.apache.iceberg.Schema,org.apache.spark.sql.types.StructType)">SparkPartitionedWriter(PartitionSpec, FileFormat, FileAppenderFactory&lt;InternalRow&gt;, OutputFileFactory, FileIO, long, Schema, StructType)</a></span> - Constructor for class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkPartitionedWriter.html" title="class in org.apache.iceberg.spark.source">SparkPartitionedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/SparkPositionDeletesRewrite.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">SparkPositionDeletesRewrite</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>
<div class="block"><code>Write</code> class for rewriting position delete files from Spark.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/source/SparkPositionDeletesRewrite.DeleteTaskCommit.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">SparkPositionDeletesRewrite.DeleteTaskCommit</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/SparkPositionDeletesRewriteBuilder.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">SparkPositionDeletesRewriteBuilder</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>
<div class="block">Builder class for rewrites of position delete files from Spark.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/procedures/SparkProcedures.html" title="class in org.apache.iceberg.spark.procedures"><span class="typeNameLink">SparkProcedures</span></a> - Class in <a href="org/apache/iceberg/spark/procedures/package-summary.html">org.apache.iceberg.spark.procedures</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/procedures/SparkProcedures.ProcedureBuilder.html" title="interface in org.apache.iceberg.spark.procedures"><span class="typeNameLink">SparkProcedures.ProcedureBuilder</span></a> - Interface in <a href="org/apache/iceberg/spark/procedures/package-summary.html">org.apache.iceberg.spark.procedures</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkReadConf</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">A class for common Iceberg configs for Spark reads.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#%3Cinit%3E(org.apache.spark.sql.SparkSession,org.apache.iceberg.Table,java.lang.String,java.util.Map)">SparkReadConf(SparkSession, Table, String, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#%3Cinit%3E(org.apache.spark.sql.SparkSession,org.apache.iceberg.Table,java.util.Map)">SparkReadConf(SparkSession, Table, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkReadOptions</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">Spark DF read options</div>
</dd>
<dt><a href="org/apache/iceberg/spark/source/SparkScanBuilder.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">SparkScanBuilder</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkSchemaUtil</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">Helper methods for working with Spark/Hive metadata.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkSessionCatalog</span></a>&lt;<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="type parameter in SparkSessionCatalog">T</a> extends org.apache.spark.sql.connector.catalog.TableCatalog &amp; org.apache.spark.sql.connector.catalog.FunctionCatalog &amp; org.apache.spark.sql.connector.catalog.SupportsNamespaces&gt; - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">A Spark catalog that can also load non-Iceberg tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#%3Cinit%3E()">SparkSessionCatalog()</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkSQLProperties</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkStructLike.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkStructLike</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkStructLike.html#%3Cinit%3E(org.apache.iceberg.types.Types.StructType)">SparkStructLike(Types.StructType)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkStructLike.html" title="class in org.apache.iceberg.spark">SparkStructLike</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">SparkTable</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#%3Cinit%3E(org.apache.iceberg.Table,boolean)">SparkTable(Table, boolean)</a></span> - Constructor for class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#%3Cinit%3E(org.apache.iceberg.Table,java.lang.Long,boolean)">SparkTable(Table, Long, boolean)</a></span> - Constructor for class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#%3Cinit%3E(org.apache.iceberg.Table,java.lang.String,boolean)">SparkTable(Table, String, boolean)</a></span> - Constructor for class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkTableCache.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkTableCache</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableCache.html#%3Cinit%3E()">SparkTableCache()</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableCache.html" title="class in org.apache.iceberg.spark">SparkTableCache</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkTableUtil</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">Java version of the original SparkTableUtil.scala
https://github.com/apache/iceberg/blob/apache-iceberg-0.8.0-incubating/spark/src/main/scala/org/apache/iceberg/spark/SparkTableUtil.scala</div>
</dd>
<dt><a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkTableUtil.SparkPartition</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">Class representing a table partition.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/SparkUtil.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkUtil</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkV2Filters.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkV2Filters</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkValueConverter.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkValueConverter</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">A utility class that converts Spark values to Iceberg's internal representation.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/data/SparkValueReaders.html" title="class in org.apache.iceberg.spark.data"><span class="typeNameLink">SparkValueReaders</span></a> - Class in <a href="org/apache/iceberg/spark/data/package-summary.html">org.apache.iceberg.spark.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/SparkValueWriters.html" title="class in org.apache.iceberg.spark.data"><span class="typeNameLink">SparkValueWriters</span></a> - Class in <a href="org/apache/iceberg/spark/data/package-summary.html">org.apache.iceberg.spark.data</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkWriteConf</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">A class for common Iceberg configs for Spark writes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#%3Cinit%3E(org.apache.spark.sql.SparkSession,org.apache.iceberg.Table,java.lang.String,java.util.Map)">SparkWriteConf(SparkSession, Table, String, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#%3Cinit%3E(org.apache.spark.sql.SparkSession,org.apache.iceberg.Table,java.util.Map)">SparkWriteConf(SparkSession, Table, Map&lt;String, String&gt;)</a></span> - Constructor for class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkWriteOptions</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">Spark DF write options</div>
</dd>
<dt><a href="org/apache/iceberg/spark/SparkWriteRequirements.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkWriteRequirements</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">A set of requirements such as distribution and ordering reported to Spark during writes.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/SparkWriteUtil.html" title="class in org.apache.iceberg.spark"><span class="typeNameLink">SparkWriteUtil</span></a> - Class in <a href="org/apache/iceberg/spark/package-summary.html">org.apache.iceberg.spark</a></dt>
<dd>
<div class="block">A utility that contains helper methods for working with Spark writes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#spec()">spec()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#spec()">spec()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#spec()">spec()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#spec()">spec()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BaseTaskWriter.html#spec()">spec()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BaseTaskWriter.html" title="class in org.apache.iceberg.io">BaseTaskWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.html#spec()">spec()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.html" title="class in org.apache.iceberg">ManifestReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddPartitionSpec.html#spec()">spec()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddPartitionSpec.html" title="class in org.apache.iceberg">MetadataUpdate.AddPartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionScanTask.html#spec()">spec()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/PartitionScanTask.html" title="interface in org.apache.iceberg">PartitionScanTask</a></dt>
<dd>
<div class="block">Returns the spec of the partition for this scan task</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.html#spec()">spec()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.html" title="class in org.apache.iceberg">PositionDeletesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.html#spec()">spec()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#spec()">spec()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#spec()">spec()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Return the <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>partition spec</code></a> for this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#spec()">spec()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#spec(int)">spec(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveSchemaUtil.html#spec(org.apache.iceberg.Schema,java.util.List)">spec(Schema, List&lt;FieldSchema&gt;)</a></span> - Static method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveSchemaUtil.html" title="class in org.apache.iceberg.hive">HiveSchemaUtil</a></dt>
<dd>
<div class="block">Converts the Hive partition columns to Iceberg identity partition specification.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#SPEC_ID">SPEC_ID</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.html#SPEC_ID">SPEC_ID</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.html" title="interface in org.apache.iceberg">ManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#SPEC_ID">SPEC_ID</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.html#SPEC_ID">SPEC_ID</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.html" title="class in org.apache.iceberg">PositionDeletesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#SPEC_ID_COLUMN_DOC">SPEC_ID_COLUMN_DOC</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataColumns.html#SPEC_ID_COLUMN_ID">SPEC_ID_COLUMN_ID</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataColumns.html" title="class in org.apache.iceberg">MetadataColumns</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#specForTable(org.apache.spark.sql.SparkSession,java.lang.String)">specForTable(SparkSession, String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>
<div class="block">Returns a <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>PartitionSpec</code></a> for the given table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#specId()">specId()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns id of the partition spec used for partition metadata.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetDefaultPartitionSpec.html#specId()">specId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetDefaultPartitionSpec.html" title="class in org.apache.iceberg">MetadataUpdate.SetDefaultPartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#specId()">specId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>
<div class="block">Returns the ID of this spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertDefaultSpecID.html#specId()">specId()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertDefaultSpecID.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertDefaultSpecID</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#specId()">specId()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UnboundPartitionSpec.html#specId()">specId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UnboundPartitionSpec.html" title="class in org.apache.iceberg">UnboundPartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertDefaultSpecID.html#specId()">specId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertDefaultSpecID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertDefaultSpecID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteManifests.html#specId(int)">specId(int)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteManifests.html" title="interface in org.apache.iceberg.actions">RewriteManifests</a></dt>
<dd>
<div class="block">Rewrites manifests for a given spec id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html#specId(int)">specId(int)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewriteManifestsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#specs()">specs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#specs()">specs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#specs()">specs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PositionDeletesTable.html#specs()">specs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PositionDeletesTable.html" title="class in org.apache.iceberg">PositionDeletesTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#specs()">specs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#specs()">specs()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Return a map of <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>partition specs</code></a> for this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#specs()">specs()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#specsById()">specsById()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MicroBatches.MicroBatchBuilder.html#specsById(java.util.Map)">specsById(Map&lt;Integer, PartitionSpec&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MicroBatches.MicroBatchBuilder.html" title="class in org.apache.iceberg">MicroBatches.MicroBatchBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.html#split()">split()</a></span> - Method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.html" title="class in org.apache.iceberg.flink.source.assigner">GetSplitResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitState.html#split()">split()</a></span> - Method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitState.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplitState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SplittableScanTask.html#split(long)">split(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SplittableScanTask.html" title="interface in org.apache.iceberg">SplittableScanTask</a></dt>
<dd>
<div class="block">Attempts to split this scan task into several smaller scan tasks, each close to <code>
splitSize</code> size.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.ReadBuilder.html#split(long,long)">split(long, long)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.ReadBuilder.html" title="class in org.apache.iceberg.avro">Avro.ReadBuilder</a></dt>
<dd>
<div class="block">Restricts the read to the given range: [start, end = start + length).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.ReadBuilder.html#split(long,long)">split(long, long)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.ReadBuilder.html" title="class in org.apache.iceberg.orc">ORC.ReadBuilder</a></dt>
<dd>
<div class="block">Restricts the read to the given range: [start, start + length).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#split(long,long)">split(long, long)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>
<div class="block">Restricts the read to the given range: [start, start + length).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#SPLIT_FILE_OPEN_COST">SPLIT_FILE_OPEN_COST</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#SPLIT_FILE_OPEN_COST_OPTION">SPLIT_FILE_OPEN_COST_OPTION</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#SPLIT_LOOKBACK">SPLIT_LOOKBACK</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#SPLIT_LOOKBACK">SPLIT_LOOKBACK</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#SPLIT_LOOKBACK_DEFAULT">SPLIT_LOOKBACK_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#SPLIT_LOOKBACK_OPTION">SPLIT_LOOKBACK_OPTION</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#SPLIT_OFFSETS">SPLIT_OFFSETS</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#SPLIT_OPEN_FILE_COST">SPLIT_OPEN_FILE_COST</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#SPLIT_OPEN_FILE_COST_DEFAULT">SPLIT_OPEN_FILE_COST_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#SPLIT_SIZE">SPLIT_SIZE</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#SPLIT_SIZE">SPLIT_SIZE</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#SPLIT_SIZE">SPLIT_SIZE</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#SPLIT_SIZE">SPLIT_SIZE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#SPLIT_SIZE_DEFAULT">SPLIT_SIZE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#SPLIT_SIZE_OPTION">SPLIT_SIZE_OPTION</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html" title="interface in org.apache.iceberg.flink.source.assigner"><span class="typeNameLink">SplitAssigner</span></a> - Interface in <a href="org/apache/iceberg/flink/source/assigner/package-summary.html">org.apache.iceberg.flink.source.assigner</a></dt>
<dd>
<div class="block">SplitAssigner interface is extracted out as a separate component so that we can plug in different
split assignment strategy for different requirements.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/source/assigner/SplitAssignerFactory.html" title="interface in org.apache.iceberg.flink.source.assigner"><span class="typeNameLink">SplitAssignerFactory</span></a> - Interface in <a href="org/apache/iceberg/flink/source/assigner/package-summary.html">org.apache.iceberg.flink.source.assigner</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/assigner/SplitAssignerType.html" title="enum in org.apache.iceberg.flink.source.assigner"><span class="typeNameLink">SplitAssignerType</span></a> - Enum in <a href="org/apache/iceberg/flink/source/assigner/package-summary.html">org.apache.iceberg.flink.source.assigner</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#splitComparator(org.apache.iceberg.flink.source.split.SerializableComparator)">splitComparator(SerializableComparator&lt;IcebergSourceSplit&gt;)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/split/SplitComparators.html" title="class in org.apache.iceberg.flink.source.split"><span class="typeNameLink">SplitComparators</span></a> - Class in <a href="org/apache/iceberg/flink/source/split/package-summary.html">org.apache.iceberg.flink.source.split</a></dt>
<dd>
<div class="block">Provides implementations of <a href="org/apache/iceberg/flink/source/split/SerializableComparator.html" title="interface in org.apache.iceberg.flink.source.split"><code>SerializableComparator</code></a>
which could be used for ordering splits.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#splitFileOpenCost()">splitFileOpenCost()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TableScanUtil.html#splitFiles(org.apache.iceberg.io.CloseableIterable,long)">splitFiles(CloseableIterable&lt;FileScanTask&gt;, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TableScanUtil.html" title="class in org.apache.iceberg.util">TableScanUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html#splitId()">splitId()</a></span> - Method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#splitLookback()">splitLookback()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#splitLookback()">splitLookback()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#splitLookback()">splitLookback()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Returns the split lookback for this scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#splitLookback()">splitLookback()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#splitLookback(int)">splitLookback(int)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>
<div class="block">Specify the number of "bins" considered when trying to pack the next file split into a task.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#splitLookback(java.lang.Integer)">splitLookback(Integer)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#splitLookback(java.lang.Integer)">splitLookback(Integer)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#splitLookback(java.lang.Integer)">splitLookback(Integer)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#splitLookbackOption()">splitLookbackOption()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#splitOffsets()">splitOffsets()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns list of recommended split locations, if applicable, null otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeleteFile.html#splitOffsets()">splitOffsets()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeleteFile.html" title="interface in org.apache.iceberg">DeleteFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileAppender.html#splitOffsets()">splitOffsets()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileAppender.html" title="interface in org.apache.iceberg.io">FileAppender</a></dt>
<dd>
<div class="block">Returns a list of recommended split locations, if applicable, null otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html#splitOffsets()">splitOffsets()</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetWriteAdapter.html" title="class in org.apache.iceberg.parquet">ParquetWriteAdapter</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#splitOffsets()">splitOffsets()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#splitOpenFileCost()">splitOpenFileCost()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#splitOpenFileCost()">splitOpenFileCost()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Returns the split open file cost for this scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#splitOpenFileCost()">splitOpenFileCost()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#splitOpenFileCost(long)">splitOpenFileCost(long)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>
<div class="block">Specify the minimum file size to count to pack into one "bin".</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#splitOpenFileCost(java.lang.Long)">splitOpenFileCost(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#splitOpenFileCost(java.lang.Long)">splitOpenFileCost(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#splitOpenFileCost(java.lang.Long)">splitOpenFileCost(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#splitOpenFileCostOption()">splitOpenFileCostOption()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/split/SplitRequestEvent.html" title="class in org.apache.iceberg.flink.source.split"><span class="typeNameLink">SplitRequestEvent</span></a> - Class in <a href="org/apache/iceberg/flink/source/split/package-summary.html">org.apache.iceberg.flink.source.split</a></dt>
<dd>
<div class="block">We can remove this class once FLINK-21364 is resolved.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/SplitRequestEvent.html#%3Cinit%3E()">SplitRequestEvent()</a></span> - Constructor for class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/SplitRequestEvent.html" title="class in org.apache.iceberg.flink.source.split">SplitRequestEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/SplitRequestEvent.html#%3Cinit%3E(java.util.Collection)">SplitRequestEvent(Collection&lt;String&gt;)</a></span> - Constructor for class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/SplitRequestEvent.html" title="class in org.apache.iceberg.flink.source.split">SplitRequestEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/SplitRequestEvent.html#%3Cinit%3E(java.util.Collection,java.lang.String)">SplitRequestEvent(Collection&lt;String&gt;, String)</a></span> - Constructor for class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/SplitRequestEvent.html" title="class in org.apache.iceberg.flink.source.split">SplitRequestEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#splitSize()">splitSize()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#splitSize()">splitSize()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#splitSize()">splitSize()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#splitSize(long)">splitSize(long)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the smallest of our max write file threshold, and our estimated split size based on the
number of output files we want to generate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#splitSize(long)">splitSize(long)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>
<div class="block">Returns the smallest of our max write file threshold and our estimated split size based on the
number of output files we want to generate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#splitSize(long)">splitSize(long)</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#splitSize(java.lang.Long)">splitSize(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#splitSize(java.lang.Long)">splitSize(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#splitSize(java.lang.Long)">splitSize(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#splitSizeOption()">splitSizeOption()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SplittableScanTask.html" title="interface in org.apache.iceberg"><span class="typeNameLink">SplittableScanTask</span></a>&lt;<a href="org/apache/iceberg/SplittableScanTask.html" title="type parameter in SplittableScanTask">ThisT</a>&gt; - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A scan task that can be split into smaller scan tasks.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/SQLViewRepresentation.html#sql()">sql()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/SQLViewRepresentation.html" title="interface in org.apache.iceberg.view">SQLViewRepresentation</a></dt>
<dd>
<div class="block">The view query SQL text.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewRepresentation.Type.html#SQL">SQL</a></span> - Static variable in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewRepresentation.Type.html" title="class in org.apache.iceberg.view">ViewRepresentation.Type</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/view/SQLViewRepresentation.html" title="interface in org.apache.iceberg.view"><span class="typeNameLink">SQLViewRepresentation</span></a> - Interface in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#SSE_KEY">SSE_KEY</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">If S3 encryption type is SSE-KMS, input is a KMS Key ID or ARN.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#SSE_MD5">SSE_MD5</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">If S3 encryption type is SSE-C, input is the base-64 MD5 digest of the secret key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#SSE_TYPE">SSE_TYPE</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Type of S3 Server side encryption used, default to <a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#SSE_TYPE_NONE"><code>S3FileIOProperties.SSE_TYPE_NONE</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#SSE_TYPE_CUSTOM">SSE_TYPE_CUSTOM</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">S3 SSE-C encryption.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#SSE_TYPE_KMS">SSE_TYPE_KMS</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">S3 SSE-KMS encryption.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#SSE_TYPE_NONE">SSE_TYPE_NONE</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">No server side encryption.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#SSE_TYPE_S3">SSE_TYPE_S3</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">S3 SSE-S3 encryption.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#sseKey()">sseKey()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#sseMd5()">sseMd5()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#sseType()">sseType()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponse.html#stack()">stack()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponse.html" title="class in org.apache.iceberg.rest.responses">ErrorResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html#stageCreate()">stageCreate()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.html#stageCreate()">stageCreate()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#stageCreate(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.types.StructType,org.apache.spark.sql.connector.expressions.Transform%5B%5D,java.util.Map)">stageCreate(Identifier, StructType, Transform[], Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#stageCreate(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.types.StructType,org.apache.spark.sql.connector.expressions.Transform%5B%5D,java.util.Map)">stageCreate(Identifier, StructType, Transform[], Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#stageCreateOrReplace(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.types.StructType,org.apache.spark.sql.connector.expressions.Transform%5B%5D,java.util.Map)">stageCreateOrReplace(Identifier, StructType, Transform[], Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#stageCreateOrReplace(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.types.StructType,org.apache.spark.sql.connector.expressions.Transform%5B%5D,java.util.Map)">stageCreateOrReplace(Identifier, StructType, Transform[], Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#STAGED_WAP_ID_PROP">STAGED_WAP_ID_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/StagedSparkTable.html" title="class in org.apache.iceberg.spark.source"><span class="typeNameLink">StagedSparkTable</span></a> - Class in <a href="org/apache/iceberg/spark/source/package-summary.html">org.apache.iceberg.spark.source</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/StagedSparkTable.html#%3Cinit%3E(org.apache.iceberg.Transaction)">StagedSparkTable(Transaction)</a></span> - Constructor for class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/StagedSparkTable.html" title="class in org.apache.iceberg.spark.source">StagedSparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/WapUtil.html#stagedWapId(org.apache.iceberg.Snapshot)">stagedWapId(Snapshot)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/WapUtil.html" title="class in org.apache.iceberg.util">WapUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotUpdate.html#stageOnly()">stageOnly()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SnapshotUpdate.html" title="interface in org.apache.iceberg">SnapshotUpdate</a></dt>
<dd>
<div class="block">Called to stage a snapshot in table metadata, but not update the current snapshot id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkCatalog.html#stageReplace(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.types.StructType,org.apache.spark.sql.connector.expressions.Transform%5B%5D,java.util.Map)">stageReplace(Identifier, StructType, Transform[], Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkCatalog.html" title="class in org.apache.iceberg.spark">SparkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSessionCatalog.html#stageReplace(org.apache.spark.sql.connector.catalog.Identifier,org.apache.spark.sql.types.StructType,org.apache.spark.sql.connector.expressions.Transform%5B%5D,java.util.Map)">stageReplace(Identifier, StructType, Transform[], Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSessionCatalog.html" title="class in org.apache.iceberg.spark">SparkSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/CatalogHandlers.html#stageTableCreate(org.apache.iceberg.catalog.Catalog,org.apache.iceberg.catalog.Namespace,org.apache.iceberg.rest.requests.CreateTableRequest)">stageTableCreate(Catalog, Namespace, CreateTableRequest)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest">CatalogHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ScanTaskSetManager.html#stageTasks(org.apache.iceberg.Table,java.lang.String,java.util.List)">stageTasks(Table, String, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ScanTaskSetManager.html" title="class in org.apache.iceberg.spark">ScanTaskSetManager</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#STAGING_DIRECTORY">STAGING_DIRECTORY</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Location to put staging files for upload to S3, default to temp directory set in
java.io.tmpdir.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#stagingDirectory()">stagingDirectory()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteManifests.html#stagingLocation(java.lang.String)">stagingLocation(String)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteManifests.html" title="interface in org.apache.iceberg.actions">RewriteManifests</a></dt>
<dd>
<div class="block">Passes a location where the staged manifests should be written.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html#stagingLocation(java.lang.String)">stagingLocation(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewriteManifestsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/puffin/StandardBlobTypes.html" title="class in org.apache.iceberg.puffin"><span class="typeNameLink">StandardBlobTypes</span></a> - Class in <a href="org/apache/iceberg/puffin/package-summary.html">org.apache.iceberg.puffin</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/puffin/StandardPuffinProperties.html" title="class in org.apache.iceberg.puffin"><span class="typeNameLink">StandardPuffinProperties</span></a> - Class in <a href="org/apache/iceberg/puffin/package-summary.html">org.apache.iceberg.puffin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentScanTask.html#start()">start()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentScanTask.html" title="interface in org.apache.iceberg">ContentScanTask</a></dt>
<dd>
<div class="block">The starting position of this scan range in the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html#start()">start()</a></span> - Method in interface org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html" title="interface in org.apache.iceberg.flink.source.assigner">SplitAssigner</a></dt>
<dd>
<div class="block">Some assigners may need to start background threads or perform other activity such as
registering as listeners to updates from other event sources e.g., watermark tracker.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/ContinuousIcebergEnumerator.html#start()">start()</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/ContinuousIcebergEnumerator.html" title="class in org.apache.iceberg.flink.source.enumerator">ContinuousIcebergEnumerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/StaticIcebergEnumerator.html#start()">start()</a></span> - Method in class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/StaticIcebergEnumerator.html" title="class in org.apache.iceberg.flink.source.enumerator">StaticIcebergEnumerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/IcebergSourceReader.html#start()">start()</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/IcebergSourceReader.html" title="class in org.apache.iceberg.flink.source.reader">IcebergSourceReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultTimer.html#start()">start()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultTimer.html" title="class in org.apache.iceberg.metrics">DefaultTimer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Timer.html#start()">start()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Timer.html" title="interface in org.apache.iceberg.metrics">Timer</a></dt>
<dd>
<div class="block">Starts the timer and returns a <a href="org/apache/iceberg/metrics/Timer.Timed.html" title="interface in org.apache.iceberg.metrics"><code>Timer.Timed</code></a> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#START_SNAPSHOT_ID">START_SNAPSHOT_ID</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#START_SNAPSHOT_ID">START_SNAPSHOT_ID</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#START_SNAPSHOT_TIMESTAMP">START_SNAPSHOT_TIMESTAMP</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#START_TAG">START_TAG</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#START_TIMESTAMP">START_TIMESTAMP</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MicroBatches.MicroBatch.html#startFileIndex()">startFileIndex()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MicroBatches.MicroBatch.html" title="class in org.apache.iceberg">MicroBatches.MicroBatch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#STARTING_STRATEGY">STARTING_STRATEGY</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#STARTING_STRATEGY_OPTION">STARTING_STRATEGY_OPTION</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#startingStrategy()">startingStrategy()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#startingStrategy(org.apache.iceberg.flink.source.StreamingStartingStrategy)">startingStrategy(StreamingStartingStrategy)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#startMetadata()">startMetadata()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#STARTS_WITH">STARTS_WITH</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#startSnapshotId()">startSnapshotId()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#startSnapshotId()">startSnapshotId()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#startSnapshotId()">startSnapshotId()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#startSnapshotId(java.lang.Long)">startSnapshotId(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#startSnapshotId(java.lang.Long)">startSnapshotId(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#startSnapshotId(java.lang.Long)">startSnapshotId(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#startSnapshotTimestamp()">startSnapshotTimestamp()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#startSnapshotTimestamp()">startSnapshotTimestamp()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#startSnapshotTimestamp(java.lang.Long)">startSnapshotTimestamp(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#startSnapshotTimestamp(java.lang.Long)">startSnapshotTimestamp(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#startsWith(java.lang.String,java.lang.String)">startsWith(String, String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html#startsWith(org.apache.iceberg.expressions.Bound,org.apache.iceberg.expressions.Literal)">startsWith(Bound&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html#startsWith(org.apache.iceberg.expressions.BoundReference,org.apache.iceberg.expressions.Literal)">startsWith(BoundReference&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.BoundExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.BoundExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html#startsWith(org.apache.iceberg.expressions.BoundTerm,org.apache.iceberg.expressions.Literal)">startsWith(BoundTerm&lt;T&gt;, Literal&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors.CustomOrderExpressionVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#startsWith(org.apache.iceberg.expressions.UnboundTerm,java.lang.String)">startsWith(UnboundTerm&lt;String&gt;, String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#startTag()">startTag()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#startTag()">startTag()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#startTag(java.lang.String)">startTag(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#startTag(java.lang.String)">startTag(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#startTag(java.lang.String)">startTag(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#startTimestamp()">startTimestamp()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html#state()">state()</a></span> - Method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/DefaultSplitAssigner.html" title="class in org.apache.iceberg.flink.source.assigner">DefaultSplitAssigner</a></dt>
<dd>
<div class="block">Simple assigner only tracks unassigned splits</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html#state()">state()</a></span> - Method in interface org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssigner.html" title="interface in org.apache.iceberg.flink.source.assigner">SplitAssigner</a></dt>
<dd>
<div class="block">Get assigner state for checkpointing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html#statement()">statement()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SingleStatementContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SingleStatementContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()">statement()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StatementContext.html#%3Cinit%3E()">StatementContext()</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StatementContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StatementContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StatementContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">StatementContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StatementContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StatementContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/enumerator/StaticIcebergEnumerator.html" title="class in org.apache.iceberg.flink.source.enumerator"><span class="typeNameLink">StaticIcebergEnumerator</span></a> - Class in <a href="org/apache/iceberg/flink/source/enumerator/package-summary.html">org.apache.iceberg.flink.source.enumerator</a></dt>
<dd>
<div class="block">One-time split enumeration at the start-up for batch execution</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/enumerator/StaticIcebergEnumerator.html#%3Cinit%3E(org.apache.flink.api.connector.source.SplitEnumeratorContext,org.apache.iceberg.flink.source.assigner.SplitAssigner)">StaticIcebergEnumerator(SplitEnumeratorContext&lt;IcebergSourceSplit&gt;, SplitAssigner)</a></span> - Constructor for class org.apache.iceberg.flink.source.enumerator.<a href="org/apache/iceberg/flink/source/enumerator/StaticIcebergEnumerator.html" title="class in org.apache.iceberg.flink.source.enumerator">StaticIcebergEnumerator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/StaticTableOperations.html" title="class in org.apache.iceberg"><span class="typeNameLink">StaticTableOperations</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">TableOperations implementation that provides access to metadata for a Table at some point in
time, using a table metadata location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StaticTableOperations.html#%3Cinit%3E(java.lang.String,org.apache.iceberg.io.FileIO)">StaticTableOperations(String, FileIO)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/StaticTableOperations.html" title="class in org.apache.iceberg">StaticTableOperations</a></dt>
<dd>
<div class="block">Creates a StaticTableOperations tied to a specific static version of the TableMetadata</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StaticTableOperations.html#%3Cinit%3E(java.lang.String,org.apache.iceberg.io.FileIO,org.apache.iceberg.io.LocationProvider)">StaticTableOperations(String, FileIO, LocationProvider)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/StaticTableOperations.html" title="class in org.apache.iceberg">StaticTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/FixedReservoirHistogram.html#statistics()">statistics()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/FixedReservoirHistogram.html" title="class in org.apache.iceberg.metrics">FixedReservoirHistogram</a></dt>
<dd>
<div class="block">Naive algorithm for calculating variance:
https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Histogram.html#statistics()">statistics()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Histogram.html" title="interface in org.apache.iceberg.metrics">Histogram</a></dt>
<dd>
<div class="block">Calculate the statistics of the observed values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetStatistics.html#statisticsFile()">statisticsFile()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetStatistics.html" title="class in org.apache.iceberg">MetadataUpdate.SetStatistics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/StatisticsFile.html" title="interface in org.apache.iceberg"><span class="typeNameLink">StatisticsFile</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Represents a statistics file in the Puffin format, that can be used to read table data more
efficiently.</div>
</dd>
<dt><a href="org/apache/iceberg/StatisticsFileParser.html" title="class in org.apache.iceberg"><span class="typeNameLink">StatisticsFileParser</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#statisticsFiles()">statisticsFiles()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#statisticsFiles()">statisticsFiles()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#statisticsFiles()">statisticsFiles()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#statisticsFiles()">statisticsFiles()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#statisticsFiles()">statisticsFiles()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Returns the current statistics files for the table</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#statisticsFiles()">statisticsFiles()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ReachableFileUtil.html#statisticsFilesLocations(org.apache.iceberg.Table)">statisticsFilesLocations(Table)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ReachableFileUtil.html" title="class in org.apache.iceberg">ReachableFileUtil</a></dt>
<dd>
<div class="block">Returns locations of statistics files in a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ReachableFileUtil.html#statisticsFilesLocations(org.apache.iceberg.Table,java.util.function.Predicate)">statisticsFilesLocations(Table, Predicate&lt;StatisticsFile&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ReachableFileUtil.html" title="class in org.apache.iceberg">ReachableFileUtil</a></dt>
<dd>
<div class="block">Returns locations of statistics files for a table matching the given predicate .</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ContentCache.html#stats()">stats()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io">ContentCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.html#status()">status()</a></span> - Method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.html" title="class in org.apache.iceberg.flink.source.assigner">GetSplitResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitState.html#status()">status()</a></span> - Method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitState.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplitState</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Histogram.Statistics.html#stdDev()">stdDev()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Histogram.Statistics.html" title="interface in org.apache.iceberg.metrics">Histogram.Statistics</a></dt>
<dd>
<div class="block">Returns the standard deviation of the histogram distribution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Timer.Timed.html#stop()">stop()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Timer.Timed.html" title="interface in org.apache.iceberg.metrics">Timer.Timed</a></dt>
<dd>
<div class="block">Stops the timer and records the total duration up until <a href="org/apache/iceberg/metrics/Timer.html#start()"><code>Timer.start()</code></a> was called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html#stop()">stop()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkMicroBatchStream.html" title="class in org.apache.iceberg.spark.source">SparkMicroBatchStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#stopAbortsOnFailure()">stopAbortsOnFailure()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#stopOnFailure()">stopOnFailure()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html#stopRefreshing()">stopRefreshing()</a></span> - Method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util.AuthSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#stopRetryOn(java.lang.Class...)">stopRetryOn(Class&lt;? extends Exception&gt;...)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#stopRevertsOnFailure()">stopRevertsOnFailure()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#STREAM_FROM_TIMESTAMP">STREAM_FROM_TIMESTAMP</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html#STREAM_RESULTS">STREAM_RESULTS</a></span> - Static variable in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteReachableFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html#STREAM_RESULTS">STREAM_RESULTS</a></span> - Static variable in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html" title="class in org.apache.iceberg.spark.actions">ExpireSnapshotsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html#STREAM_RESULTS_DEFAULT">STREAM_RESULTS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/DeleteReachableFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">DeleteReachableFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html#STREAM_RESULTS_DEFAULT">STREAM_RESULTS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/ExpireSnapshotsSparkAction.html" title="class in org.apache.iceberg.spark.actions">ExpireSnapshotsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#streamFromTimestamp()">streamFromTimestamp()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#streaming()">streaming()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#streaming(boolean)">streaming(boolean)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#streaming(boolean)">streaming(boolean)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#streaming(boolean)">streaming(boolean)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#STREAMING">STREAMING</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#STREAMING_MAX_FILES_PER_MICRO_BATCH">STREAMING_MAX_FILES_PER_MICRO_BATCH</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#STREAMING_MAX_ROWS_PER_MICRO_BATCH">STREAMING_MAX_ROWS_PER_MICRO_BATCH</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#STREAMING_OPTION">STREAMING_OPTION</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#STREAMING_SKIP_DELETE_SNAPSHOTS">STREAMING_SKIP_DELETE_SNAPSHOTS</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#STREAMING_SKIP_DELETE_SNAPSHOTS_DEFAULT">STREAMING_SKIP_DELETE_SNAPSHOTS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#STREAMING_SKIP_OVERWRITE_SNAPSHOTS">STREAMING_SKIP_OVERWRITE_SNAPSHOTS</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#STREAMING_SKIP_OVERWRITE_SNAPSHOTS_DEFAULT">STREAMING_SKIP_OVERWRITE_SNAPSHOTS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/StreamingDelete.html" title="class in org.apache.iceberg"><span class="typeNameLink">StreamingDelete</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block"><a href="org/apache/iceberg/DeleteFiles.html" title="interface in org.apache.iceberg"><code>Delete</code></a> implementation that avoids loading full manifests in memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StreamingDelete.html#%3Cinit%3E(java.lang.String,org.apache.iceberg.TableOperations)">StreamingDelete(String, TableOperations)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/StreamingDelete.html" title="class in org.apache.iceberg">StreamingDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/Deletes.html#streamingFilter(org.apache.iceberg.io.CloseableIterable,java.util.function.Function,org.apache.iceberg.io.CloseableIterable)">streamingFilter(CloseableIterable&lt;T&gt;, Function&lt;T, Long&gt;, CloseableIterable&lt;Long&gt;)</a></span> - Static method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/Deletes.html" title="class in org.apache.iceberg.deletes">Deletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/Deletes.html#streamingFilter(org.apache.iceberg.io.CloseableIterable,java.util.function.Function,org.apache.iceberg.io.CloseableIterable,org.apache.iceberg.deletes.DeleteCounter)">streamingFilter(CloseableIterable&lt;T&gt;, Function&lt;T, Long&gt;, CloseableIterable&lt;Long&gt;, DeleteCounter)</a></span> - Static method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/Deletes.html" title="class in org.apache.iceberg.deletes">Deletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/Deletes.html#streamingMarker(org.apache.iceberg.io.CloseableIterable,java.util.function.Function,org.apache.iceberg.io.CloseableIterable,java.util.function.Consumer)">streamingMarker(CloseableIterable&lt;T&gt;, Function&lt;T, Long&gt;, CloseableIterable&lt;Long&gt;, Consumer&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/Deletes.html" title="class in org.apache.iceberg.deletes">Deletes</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">StreamingMonitorFunction</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>
<div class="block">This is the single (non-parallel) monitoring task which takes a <a href="org/apache/iceberg/flink/source/FlinkInputFormat.html" title="class in org.apache.iceberg.flink.source"><code>FlinkInputFormat</code></a>, it is
responsible for:
Monitoring snapshots of the Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html#%3Cinit%3E(org.apache.iceberg.flink.TableLoader,org.apache.iceberg.flink.source.ScanContext)">StreamingMonitorFunction(TableLoader, ScanContext)</a></span> - Constructor for class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html" title="class in org.apache.iceberg.flink.source">StreamingMonitorFunction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/StreamingReaderOperator.html" title="class in org.apache.iceberg.flink.source"><span class="typeNameLink">StreamingReaderOperator</span></a> - Class in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>
<div class="block">The operator that reads the <a href="org/apache/iceberg/flink/source/FlinkInputSplit.html" title="class in org.apache.iceberg.flink.source"><code>splits</code></a> received from the preceding <a href="org/apache/iceberg/flink/source/StreamingMonitorFunction.html" title="class in org.apache.iceberg.flink.source"><code>StreamingMonitorFunction</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#streamingSkipDeleteSnapshots()">streamingSkipDeleteSnapshots()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#streamingSkipOverwriteSnapshots()">streamingSkipOverwriteSnapshots()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#streamingStartingStrategy()">streamingStartingStrategy()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#streamingStartingStrategy(org.apache.iceberg.flink.source.StreamingStartingStrategy)">streamingStartingStrategy(StreamingStartingStrategy)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html" title="enum in org.apache.iceberg.flink.source"><span class="typeNameLink">StreamingStartingStrategy</span></a> - Enum in <a href="org/apache/iceberg/flink/source/package-summary.html">org.apache.iceberg.flink.source</a></dt>
<dd>
<div class="block">Starting strategy for streaming execution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Projections.html#strict(org.apache.iceberg.PartitionSpec)">strict(PartitionSpec)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Projections.html" title="class in org.apache.iceberg.expressions">Projections</a></dt>
<dd>
<div class="block">Creates a strict <code>ProjectionEvaluator</code> for the <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>spec</code></a>, defaulting to
case sensitive mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Projections.html#strict(org.apache.iceberg.PartitionSpec,boolean)">strict(PartitionSpec, boolean)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Projections.html" title="class in org.apache.iceberg.expressions">Projections</a></dt>
<dd>
<div class="block">Creates a strict <code>ProjectionEvaluator</code> for the <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>spec</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/expressions/StrictMetricsEvaluator.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">StrictMetricsEvaluator</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Evaluates an <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>Expression</code></a> on a <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a> to test whether all rows in the file match.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/StrictMetricsEvaluator.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.iceberg.expressions.Expression)">StrictMetricsEvaluator(Schema, Expression)</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/StrictMetricsEvaluator.html" title="class in org.apache.iceberg.expressions">StrictMetricsEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/StrictMetricsEvaluator.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.iceberg.expressions.Expression,boolean)">StrictMetricsEvaluator(Schema, Expression, boolean)</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/StrictMetricsEvaluator.html" title="class in org.apache.iceberg.expressions">StrictMetricsEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#STRING">STRING</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#STRING">STRING</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#STRING">STRING</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringLiteralContext.html#STRING()">STRING()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TypeConstructorContext.html#STRING()">STRING()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TypeConstructorContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TypeConstructorContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringLiteralContext.html#STRING(int)">STRING(int)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html#stringArray()">stringArray()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ExpressionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#stringArray()">stringArray()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">StringArrayContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringArrayContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringArrayContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringLiteralContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ConstantContext)">StringLiteralContext(IcebergSqlExtensionsParser.ConstantContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html#stringMap()">stringMap()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ExpressionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ExpressionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#stringMap()">stringMap()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">StringMapContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.StringMapContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.StringMapContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StringReader.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor)">StringReader(ColumnDescriptor)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StringReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StringReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#strings()">strings()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#strings()">strings()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReaders.html#strings()">strings()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReaders.html" title="class in org.apache.iceberg.data.orc">GenericOrcReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#strings()">strings()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#strings(org.apache.parquet.column.ColumnDescriptor)">strings(ColumnDescriptor)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ZOrderByteUtils.html#stringToOrderedBytes(java.lang.String,int,java.nio.ByteBuffer,java.nio.charset.CharsetEncoder)">stringToOrderedBytes(String, int, ByteBuffer, CharsetEncoder)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ZOrderByteUtils.html" title="class in org.apache.iceberg.util">ZOrderByteUtils</a></dt>
<dd>
<div class="block">Strings are lexicographically sortable BUT if different byte array lengths will ruin the
Z-Ordering.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StringType.html#%3Cinit%3E()">StringType()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StringType.html" title="class in org.apache.iceberg.types">Types.StringType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTUtil.html#stripTrailingSlash(java.lang.String)">stripTrailingSlash(String)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTUtil.html" title="class in org.apache.iceberg.rest">RESTUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/LocationUtil.html#stripTrailingSlash(java.lang.String)">stripTrailingSlash(String)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/LocationUtil.html" title="class in org.apache.iceberg.util">LocationUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericRecord.html#struct()">struct()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data">GenericRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/Record.html#struct()">struct()</a></span> - Method in interface org.apache.iceberg.data.<a href="org/apache/iceberg/data/Record.html" title="interface in org.apache.iceberg.data">Record</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReaders.html#struct(java.util.List,org.apache.iceberg.types.Types.StructType,java.util.Map)">struct(List&lt;OrcValueReader&lt;?&gt;&gt;, Types.StructType, Map&lt;Integer, ?&gt;)</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReaders.html" title="class in org.apache.iceberg.data.orc">GenericOrcReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html#struct(org.apache.flink.table.types.logical.RowType,org.apache.parquet.schema.GroupType,java.util.List)">struct(RowType, GroupType, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">ParquetWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/UnionByNameVisitor.html#struct(org.apache.iceberg.types.Types.StructType,java.lang.Integer,java.util.List)">struct(Types.StructType, Integer, List&lt;Boolean&gt;)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/UnionByNameVisitor.html" title="class in org.apache.iceberg.schema">UnionByNameVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/CheckCompatibility.html#struct(org.apache.iceberg.types.Types.StructType,java.lang.Iterable)">struct(Types.StructType, Iterable&lt;List&lt;String&gt;&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/CheckCompatibility.html" title="class in org.apache.iceberg.types">CheckCompatibility</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PruneColumnsWithoutReordering.html#struct(org.apache.iceberg.types.Types.StructType,java.lang.Iterable)">struct(Types.StructType, Iterable&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PruneColumnsWithoutReordering.html" title="class in org.apache.iceberg.spark">PruneColumnsWithoutReordering</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/PruneColumnsWithReordering.html#struct(org.apache.iceberg.types.Types.StructType,java.lang.Iterable)">struct(Types.StructType, Iterable&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/PruneColumnsWithReordering.html" title="class in org.apache.iceberg.spark">PruneColumnsWithReordering</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/FixupTypes.html#struct(org.apache.iceberg.types.Types.StructType,java.lang.Iterable)">struct(Types.StructType, Iterable&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/FixupTypes.html" title="class in org.apache.iceberg.types">FixupTypes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html#struct(org.apache.iceberg.types.Types.StructType,java.lang.Iterable)">struct(Types.StructType, Iterable&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.CustomOrderSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.DescribeSchemaVisitor.html#struct(org.apache.iceberg.types.Types.StructType,java.util.List)">struct(Types.StructType, List&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.DescribeSchemaVisitor.html" title="class in org.apache.iceberg.spark">Spark3Util.DescribeSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexParents.html#struct(org.apache.iceberg.types.Types.StructType,java.util.List)">struct(Types.StructType, List&lt;Map&lt;Integer, Integer&gt;&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexParents.html" title="class in org.apache.iceberg.types">IndexParents</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/IndexByName.html#struct(org.apache.iceberg.types.Types.StructType,java.util.List)">struct(Types.StructType, List&lt;Map&lt;String, Integer&gt;&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/IndexByName.html" title="class in org.apache.iceberg.types">IndexByName</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html#struct(org.apache.iceberg.types.Types.StructType,java.util.List)">struct(Types.StructType, List&lt;ObjectInspector&gt;)</a></span> - Method in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html#struct(org.apache.iceberg.types.Types.StructType,java.util.List)">struct(Types.StructType, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types">TypeUtil.SchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedReaderBuilder.html#struct(org.apache.iceberg.types.Types.StructType,org.apache.parquet.schema.GroupType,java.util.List)">struct(Types.StructType, GroupType, List&lt;VectorizedReader&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedReaderBuilder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedReaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html#struct(org.apache.iceberg.types.Types.StructType,org.apache.parquet.schema.GroupType,java.util.List)">struct(Types.StructType, GroupType, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html" title="class in org.apache.iceberg.parquet">TypeWithSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeToMessageType.html#struct(org.apache.iceberg.types.Types.StructType,org.apache.parquet.schema.Type.Repetition,int,java.lang.String)">struct(Types.StructType, Type.Repetition, int, String)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeToMessageType.html" title="class in org.apache.iceberg.parquet">TypeToMessageType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#struct(org.apache.iceberg.types.Types.StructType,P,java.util.List)">struct(Types.StructType, P, List&lt;R&gt;)</a></span> - Method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetSchemaUtil.HasIds.html#struct(org.apache.parquet.schema.GroupType,java.util.List)">struct(GroupType, List&lt;Boolean&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetSchemaUtil.HasIds.html" title="class in org.apache.iceberg.parquet">ParquetSchemaUtil.HasIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/RemoveIds.html#struct(org.apache.parquet.schema.GroupType,java.util.List)">struct(GroupType, List&lt;Type&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/RemoveIds.html" title="class in org.apache.iceberg.parquet">RemoveIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#struct(org.apache.parquet.schema.GroupType,java.util.List)">struct(GroupType, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html#struct(org.apache.spark.sql.types.StructType,org.apache.parquet.schema.GroupType,java.util.List)">struct(StructType, GroupType, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">ParquetWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#STRUCT">STRUCT</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/StructLike.html" title="interface in org.apache.iceberg"><span class="typeNameLink">StructLike</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Interface for accessing data by position in a schema.</div>
</dd>
<dt><a href="org/apache/iceberg/util/StructLikeMap.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">StructLikeMap</span></a>&lt;<a href="org/apache/iceberg/util/StructLikeMap.html" title="type parameter in StructLikeMap">T</a>&gt; - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">StructLikeSet</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/StructLikeWrapper.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">StructLikeWrapper</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>
<div class="block">Wrapper to adapt StructLike for use in maps and sets by implementing equals and hashCode.</div>
</dd>
<dt><a href="org/apache/iceberg/util/StructProjection.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">StructProjection</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.StructReader.html#%3Cinit%3E(java.util.List,org.apache.avro.Schema)">StructReader(List&lt;ValueReader&lt;?&gt;&gt;, Schema)</a></span> - Constructor for class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.StructReader.html" title="class in org.apache.iceberg.avro">ValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.StructReader.html#%3Cinit%3E(java.util.List,org.apache.iceberg.types.Types.StructType,java.util.Map)">StructReader(List&lt;ValueReader&lt;?&gt;&gt;, Types.StructType, Map&lt;Integer, ?&gt;)</a></span> - Constructor for class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.StructReader.html" title="class in org.apache.iceberg.avro">ValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueReaders.StructReader.html#%3Cinit%3E(java.util.List,org.apache.iceberg.types.Types.StructType,java.util.Map)">StructReader(List&lt;OrcValueReader&lt;?&gt;&gt;, Types.StructType, Map&lt;Integer, ?&gt;)</a></span> - Constructor for class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueReaders.StructReader.html" title="class in org.apache.iceberg.orc">OrcValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html#%3Cinit%3E(java.util.List,java.util.List)">StructReader(List&lt;Type&gt;, List&lt;ParquetValueReader&lt;?&gt;&gt;)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.StructReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.StructReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data"><span class="typeNameLink">StructRowData</span></a> - Class in <a href="org/apache/iceberg/flink/data/package-summary.html">org.apache.iceberg.flink.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#%3Cinit%3E(org.apache.iceberg.types.Types.StructType)">StructRowData(Types.StructType)</a></span> - Constructor for class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/StructRowData.html#%3Cinit%3E(org.apache.iceberg.types.Types.StructType,org.apache.flink.types.RowKind)">StructRowData(Types.StructType, RowKind)</a></span> - Constructor for class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/StructRowData.html" title="class in org.apache.iceberg.flink.data">StructRowData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.StructWriter.html#%3Cinit%3E(java.util.List)">StructWriter(List&lt;ValueWriter&lt;?&gt;&gt;)</a></span> - Constructor for class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.StructWriter.html" title="class in org.apache.iceberg.avro">ValueWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.StructWriter.html#%3Cinit%3E(java.util.List)">StructWriter(List&lt;OrcValueWriter&lt;?&gt;&gt;)</a></span> - Constructor for class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.StructWriter.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.StructWriter.html#%3Cinit%3E(java.util.List)">StructWriter(List&lt;ParquetValueWriter&lt;?&gt;&gt;)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.StructWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/AwsProperties.html#stsClientAssumeRoleTags()">stsClientAssumeRoleTags()</a></span> - Method in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/AwsProperties.html" title="class in org.apache.iceberg.aws">AwsProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceWrapper.html#subSequence(int,int)">subSequence(int, int)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceWrapper.html" title="class in org.apache.iceberg.util">CharSequenceWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.CommitStatus.html#SUCCESS">SUCCESS</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.CommitStatus.html" title="enum in org.apache.iceberg">BaseMetastoreTableOperations.CommitStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/OutputFileFactory.Builder.html#suffix(java.lang.String)">suffix(String)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/OutputFileFactory.Builder.html" title="class in org.apache.iceberg.io">OutputFileFactory.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseRewriteManifests.html#summary()">summary()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseRewriteManifests.html" title="class in org.apache.iceberg">BaseRewriteManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/CreateSnapshotEvent.html#summary()">summary()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/CreateSnapshotEvent.html" title="class in org.apache.iceberg.events">CreateSnapshotEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#summary()">summary()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return a string map of summary data for the operation that produced this snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewVersion.html#summary()">summary()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewVersion.html" title="interface in org.apache.iceberg.view">ViewVersion</a></dt>
<dd>
<div class="block">Return the version summary</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkV2Filters.html#SUPPORTED_FUNCTIONS">SUPPORTED_FUNCTIONS</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkV2Filters.html" title="class in org.apache.iceberg.spark">SparkV2Filters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#SUPPORTED_VIEW_FORMAT_VERSION">SUPPORTED_VIEW_FORMAT_VERSION</a></span> - Static variable in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#supportedProperties()">supportedProperties()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/SupportsBulkOperations.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">SupportsBulkOperations</span></a> - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/IcebergSource.html#supportsExternalMetadata()">supportsExternalMetadata()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/IcebergSource.html" title="class in org.apache.iceberg.spark.source">IcebergSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/KmsClient.html#supportsKeyGeneration()">supportsKeyGeneration()</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/KmsClient.html" title="interface in org.apache.iceberg.encryption">KmsClient</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Some KMS systems support generation of secret keys inside the KMS server.</div>
</dd>
<dt><a href="org/apache/iceberg/catalog/SupportsNamespaces.html" title="interface in org.apache.iceberg.catalog"><span class="typeNameLink">SupportsNamespaces</span></a> - Interface in <a href="org/apache/iceberg/catalog/package-summary.html">org.apache.iceberg.catalog</a></dt>
<dd>
<div class="block">Catalog methods for working with namespaces.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergTableSource.html#supportsNestedProjection()">supportsNestedProjection()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergTableSource.html" title="class in org.apache.iceberg.flink.source">IcebergTableSource</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/SupportsPrefixOperations.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">SupportsPrefixOperations</span></a> - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">This interface is intended as an extension for FileIO implementations to provide additional
prefix based operations that may be useful in performing supporting operations.</div>
</dd>
<dt><a href="org/apache/iceberg/avro/SupportsRowPosition.html" title="interface in org.apache.iceberg.avro"><span class="typeNameLink">SupportsRowPosition</span></a> - Interface in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>
<div class="block">Interface for readers that accept a callback to determine the starting row position of an Avro
split.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Exceptions.html#suppressAndThrow(E,java.lang.Runnable)">suppressAndThrow(E, Runnable)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Exceptions.html" title="class in org.apache.iceberg.util">Exceptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Exceptions.html#suppressExceptions(E,java.lang.Runnable)">suppressExceptions(E, Runnable)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Exceptions.html" title="class in org.apache.iceberg.util">Exceptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#suppressFailureWhenFinished()">suppressFailureWhenFinished()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#suppressHistoricalSnapshots()">suppressHistoricalSnapshots()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>
<div class="block">Suppresses snapshots that are historical, removing the metadata for lazy snapshot loading.</div>
</dd>
<dt><a href="org/apache/iceberg/SystemConfigs.html" title="class in org.apache.iceberg"><span class="typeNameLink">SystemConfigs</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Configuration properties that are controlled by Java system properties or environmental variable.</div>
</dd>
<dt><a href="org/apache/iceberg/SystemConfigs.ConfigEntry.html" title="class in org.apache.iceberg"><span class="typeNameLink">SystemConfigs.ConfigEntry</span></a>&lt;<a href="org/apache/iceberg/SystemConfigs.ConfigEntry.html" title="type parameter in SystemConfigs.ConfigEntry">T</a>&gt; - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/SystemProperties.html" title="class in org.apache.iceberg"><span class="typeNameLink">SystemProperties</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use <a href="org/apache/iceberg/SystemConfigs.html" title="class in org.apache.iceberg"><code>SystemConfigs</code></a> instead; will be removed in 2.0.0</div>
</div>
</dd>
</dl>
<a id="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#T__0">T__0</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#T__0">T__0</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#T__1">T__1</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#T__1">T__1</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#T__2">T__2</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#T__2">T__2</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#T__3">T__3</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#T__3">T__3</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#T__4">T__4</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#T__4">T__4</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#table()">table()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html#table()">table()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html" title="interface in org.apache.iceberg.actions">ConvertEqualityDeleteStrategy</a></dt>
<dd>
<div class="block">Returns the table being modified by this convert strategy</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteStrategy.html#table()">table()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteStrategy.html" title="interface in org.apache.iceberg.actions">RewriteStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the table being modified by this rewrite strategy</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#table()">table()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#table()">table()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#table()">table()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BatchScan.html#table()">table()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/BatchScan.html" title="interface in org.apache.iceberg">BatchScan</a></dt>
<dd>
<div class="block">Returns the <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> from which this scan loads data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html#table()">table()</a></span> - Method in class org.apache.iceberg.mr.mapreduce.<a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html" title="class in org.apache.iceberg.mr.mapreduce">IcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#table()">table()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableScan.html#table()">table()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableScan.html" title="interface in org.apache.iceberg">TableScan</a></dt>
<dd>
<div class="block">Returns the <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> from which this scan loads data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#table()">table()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Return the <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> that this transaction will update.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#table(org.apache.hadoop.conf.Configuration,java.lang.String)">table(Configuration, String)</a></span> - Static method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>
<div class="block">Returns the Table serialized to the configuration based on the table name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#table(org.apache.iceberg.catalog.TableIdentifier)">table(TableIdentifier)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ResourcePaths.html#table(org.apache.iceberg.catalog.TableIdentifier)">table(TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest">ResourcePaths</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#table(org.apache.iceberg.Table)">table(Table)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>
<div class="block">This iceberg <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> instance is used for initializing <code>IcebergStreamWriter</code>
which will write all the records into <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a>s and emit them to downstream operator.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#table(org.apache.iceberg.Table)">table(Table)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#table(org.apache.iceberg.Table)">table(Table)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><span class="typeNameLink">Table</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Represents a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#TABLE">TABLE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#TABLE">TABLE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html#TABLE()">TABLE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.AddPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html#TABLE()">TABLE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html#TABLE()">TABLE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateOrReplaceTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateOrReplaceTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html#TABLE()">TABLE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropBranchContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropBranchContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html#TABLE()">TABLE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html#TABLE()">TABLE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html#TABLE()">TABLE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#TABLE()">TABLE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#TABLE()">TABLE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html#TABLE()">TABLE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetIdentifierFieldsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetIdentifierFieldsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html#TABLE()">TABLE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#TABLE_CATALOG_PREFIX">TABLE_CATALOG_PREFIX</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#TABLE_DEFAULT_PREFIX">TABLE_DEFAULT_PREFIX</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkConfigOptions.html#TABLE_EXEC_ICEBERG_EXPOSE_SPLIT_LOCALITY_INFO">TABLE_EXEC_ICEBERG_EXPOSE_SPLIT_LOCALITY_INFO</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkConfigOptions.html" title="class in org.apache.iceberg.flink">FlinkConfigOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkConfigOptions.html#TABLE_EXEC_ICEBERG_INFER_SOURCE_PARALLELISM">TABLE_EXEC_ICEBERG_INFER_SOURCE_PARALLELISM</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkConfigOptions.html" title="class in org.apache.iceberg.flink">FlinkConfigOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkConfigOptions.html#TABLE_EXEC_ICEBERG_INFER_SOURCE_PARALLELISM_MAX">TABLE_EXEC_ICEBERG_INFER_SOURCE_PARALLELISM_MAX</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkConfigOptions.html" title="class in org.apache.iceberg.flink">FlinkConfigOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkConfigOptions.html#TABLE_EXEC_ICEBERG_USE_FLIP27_SOURCE">TABLE_EXEC_ICEBERG_USE_FLIP27_SOURCE</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkConfigOptions.html" title="class in org.apache.iceberg.flink">FlinkConfigOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkConfigOptions.html#TABLE_EXEC_ICEBERG_WORKER_POOL_SIZE">TABLE_EXEC_ICEBERG_WORKER_POOL_SIZE</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkConfigOptions.html" title="class in org.apache.iceberg.flink">FlinkConfigOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkConfigOptions.html#TABLE_EXEC_SPLIT_ASSIGNER_TYPE">TABLE_EXEC_SPLIT_ASSIGNER_TYPE</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkConfigOptions.html" title="class in org.apache.iceberg.flink">FlinkConfigOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#TABLE_IDENTIFIER">TABLE_IDENTIFIER</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#TABLE_LOCATION">TABLE_LOCATION</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkChangelogTable.html#TABLE_NAME">TABLE_NAME</a></span> - Static variable in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkChangelogTable.html" title="class in org.apache.iceberg.spark.source">SparkChangelogTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#TABLE_OVERRIDE_PREFIX">TABLE_OVERRIDE_PREFIX</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteOptions.html#TABLE_REFRESH_INTERVAL">TABLE_REFRESH_INTERVAL</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteOptions.html" title="class in org.apache.iceberg.flink">FlinkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html#TABLE_SCAN_THEN_INCREMENTAL">TABLE_SCAN_THEN_INCREMENTAL</a></span> - org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html" title="enum in org.apache.iceberg.flink.source">StreamingStartingStrategy</a></dt>
<dd>
<div class="block">Do a regular table scan then switch to the incremental mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#TABLE_SCHEMA">TABLE_SCHEMA</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#TABLE_TYPE_PROP">TABLE_TYPE_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CachingCatalog.html#tableCache">tableCache</a></span> - Variable in class org.apache.iceberg.<a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg">CachingCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CommitTransactionRequest.html#tableChanges()">tableChanges()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CommitTransactionRequest.html" title="class in org.apache.iceberg.rest.requests">CommitTransactionRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/catalog/TableCommit.html" title="interface in org.apache.iceberg.catalog"><span class="typeNameLink">TableCommit</span></a> - Interface in <a href="org/apache/iceberg/catalog/package-summary.html">org.apache.iceberg.catalog</a></dt>
<dd>
<div class="block">This represents a commit to be applied for a single table with <a href="org/apache/iceberg/UpdateRequirement.html" title="interface in org.apache.iceberg"><code>UpdateRequirement</code></a>s to be
validated and <a href="org/apache/iceberg/MetadataUpdate.html" title="interface in org.apache.iceberg"><code>MetadataUpdate</code></a>s that have been applied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ErrorHandlers.html#tableCommitHandler()">tableCommitHandler()</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ErrorHandlers.html" title="class in org.apache.iceberg.rest">ErrorHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ErrorHandlers.html#tableErrorHandler()">tableErrorHandler()</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ErrorHandlers.html" title="class in org.apache.iceberg.rest">ErrorHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalog.html#tableExists(org.apache.flink.table.catalog.ObjectPath)">tableExists(ObjectPath)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalog.html" title="class in org.apache.iceberg.flink">FlinkCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#tableExists(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.TableIdentifier)">tableExists(SessionCatalog.SessionContext, TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Check whether table exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html#tableExists(org.apache.iceberg.catalog.TableIdentifier)">tableExists(TableIdentifier)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.AsCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog.AsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.html#tableExists(org.apache.iceberg.catalog.TableIdentifier)">tableExists(TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></dt>
<dd>
<div class="block">Check whether table exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#tableExists(org.apache.iceberg.catalog.TableIdentifier)">tableExists(TableIdentifier)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTCatalog.html#tableExists(org.apache.iceberg.catalog.TableIdentifier)">tableExists(TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTCatalog.html" title="class in org.apache.iceberg.rest">RESTCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/catalog/TableIdentifier.html" title="class in org.apache.iceberg.catalog"><span class="typeNameLink">TableIdentifier</span></a> - Class in <a href="org/apache/iceberg/catalog/package-summary.html">org.apache.iceberg.catalog</a></dt>
<dd>
<div class="block">Identifies a table in iceberg catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.TableIdentifierDeserializer.html#%3Cinit%3E()">TableIdentifierDeserializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.TableIdentifierDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.TableIdentifierDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/catalog/TableIdentifierParser.html" title="class in org.apache.iceberg.catalog"><span class="typeNameLink">TableIdentifierParser</span></a> - Class in <a href="org/apache/iceberg/catalog/package-summary.html">org.apache.iceberg.catalog</a></dt>
<dd>
<div class="block">Parses TableIdentifiers from a JSON representation, which is the JSON representation utilized in
the REST catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.TableIdentifierSerializer.html#%3Cinit%3E()">TableIdentifierSerializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.TableIdentifierSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.TableIdentifierSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#tableLoader(org.apache.iceberg.flink.TableLoader)">tableLoader(TableLoader)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>
<div class="block">The table loader is used for loading tables in <code>IcebergFilesCommitter</code> lazily, we need
this loader because <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a> is not serializable and could not just use the loaded table
from Builder#table in the remote task manager.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#tableLoader(org.apache.iceberg.flink.TableLoader)">tableLoader(TableLoader)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#tableLoader(org.apache.iceberg.flink.TableLoader)">tableLoader(TableLoader)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/TableLoader.html" title="interface in org.apache.iceberg.flink"><span class="typeNameLink">TableLoader</span></a> - Interface in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>
<div class="block">Serializable loader to load an Iceberg <a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg"><code>Table</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/TableLoader.CatalogTableLoader.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">TableLoader.CatalogTableLoader</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/flink/TableLoader.HadoopTableLoader.html" title="class in org.apache.iceberg.flink"><span class="typeNameLink">TableLoader.HadoopTableLoader</span></a> - Class in <a href="org/apache/iceberg/flink/package-summary.html">org.apache.iceberg.flink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SnapshotTable.html#tableLocation(java.lang.String)">tableLocation(String)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SnapshotTable.html" title="interface in org.apache.iceberg.actions">SnapshotTable</a></dt>
<dd>
<div class="block">Sets the table location for the newly created Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.html#tableLocation(java.lang.String)">tableLocation(String)</a></span> - Method in interface org.apache.iceberg.delta.<a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.html" title="interface in org.apache.iceberg.delta">SnapshotDeltaLakeTable</a></dt>
<dd>
<div class="block">Sets the location of the newly created Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html#tableLocation(java.lang.String)">tableLocation(String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">SnapshotTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/LoadTableResponse.html#tableMetadata()">tableMetadata()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/LoadTableResponse.html" title="class in org.apache.iceberg.rest.responses">LoadTableResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg"><span class="typeNameLink">TableMetadata</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Metadata for a table.</div>
</dd>
<dt><a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg"><span class="typeNameLink">TableMetadata.Builder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/TableMetadata.MetadataLogEntry.html" title="class in org.apache.iceberg"><span class="typeNameLink">TableMetadata.MetadataLogEntry</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/TableMetadata.SnapshotLogEntry.html" title="class in org.apache.iceberg"><span class="typeNameLink">TableMetadata.SnapshotLogEntry</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.TableMetadataDeserializer.html#%3Cinit%3E()">TableMetadataDeserializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.TableMetadataDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.TableMetadataDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg"><span class="typeNameLink">TableMetadataParser</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/TableMetadataParser.Codec.html" title="enum in org.apache.iceberg"><span class="typeNameLink">TableMetadataParser.Codec</span></a> - Enum in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.TableMetadataSerializer.html#%3Cinit%3E()">TableMetadataSerializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.TableMetadataSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.TableMetadataSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/data/TableMigrationUtil.html" title="class in org.apache.iceberg.data"><span class="typeNameLink">TableMigrationUtil</span></a> - Class in <a href="org/apache/iceberg/data/package-summary.html">org.apache.iceberg.data</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#tableName()">tableName()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>
<div class="block">The full name of the table used for logging purposes only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#tableName()">tableName()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsTableOperations.html#tableName()">tableName()</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsTableOperations.html" title="class in org.apache.iceberg.dell.ecs">EcsTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/CreateSnapshotEvent.html#tableName()">tableName()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/CreateSnapshotEvent.html" title="class in org.apache.iceberg.events">CreateSnapshotEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/IncrementalScanEvent.html#tableName()">tableName()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/IncrementalScanEvent.html" title="class in org.apache.iceberg.events">IncrementalScanEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/ScanEvent.html#tableName()">tableName()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/ScanEvent.html" title="class in org.apache.iceberg.events">ScanEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveTableOperations.html#tableName()">tableName()</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveTableOperations.html" title="class in org.apache.iceberg.hive">HiveTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitReport.html#tableName()">tableName()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitReport.html" title="interface in org.apache.iceberg.metrics">CommitReport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanReport.html#tableName()">tableName()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanReport.html" title="interface in org.apache.iceberg.metrics">ScanReport</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieTableOperations.html#tableName()">tableName()</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieTableOperations.html" title="class in org.apache.iceberg.nessie">NessieTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/TableOperations.html" title="interface in org.apache.iceberg"><span class="typeNameLink">TableOperations</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">SPI interface to abstract table metadata access and updates.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/MigrateTable.html#tableProperties(java.util.Map)">tableProperties(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/MigrateTable.html" title="interface in org.apache.iceberg.actions">MigrateTable</a></dt>
<dd>
<div class="block">Sets table properties in the newly created Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SnapshotTable.html#tableProperties(java.util.Map)">tableProperties(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SnapshotTable.html" title="interface in org.apache.iceberg.actions">SnapshotTable</a></dt>
<dd>
<div class="block">Sets table properties in the newly created Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.html#tableProperties(java.util.Map)">tableProperties(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.delta.<a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.html" title="interface in org.apache.iceberg.delta">SnapshotDeltaLakeTable</a></dt>
<dd>
<div class="block">Sets table properties in the newly created Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html#tableProperties(java.util.Map)">tableProperties(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">MigrateTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html#tableProperties(java.util.Map)">tableProperties(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">SnapshotTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg"><span class="typeNameLink">TableProperties</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/MigrateTable.html#tableProperty(java.lang.String,java.lang.String)">tableProperty(String, String)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/MigrateTable.html" title="interface in org.apache.iceberg.actions">MigrateTable</a></dt>
<dd>
<div class="block">Sets a table property in the newly created Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SnapshotTable.html#tableProperty(java.lang.String,java.lang.String)">tableProperty(String, String)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SnapshotTable.html" title="interface in org.apache.iceberg.actions">SnapshotTable</a></dt>
<dd>
<div class="block">Sets a table property in the newly created Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.html#tableProperty(java.lang.String,java.lang.String)">tableProperty(String, String)</a></span> - Method in interface org.apache.iceberg.delta.<a href="org/apache/iceberg/delta/SnapshotDeltaLakeTable.html" title="interface in org.apache.iceberg.delta">SnapshotDeltaLakeTable</a></dt>
<dd>
<div class="block">Sets a table property in the newly created Iceberg table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html#tableProperty(java.lang.String,java.lang.String)">tableProperty(String, String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/MigrateTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">MigrateTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html#tableProperty(java.lang.String,java.lang.String)">tableProperty(String, String)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SnapshotTableSparkAction.html" title="class in org.apache.iceberg.spark.actions">SnapshotTableSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#tableRefreshInterval()">tableRefreshInterval()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>
<div class="block">NOTE: This may be removed or changed in a future release.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ResourcePaths.html#tables(org.apache.iceberg.catalog.Namespace)">tables(Namespace)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest">ResourcePaths</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/Tables.html" title="interface in org.apache.iceberg"><span class="typeNameLink">Tables</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Generic interface for creating and loading a table implementation.</div>
</dd>
<dt><a href="org/apache/iceberg/TableScan.html" title="interface in org.apache.iceberg"><span class="typeNameLink">TableScan</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for configuring a table scan.</div>
</dd>
<dt><a href="org/apache/iceberg/util/TableScanUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">TableScanUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#tableSchema(org.apache.flink.table.api.TableSchema)">tableSchema(TableSchema)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#tableSchema(org.apache.hadoop.conf.Configuration)">tableSchema(Configuration)</a></span> - Static method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#tag()">tag()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.html#tag()">tag()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.html" title="class in org.apache.iceberg.flink.source">ScanContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadConf.html#tag()">tag()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadConf.html" title="class in org.apache.iceberg.spark">SparkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html#tag(java.lang.String)">tag(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkSource.Builder.html" title="class in org.apache.iceberg.flink.source">FlinkSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#tag(java.lang.String)">tag(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadOptions.html#TAG">TAG</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadOptions.html" title="class in org.apache.iceberg.flink">FlinkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#TAG">TAG</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#TAG">TAG</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#TAG">TAG</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html#TAG()">TAG()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html#TAG()">TAG()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropTagContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropTagContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#TAG()">TAG()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#tagBuilder(long)">tagBuilder(long)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html#tagOptions()">tagOptions()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.CreateReplaceTagClauseContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.CreateReplaceTagClauseContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#tagOptions()">tagOptions()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">TagOptionsContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TagOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#TARGET_DELETE_FILE_SIZE_BYTES">TARGET_DELETE_FILE_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#TARGET_FILE_SIZE_BYTES">TARGET_FILE_SIZE_BYTES</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>
<div class="block">The output file size that this rewrite strategy will attempt to generate when rewriting files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#TARGET_FILE_SIZE_BYTES">TARGET_FILE_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>
<div class="block">The target output file size that this file rewriter will attempt to generate.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteOptions.html#TARGET_FILE_SIZE_BYTES">TARGET_FILE_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteOptions.html" title="class in org.apache.iceberg.flink">FlinkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#TARGET_FILE_SIZE_BYTES">TARGET_FILE_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#targetDataFileSize()">targetDataFileSize()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#targetDataFileSize()">targetDataFileSize()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#targetDeleteFileSize()">targetDeleteFileSize()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#targetFileSize()">targetFileSize()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#targetSizeInBytes(long)">targetSizeInBytes(long)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>
<div class="block">Specify the target rewrite data file size in bytes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Scan.html#targetSplitSize()">targetSplitSize()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Scan.html" title="interface in org.apache.iceberg">Scan</a></dt>
<dd>
<div class="block">Returns the target split size for this scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html#task()">task()</a></span> - Method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html#task()">task()</a></span> - Method in class org.apache.iceberg.mr.mapreduce.<a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html" title="class in org.apache.iceberg.mr.mapreduce">IcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestsTable.html#task(org.apache.iceberg.TableScan)">task(TableScan)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestsTable.html" title="class in org.apache.iceberg">ManifestsTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/TezUtil.html#taskAttemptWrapper(org.apache.hadoop.mapred.JobConf)">taskAttemptWrapper(JobConf)</a></span> - Static method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/TezUtil.html" title="class in org.apache.iceberg.mr.hive">TezUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/TezUtil.html#taskAttemptWrapper(org.apache.hadoop.mapred.TaskAttemptID)">taskAttemptWrapper(TaskAttemptID)</a></span> - Static method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/TezUtil.html" title="class in org.apache.iceberg.mr.hive">TezUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/TaskNumDeletes.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">TaskNumDeletes</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskNumDeletes.html#%3Cinit%3E(long)">TaskNumDeletes(long)</a></span> - Constructor for class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskNumDeletes.html" title="class in org.apache.iceberg.spark.source.metrics">TaskNumDeletes</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/TaskNumSplits.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">TaskNumSplits</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskNumSplits.html#%3Cinit%3E(long)">TaskNumSplits(long)</a></span> - Constructor for class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskNumSplits.html" title="class in org.apache.iceberg.spark.source.metrics">TaskNumSplits</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html#tasks()">tasks()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseScanTaskGroup.html#tasks()">tasks()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseScanTaskGroup.html" title="class in org.apache.iceberg">BaseScanTaskGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CombinedScanTask.html#tasks()">tasks()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/CombinedScanTask.html" title="interface in org.apache.iceberg">CombinedScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MicroBatches.MicroBatch.html#tasks()">tasks()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MicroBatches.MicroBatch.html" title="class in org.apache.iceberg">MicroBatches.MicroBatch</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanTaskGroup.html#tasks()">tasks()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ScanTaskGroup.html" title="interface in org.apache.iceberg">ScanTaskGroup</a></dt>
<dd>
<div class="block">Returns scan tasks in this group.</div>
</dd>
<dt><a href="org/apache/iceberg/util/Tasks.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">Tasks</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">Tasks.Builder</span></a>&lt;<a href="org/apache/iceberg/util/Tasks.Builder.html" title="type parameter in Tasks.Builder">I</a>&gt; - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/Tasks.FailureTask.html" title="interface in org.apache.iceberg.util"><span class="typeNameLink">Tasks.FailureTask</span></a>&lt;<a href="org/apache/iceberg/util/Tasks.FailureTask.html" title="type parameter in Tasks.FailureTask">I</a>,&#8203;<a href="org/apache/iceberg/util/Tasks.FailureTask.html" title="type parameter in Tasks.FailureTask">E</a> extends java.lang.Exception&gt; - Interface in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/Tasks.Task.html" title="interface in org.apache.iceberg.util"><span class="typeNameLink">Tasks.Task</span></a>&lt;<a href="org/apache/iceberg/util/Tasks.Task.html" title="type parameter in Tasks.Task">I</a>,&#8203;<a href="org/apache/iceberg/util/Tasks.Task.html" title="type parameter in Tasks.Task">E</a> extends java.lang.Exception&gt; - Interface in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/Tasks.UnrecoverableException.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">Tasks.UnrecoverableException</span></a> - Exception in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/TaskScannedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">TaskScannedDataFiles</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/TaskScannedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">TaskScannedDataManifests</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/TaskSkippedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">TaskSkippedDataFiles</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/TaskSkippedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">TaskSkippedDataManifests</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/TaskTotalFileSize.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">TaskTotalFileSize</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/TaskTotalPlanningDuration.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">TaskTotalPlanningDuration</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/TaskWriter.html" title="interface in org.apache.iceberg.io"><span class="typeNameLink">TaskWriter</span></a>&lt;<a href="org/apache/iceberg/io/TaskWriter.html" title="type parameter in TaskWriter">T</a>&gt; - Interface in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>
<div class="block">The writer interface could accept records and provide the generated data files.</div>
</dd>
<dt><a href="org/apache/iceberg/flink/sink/TaskWriterFactory.html" title="interface in org.apache.iceberg.flink.sink"><span class="typeNameLink">TaskWriterFactory</span></a>&lt;<a href="org/apache/iceberg/flink/sink/TaskWriterFactory.html" title="type parameter in TaskWriterFactory">T</a>&gt; - Interface in <a href="org/apache/iceberg/flink/sink/package-summary.html">org.apache.iceberg.flink.sink</a></dt>
<dd>
<div class="block">Factory to create <a href="org/apache/iceberg/io/TaskWriter.html" title="interface in org.apache.iceberg.io"><code>TaskWriter</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#temp(org.apache.iceberg.TableMetadata)">temp(TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopTableOperations.html#temp(org.apache.iceberg.TableMetadata)">temp(TableMetadata)</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopTableOperations.html" title="class in org.apache.iceberg.hadoop">HadoopTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableOperations.html#temp(org.apache.iceberg.TableMetadata)">temp(TableMetadata)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableOperations.html" title="interface in org.apache.iceberg">TableOperations</a></dt>
<dd>
<div class="block">Return a temporary <a href="org/apache/iceberg/TableOperations.html" title="interface in org.apache.iceberg"><code>TableOperations</code></a> instance that uses configuration from uncommitted
metadata.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Aggregate.html#term()">term()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Aggregate.html" title="class in org.apache.iceberg.expressions">Aggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Predicate.html#term()">term()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Predicate.html" title="class in org.apache.iceberg.expressions">Predicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ExtendedParser.RawOrderField.html#term()">term()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ExtendedParser.RawOrderField.html" title="class in org.apache.iceberg.spark">ExtendedParser.RawOrderField</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Term.html" title="interface in org.apache.iceberg.expressions"><span class="typeNameLink">Term</span></a> - Interface in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">An expression that evaluates to a value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundPredicate.html#test(org.apache.iceberg.StructLike)">test(StructLike)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundPredicate.html" title="class in org.apache.iceberg.expressions">BoundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html#test(T)">test(T)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html" title="class in org.apache.iceberg.expressions">BoundLiteralPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundPredicate.html#test(T)">test(T)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundPredicate.html" title="class in org.apache.iceberg.expressions">BoundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundSetPredicate.html#test(T)">test(T)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundSetPredicate.html" title="class in org.apache.iceberg.expressions">BoundSetPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundUnaryPredicate.html#test(T)">test(T)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundUnaryPredicate.html" title="class in org.apache.iceberg.expressions">BoundUnaryPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/mr/hive/TezUtil.html" title="class in org.apache.iceberg.mr.hive"><span class="typeNameLink">TezUtil</span></a> - Class in <a href="org/apache/iceberg/mr/hive/package-summary.html">org.apache.iceberg.mr.hive</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/ThreadPools.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">ThreadPools</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#throwFailureWhenFinished()">throwFailureWhenFinished()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.Builder.html#throwFailureWhenFinished(boolean)">throwFailureWhenFinished(boolean)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.Builder.html" title="class in org.apache.iceberg.util">Tasks.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.Builder.html#throwIfLimited()">throwIfLimited()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.Builder.html" title="class in org.apache.iceberg">ScanSummary.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultTimer.html#time(java.lang.Runnable)">time(Runnable)</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultTimer.html" title="class in org.apache.iceberg.metrics">DefaultTimer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Timer.html#time(java.lang.Runnable)">time(Runnable)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Timer.html" title="interface in org.apache.iceberg.metrics">Timer</a></dt>
<dd>
<div class="block">Executes and measures the given <code>Runnable</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Timer.html#time(java.time.Duration)">time(Duration)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Timer.html" title="interface in org.apache.iceberg.metrics">Timer</a></dt>
<dd>
<div class="block">The duration to record</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultTimer.html#time(java.util.function.Supplier)">time(Supplier&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultTimer.html" title="class in org.apache.iceberg.metrics">DefaultTimer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Timer.html#time(java.util.function.Supplier)">time(Supplier&lt;T&gt;)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Timer.html" title="interface in org.apache.iceberg.metrics">Timer</a></dt>
<dd>
<div class="block">Gets the result from the given <code>Supplier</code> and measures its execution time.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.LongType.html#TIME">TIME</a></span> - org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.LongType.html" title="enum in org.apache.iceberg.orc">ORCSchemaUtil.LongType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#TIME">TIME</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultTimer.html#timeCallable(java.util.concurrent.Callable)">timeCallable(Callable&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultTimer.html" title="class in org.apache.iceberg.metrics">DefaultTimer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Timer.html#timeCallable(java.util.concurrent.Callable)">timeCallable(Callable&lt;T&gt;)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Timer.html" title="interface in org.apache.iceberg.metrics">Timer</a></dt>
<dd>
<div class="block">Executes and measures the given <code>Callable</code> and returns its result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#timeFromMicros(long)">timeFromMicros(long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultMetricsContext.html#timer(java.lang.String,java.util.concurrent.TimeUnit)">timer(String, TimeUnit)</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultMetricsContext.html" title="class in org.apache.iceberg.metrics">DefaultMetricsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.html#timer(java.lang.String,java.util.concurrent.TimeUnit)">timer(String, TimeUnit)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.html" title="interface in org.apache.iceberg.metrics">MetricsContext</a></dt>
<dd>
<div class="block">Get a named timer.</div>
</dd>
<dt><a href="org/apache/iceberg/metrics/Timer.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">Timer</span></a> - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">Generalized Timer interface for creating telemetry related instances for measuring duration of
operations.</div>
</dd>
<dt><a href="org/apache/iceberg/metrics/Timer.Timed.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">Timer.Timed</span></a> - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">A timing sample that carries internal state about the Timer's start position.</div>
</dd>
<dt><a href="org/apache/iceberg/metrics/TimerResult.html" title="interface in org.apache.iceberg.metrics"><span class="typeNameLink">TimerResult</span></a> - Interface in <a href="org/apache/iceberg/metrics/package-summary.html">org.apache.iceberg.metrics</a></dt>
<dd>
<div class="block">A serializable version of a <a href="org/apache/iceberg/metrics/Timer.html" title="interface in org.apache.iceberg.metrics"><code>Timer</code></a> that carries its result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReaders.html#times()">times()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReaders.html" title="class in org.apache.iceberg.data.orc">GenericOrcReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#times()">times()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#timestamp()">timestamp()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#TIMESTAMP">TIMESTAMP</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#TIMESTAMP_AS_OF">TIMESTAMP_AS_OF</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html#TIMESTAMP_INSPECTOR">TIMESTAMP_INSPECTOR</a></span> - Static variable in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html#TIMESTAMP_INSPECTOR_WITH_TZ">TIMESTAMP_INSPECTOR_WITH_TZ</a></span> - Static variable in class org.apache.iceberg.mr.hive.serde.objectinspector.<a href="org/apache/iceberg/mr/hive/serde/objectinspector/IcebergObjectInspector.html" title="class in org.apache.iceberg.mr.hive.serde.objectinspector">IcebergObjectInspector</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#timestampFromMicros(long)">timestampFromMicros(long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#timestampInt96BatchReader()">timestampInt96BatchReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.TimestampInt96BatchReader.html#%3Cinit%3E()">TimestampInt96BatchReader()</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.TimestampInt96BatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.TimestampInt96BatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html#timestampInt96DictEncodedReader()">timestampInt96DictEncodedReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedDictionaryEncodedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/HistoryEntry.html#timestampMillis()">timestampMillis()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/HistoryEntry.html" title="interface in org.apache.iceberg">HistoryEntry</a></dt>
<dd>
<div class="block">Returns the timestamp in milliseconds of the change.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Snapshot.html#timestampMillis()">timestampMillis()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Snapshot.html" title="interface in org.apache.iceberg">Snapshot</a></dt>
<dd>
<div class="block">Return this snapshot's timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.MetadataLogEntry.html#timestampMillis()">timestampMillis()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.MetadataLogEntry.html" title="class in org.apache.iceberg">TableMetadata.MetadataLogEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.SnapshotLogEntry.html#timestampMillis()">timestampMillis()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.SnapshotLogEntry.html" title="class in org.apache.iceberg">TableMetadata.SnapshotLogEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewHistoryEntry.html#timestampMillis()">timestampMillis()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewHistoryEntry.html" title="interface in org.apache.iceberg.view">ViewHistoryEntry</a></dt>
<dd>
<div class="block">Return the timestamp in milliseconds of the change</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewVersion.html#timestampMillis()">timestampMillis()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewVersion.html" title="interface in org.apache.iceberg.view">ViewVersion</a></dt>
<dd>
<div class="block">Return this version's timestamp.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#timestampMillisBatchReader()">timestampMillisBatchReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.TimestampMillisBatchReader.html#%3Cinit%3E()">TimestampMillisBatchReader()</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.TimestampMillisBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.TimestampMillisBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html#timestampMillisDictEncodedReader()">timestampMillisDictEncodedReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedDictionaryEncodedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampNtzToDaysFunction.html#%3Cinit%3E()">TimestampNtzToDaysFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampNtzToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.TimestampNtzToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html#%3Cinit%3E()">TimestampNtzToHoursFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampNtzToHoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction.TimestampNtzToHoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampNtzToMonthsFunction.html#%3Cinit%3E()">TimestampNtzToMonthsFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampNtzToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.TimestampNtzToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampNtzToYearsFunction.html#%3Cinit%3E()">TimestampNtzToYearsFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampNtzToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.TimestampNtzToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReaders.html#timestamps()">timestamps()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReaders.html" title="class in org.apache.iceberg.data.orc">GenericOrcReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampToDaysFunction.html#%3Cinit%3E()">TimestampToDaysFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/DaysFunction.TimestampToDaysFunction.html" title="class in org.apache.iceberg.spark.functions">DaysFunction.TimestampToDaysFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html#%3Cinit%3E()">TimestampToHoursFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/HoursFunction.TimestampToHoursFunction.html" title="class in org.apache.iceberg.spark.functions">HoursFunction.TimestampToHoursFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampToMonthsFunction.html#%3Cinit%3E()">TimestampToMonthsFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/MonthsFunction.TimestampToMonthsFunction.html" title="class in org.apache.iceberg.spark.functions">MonthsFunction.TimestampToMonthsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampToYearsFunction.html#%3Cinit%3E()">TimestampToYearsFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampToYearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction.TimestampToYearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#timestampTz()">timestampTz()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DateTimeUtil.html#timestamptzFromMicros(long)">timestamptzFromMicros(long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DateTimeUtil.html" title="class in org.apache.iceberg.util">DateTimeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReaders.html#timestampTzs()">timestampTzs()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReaders.html" title="class in org.apache.iceberg.data.orc">GenericOrcReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkOrcValueReaders.html#timestampTzs()">timestampTzs()</a></span> - Static method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkOrcValueReaders.html" title="class in org.apache.iceberg.spark.data">SparkOrcValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/TimerResult.html#timeUnit()">timeUnit()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/TimerResult.html" title="interface in org.apache.iceberg.metrics">TimerResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html#timeUnit()">timeUnit()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.MaxSnapshotAgeContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.MaxSnapshotAgeContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html#timeUnit()">timeUnit()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.RefRetainContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.RefRetainContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#timeUnit()">timeUnit()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">TimeUnitContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TimeUnitContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TimeUnitContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#TINYINT_LITERAL">TINYINT_LITERAL</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#TINYINT_LITERAL">TINYINT_LITERAL</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TinyIntLiteralContext.html#TINYINT_LITERAL()">TINYINT_LITERAL()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TinyIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TinyIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TinyIntLiteralContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumberContext)">TinyIntLiteralContext(IcebergSqlExtensionsParser.NumberContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TinyIntLiteralContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TinyIntLiteralContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#tinyints()">tinyints()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.html#tinyints(org.apache.parquet.column.ColumnDescriptor)">tinyints(ColumnDescriptor)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ZOrderByteUtils.html#tinyintToOrderedBytes(byte,java.nio.ByteBuffer)">tinyintToOrderedBytes(byte, ByteBuffer)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ZOrderByteUtils.html" title="class in org.apache.iceberg.util">ZOrderByteUtils</a></dt>
<dd>
<div class="block">Signed tiny ints are treated the same as the signed ints in <a href="org/apache/iceberg/util/ZOrderByteUtils.html#intToOrderedBytes(int,java.nio.ByteBuffer)"><code>ZOrderByteUtils.intToOrderedBytes(int,
ByteBuffer)</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Literal.html#to(org.apache.iceberg.types.Type)">to(Type)</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions">Literal</a></dt>
<dd>
<div class="block">Converts this literal to a literal of the given type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#toArray()">toArray()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#toArray()">toArray()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#toArray()">toArray()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#toArray(T%5B%5D)">toArray(T[])</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#toArray(T%5B%5D)">toArray(T[])</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeSet.html#toArray(T%5B%5D)">toArray(T[])</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeSet.html" title="class in org.apache.iceberg.util">StructLikeSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/DictEncodedArrowConverter.html#toArrowVector(org.apache.iceberg.arrow.vectorized.VectorHolder,org.apache.iceberg.arrow.vectorized.ArrowVectorAccessor)">toArrowVector(VectorHolder, ArrowVectorAccessor&lt;?, String, ?, ?&gt;)</a></span> - Static method in class org.apache.iceberg.arrow.<a href="org/apache/iceberg/arrow/DictEncodedArrowConverter.html" title="class in org.apache.iceberg.arrow">DictEncodedArrowConverter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkPositionDeletesRewrite.html#toBatch()">toBatch()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkPositionDeletesRewrite.html" title="class in org.apache.iceberg.spark.source">SparkPositionDeletesRewrite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseOverwriteFiles.html#toBranch(java.lang.String)">toBranch(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseOverwriteFiles.html" title="class in org.apache.iceberg">BaseOverwriteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplacePartitions.html#toBranch(java.lang.String)">toBranch(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplacePartitions.html" title="class in org.apache.iceberg">BaseReplacePartitions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#toBranch(java.lang.String)">toBranch(String)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotUpdate.html#toBranch(java.lang.String)">toBranch(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/SnapshotUpdate.html" title="interface in org.apache.iceberg">SnapshotUpdate</a></dt>
<dd>
<div class="block">Perform operations on a particular branch</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StreamingDelete.html#toBranch(java.lang.String)">toBranch(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/StreamingDelete.html" title="class in org.apache.iceberg">StreamingDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html#toByteArray()">toByteArray()</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html" title="class in org.apache.iceberg.inmemory">InMemoryOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ByteBuffers.html#toByteArray(java.nio.ByteBuffer)">toByteArray(ByteBuffer)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ByteBuffers.html" title="class in org.apache.iceberg.util">ByteBuffers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Literal.html#toByteBuffer()">toByteBuffer()</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions">Literal</a></dt>
<dd>
<div class="block">Serializes the value wrapped by this literal to binary using the single-value serialization
format described in the Iceberg table specification.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Conversions.html#toByteBuffer(org.apache.iceberg.types.Type.TypeID,java.lang.Object)">toByteBuffer(Type.TypeID, Object)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Conversions.html" title="class in org.apache.iceberg.types">Conversions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Conversions.html#toByteBuffer(org.apache.iceberg.types.Type,java.lang.Object)">toByteBuffer(Type, Object)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Conversions.html" title="class in org.apache.iceberg.types">Conversions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/PropertiesSerDesUtil.html#toBytes(java.util.Map)">toBytes(Map&lt;String, String&gt;)</a></span> - Static method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/PropertiesSerDesUtil.html" title="class in org.apache.iceberg.dell.ecs">PropertiesSerDesUtil</a></dt>
<dd>
<div class="block">Write properties, the version is <a href="org/apache/iceberg/dell/ecs/PropertiesSerDesUtil.html#currentVersion()"><code>PropertiesSerDesUtil.currentVersion()</code></a></div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkUtil.html#toColumnName(org.apache.spark.sql.connector.expressions.NamedReference)">toColumnName(NamedReference)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkUtil.html" title="class in org.apache.iceberg.spark">SparkUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DataWriter.html#toDataFile()">toDataFile()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DataWriter.html" title="class in org.apache.iceberg.io">DataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html#toDeleteFile()">toDeleteFile()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html" title="class in org.apache.iceberg.deletes">EqualityDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDeleteWriter.html#toDeleteFile()">toDeleteFile()</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDeleteWriter.html" title="class in org.apache.iceberg.deletes">PositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Days.html#toEnum(org.apache.iceberg.types.Type)">toEnum(Type)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Days.html" title="class in org.apache.iceberg.transforms">Days</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Hours.html#toEnum(org.apache.iceberg.types.Type)">toEnum(Type)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Hours.html" title="class in org.apache.iceberg.transforms">Hours</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Months.html#toEnum(org.apache.iceberg.types.Type)">toEnum(Type)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Months.html" title="class in org.apache.iceberg.transforms">Months</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/Deletes.html#toEqualitySet(org.apache.iceberg.io.CloseableIterable,org.apache.iceberg.types.Types.StructType)">toEqualitySet(CloseableIterable&lt;StructLike&gt;, Types.StructType)</a></span> - Static method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/Deletes.html" title="class in org.apache.iceberg.deletes">Deletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/UUIDConversion.html#toFixed(java.util.UUID,org.apache.avro.Schema,org.apache.avro.LogicalType)">toFixed(UUID, Schema, LogicalType)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/UUIDConversion.html" title="class in org.apache.iceberg.avro">UUIDConversion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Days.html#toHumanString(org.apache.iceberg.types.Type,java.lang.Integer)">toHumanString(Type, Integer)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Days.html" title="class in org.apache.iceberg.transforms">Days</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Hours.html#toHumanString(org.apache.iceberg.types.Type,java.lang.Integer)">toHumanString(Type, Integer)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Hours.html" title="class in org.apache.iceberg.transforms">Hours</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Months.html#toHumanString(org.apache.iceberg.types.Type,java.lang.Integer)">toHumanString(Type, Integer)</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Months.html" title="class in org.apache.iceberg.transforms">Months</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transform.html#toHumanString(org.apache.iceberg.types.Type,T)">toHumanString(Type, T)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms">Transform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transform.html#toHumanString(T)">toHumanString(T)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms">Transform</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transform.html#toHumanString(org.apache.iceberg.types.Type,T)"><code>Transform.toHumanString(Type, Object)</code></a> instead; will be removed in 2.0.0</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#toIceberg(org.apache.avro.Schema)">toIceberg(Schema)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#toIcebergTable(org.apache.spark.sql.connector.catalog.Table)">toIcebergTable(Table)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#toIcebergTerm(org.apache.spark.sql.connector.expressions.Expression)">toIcebergTerm(Expression)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3OutputFile.html#toInputFile()">toInputFile()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3OutputFile.html" title="class in org.apache.iceberg.aws.s3">S3OutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmOutputFile.html#toInputFile()">toInputFile()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmOutputFile.html" title="class in org.apache.iceberg.encryption">AesGcmOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#toInputFile()">toInputFile()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html#toInputFile()">toInputFile()</a></span> - Method in class org.apache.iceberg.inmemory.<a href="org/apache/iceberg/inmemory/InMemoryOutputFile.html" title="class in org.apache.iceberg.inmemory">InMemoryOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/OutputFile.html#toInputFile()">toInputFile()</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/OutputFile.html" title="interface in org.apache.iceberg.io">OutputFile</a></dt>
<dd>
<div class="block">Return an <a href="org/apache/iceberg/io/InputFile.html" title="interface in org.apache.iceberg.io"><code>InputFile</code></a> for the location of this output file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#toIntArray(java.util.List)">toIntArray(List&lt;Integer&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#toIntList(int%5B%5D)">toIntList(int[])</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignRequestParser.html#toJson(org.apache.iceberg.aws.s3.signer.S3SignRequest)">toJson(S3SignRequest)</a></span> - Static method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignRequestParser.html" title="class in org.apache.iceberg.aws.s3.signer">S3SignRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignRequestParser.html#toJson(org.apache.iceberg.aws.s3.signer.S3SignRequest,boolean)">toJson(S3SignRequest, boolean)</a></span> - Static method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignRequestParser.html" title="class in org.apache.iceberg.aws.s3.signer">S3SignRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignRequestParser.html#toJson(org.apache.iceberg.aws.s3.signer.S3SignRequest,com.fasterxml.jackson.core.JsonGenerator)">toJson(S3SignRequest, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignRequestParser.html" title="class in org.apache.iceberg.aws.s3.signer">S3SignRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignResponseParser.html#toJson(org.apache.iceberg.aws.s3.signer.S3SignResponse)">toJson(S3SignResponse)</a></span> - Static method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignResponseParser.html" title="class in org.apache.iceberg.aws.s3.signer">S3SignResponseParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignResponseParser.html#toJson(org.apache.iceberg.aws.s3.signer.S3SignResponse,boolean)">toJson(S3SignResponse, boolean)</a></span> - Static method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignResponseParser.html" title="class in org.apache.iceberg.aws.s3.signer">S3SignResponseParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignResponseParser.html#toJson(org.apache.iceberg.aws.s3.signer.S3SignResponse,com.fasterxml.jackson.core.JsonGenerator)">toJson(S3SignResponse, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignResponseParser.html" title="class in org.apache.iceberg.aws.s3.signer">S3SignResponseParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifierParser.html#toJson(org.apache.iceberg.catalog.TableIdentifier)">toJson(TableIdentifier)</a></span> - Static method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifierParser.html" title="class in org.apache.iceberg.catalog">TableIdentifierParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifierParser.html#toJson(org.apache.iceberg.catalog.TableIdentifier,boolean)">toJson(TableIdentifier, boolean)</a></span> - Static method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifierParser.html" title="class in org.apache.iceberg.catalog">TableIdentifierParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifierParser.html#toJson(org.apache.iceberg.catalog.TableIdentifier,com.fasterxml.jackson.core.JsonGenerator)">toJson(TableIdentifier, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifierParser.html" title="class in org.apache.iceberg.catalog">TableIdentifierParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionParser.html#toJson(org.apache.iceberg.expressions.Expression)">toJson(Expression)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionParser.html" title="class in org.apache.iceberg.expressions">ExpressionParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionParser.html#toJson(org.apache.iceberg.expressions.Expression,boolean)">toJson(Expression, boolean)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionParser.html" title="class in org.apache.iceberg.expressions">ExpressionParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionParser.html#toJson(org.apache.iceberg.expressions.Expression,com.fasterxml.jackson.core.JsonGenerator)">toJson(Expression, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionParser.html" title="class in org.apache.iceberg.expressions">ExpressionParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileScanTaskParser.html#toJson(org.apache.iceberg.FileScanTask)">toJson(FileScanTask)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/FileScanTaskParser.html" title="class in org.apache.iceberg">FileScanTaskParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIOParser.html#toJson(org.apache.iceberg.io.FileIO)">toJson(FileIO)</a></span> - Static method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIOParser.html" title="class in org.apache.iceberg.io">FileIOParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIOParser.html#toJson(org.apache.iceberg.io.FileIO,boolean)">toJson(FileIO, boolean)</a></span> - Static method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIOParser.html" title="class in org.apache.iceberg.io">FileIOParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/NameMappingParser.html#toJson(org.apache.iceberg.mapping.NameMapping)">toJson(NameMapping)</a></span> - Static method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/NameMappingParser.html" title="class in org.apache.iceberg.mapping">NameMappingParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdateParser.html#toJson(org.apache.iceberg.MetadataUpdate)">toJson(MetadataUpdate)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdateParser.html" title="class in org.apache.iceberg">MetadataUpdateParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdateParser.html#toJson(org.apache.iceberg.MetadataUpdate,boolean)">toJson(MetadataUpdate, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdateParser.html" title="class in org.apache.iceberg">MetadataUpdateParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdateParser.html#toJson(org.apache.iceberg.MetadataUpdate,com.fasterxml.jackson.core.JsonGenerator)">toJson(MetadataUpdate, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdateParser.html" title="class in org.apache.iceberg">MetadataUpdateParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitReportParser.html#toJson(org.apache.iceberg.metrics.CommitReport)">toJson(CommitReport)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitReportParser.html" title="class in org.apache.iceberg.metrics">CommitReportParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitReportParser.html#toJson(org.apache.iceberg.metrics.CommitReport,boolean)">toJson(CommitReport, boolean)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitReportParser.html" title="class in org.apache.iceberg.metrics">CommitReportParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitReportParser.html#toJson(org.apache.iceberg.metrics.CommitReport,com.fasterxml.jackson.core.JsonGenerator)">toJson(CommitReport, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitReportParser.html" title="class in org.apache.iceberg.metrics">CommitReportParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanReportParser.html#toJson(org.apache.iceberg.metrics.ScanReport)">toJson(ScanReport)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanReportParser.html" title="class in org.apache.iceberg.metrics">ScanReportParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanReportParser.html#toJson(org.apache.iceberg.metrics.ScanReport,boolean)">toJson(ScanReport, boolean)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanReportParser.html" title="class in org.apache.iceberg.metrics">ScanReportParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanReportParser.html#toJson(org.apache.iceberg.metrics.ScanReport,com.fasterxml.jackson.core.JsonGenerator)">toJson(ScanReport, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanReportParser.html" title="class in org.apache.iceberg.metrics">ScanReportParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpecParser.html#toJson(org.apache.iceberg.PartitionSpec)">toJson(PartitionSpec)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpecParser.html" title="class in org.apache.iceberg">PartitionSpecParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpecParser.html#toJson(org.apache.iceberg.PartitionSpec,boolean)">toJson(PartitionSpec, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpecParser.html" title="class in org.apache.iceberg">PartitionSpecParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpecParser.html#toJson(org.apache.iceberg.PartitionSpec,com.fasterxml.jackson.core.JsonGenerator)">toJson(PartitionSpec, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpecParser.html" title="class in org.apache.iceberg">PartitionSpecParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/FileMetadataParser.html#toJson(org.apache.iceberg.puffin.FileMetadata,boolean)">toJson(FileMetadata, boolean)</a></span> - Static method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/FileMetadataParser.html" title="class in org.apache.iceberg.puffin">FileMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CommitTransactionRequestParser.html#toJson(org.apache.iceberg.rest.requests.CommitTransactionRequest)">toJson(CommitTransactionRequest)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CommitTransactionRequestParser.html" title="class in org.apache.iceberg.rest.requests">CommitTransactionRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CommitTransactionRequestParser.html#toJson(org.apache.iceberg.rest.requests.CommitTransactionRequest,boolean)">toJson(CommitTransactionRequest, boolean)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CommitTransactionRequestParser.html" title="class in org.apache.iceberg.rest.requests">CommitTransactionRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CommitTransactionRequestParser.html#toJson(org.apache.iceberg.rest.requests.CommitTransactionRequest,com.fasterxml.jackson.core.JsonGenerator)">toJson(CommitTransactionRequest, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CommitTransactionRequestParser.html" title="class in org.apache.iceberg.rest.requests">CommitTransactionRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RegisterTableRequestParser.html#toJson(org.apache.iceberg.rest.requests.RegisterTableRequest)">toJson(RegisterTableRequest)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RegisterTableRequestParser.html" title="class in org.apache.iceberg.rest.requests">RegisterTableRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RegisterTableRequestParser.html#toJson(org.apache.iceberg.rest.requests.RegisterTableRequest,boolean)">toJson(RegisterTableRequest, boolean)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RegisterTableRequestParser.html" title="class in org.apache.iceberg.rest.requests">RegisterTableRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RegisterTableRequestParser.html#toJson(org.apache.iceberg.rest.requests.RegisterTableRequest,com.fasterxml.jackson.core.JsonGenerator)">toJson(RegisterTableRequest, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RegisterTableRequestParser.html" title="class in org.apache.iceberg.rest.requests">RegisterTableRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequestParser.html#toJson(org.apache.iceberg.rest.requests.ReportMetricsRequest)">toJson(ReportMetricsRequest)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequestParser.html" title="class in org.apache.iceberg.rest.requests">ReportMetricsRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequestParser.html#toJson(org.apache.iceberg.rest.requests.ReportMetricsRequest,boolean)">toJson(ReportMetricsRequest, boolean)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequestParser.html" title="class in org.apache.iceberg.rest.requests">ReportMetricsRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequestParser.html#toJson(org.apache.iceberg.rest.requests.ReportMetricsRequest,com.fasterxml.jackson.core.JsonGenerator)">toJson(ReportMetricsRequest, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequestParser.html" title="class in org.apache.iceberg.rest.requests">ReportMetricsRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequestParser.html#toJson(org.apache.iceberg.rest.requests.UpdateTableRequest)">toJson(UpdateTableRequest)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequestParser.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateRequirementParser.html#toJson(org.apache.iceberg.rest.requests.UpdateTableRequest.UpdateRequirement)">toJson(UpdateTableRequest.UpdateRequirement)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateRequirementParser.html" title="class in org.apache.iceberg.rest.requests">UpdateRequirementParser</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateRequirementParser.html#toJson(org.apache.iceberg.rest.requests.UpdateTableRequest.UpdateRequirement,boolean)">toJson(UpdateTableRequest.UpdateRequirement, boolean)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateRequirementParser.html" title="class in org.apache.iceberg.rest.requests">UpdateRequirementParser</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateRequirementParser.html#toJson(org.apache.iceberg.rest.requests.UpdateTableRequest.UpdateRequirement,com.fasterxml.jackson.core.JsonGenerator)">toJson(UpdateTableRequest.UpdateRequirement, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateRequirementParser.html" title="class in org.apache.iceberg.rest.requests">UpdateRequirementParser</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequestParser.html#toJson(org.apache.iceberg.rest.requests.UpdateTableRequest,boolean)">toJson(UpdateTableRequest, boolean)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequestParser.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequestParser.html#toJson(org.apache.iceberg.rest.requests.UpdateTableRequest,com.fasterxml.jackson.core.JsonGenerator)">toJson(UpdateTableRequest, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequestParser.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequestParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponseParser.html#toJson(org.apache.iceberg.rest.responses.ErrorResponse)">toJson(ErrorResponse)</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponseParser.html" title="class in org.apache.iceberg.rest.responses">ErrorResponseParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponseParser.html#toJson(org.apache.iceberg.rest.responses.ErrorResponse,boolean)">toJson(ErrorResponse, boolean)</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponseParser.html" title="class in org.apache.iceberg.rest.responses">ErrorResponseParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponseParser.html#toJson(org.apache.iceberg.rest.responses.ErrorResponse,com.fasterxml.jackson.core.JsonGenerator)">toJson(ErrorResponse, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponseParser.html" title="class in org.apache.iceberg.rest.responses">ErrorResponseParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SchemaParser.html#toJson(org.apache.iceberg.Schema)">toJson(Schema)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SchemaParser.html" title="class in org.apache.iceberg">SchemaParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SchemaParser.html#toJson(org.apache.iceberg.Schema,boolean)">toJson(Schema, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SchemaParser.html" title="class in org.apache.iceberg">SchemaParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SchemaParser.html#toJson(org.apache.iceberg.Schema,com.fasterxml.jackson.core.JsonGenerator)">toJson(Schema, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SchemaParser.html" title="class in org.apache.iceberg">SchemaParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotParser.html#toJson(org.apache.iceberg.Snapshot)">toJson(Snapshot)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotParser.html" title="class in org.apache.iceberg">SnapshotParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotParser.html#toJson(org.apache.iceberg.Snapshot,boolean)">toJson(Snapshot, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotParser.html" title="class in org.apache.iceberg">SnapshotParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRefParser.html#toJson(org.apache.iceberg.SnapshotRef)">toJson(SnapshotRef)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRefParser.html" title="class in org.apache.iceberg">SnapshotRefParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRefParser.html#toJson(org.apache.iceberg.SnapshotRef,boolean)">toJson(SnapshotRef, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRefParser.html" title="class in org.apache.iceberg">SnapshotRefParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRefParser.html#toJson(org.apache.iceberg.SnapshotRef,com.fasterxml.jackson.core.JsonGenerator)">toJson(SnapshotRef, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRefParser.html" title="class in org.apache.iceberg">SnapshotRefParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderParser.html#toJson(org.apache.iceberg.SortOrder)">toJson(SortOrder)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrderParser.html" title="class in org.apache.iceberg">SortOrderParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderParser.html#toJson(org.apache.iceberg.SortOrder,boolean)">toJson(SortOrder, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrderParser.html" title="class in org.apache.iceberg">SortOrderParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderParser.html#toJson(org.apache.iceberg.SortOrder,com.fasterxml.jackson.core.JsonGenerator)">toJson(SortOrder, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrderParser.html" title="class in org.apache.iceberg">SortOrderParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StatisticsFileParser.html#toJson(org.apache.iceberg.StatisticsFile)">toJson(StatisticsFile)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/StatisticsFileParser.html" title="class in org.apache.iceberg">StatisticsFileParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StatisticsFileParser.html#toJson(org.apache.iceberg.StatisticsFile,boolean)">toJson(StatisticsFile, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/StatisticsFileParser.html" title="class in org.apache.iceberg">StatisticsFileParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StatisticsFileParser.html#toJson(org.apache.iceberg.StatisticsFile,com.fasterxml.jackson.core.JsonGenerator)">toJson(StatisticsFile, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/StatisticsFileParser.html" title="class in org.apache.iceberg">StatisticsFileParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#toJson(org.apache.iceberg.TableMetadata)">toJson(TableMetadata)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#toJson(org.apache.iceberg.TableMetadata,com.fasterxml.jackson.core.JsonGenerator)">toJson(TableMetadata, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SingleValueParser.html#toJson(org.apache.iceberg.types.Type,java.lang.Object)">toJson(Type, Object)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SingleValueParser.html" title="class in org.apache.iceberg">SingleValueParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SingleValueParser.html#toJson(org.apache.iceberg.types.Type,java.lang.Object,boolean)">toJson(Type, Object, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SingleValueParser.html" title="class in org.apache.iceberg">SingleValueParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SingleValueParser.html#toJson(org.apache.iceberg.types.Type,java.lang.Object,com.fasterxml.jackson.core.JsonGenerator)">toJson(Type, Object, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SingleValueParser.html" title="class in org.apache.iceberg">SingleValueParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpecParser.html#toJson(org.apache.iceberg.UnboundPartitionSpec)">toJson(UnboundPartitionSpec)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpecParser.html" title="class in org.apache.iceberg">PartitionSpecParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpecParser.html#toJson(org.apache.iceberg.UnboundPartitionSpec,boolean)">toJson(UnboundPartitionSpec, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpecParser.html" title="class in org.apache.iceberg">PartitionSpecParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpecParser.html#toJson(org.apache.iceberg.UnboundPartitionSpec,com.fasterxml.jackson.core.JsonGenerator)">toJson(UnboundPartitionSpec, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpecParser.html" title="class in org.apache.iceberg">PartitionSpecParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderParser.html#toJson(org.apache.iceberg.UnboundSortOrder)">toJson(UnboundSortOrder)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrderParser.html" title="class in org.apache.iceberg">SortOrderParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderParser.html#toJson(org.apache.iceberg.UnboundSortOrder,boolean)">toJson(UnboundSortOrder, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrderParser.html" title="class in org.apache.iceberg">SortOrderParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrderParser.html#toJson(org.apache.iceberg.UnboundSortOrder,com.fasterxml.jackson.core.JsonGenerator)">toJson(UnboundSortOrder, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrderParser.html" title="class in org.apache.iceberg">SortOrderParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirementParser.html#toJson(org.apache.iceberg.UpdateRequirement)">toJson(UpdateRequirement)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirementParser.html" title="class in org.apache.iceberg">UpdateRequirementParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirementParser.html#toJson(org.apache.iceberg.UpdateRequirement,boolean)">toJson(UpdateRequirement, boolean)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirementParser.html" title="class in org.apache.iceberg">UpdateRequirementParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirementParser.html#toJson(org.apache.iceberg.UpdateRequirement,com.fasterxml.jackson.core.JsonGenerator)">toJson(UpdateRequirement, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirementParser.html" title="class in org.apache.iceberg">UpdateRequirementParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadataParser.html#toJson(org.apache.iceberg.view.ViewMetadata)">toJson(ViewMetadata)</a></span> - Static method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadataParser.html" title="class in org.apache.iceberg.view">ViewMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadataParser.html#toJson(org.apache.iceberg.view.ViewMetadata,boolean)">toJson(ViewMetadata, boolean)</a></span> - Static method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadataParser.html" title="class in org.apache.iceberg.view">ViewMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewVersionParser.html#toJson(org.apache.iceberg.view.ViewVersion,com.fasterxml.jackson.core.JsonGenerator)">toJson(ViewVersion, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewVersionParser.html" title="class in org.apache.iceberg.view">ViewVersionParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitReportParser.html#toJsonWithoutStartEnd(org.apache.iceberg.metrics.CommitReport,com.fasterxml.jackson.core.JsonGenerator)">toJsonWithoutStartEnd(CommitReport, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitReportParser.html" title="class in org.apache.iceberg.metrics">CommitReportParser</a></dt>
<dd>
<div class="block">This serializes the <a href="org/apache/iceberg/metrics/CommitReport.html" title="interface in org.apache.iceberg.metrics"><code>CommitReport</code></a> without writing a start/end object and is mainly used
by <a href="org/apache/iceberg/rest/requests/ReportMetricsRequestParser.html" title="class in org.apache.iceberg.rest.requests"><code>ReportMetricsRequestParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanReportParser.html#toJsonWithoutStartEnd(org.apache.iceberg.metrics.ScanReport,com.fasterxml.jackson.core.JsonGenerator)">toJsonWithoutStartEnd(ScanReport, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanReportParser.html" title="class in org.apache.iceberg.metrics">ScanReportParser</a></dt>
<dd>
<div class="block">This serializes the <a href="org/apache/iceberg/metrics/ScanReport.html" title="interface in org.apache.iceberg.metrics"><code>ScanReport</code></a> without writing a start/end object and is mainly used by
<a href="org/apache/iceberg/rest/requests/ReportMetricsRequestParser.html" title="class in org.apache.iceberg.rest.requests"><code>ReportMetricsRequestParser</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html#token()">token()</a></span> - Method in class org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.html" title="class in org.apache.iceberg.aws.s3.signer">S3V4RestSignerClient</a></dt>
<dd>
<div class="block">A Bearer token supplier which will be used for interaction with the server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html#token()">token()</a></span> - Method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util.AuthSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html#token()">token()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html" title="class in org.apache.iceberg.rest.responses">OAuthTokenResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#TOKEN">TOKEN</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>
<div class="block">A Bearer token which will be used for interaction with the server.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#TOKEN_EXPIRES_IN_MS">TOKEN_EXPIRES_IN_MS</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>
<div class="block">Interval in milliseconds to wait before attempting to exchange the configured catalog Bearer
token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#TOKEN_EXPIRES_IN_MS_DEFAULT">TOKEN_EXPIRES_IN_MS_DEFAULT</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#TOKEN_REFRESH_ENABLED">TOKEN_REFRESH_ENABLED</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>
<div class="block">Controls whether a token should be refreshed if information about its expiration time is
available</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#TOKEN_REFRESH_ENABLED_DEFAULT">TOKEN_REFRESH_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#tokenNames">tokenNames</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#VOCABULARY"><code>IcebergSqlExtensionsLexer.VOCABULARY</code></a> instead.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#tokenNames">tokenNames</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#VOCABULARY"><code>IcebergSqlExtensionsParser.VOCABULARY</code></a> instead.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.html#tokenResponseFromJson(com.fasterxml.jackson.databind.JsonNode)">tokenResponseFromJson(JsonNode)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.html#tokenResponseFromJson(java.lang.String)">tokenResponseFromJson(String)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.html#tokenResponseToJson(org.apache.iceberg.rest.responses.OAuthTokenResponse)">tokenResponseToJson(OAuthTokenResponse)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.html#tokenResponseToJson(org.apache.iceberg.rest.responses.OAuthTokenResponse,com.fasterxml.jackson.core.JsonGenerator)">tokenResponseToJson(OAuthTokenResponse, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/ResourcePaths.html#tokens()">tokens()</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/ResourcePaths.html" title="class in org.apache.iceberg.rest">ResourcePaths</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html#tokenType()">tokenType()</a></span> - Method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.AuthSession.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util.AuthSession</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html#tokenType()">tokenType()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html" title="class in org.apache.iceberg.rest.responses">OAuthTokenResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#toLongArray(java.util.List)">toLongArray(List&lt;Long&gt;)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#toLongList(long%5B%5D)">toLongList(long[])</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifier.html#toLowerCase()">toLowerCase()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifier.html" title="class in org.apache.iceberg.catalog">TableIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestWriter.html#toManifestFile()">toManifestFile()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg">ManifestWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RollingManifestWriter.html#toManifestFiles()">toManifestFiles()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/RollingManifestWriter.html" title="class in org.apache.iceberg">RollingManifestWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#toNamedReference(java.lang.String)">toNamedReference(String)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#tooMuchContent(java.util.List)">tooMuchContent(List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#toOrdering(org.apache.iceberg.SortOrder)">toOrdering(SortOrder)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#toPartitionSpec(org.apache.iceberg.Schema,org.apache.spark.sql.connector.expressions.Transform%5B%5D)">toPartitionSpec(Schema, Transform[])</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>
<div class="block">Converts Spark transforms into a <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>PartitionSpec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionKey.html#toPath()">toPath()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionKey.html" title="class in org.apache.iceberg">PartitionKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Accessors.html#toPosition(org.apache.iceberg.Accessor)">toPosition(Accessor&lt;StructLike&gt;)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/Accessors.html" title="class in org.apache.iceberg">Accessors</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/Deletes.html#toPositionIndex(java.lang.CharSequence,java.util.List)">toPositionIndex(CharSequence, List&lt;CloseableIterable&lt;T&gt;&gt;)</a></span> - Static method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/Deletes.html" title="class in org.apache.iceberg.deletes">Deletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/Deletes.html#toPositionIndex(org.apache.iceberg.io.CloseableIterable)">toPositionIndex(CloseableIterable&lt;Long&gt;)</a></span> - Static method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/Deletes.html" title="class in org.apache.iceberg.deletes">Deletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#toPrimitive(java.lang.Boolean%5B%5D)">toPrimitive(Boolean[])</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>
<div class="block">Converts an array of object Booleans to primitives.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#toPrimitive(java.lang.Byte%5B%5D)">toPrimitive(Byte[])</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>
<div class="block">Converts an array of object Bytes to primitives.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#toPrimitive(java.lang.Double%5B%5D)">toPrimitive(Double[])</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>
<div class="block">Converts an array of object Doubles to primitives.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#toPrimitive(java.lang.Float%5B%5D)">toPrimitive(Float[])</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>
<div class="block">Converts an array of object Floats to primitives.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#toPrimitive(java.lang.Integer%5B%5D)">toPrimitive(Integer[])</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>
<div class="block">Converts an array of object Integers to primitives.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#toPrimitive(java.lang.Long%5B%5D)">toPrimitive(Long[])</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>
<div class="block">Converts an array of object Longs to primitives.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#toPrimitive(java.lang.Short%5B%5D)">toPrimitive(Short[])</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>
<div class="block">Converts an array of object Shorts to primitives.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/DecimalUtil.html#toReusedFixLengthBytes(int,int,java.math.BigDecimal,byte%5B%5D)">toReusedFixLengthBytes(int, int, BigDecimal, byte[])</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/DecimalUtil.html" title="class in org.apache.iceberg.util">DecimalUtil</a></dt>
<dd>
<div class="block">Convert a <code>BigDecimal</code> to reused fix length bytes, the extra bytes are filled according
to the signum.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionUtil.html#toSanitizedString(org.apache.iceberg.expressions.Expression)">toSanitizedString(Expression)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionUtil.html" title="class in org.apache.iceberg.expressions">ExpressionUtil</a></dt>
<dd>
<div class="block">Produces a sanitized expression string with the same structure, but with data values replaced
by descriptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionUtil.html#toSanitizedString(org.apache.iceberg.types.Types.StructType,org.apache.iceberg.expressions.Expression,boolean)">toSanitizedString(Types.StructType, Expression, boolean)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionUtil.html" title="class in org.apache.iceberg.expressions">ExpressionUtil</a></dt>
<dd>
<div class="block">Produces a sanitized expression string with the same structure, but with data values replaced
by descriptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkSchemaUtil.html#toSchema(org.apache.flink.table.types.logical.RowType)">toSchema(RowType)</a></span> - Static method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkSchemaUtil.html" title="class in org.apache.iceberg.flink">FlinkSchemaUtil</a></dt>
<dd>
<div class="block">Convert a <code>RowType</code> to a <code>TableSchema</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkSchemaUtil.html#toSchema(org.apache.iceberg.Schema)">toSchema(Schema)</a></span> - Static method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkSchemaUtil.html" title="class in org.apache.iceberg.flink">FlinkSchemaUtil</a></dt>
<dd>
<div class="block">Convert a <a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg"><code>Schema</code></a> to a <code>TableSchema</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Util.html#toScope(java.lang.Iterable)">toScope(Iterable&lt;String&gt;)</a></span> - Static method in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Util.html" title="class in org.apache.iceberg.rest.auth">OAuth2Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IncrementalScan.html#toSnapshot(long)">toSnapshot(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/IncrementalScan.html" title="interface in org.apache.iceberg">IncrementalScan</a></dt>
<dd>
<div class="block">Instructs this scan to look for changes up to a particular snapshot (inclusive).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IncrementalScan.html#toSnapshot(java.lang.String)">toSnapshot(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/IncrementalScan.html" title="interface in org.apache.iceberg">IncrementalScan</a></dt>
<dd>
<div class="block">Instructs this scan to look for changes up to a particular snapshot ref (inclusive).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/events/IncrementalScanEvent.html#toSnapshotId()">toSnapshotId()</a></span> - Method in class org.apache.iceberg.events.<a href="org/apache/iceberg/events/IncrementalScanEvent.html" title="class in org.apache.iceberg.events">IncrementalScanEvent</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/IcebergSourceReader.html#toSplitType(java.lang.String,org.apache.iceberg.flink.source.split.IcebergSourceSplit)">toSplitType(String, IcebergSourceSplit)</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/IcebergSourceReader.html" title="class in org.apache.iceberg.flink.source.reader">IcebergSourceReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteFileGroup.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteFileGroup.html" title="class in org.apache.iceberg.actions">RewriteFileGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewritePositionDeletesGroup.html" title="class in org.apache.iceberg.actions">RewritePositionDeletesGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSURI.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSURI.html" title="class in org.apache.iceberg.aliyun.oss">OSSURI</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.ConstantVectorReader.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.ConstantVectorReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader.ConstantVectorReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.DeletedVectorReader.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.DeletedVectorReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader.DeletedVectorReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseCombinedScanTask.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseCombinedScanTask.html" title="class in org.apache.iceberg">BaseCombinedScanTask</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetadataTable.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetadataTable.html" title="class in org.apache.iceberg">BaseMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.html" title="class in org.apache.iceberg">BaseMetastoreCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseScanTaskGroup.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseScanTaskGroup.html" title="class in org.apache.iceberg">BaseScanTaskGroup</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Namespace.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Namespace.html" title="class in org.apache.iceberg.catalog">Namespace</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableIdentifier.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableIdentifier.html" title="class in org.apache.iceberg.catalog">TableIdentifier</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynConstructors.Ctor.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynConstructors.Ctor.html" title="class in org.apache.iceberg.common">DynConstructors.Ctor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynFields.UnboundField.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynFields.UnboundField.html" title="class in org.apache.iceberg.common">DynFields.UnboundField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.common.<a href="org/apache/iceberg/common/DynMethods.UnboundMethod.html" title="class in org.apache.iceberg.common">DynMethods.UnboundMethod</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/GenericRecord.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/GenericRecord.html" title="class in org.apache.iceberg.data">GenericRecord</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Aggregate.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Aggregate.html" title="class in org.apache.iceberg.expressions">Aggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/And.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/And.html" title="class in org.apache.iceberg.expressions">And</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundLiteralPredicate.html" title="class in org.apache.iceberg.expressions">BoundLiteralPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundReference.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundReference.html" title="class in org.apache.iceberg.expressions">BoundReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundSetPredicate.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundSetPredicate.html" title="class in org.apache.iceberg.expressions">BoundSetPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundTransform.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundTransform.html" title="class in org.apache.iceberg.expressions">BoundTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundUnaryPredicate.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundUnaryPredicate.html" title="class in org.apache.iceberg.expressions">BoundUnaryPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/False.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/False.html" title="class in org.apache.iceberg.expressions">False</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/NamedReference.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/NamedReference.html" title="class in org.apache.iceberg.expressions">NamedReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Not.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Not.html" title="class in org.apache.iceberg.expressions">Not</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Or.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Or.html" title="class in org.apache.iceberg.expressions">Or</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/True.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/True.html" title="class in org.apache.iceberg.expressions">True</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/UnboundPredicate.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/UnboundPredicate.html" title="class in org.apache.iceberg.expressions">UnboundPredicate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/UnboundTransform.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/UnboundTransform.html" title="class in org.apache.iceberg.expressions">UnboundTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.CustomCatalogLoader.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.CustomCatalogLoader.html" title="class in org.apache.iceberg.flink">CatalogLoader.CustomCatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.HadoopCatalogLoader.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.HadoopCatalogLoader.html" title="class in org.apache.iceberg.flink">CatalogLoader.HadoopCatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.HiveCatalogLoader.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.HiveCatalogLoader.html" title="class in org.apache.iceberg.flink">CatalogLoader.HiveCatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/CatalogLoader.RESTCatalogLoader.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/CatalogLoader.RESTCatalogLoader.html" title="class in org.apache.iceberg.flink">CatalogLoader.RESTCatalogLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/FlinkInputSplit.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/FlinkInputSplit.html" title="class in org.apache.iceberg.flink.source">FlinkInputSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.flink.source.reader.<a href="org/apache/iceberg/flink/source/reader/RecordAndPosition.html" title="class in org.apache.iceberg.flink.source.reader">RecordAndPosition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.CatalogTableLoader.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.CatalogTableLoader.html" title="class in org.apache.iceberg.flink">TableLoader.CatalogTableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/TableLoader.HadoopTableLoader.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/TableLoader.HadoopTableLoader.html" title="class in org.apache.iceberg.flink">TableLoader.HadoopTableLoader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericBlobMetadata.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericBlobMetadata.html" title="class in org.apache.iceberg">GenericBlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.html" title="class in org.apache.iceberg">GenericManifestFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericPartitionFieldSummary.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg">GenericPartitionFieldSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericStatisticsFile.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericStatisticsFile.html" title="class in org.apache.iceberg">GenericStatisticsFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopCatalog.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopCatalog.html" title="class in org.apache.iceberg.hadoop">HadoopCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopInputFile.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopInputFile.html" title="class in org.apache.iceberg.hadoop">HadoopInputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopOutputFile.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopOutputFile.html" title="class in org.apache.iceberg.hadoop">HadoopOutputFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveCatalog.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveCatalog.html" title="class in org.apache.iceberg.hive">HiveCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ContentCache.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io">ContentCache</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedField.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedField.html" title="class in org.apache.iceberg.mapping">MappedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappedFields.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappedFields.html" title="class in org.apache.iceberg.mapping">MappedFields</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/NameMapping.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/NameMapping.html" title="class in org.apache.iceberg.mapping">NameMapping</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultCounter.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultCounter.html" title="class in org.apache.iceberg.metrics">DefaultCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultTimer.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultTimer.html" title="class in org.apache.iceberg.metrics">DefaultTimer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.Counts.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.Counts.html" title="class in org.apache.iceberg">MetricsModes.Counts</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.Full.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.Full.html" title="class in org.apache.iceberg">MetricsModes.Full</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.None.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.None.html" title="class in org.apache.iceberg">MetricsModes.None</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.Truncate.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.Truncate.html" title="class in org.apache.iceberg">MetricsModes.Truncate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergStorageHandler</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/NullOrder.html#toString()">toString()</a></span> - Method in enum org.apache.iceberg.<a href="org/apache/iceberg/NullOrder.html" title="enum in org.apache.iceberg">NullOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionData.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionData.html" title="class in org.apache.iceberg">PartitionData</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionField.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionField.html" title="class in org.apache.iceberg">PartitionField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionKey.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionKey.html" title="class in org.apache.iceberg">PartitionKey</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.html" title="class in org.apache.iceberg.rest.requests">CreateNamespaceRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RenameTableRequest.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RenameTableRequest.html" title="class in org.apache.iceberg.rest.requests">RenameTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateNamespacePropertiesRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ConfigResponse.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ConfigResponse.html" title="class in org.apache.iceberg.rest.responses">ConfigResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.html" title="class in org.apache.iceberg.rest.responses">CreateNamespaceResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponse.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponse.html" title="class in org.apache.iceberg.rest.responses">ErrorResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.html" title="class in org.apache.iceberg.rest.responses">GetNamespaceResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.html" title="class in org.apache.iceberg.rest.responses">ListNamespacesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListTablesResponse.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListTablesResponse.html" title="class in org.apache.iceberg.rest.responses">ListTablesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/LoadTableResponse.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/LoadTableResponse.html" title="class in org.apache.iceberg.rest.responses">LoadTableResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html" title="class in org.apache.iceberg.rest.responses">UpdateNamespacePropertiesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.PartitionMetrics.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.PartitionMetrics.html" title="class in org.apache.iceberg">ScanSummary.PartitionMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Schema.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Schema.html" title="class in org.apache.iceberg">Schema</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotScan.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotScan.html" title="class in org.apache.iceberg">SnapshotScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortField.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortField.html" title="class in org.apache.iceberg">SortField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg">SortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/SparkTable.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.spark.source.<a href="org/apache/iceberg/spark/source/SparkTable.html" title="class in org.apache.iceberg.spark.source">SparkTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.SparkPartition.html" title="class in org.apache.iceberg.spark">SparkTableUtil.SparkPartition</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.MetadataLogEntry.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.MetadataLogEntry.html" title="class in org.apache.iceberg">TableMetadata.MetadataLogEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.SnapshotLogEntry.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.SnapshotLogEntry.html" title="class in org.apache.iceberg">TableMetadata.SnapshotLogEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Days.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Days.html" title="class in org.apache.iceberg.transforms">Days</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Hours.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Hours.html" title="class in org.apache.iceberg.transforms">Hours</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Months.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Months.html" title="class in org.apache.iceberg.transforms">Months</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/UnknownTransform.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/UnknownTransform.html" title="class in org.apache.iceberg.transforms">UnknownTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.BinaryType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.BinaryType.html" title="class in org.apache.iceberg.types">Types.BinaryType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.BooleanType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.BooleanType.html" title="class in org.apache.iceberg.types">Types.BooleanType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DateType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DateType.html" title="class in org.apache.iceberg.types">Types.DateType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DecimalType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DecimalType.html" title="class in org.apache.iceberg.types">Types.DecimalType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DoubleType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DoubleType.html" title="class in org.apache.iceberg.types">Types.DoubleType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.FixedType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.FixedType.html" title="class in org.apache.iceberg.types">Types.FixedType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.FloatType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.FloatType.html" title="class in org.apache.iceberg.types">Types.FloatType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.IntegerType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.IntegerType.html" title="class in org.apache.iceberg.types">Types.IntegerType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.LongType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.LongType.html" title="class in org.apache.iceberg.types">Types.LongType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StringType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StringType.html" title="class in org.apache.iceberg.types">Types.StringType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StructType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types">Types.StructType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.TimestampType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.TimestampType.html" title="class in org.apache.iceberg.types">Types.TimestampType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.TimeType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.TimeType.html" title="class in org.apache.iceberg.types">Types.TimeType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.UUIDType.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.UUIDType.html" title="class in org.apache.iceberg.types">Types.UUIDType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceSet.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceSet.html" title="class in org.apache.iceberg.util">CharSequenceSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceWrapper.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceWrapper.html" title="class in org.apache.iceberg.util">CharSequenceWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Pair.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/Pair.html" title="class in org.apache.iceberg.util">Pair</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/PartitionSet.html#toString()">toString()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/PartitionSet.html" title="class in org.apache.iceberg.util">PartitionSet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#TOTAL_DATA_FILES">TOTAL_DATA_FILES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#TOTAL_DATA_FILES_PROP">TOTAL_DATA_FILES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#TOTAL_DATA_MANIFESTS">TOTAL_DATA_MANIFESTS</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#TOTAL_DELETE_FILE_SIZE_IN_BYTES">TOTAL_DELETE_FILE_SIZE_IN_BYTES</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#TOTAL_DELETE_FILES">TOTAL_DELETE_FILES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#TOTAL_DELETE_FILES_PROP">TOTAL_DELETE_FILES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#TOTAL_DELETE_MANIFESTS">TOTAL_DELETE_MANIFESTS</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetrics.html#TOTAL_DURATION">TOTAL_DURATION</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetrics.html" title="class in org.apache.iceberg.metrics">CommitMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#TOTAL_EQ_DELETES">TOTAL_EQ_DELETES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#TOTAL_EQ_DELETES_PROP">TOTAL_EQ_DELETES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#TOTAL_FILE_SIZE_BYTES">TOTAL_FILE_SIZE_BYTES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#TOTAL_FILE_SIZE_IN_BYTES">TOTAL_FILE_SIZE_IN_BYTES</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#TOTAL_FILE_SIZE_PROP">TOTAL_FILE_SIZE_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#TOTAL_PLANNING_DURATION">TOTAL_PLANNING_DURATION</a></span> - Static variable in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#TOTAL_POS_DELETES">TOTAL_POS_DELETES</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#TOTAL_POS_DELETES_PROP">TOTAL_POS_DELETES_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#TOTAL_RECORDS">TOTAL_RECORDS</a></span> - Static variable in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotSummary.html#TOTAL_RECORDS_PROP">TOTAL_RECORDS_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotSummary.html" title="class in org.apache.iceberg">SnapshotSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#totalDataFiles()">totalDataFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#totalDataManifests()">totalDataManifests()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#totalDataManifests()">totalDataManifests()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#totalDeleteFiles()">totalDeleteFiles()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#totalDeleteFileSizeInBytes()">totalDeleteFileSizeInBytes()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#totalDeleteFileSizeInBytes()">totalDeleteFileSizeInBytes()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#totalDeleteManifests()">totalDeleteManifests()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#totalDeleteManifests()">totalDeleteManifests()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetrics.html#totalDuration()">totalDuration()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetrics.html" title="class in org.apache.iceberg.metrics">CommitMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#totalDuration()">totalDuration()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultTimer.html#totalDuration()">totalDuration()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultTimer.html" title="class in org.apache.iceberg.metrics">DefaultTimer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Timer.html#totalDuration()">totalDuration()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Timer.html" title="interface in org.apache.iceberg.metrics">Timer</a></dt>
<dd>
<div class="block">The total duration that was recorded.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/TimerResult.html#totalDuration()">totalDuration()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/TimerResult.html" title="interface in org.apache.iceberg.metrics">TimerResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#totalEqualityDeletes()">totalEqualityDeletes()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/TotalFileSize.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">TotalFileSize</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TotalFileSize.html#%3Cinit%3E()">TotalFileSize()</a></span> - Constructor for class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TotalFileSize.html" title="class in org.apache.iceberg.spark.source.metrics">TotalFileSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#totalFileSizeInBytes()">totalFileSizeInBytes()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#totalFileSizeInBytes()">totalFileSizeInBytes()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#totalFilesSizeInBytes()">totalFilesSizeInBytes()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetrics.html#totalPlanningDuration()">totalPlanningDuration()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetrics.html" title="class in org.apache.iceberg.metrics">ScanMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/ScanMetricsResult.html#totalPlanningDuration()">totalPlanningDuration()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/ScanMetricsResult.html" title="interface in org.apache.iceberg.metrics">ScanMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/source/metrics/TotalPlanningDuration.html" title="class in org.apache.iceberg.spark.source.metrics"><span class="typeNameLink">TotalPlanningDuration</span></a> - Class in <a href="org/apache/iceberg/spark/source/metrics/package-summary.html">org.apache.iceberg.spark.source.metrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TotalPlanningDuration.html#%3Cinit%3E()">TotalPlanningDuration()</a></span> - Constructor for class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TotalPlanningDuration.html" title="class in org.apache.iceberg.spark.source.metrics">TotalPlanningDuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#totalPositionalDeletes()">totalPositionalDeletes()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CommitMetricsResult.html#totalRecords()">totalRecords()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CommitMetricsResult.html" title="interface in org.apache.iceberg.metrics">CommitMetricsResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ScanSummary.PartitionMetrics.html#totalSize()">totalSize()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/ScanSummary.PartitionMetrics.html" title="class in org.apache.iceberg">ScanSummary.PartitionMetrics</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#toTransforms(org.apache.iceberg.PartitionSpec)">toTransforms(PartitionSpec)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>
<div class="block">Converts a PartitionSpec to Spark transforms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#toTransforms(org.apache.iceberg.Schema,java.util.List)">toTransforms(Schema, List&lt;PartitionField&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/util/FlinkCompatibilityUtil.html#toTypeInfo(org.apache.flink.table.types.logical.RowType)">toTypeInfo(RowType)</a></span> - Static method in class org.apache.iceberg.flink.util.<a href="org/apache/iceberg/flink/util/FlinkCompatibilityUtil.html" title="class in org.apache.iceberg.flink.util">FlinkCompatibilityUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#toUnbound()">toUnbound()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.html#toUnbound()">toUnbound()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg">SortOrder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkExceptionUtil.html#toUncheckedException(java.lang.Throwable,java.lang.String,java.lang.Object...)">toUncheckedException(Throwable, String, Object...)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkExceptionUtil.html" title="class in org.apache.iceberg.spark">SparkExceptionUtil</a></dt>
<dd>
<div class="block">Converts checked exceptions to unchecked exceptions.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ArrayUtil.html#toUnmodifiableLongList(long%5B%5D)">toUnmodifiableLongList(long[])</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ArrayUtil.html" title="class in org.apache.iceberg.util">ArrayUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/Spark3Util.html#toV1TableIdentifier(org.apache.spark.sql.connector.catalog.Identifier)">toV1TableIdentifier(Identifier)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/Spark3Util.html" title="class in org.apache.iceberg.spark">Spark3Util</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg"><span class="typeNameLink">Transaction</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">A transaction for performing multiple updates to a table.</div>
</dd>
<dt><a href="org/apache/iceberg/Transactions.html" title="class in org.apache.iceberg"><span class="typeNameLink">Transactions</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#%3Cinit%3E()">TransactionTable()</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html#%3Cinit%3E()">TransactionTableOperations()</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTableOperations.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundTransform.html#transform()">transform()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundTransform.html" title="class in org.apache.iceberg.expressions">BoundTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/UnboundTransform.html#transform()">transform()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/UnboundTransform.html" title="class in org.apache.iceberg.expressions">UnboundTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionField.html#transform()">transform()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionField.html" title="class in org.apache.iceberg">PartitionField</a></dt>
<dd>
<div class="block">Returns the transform used to produce partition values from source values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortField.html#transform()">transform()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortField.html" title="class in org.apache.iceberg">SortField</a></dt>
<dd>
<div class="block">Returns the transform used to produce sort values from source values.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html#transform()">transform()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.AddPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.AddPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html#transform()">transform()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.DropPartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.DropPartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html#transform()">transform()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.OrderFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.OrderFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#transform()">transform()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transform()">transform()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#transform(int)">transform(int)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#transform(java.lang.String,org.apache.iceberg.transforms.Transform)">transform(String, Transform&lt;?, T&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>
<div class="block">Constructs a transform expression for a given column.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterable.html#transform(org.apache.iceberg.io.CloseableIterable,java.util.function.Function)">transform(CloseableIterable&lt;I&gt;, Function&lt;I, O&gt;)</a></span> - Static method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io">CloseableIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterator.html#transform(org.apache.iceberg.io.CloseableIterator,java.util.function.Function)">transform(CloseableIterator&lt;I&gt;, Function&lt;I, O&gt;)</a></span> - Static method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterator.html" title="interface in org.apache.iceberg.io">CloseableIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms"><span class="typeNameLink">Transform</span></a>&lt;<a href="org/apache/iceberg/transforms/Transform.html" title="type parameter in Transform">S</a>,&#8203;<a href="org/apache/iceberg/transforms/Transform.html" title="type parameter in Transform">T</a>&gt; - Interface in <a href="org/apache/iceberg/transforms/package-summary.html">org.apache.iceberg.transforms</a></dt>
<dd>
<div class="block">A transform function used for partitioning.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html#transformArgument">transformArgument</a></span> - Variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ApplyTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html#transformArgument()">transformArgument()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ApplyTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transformArgument()">transformArgument()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html#transformArgument(int)">transformArgument(int)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ApplyTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">TransformArgumentContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformArgumentContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TransformArgumentContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformContext.html#%3Cinit%3E()">TransformContext()</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">TransformContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html#transformName">transformName</a></span> - Variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ApplyTransformContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ApplyTransformContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#transformPaths(java.util.function.Function)">transformPaths(Function&lt;CharSequence, ?&gt;)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#transformPaths(java.util.function.Function)">transformPaths(Function&lt;CharSequence, ?&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms"><span class="typeNameLink">Transforms</span></a> - Class in <a href="org/apache/iceberg/transforms/package-summary.html">org.apache.iceberg.transforms</a></dt>
<dd>
<div class="block">Factory methods for transforms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeMap.html#transformValues(java.util.function.Function)">transformValues(Function&lt;T, U&gt;)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeMap.html" title="class in org.apache.iceberg.util">StructLikeMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveTableOperations.html#translateToIcebergProp(java.lang.String)">translateToIcebergProp(String)</a></span> - Static method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveTableOperations.html" title="class in org.apache.iceberg.hive">HiveTableOperations</a></dt>
<dd>
<div class="block">Provides key translation where necessary between Iceberg and HMS props.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BaseColumnIterator.html#triplesCount">triplesCount</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BaseColumnIterator.html" title="class in org.apache.iceberg.parquet">BaseColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#triplesCount">triplesCount</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BaseColumnIterator.html#triplesRead">triplesRead</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BaseColumnIterator.html" title="class in org.apache.iceberg.parquet">BaseColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#triplesRead">triplesRead</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/TripleWriter.html" title="interface in org.apache.iceberg.parquet"><span class="typeNameLink">TripleWriter</span></a>&lt;<a href="org/apache/iceberg/parquet/TripleWriter.html" title="type parameter in TripleWriter">T</a>&gt; - Interface in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/True.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">True</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">An <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>expression</code></a> that is always true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#TRUE">TRUE</a></span> - org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#TRUE">TRUE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#TRUE">TRUE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html#TRUE()">TRUE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BooleanValueContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BooleanValueContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#TRUE()">TRUE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#truncate(int)">truncate(int)</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="block">Returns a truncate <a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms"><code>Transform</code></a> for the given width.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#truncate(int,java.lang.String,int,int)">truncate(int, String, int, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#truncate(java.lang.String,int)">truncate(String, int)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#truncate(java.lang.String,int)">truncate(String, int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#truncate(java.lang.String,int,int)">truncate(String, int, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/SortOrderVisitor.html#truncate(java.lang.String,int,int,org.apache.iceberg.SortDirection,org.apache.iceberg.NullOrder)">truncate(String, int, int, SortDirection, NullOrder)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/SortOrderVisitor.html" title="interface in org.apache.iceberg.transforms">SortOrderVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#truncate(java.lang.String,int,java.lang.String)">truncate(String, int, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#truncate(org.apache.iceberg.types.Type,int)">truncate(Type, int)</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transforms.html#truncate(int)"><code>Transforms.truncate(int)</code></a> instead; will be removed in 2.0.0</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBase.html#%3Cinit%3E()">TruncateBase()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBase.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateBase</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBigInt.html#%3Cinit%3E()">TruncateBigInt()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBigInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateBigInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BinaryUtil.html#truncateBinary(java.nio.ByteBuffer,int)">truncateBinary(ByteBuffer, int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BinaryUtil.html" title="class in org.apache.iceberg.util">BinaryUtil</a></dt>
<dd>
<div class="block">Truncates the input byte buffer to the given length.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBinary.html#%3Cinit%3E()">TruncateBinary()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBinary.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateBinary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BinaryUtil.html#truncateBinaryMax(org.apache.iceberg.expressions.Literal,int)">truncateBinaryMax(Literal&lt;ByteBuffer&gt;, int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BinaryUtil.html" title="class in org.apache.iceberg.util">BinaryUtil</a></dt>
<dd>
<div class="block">Returns a byte buffer whose length is lesser than or equal to truncateLength and is greater
than the given input</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BinaryUtil.html#truncateBinaryMin(org.apache.iceberg.expressions.Literal,int)">truncateBinaryMin(Literal&lt;ByteBuffer&gt;, int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BinaryUtil.html" title="class in org.apache.iceberg.util">BinaryUtil</a></dt>
<dd>
<div class="block">Returns a byte buffer whose length is lesser than or equal to truncateLength and is lower than
the given input</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/BinaryUtil.html#truncateBinaryUnsafe(java.nio.ByteBuffer,int)">truncateBinaryUnsafe(ByteBuffer, int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/BinaryUtil.html" title="class in org.apache.iceberg.util">BinaryUtil</a></dt>
<dd>
<div class="block">Truncates the input byte buffer to the given length.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TruncateUtil.html#truncateByte(int,byte)">truncateByte(int, byte)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TruncateUtil.html" title="class in org.apache.iceberg.util">TruncateUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TruncateUtil.html#truncateDecimal(java.math.BigInteger,java.math.BigDecimal)">truncateDecimal(BigInteger, BigDecimal)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TruncateUtil.html" title="class in org.apache.iceberg.util">TruncateUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateDecimal.html#%3Cinit%3E(int,int)">TruncateDecimal(int, int)</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateDecimal.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateDecimal</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/TruncateFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">TruncateFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>
<div class="block">A Spark function implementation for the Iceberg truncate transform.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.html#%3Cinit%3E()">TruncateFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBase.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">TruncateFunction.TruncateBase</span></a>&lt;<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBase.html" title="type parameter in TruncateFunction.TruncateBase">T</a>&gt; - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBigInt.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">TruncateFunction.TruncateBigInt</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateBinary.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">TruncateFunction.TruncateBinary</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateDecimal.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">TruncateFunction.TruncateDecimal</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateInt.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">TruncateFunction.TruncateInt</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateSmallInt.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">TruncateFunction.TruncateSmallInt</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateString.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">TruncateFunction.TruncateString</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateTinyInt.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">TruncateFunction.TruncateTinyInt</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TruncateUtil.html#truncateInt(int,int)">truncateInt(int, int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TruncateUtil.html" title="class in org.apache.iceberg.util">TruncateUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateInt.html#%3Cinit%3E()">TruncateInt()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TruncateUtil.html#truncateLong(int,long)">truncateLong(int, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TruncateUtil.html" title="class in org.apache.iceberg.util">TruncateUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/TruncateUtil.html#truncateShort(int,short)">truncateShort(int, short)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/TruncateUtil.html" title="class in org.apache.iceberg.util">TruncateUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateSmallInt.html#%3Cinit%3E()">TruncateSmallInt()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateSmallInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateSmallInt</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/UnicodeUtil.html#truncateString(java.lang.CharSequence,int)">truncateString(CharSequence, int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/UnicodeUtil.html" title="class in org.apache.iceberg.util">UnicodeUtil</a></dt>
<dd>
<div class="block">Truncates the input charSequence such that the truncated charSequence is a valid unicode string
and the number of unicode characters in the truncated charSequence is lesser than or equal to
length</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateString.html#%3Cinit%3E()">TruncateString()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateString.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/UnicodeUtil.html#truncateStringMax(org.apache.iceberg.expressions.Literal,int)">truncateStringMax(Literal&lt;CharSequence&gt;, int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/UnicodeUtil.html" title="class in org.apache.iceberg.util">UnicodeUtil</a></dt>
<dd>
<div class="block">Returns a valid unicode charsequence that is greater than the given input such that the number
of unicode characters in the truncated charSequence is lesser than or equal to length</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/UnicodeUtil.html#truncateStringMin(org.apache.iceberg.expressions.Literal,int)">truncateStringMin(Literal&lt;CharSequence&gt;, int)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/UnicodeUtil.html" title="class in org.apache.iceberg.util">UnicodeUtil</a></dt>
<dd>
<div class="block">Returns a valid unicode charsequence that is lower than the given input such that the number of
unicode characters in the truncated charSequence is lesser than or equal to length</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateTinyInt.html#%3Cinit%3E()">TruncateTinyInt()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/TruncateFunction.TruncateTinyInt.html" title="class in org.apache.iceberg.spark.functions">TruncateFunction.TruncateTinyInt</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/TruncateUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">TruncateUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>
<div class="block">Contains the logic for various <code>truncate</code> transformations for various types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ContentCache.html#tryCache(org.apache.iceberg.io.FileIO,java.lang.String,long)">tryCache(FileIO, String, long)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ContentCache.html" title="class in org.apache.iceberg.io">ContentCache</a></dt>
<dd>
<div class="block">Try cache the file-content of file in the given location upon stream reading.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Accessor.html#type()">type()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Accessor.html" title="interface in org.apache.iceberg">Accessor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BlobMetadata.html#type()">type()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/BlobMetadata.html" title="interface in org.apache.iceberg">BlobMetadata</a></dt>
<dd>
<div class="block">Type of the blob.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundAggregate.html#type()">type()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundAggregate.html" title="class in org.apache.iceberg.expressions">BoundAggregate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundReference.html#type()">type()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundReference.html" title="class in org.apache.iceberg.expressions">BoundReference</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundTerm.html#type()">type()</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundTerm.html" title="interface in org.apache.iceberg.expressions">BoundTerm</a></dt>
<dd>
<div class="block">Returns the type produced by this expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/BoundTransform.html#type()">type()</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/BoundTransform.html" title="class in org.apache.iceberg.expressions">BoundTransform</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericBlobMetadata.html#type()">type()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericBlobMetadata.html" title="class in org.apache.iceberg">GenericBlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html#type()">type()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetSnapshotRef.html" title="class in org.apache.iceberg">MetadataUpdate.SetSnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Blob.html#type()">type()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Blob.html" title="class in org.apache.iceberg.puffin">Blob</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/BlobMetadata.html#type()">type()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/BlobMetadata.html" title="class in org.apache.iceberg.puffin">BlobMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponse.html#type()">type()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponse.html" title="class in org.apache.iceberg.rest.responses">ErrorResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.SerializableMetadataTable.html#type()">type()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.SerializableMetadataTable.html" title="class in org.apache.iceberg">SerializableTable.SerializableMetadataTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotRef.html#type()">type()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotRef.html" title="class in org.apache.iceberg">SnapshotRef</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.NestedField.html#type()">type()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types">Types.NestedField</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/SQLViewRepresentation.html#type()">type()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/SQLViewRepresentation.html" title="interface in org.apache.iceberg.view">SQLViewRepresentation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewRepresentation.html#type()">type()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewRepresentation.html" title="interface in org.apache.iceberg.view">ViewRepresentation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsUtil.ReadableMetricColDefinition.TypeFunction.html#type(org.apache.iceberg.types.Types.NestedField)">type(Types.NestedField)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/MetricsUtil.ReadableMetricColDefinition.TypeFunction.html" title="interface in org.apache.iceberg">MetricsUtil.ReadableMetricColDefinition.TypeFunction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types"><span class="typeNameLink">Type</span></a> - Interface in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkCatalogFactory.html#TYPE">TYPE</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkCatalogFactory.html" title="class in org.apache.iceberg.flink">FlinkCatalogFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Type.NestedType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Type.NestedType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Type.PrimitiveType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Type.PrimitiveType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types"><span class="typeNameLink">Type.TypeID</span></a> - Enum in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/CheckCompatibility.html#typeCompatibilityErrors(org.apache.iceberg.Schema,org.apache.iceberg.Schema)">typeCompatibilityErrors(Schema, Schema)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/CheckCompatibility.html" title="class in org.apache.iceberg.types">CheckCompatibility</a></dt>
<dd>
<div class="block">Returns a list of compatibility errors for writing with the given write schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/CheckCompatibility.html#typeCompatibilityErrors(org.apache.iceberg.Schema,org.apache.iceberg.Schema,boolean)">typeCompatibilityErrors(Schema, Schema, boolean)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/CheckCompatibility.html" title="class in org.apache.iceberg.types">CheckCompatibility</a></dt>
<dd>
<div class="block">Returns a list of compatibility errors for writing with the given write schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TypeConstructorContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ConstantContext)">TypeConstructorContext(IcebergSqlExtensionsParser.ConstantContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TypeConstructorContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TypeConstructorContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.html#typeId()">typeId()</a></span> - Method in interface org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.html" title="interface in org.apache.iceberg.types">Type</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.BinaryType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.BinaryType.html" title="class in org.apache.iceberg.types">Types.BinaryType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.BooleanType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.BooleanType.html" title="class in org.apache.iceberg.types">Types.BooleanType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DateType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DateType.html" title="class in org.apache.iceberg.types">Types.DateType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DecimalType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DecimalType.html" title="class in org.apache.iceberg.types">Types.DecimalType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.DoubleType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.DoubleType.html" title="class in org.apache.iceberg.types">Types.DoubleType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.FixedType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.FixedType.html" title="class in org.apache.iceberg.types">Types.FixedType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.FloatType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.FloatType.html" title="class in org.apache.iceberg.types">Types.FloatType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.IntegerType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.IntegerType.html" title="class in org.apache.iceberg.types">Types.IntegerType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.ListType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types">Types.ListType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.LongType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.LongType.html" title="class in org.apache.iceberg.types">Types.LongType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StringType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StringType.html" title="class in org.apache.iceberg.types">Types.StringType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.StructType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types">Types.StructType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.TimestampType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.TimestampType.html" title="class in org.apache.iceberg.types">Types.TimestampType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.TimeType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.TimeType.html" title="class in org.apache.iceberg.types">Types.TimeType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.UUIDType.html#typeId()">typeId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.UUIDType.html" title="class in org.apache.iceberg.types">Types.UUIDType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.BinaryType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.BinaryType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.BooleanType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.BooleanType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.DateType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.DateType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.DecimalType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.DecimalType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.DoubleType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.DoubleType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.FixedType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.FixedType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.FloatType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.FloatType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.IntegerType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.IntegerType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.ListType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.ListType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.LongType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.LongType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.MapType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.NestedField.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.NestedField</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.StringType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.StringType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.StructType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.StructType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.TimestampType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.TimestampType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.TimeType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.TimeType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/Types.UUIDType.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">Types.UUIDType</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/TypeToMessageType.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">TypeToMessageType</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeToMessageType.html#%3Cinit%3E()">TypeToMessageType()</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeToMessageType.html" title="class in org.apache.iceberg.parquet">TypeToMessageType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">TypeUtil</span></a> - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">TypeUtil.CustomOrderSchemaVisitor</span></a>&lt;<a href="org/apache/iceberg/types/TypeUtil.CustomOrderSchemaVisitor.html" title="type parameter in TypeUtil.CustomOrderSchemaVisitor">T</a>&gt; - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/types/TypeUtil.NextID.html" title="interface in org.apache.iceberg.types"><span class="typeNameLink">TypeUtil.NextID</span></a> - Interface in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>
<div class="block">Interface for passing a function that assigns column IDs.</div>
</dd>
<dt><a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="class in org.apache.iceberg.types"><span class="typeNameLink">TypeUtil.SchemaVisitor</span></a>&lt;<a href="org/apache/iceberg/types/TypeUtil.SchemaVisitor.html" title="type parameter in TypeUtil.SchemaVisitor">T</a>&gt; - Class in <a href="org/apache/iceberg/types/package-summary.html">org.apache.iceberg.types</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">TypeWithSchemaVisitor</span></a>&lt;<a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html" title="type parameter in TypeWithSchemaVisitor">T</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>
<div class="block">Visitor for traversing a Parquet type with a companion Iceberg type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html#%3Cinit%3E()">TypeWithSchemaVisitor()</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html" title="class in org.apache.iceberg.parquet">TypeWithSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#uidPrefix(java.lang.String)">uidPrefix(String)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>
<div class="block">Set the uid prefix for FlinkSink operators.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitStatus.html#UNASSIGNED">UNASSIGNED</a></span> - org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitStatus.html" title="enum in org.apache.iceberg.flink.source.split">IcebergSourceSplitStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#UNAUTHORIZED_CLIENT_ERROR">UNAUTHORIZED_CLIENT_ERROR</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.html#unavailable()">unavailable()</a></span> - Static method in class org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.html" title="class in org.apache.iceberg.flink.source.assigner">GetSplitResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.Status.html#UNAVAILABLE">UNAVAILABLE</a></span> - org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.Status.html" title="enum in org.apache.iceberg.flink.source.assigner">GetSplitResult.Status</a></dt>
<dd>
<div class="block">Assigner doesn't have pending splits.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionUtil.html#unbind(org.apache.iceberg.expressions.BoundTerm)">unbind(BoundTerm&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionUtil.html" title="class in org.apache.iceberg.expressions">ExpressionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionUtil.html#unbind(org.apache.iceberg.expressions.Term)">unbind(Term)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionUtil.html" title="class in org.apache.iceberg.expressions">ExpressionUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Unbound.html" title="interface in org.apache.iceberg.expressions"><span class="typeNameLink">Unbound</span></a>&lt;<a href="org/apache/iceberg/expressions/Unbound.html" title="type parameter in Unbound">T</a>,&#8203;<a href="org/apache/iceberg/expressions/Unbound.html" title="type parameter in Unbound">B</a>&gt; - Interface in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Represents an unbound expression node.</div>
</dd>
<dt><a href="org/apache/iceberg/expressions/UnboundAggregate.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">UnboundAggregate</span></a>&lt;<a href="org/apache/iceberg/expressions/UnboundAggregate.html" title="type parameter in UnboundAggregate">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/UnboundPartitionSpec.html" title="class in org.apache.iceberg"><span class="typeNameLink">UnboundPartitionSpec</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UnboundPartitionSpec.html#%3Cinit%3E(int,java.util.List)">UnboundPartitionSpec(int, List&lt;UnboundPartitionSpec.UnboundPartitionField&gt;)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/UnboundPartitionSpec.html" title="class in org.apache.iceberg">UnboundPartitionSpec</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UnboundPartitionSpecDeserializer.html#%3Cinit%3E()">UnboundPartitionSpecDeserializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UnboundPartitionSpecDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UnboundPartitionSpecDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UnboundPartitionSpecSerializer.html#%3Cinit%3E()">UnboundPartitionSpecSerializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UnboundPartitionSpecSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UnboundPartitionSpecSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/UnboundPredicate.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">UnboundPredicate</span></a>&lt;<a href="org/apache/iceberg/expressions/UnboundPredicate.html" title="type parameter in UnboundPredicate">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/UnboundSortOrder.html" title="class in org.apache.iceberg"><span class="typeNameLink">UnboundSortOrder</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UnboundSortOrderDeserializer.html#%3Cinit%3E()">UnboundSortOrderDeserializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UnboundSortOrderDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UnboundSortOrderDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UnboundSortOrderSerializer.html#%3Cinit%3E()">UnboundSortOrderSerializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UnboundSortOrderSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UnboundSortOrderSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/UnboundTerm.html" title="interface in org.apache.iceberg.expressions"><span class="typeNameLink">UnboundTerm</span></a>&lt;<a href="org/apache/iceberg/expressions/UnboundTerm.html" title="type parameter in UnboundTerm">T</a>&gt; - Interface in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>
<div class="block">Represents an unbound term.</div>
</dd>
<dt><a href="org/apache/iceberg/expressions/UnboundTransform.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">UnboundTransform</span></a>&lt;<a href="org/apache/iceberg/expressions/UnboundTransform.html" title="type parameter in UnboundTransform">S</a>,&#8203;<a href="org/apache/iceberg/expressions/UnboundTransform.html" title="type parameter in UnboundTransform">T</a>&gt; - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor)">UnboxedReader(ColumnDescriptor)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueReaders.UnboxedReader.html" title="class in org.apache.iceberg.parquet">ParquetValueReaders.UnboxedReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/jdbc/UncheckedInterruptedException.html" title="class in org.apache.iceberg.jdbc"><span class="typeNameLink">UncheckedInterruptedException</span></a> - Exception in <a href="org/apache/iceberg/jdbc/package-summary.html">org.apache.iceberg.jdbc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/UncheckedInterruptedException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">UncheckedInterruptedException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/UncheckedInterruptedException.html" title="class in org.apache.iceberg.jdbc">UncheckedInterruptedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/UncheckedInterruptedException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">UncheckedInterruptedException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/UncheckedInterruptedException.html" title="class in org.apache.iceberg.jdbc">UncheckedInterruptedException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/jdbc/UncheckedSQLException.html" title="class in org.apache.iceberg.jdbc"><span class="typeNameLink">UncheckedSQLException</span></a> - Exception in <a href="org/apache/iceberg/jdbc/package-summary.html">org.apache.iceberg.jdbc</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/UncheckedSQLException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">UncheckedSQLException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/UncheckedSQLException.html" title="class in org.apache.iceberg.jdbc">UncheckedSQLException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/jdbc/UncheckedSQLException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">UncheckedSQLException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.jdbc.<a href="org/apache/iceberg/jdbc/UncheckedSQLException.html" title="class in org.apache.iceberg.jdbc">UncheckedSQLException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.Unit.html#UNDEFINED">UNDEFINED</a></span> - org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.Unit.html" title="enum in org.apache.iceberg.metrics">MetricsContext.Unit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#underlyingOps()">underlyingOps()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/UnicodeUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">UnicodeUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#union(java.util.List)">union(List&lt;ValueReader&lt;?&gt;&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/RemoveIds.html#union(org.apache.avro.Schema,java.util.List)">union(Schema, List&lt;Schema&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/RemoveIds.html" title="class in org.apache.iceberg.avro">RemoveIds</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaVisitor.html#union(org.apache.avro.Schema,java.util.List)">union(Schema, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html#union(org.apache.iceberg.types.Type,org.apache.avro.Schema,java.util.List)">union(Type, Schema, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#union(P,org.apache.avro.Schema,java.util.List)">union(P, Schema, List&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/schema/UnionByNameVisitor.html" title="class in org.apache.iceberg.schema"><span class="typeNameLink">UnionByNameVisitor</span></a> - Class in <a href="org/apache/iceberg/schema/package-summary.html">org.apache.iceberg.schema</a></dt>
<dd>
<div class="block">Visitor class that accumulates the set of changes needed to evolve an existing schema into the
union of the existing and a new schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#unionByNameWith(org.apache.iceberg.Schema)">unionByNameWith(Schema)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Applies all field additions and updates from the provided new schema to the existing schema so
to create a union schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Counter.html#unit()">unit()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics">Counter</a></dt>
<dd>
<div class="block">The unit of the counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CounterResult.html#unit()">unit()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CounterResult.html" title="interface in org.apache.iceberg.metrics">CounterResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultCounter.html#unit()">unit()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultCounter.html" title="class in org.apache.iceberg.metrics">DefaultCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultTimer.html#unit()">unit()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultTimer.html" title="class in org.apache.iceberg.metrics">DefaultTimer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.Counter.html#unit()">unit()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.Counter.html" title="interface in org.apache.iceberg.metrics">MetricsContext.Counter</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">The unit of the counter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Timer.html#unit()">unit()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Timer.html" title="interface in org.apache.iceberg.metrics">Timer</a></dt>
<dd>
<div class="block">The <code>TimeUnit</code> of the timer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.html#unknown()">unknown()</a></span> - Static method in interface org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.html" title="interface in org.apache.iceberg.rest.requests">ReportMetricsRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#unknown(int,java.lang.String,int,java.lang.String)">unknown(int, String, int, String)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/SortOrderVisitor.html#unknown(java.lang.String,int,java.lang.String,org.apache.iceberg.SortDirection,org.apache.iceberg.NullOrder)">unknown(String, int, String, SortDirection, NullOrder)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/SortOrderVisitor.html" title="interface in org.apache.iceberg.transforms">SortOrderVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.CommitStatus.html#UNKNOWN">UNKNOWN</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.CommitStatus.html" title="enum in org.apache.iceberg">BaseMetastoreTableOperations.CommitStatus</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.ReportType.html#UNKNOWN">UNKNOWN</a></span> - org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.ReportType.html" title="enum in org.apache.iceberg.rest.requests">ReportMetricsRequest.ReportType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/transforms/UnknownTransform.html" title="class in org.apache.iceberg.transforms"><span class="typeNameLink">UnknownTransform</span></a>&lt;<a href="org/apache/iceberg/transforms/UnknownTransform.html" title="type parameter in UnknownTransform">S</a>,&#8203;<a href="org/apache/iceberg/transforms/UnknownTransform.html" title="type parameter in UnknownTransform">T</a>&gt; - Class in <a href="org/apache/iceberg/transforms/package-summary.html">org.apache.iceberg.transforms</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/view/UnknownViewRepresentation.html" title="interface in org.apache.iceberg.view"><span class="typeNameLink">UnknownViewRepresentation</span></a> - Interface in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/NoLock.html#unlock()">unlock()</a></span> - Method in class org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/NoLock.html" title="class in org.apache.iceberg.hive">NoLock</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#UNORDERED">UNORDERED</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#UNORDERED">UNORDERED</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#UNORDERED()">UNORDERED()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html#UNORDERED()">UNORDERED()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteOrderingSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.html#unpartitioned()">unpartitioned()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg">PartitionSpec</a></dt>
<dd>
<div class="block">Returns a spec for unpartitioned tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ResidualEvaluator.html#unpartitioned(org.apache.iceberg.expressions.Expression)">unpartitioned(Expression)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ResidualEvaluator.html" title="class in org.apache.iceberg.expressions">ResidualEvaluator</a></dt>
<dd>
<div class="block">Return a residual evaluator for an unpartitioned <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>spec</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/io/UnpartitionedWriter.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">UnpartitionedWriter</span></a>&lt;<a href="org/apache/iceberg/io/UnpartitionedWriter.html" title="type parameter in UnpartitionedWriter">T</a>&gt; - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/UnpartitionedWriter.html#%3Cinit%3E(org.apache.iceberg.PartitionSpec,org.apache.iceberg.FileFormat,org.apache.iceberg.io.FileAppenderFactory,org.apache.iceberg.io.OutputFileFactory,org.apache.iceberg.io.FileIO,long)">UnpartitionedWriter(PartitionSpec, FileFormat, FileAppenderFactory&lt;T&gt;, OutputFileFactory, FileIO, long)</a></span> - Constructor for class org.apache.iceberg.io.<a href="org/apache/iceberg/io/UnpartitionedWriter.html" title="class in org.apache.iceberg.io">UnpartitionedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/exceptions/UnprocessableEntityException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">UnprocessableEntityException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">REST exception thrown when a request is well-formed but cannot be applied.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/UnprocessableEntityException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">UnprocessableEntityException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/UnprocessableEntityException.html" title="class in org.apache.iceberg.exceptions">UnprocessableEntityException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.UnquotedIdentifierContext.html#%3Cinit%3E(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IdentifierContext)">UnquotedIdentifierContext(IcebergSqlExtensionsParser.IdentifierContext)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.UnquotedIdentifierContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.UnquotedIdentifierContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#UNRECOGNIZED">UNRECOGNIZED</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#UNRECOGNIZED">UNRECOGNIZED</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.UnrecoverableException.html#%3Cinit%3E(java.lang.String)">UnrecoverableException(String)</a></span> - Constructor for exception org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.UnrecoverableException.html" title="class in org.apache.iceberg.util">Tasks.UnrecoverableException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.UnrecoverableException.html#%3Cinit%3E(java.lang.String,java.lang.Throwable)">UnrecoverableException(String, Throwable)</a></span> - Constructor for exception org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.UnrecoverableException.html" title="class in org.apache.iceberg.util">Tasks.UnrecoverableException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/Tasks.UnrecoverableException.html#%3Cinit%3E(java.lang.Throwable)">UnrecoverableException(Throwable)</a></span> - Constructor for exception org.apache.iceberg.util.<a href="org/apache/iceberg/util/Tasks.UnrecoverableException.html" title="class in org.apache.iceberg.util">Tasks.UnrecoverableException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Comparators.html#unsignedByteArrays()">unsignedByteArrays()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Comparators.html" title="class in org.apache.iceberg.types">Comparators</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Comparators.html#unsignedBytes()">unsignedBytes()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Comparators.html" title="class in org.apache.iceberg.types">Comparators</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.html#unsorted()">unsorted()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg">SortOrder</a></dt>
<dd>
<div class="block">Returns a sort order for unsorted tables.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/auth/OAuth2Properties.html#UNSUPPORTED_GRANT_TYPE_ERROR">UNSUPPORTED_GRANT_TYPE_ERROR</a></span> - Static variable in class org.apache.iceberg.rest.auth.<a href="org/apache/iceberg/rest/auth/OAuth2Properties.html" title="class in org.apache.iceberg.rest.auth">OAuth2Properties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/KmsClient.html#unwrapKey(java.lang.String,java.lang.String)">unwrapKey(String, String)</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/KmsClient.html" title="interface in org.apache.iceberg.encryption">KmsClient</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Unwrap a secret key, using a wrapping/master key which is stored in KMS and referenced by an
ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/FixedReservoirHistogram.html#update(long)">update(long)</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/FixedReservoirHistogram.html" title="class in org.apache.iceberg.metrics">FixedReservoirHistogram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Histogram.html#update(long)">update(long)</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Histogram.html" title="interface in org.apache.iceberg.metrics">Histogram</a></dt>
<dd>
<div class="block">Update the histogram with a new value observed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.Builder.html#update(java.lang.String,java.lang.String)">update(String, String)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">UpdateNamespacePropertiesRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/AggregateEvaluator.html#update(org.apache.iceberg.DataFile)">update(DataFile)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/AggregateEvaluator.html" title="class in org.apache.iceberg.expressions">AggregateEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mapping/MappingUtil.html#update(org.apache.iceberg.mapping.NameMapping,java.util.Map,org.apache.iceberg.relocated.com.google.common.collect.Multimap)">update(NameMapping, Map&lt;Integer, Types.NestedField&gt;, Multimap&lt;Integer, Types.NestedField&gt;)</a></span> - Static method in class org.apache.iceberg.mapping.<a href="org/apache/iceberg/mapping/MappingUtil.html" title="class in org.apache.iceberg.mapping">MappingUtil</a></dt>
<dd>
<div class="block">Update a name-based mapping using changes to a schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.Builder.html#update(org.apache.iceberg.MetadataUpdate)">update(MetadataUpdate)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.Builder</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/AggregateEvaluator.html#update(org.apache.iceberg.StructLike)">update(StructLike)</a></span> - Method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/AggregateEvaluator.html" title="class in org.apache.iceberg.expressions">AggregateEvaluator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BasePositionDeltaWriter.html#update(T,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">update(T, PartitionSpec, StructLike)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BasePositionDeltaWriter.html" title="class in org.apache.iceberg.io">BasePositionDeltaWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PositionDeltaWriter.html#update(T,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">update(T, PartitionSpec, StructLike)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/PositionDeltaWriter.html" title="interface in org.apache.iceberg.io">PositionDeltaWriter</a></dt>
<dd>
<div class="block">Inserts a new version of an existing row to the provided spec/partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ChangelogOperation.html#UPDATE_AFTER">UPDATE_AFTER</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/ChangelogOperation.html" title="enum in org.apache.iceberg">ChangelogOperation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#UPDATE_AFTER">UPDATE_AFTER</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ChangelogOperation.html#UPDATE_BEFORE">UPDATE_BEFORE</a></span> - org.apache.iceberg.<a href="org/apache/iceberg/ChangelogOperation.html" title="enum in org.apache.iceberg">ChangelogOperation</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/ChangelogIterator.html#UPDATE_BEFORE">UPDATE_BEFORE</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/ChangelogIterator.html" title="class in org.apache.iceberg.spark">ChangelogIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#UPDATE_DISTRIBUTION_MODE">UPDATE_DISTRIBUTION_MODE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#UPDATE_ISOLATION_LEVEL">UPDATE_ISOLATION_LEVEL</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#UPDATE_ISOLATION_LEVEL_DEFAULT">UPDATE_ISOLATION_LEVEL_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#UPDATE_MODE">UPDATE_MODE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#UPDATE_MODE_DEFAULT">UPDATE_MODE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.Builder.html#updateAll(java.util.Map)">updateAll(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">UpdateNamespacePropertiesRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#updateColumn(java.lang.String,org.apache.iceberg.types.Type.PrimitiveType)">updateColumn(String, Type.PrimitiveType)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Update a column in the schema to a new primitive type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#updateColumn(java.lang.String,org.apache.iceberg.types.Type.PrimitiveType,java.lang.String)">updateColumn(String, Type.PrimitiveType, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Update a column in the schema to a new primitive type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateSchema.html#updateColumnDoc(java.lang.String,java.lang.String)">updateColumnDoc(String, String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg">UpdateSchema</a></dt>
<dd>
<div class="block">Update a column in the schema to a new primitive type.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetProperties.html#updated()">updated()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetProperties.html" title="class in org.apache.iceberg">MetadataUpdate.SetProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html#updated()">updated()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html" title="class in org.apache.iceberg.rest.responses">UpdateNamespacePropertiesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PendingUpdate.html#updateEvent()">updateEvent()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/PendingUpdate.html" title="interface in org.apache.iceberg">PendingUpdate</a></dt>
<dd>
<div class="block">Generates update event to notify about metadata changes</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#updateLocation()">updateLocation()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#updateLocation()">updateLocation()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#updateLocation()">updateLocation()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#updateLocation()">updateLocation()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#updateLocation()">updateLocation()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/UpdateLocation.html" title="interface in org.apache.iceberg"><code>UpdateLocation</code></a> to update table location and commit the changes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#updateLocation()">updateLocation()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/UpdateLocation.html" title="interface in org.apache.iceberg"><code>UpdateLocation</code></a> to update table location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#updateLocation(java.lang.String)">updateLocation(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/UpdateLocation.html" title="interface in org.apache.iceberg"><span class="typeNameLink">UpdateLocation</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for setting a table's base location.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.html#updateNamespaceMetadata(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.Namespace,java.util.Map,java.util.Set)">updateNamespaceMetadata(SessionCatalog.SessionContext, Namespace, Map&lt;String, String&gt;, Set&lt;String&gt;)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.html" title="interface in org.apache.iceberg.catalog">SessionCatalog</a></dt>
<dd>
<div class="block">Set a collection of properties on a namespace in the catalog.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSessionCatalog.html#updateNamespaceMetadata(org.apache.iceberg.catalog.SessionCatalog.SessionContext,org.apache.iceberg.catalog.Namespace,java.util.Map,java.util.Set)">updateNamespaceMetadata(SessionCatalog.SessionContext, Namespace, Map&lt;String, String&gt;, Set&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSessionCatalog.html" title="class in org.apache.iceberg.rest">RESTSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/CatalogHandlers.html#updateNamespaceProperties(org.apache.iceberg.catalog.SupportsNamespaces,org.apache.iceberg.catalog.Namespace,org.apache.iceberg.rest.requests.UpdateNamespacePropertiesRequest)">updateNamespaceProperties(SupportsNamespaces, Namespace, UpdateNamespacePropertiesRequest)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest">CatalogHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateNamespacePropertiesRequest</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="block">A REST request to set and/or remove properties on a namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.html#%3Cinit%3E()">UpdateNamespacePropertiesRequest()</a></span> - Constructor for class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateNamespacePropertiesRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.Builder.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateNamespacePropertiesRequest.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">UpdateNamespacePropertiesResponse</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>
<div class="block">A REST response to a request to set and/or remove properties on a namespace.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html#%3Cinit%3E()">UpdateNamespacePropertiesResponse()</a></span> - Constructor for class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html" title="class in org.apache.iceberg.rest.responses">UpdateNamespacePropertiesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.Builder.html" title="class in org.apache.iceberg.rest.responses"><span class="typeNameLink">UpdateNamespacePropertiesResponse.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/responses/package-summary.html">org.apache.iceberg.rest.responses</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#updatePartitionSpec(org.apache.iceberg.PartitionSpec)">updatePartitionSpec(PartitionSpec)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/UpdatePartitionSpec.html" title="interface in org.apache.iceberg"><span class="typeNameLink">UpdatePartitionSpec</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for partition spec evolution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html#updatePosition(int,long)">updatePosition(int, long)</a></span> - Method in class org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplit.html" title="class in org.apache.iceberg.flink.source.split">IcebergSourceSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#updateProperties()">updateProperties()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#updateProperties()">updateProperties()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#updateProperties()">updateProperties()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#updateProperties()">updateProperties()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#updateProperties()">updateProperties()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/UpdateProperties.html" title="interface in org.apache.iceberg"><code>UpdateProperties</code></a> to update table properties and commit the changes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#updateProperties()">updateProperties()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/UpdateProperties.html" title="interface in org.apache.iceberg"><code>UpdateProperties</code></a> to update table properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/View.html#updateProperties()">updateProperties()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/View.html" title="interface in org.apache.iceberg.view">View</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/view/UpdateViewProperties.html" title="interface in org.apache.iceberg.view"><code>UpdateViewProperties</code></a> to update view properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/dell/ecs/EcsCatalog.html#updateProperties(org.apache.iceberg.catalog.Namespace,java.util.function.Consumer)">updateProperties(Namespace, Consumer&lt;Map&lt;String, String&gt;&gt;)</a></span> - Method in class org.apache.iceberg.dell.ecs.<a href="org/apache/iceberg/dell/ecs/EcsCatalog.html" title="class in org.apache.iceberg.dell.ecs">EcsCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/UpdateProperties.html" title="interface in org.apache.iceberg"><span class="typeNameLink">UpdateProperties</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for updating table properties.</div>
</dd>
<dt><a href="org/apache/iceberg/UpdateRequirement.html" title="interface in org.apache.iceberg"><span class="typeNameLink">UpdateRequirement</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">Represents a requirement for a <a href="org/apache/iceberg/MetadataUpdate.html" title="interface in org.apache.iceberg"><code>MetadataUpdate</code></a></div>
</dd>
<dt><a href="org/apache/iceberg/UpdateRequirement.AssertCurrentSchemaID.html" title="class in org.apache.iceberg"><span class="typeNameLink">UpdateRequirement.AssertCurrentSchemaID</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/UpdateRequirement.AssertDefaultSortOrderID.html" title="class in org.apache.iceberg"><span class="typeNameLink">UpdateRequirement.AssertDefaultSortOrderID</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/UpdateRequirement.AssertDefaultSpecID.html" title="class in org.apache.iceberg"><span class="typeNameLink">UpdateRequirement.AssertDefaultSpecID</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/UpdateRequirement.AssertLastAssignedFieldId.html" title="class in org.apache.iceberg"><span class="typeNameLink">UpdateRequirement.AssertLastAssignedFieldId</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/UpdateRequirement.AssertLastAssignedPartitionId.html" title="class in org.apache.iceberg"><span class="typeNameLink">UpdateRequirement.AssertLastAssignedPartitionId</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/UpdateRequirement.AssertRefSnapshotID.html" title="class in org.apache.iceberg"><span class="typeNameLink">UpdateRequirement.AssertRefSnapshotID</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/UpdateRequirement.AssertTableDoesNotExist.html" title="class in org.apache.iceberg"><span class="typeNameLink">UpdateRequirement.AssertTableDoesNotExist</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/UpdateRequirement.AssertTableUUID.html" title="class in org.apache.iceberg"><span class="typeNameLink">UpdateRequirement.AssertTableUUID</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UpdateRequirementDeserializer.html#%3Cinit%3E()">UpdateRequirementDeserializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UpdateRequirementDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UpdateRequirementDeserializer</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateRequirementParser.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateRequirementParser</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 1.5.0, use <a href="org/apache/iceberg/UpdateRequirementParser.html" title="class in org.apache.iceberg"><code>UpdateRequirementParser</code></a>
instead.</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/UpdateRequirementParser.html" title="class in org.apache.iceberg"><span class="typeNameLink">UpdateRequirementParser</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/UpdateRequirements.html" title="class in org.apache.iceberg"><span class="typeNameLink">UpdateRequirements</span></a> - Class in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UpdateRequirementSerializer.html#%3Cinit%3E()">UpdateRequirementSerializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UpdateRequirementSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UpdateRequirementSerializer</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/TableCommit.html#updates()">updates()</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/TableCommit.html" title="interface in org.apache.iceberg.catalog">TableCommit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.html#updates()">updates()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateNamespacePropertiesRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html#updates()">updates()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#updateSchema()">updateSchema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#updateSchema()">updateSchema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#updateSchema()">updateSchema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#updateSchema()">updateSchema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#updateSchema()">updateSchema()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg"><code>UpdateSchema</code></a> to alter the columns of this table and commit the change.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#updateSchema()">updateSchema()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg"><code>UpdateSchema</code></a> to alter the columns of this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#updateSchema(org.apache.iceberg.Schema,int)">updateSchema(Schema, int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg"><span class="typeNameLink">UpdateSchema</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for schema evolution.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#updateSpec()">updateSpec()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#updateSpec()">updateSpec()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#updateSpec()">updateSpec()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#updateSpec()">updateSpec()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#updateSpec()">updateSpec()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/UpdatePartitionSpec.html" title="interface in org.apache.iceberg"><code>UpdatePartitionSpec</code></a> to alter the partition spec of this table and commit
the change.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#updateSpec()">updateSpec()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/UpdatePartitionSpec.html" title="interface in org.apache.iceberg"><code>UpdatePartitionSpec</code></a> to alter the partition spec of this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTable.html#updateStatistics()">updateStatistics()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTable.html" title="class in org.apache.iceberg">BaseTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.TransactionTable.html#updateStatistics()">updateStatistics()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.TransactionTable.html" title="class in org.apache.iceberg">BaseTransaction.TransactionTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseTransaction.html#updateStatistics()">updateStatistics()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseTransaction.html" title="class in org.apache.iceberg">BaseTransaction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SerializableTable.html#updateStatistics()">updateStatistics()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SerializableTable.html" title="class in org.apache.iceberg">SerializableTable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Table.html#updateStatistics()">updateStatistics()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Table.html" title="interface in org.apache.iceberg">Table</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/UpdateStatistics.html" title="interface in org.apache.iceberg"><code>update table statistics API</code></a> to add or remove statistics
files in this table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Transaction.html#updateStatistics()">updateStatistics()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/Transaction.html" title="interface in org.apache.iceberg">Transaction</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/UpdateStatistics.html" title="interface in org.apache.iceberg"><code>update table statistics API</code></a> to add or remove statistics
files in this table.</div>
</dd>
<dt><a href="org/apache/iceberg/UpdateStatistics.html" title="interface in org.apache.iceberg"><span class="typeNameLink">UpdateStatistics</span></a> - Interface in <a href="org/apache/iceberg/package-summary.html">org.apache.iceberg</a></dt>
<dd>
<div class="block">API for updating statistics files in a table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/CatalogHandlers.html#updateTable(org.apache.iceberg.catalog.Catalog,org.apache.iceberg.catalog.TableIdentifier,org.apache.iceberg.rest.requests.UpdateTableRequest)">updateTable(Catalog, TableIdentifier, UpdateTableRequest)</a></span> - Static method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/CatalogHandlers.html" title="class in org.apache.iceberg.rest">CatalogHandlers</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieUtil.html#updateTableMetadataWithNessieSpecificProperties(org.apache.iceberg.TableMetadata,java.lang.String,org.projectnessie.model.IcebergTable,java.lang.String,org.projectnessie.model.Reference)">updateTableMetadataWithNessieSpecificProperties(TableMetadata, String, IcebergTable, String, Reference)</a></span> - Static method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieUtil.html" title="class in org.apache.iceberg.nessie">NessieUtil</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateTableRequest</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html#%3Cinit%3E()">UpdateTableRequest()</a></span> - Constructor for class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html#%3Cinit%3E(java.util.List,java.util.List)">UpdateTableRequest(List&lt;UpdateRequirement&gt;, List&lt;MetadataUpdate&gt;)</a></span> - Constructor for class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateTableRequest.Builder</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 1.5.0, use <a href="org/apache/iceberg/UpdateRequirements.html" title="class in org.apache.iceberg"><code>UpdateRequirements</code></a>
instead.</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.html" title="interface in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateTableRequest.UpdateRequirement</span></a> - Interface in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">will be removed in 1.5.0, use <a href="org/apache/iceberg/UpdateRequirement.html" title="interface in org.apache.iceberg"><code>UpdateRequirement</code></a> instead.</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertCurrentSchemaID.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateTableRequest.UpdateRequirement.AssertCurrentSchemaID</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertDefaultSortOrderID.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateTableRequest.UpdateRequirement.AssertDefaultSortOrderID</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertDefaultSpecID.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateTableRequest.UpdateRequirement.AssertDefaultSpecID</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertLastAssignedFieldId.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateTableRequest.UpdateRequirement.AssertLastAssignedFieldId</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertLastAssignedPartitionId.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateTableRequest.UpdateRequirement.AssertLastAssignedPartitionId</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertRefSnapshotID.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateTableRequest.UpdateRequirement.AssertRefSnapshotID</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertTableDoesNotExist.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateTableRequest.UpdateRequirement.AssertTableDoesNotExist</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertTableUUID.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateTableRequest.UpdateRequirement.AssertTableUUID</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UpdateTableRequestDeserializer.html#%3Cinit%3E()">UpdateTableRequestDeserializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UpdateTableRequestDeserializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UpdateTableRequestDeserializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/rest/requests/UpdateTableRequestParser.html" title="class in org.apache.iceberg.rest.requests"><span class="typeNameLink">UpdateTableRequestParser</span></a> - Class in <a href="org/apache/iceberg/rest/requests/package-summary.html">org.apache.iceberg.rest.requests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTSerializers.UpdateTableRequestSerializer.html#%3Cinit%3E()">UpdateTableRequestSerializer()</a></span> - Constructor for class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTSerializers.UpdateTableRequestSerializer.html" title="class in org.apache.iceberg.rest">RESTSerializers.UpdateTableRequestSerializer</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/view/UpdateViewProperties.html" title="interface in org.apache.iceberg.view"><span class="typeNameLink">UpdateViewProperties</span></a> - Interface in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>
<div class="block">API for updating view properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#upgradeFormatVersion(int)">upgradeFormatVersion(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.Builder.html#upgradeFormatVersion(int)">upgradeFormatVersion(int)</a></span> - Method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.Builder.html" title="class in org.apache.iceberg.view">ViewMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.UpgradeFormatVersion.html#%3Cinit%3E(int)">UpgradeFormatVersion(int)</a></span> - Constructor for class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.UpgradeFormatVersion.html" title="class in org.apache.iceberg">MetadataUpdate.UpgradeFormatVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#upgradeToFormatVersion(int)">upgradeToFormatVersion(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#UPPER_BOUNDS">UPPER_BOUNDS</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FieldMetrics.html#upperBound()">upperBound()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FieldMetrics.html" title="class in org.apache.iceberg">FieldMetrics</a></dt>
<dd>
<div class="block">Returns the upper bound value of this field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericPartitionFieldSummary.html#upperBound()">upperBound()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericPartitionFieldSummary.html" title="class in org.apache.iceberg">GenericPartitionFieldSummary</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html#upperBound()">upperBound()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ManifestFile.PartitionFieldSummary.html" title="interface in org.apache.iceberg">ManifestFile.PartitionFieldSummary</a></dt>
<dd>
<div class="block">Returns a ByteBuffer that contains a serialized bound higher than all values of the field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#upperBounds()">upperBounds()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns if collected, map from column ID to value upper bounds, null otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Metrics.html#upperBounds()">upperBounds()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Metrics.html" title="class in org.apache.iceberg">Metrics</a></dt>
<dd>
<div class="block">Get the non-null upper bound values for all fields in a file.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#upperBounds()">upperBounds()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#upsert(boolean)">upsert(boolean)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>
<div class="block">All INSERT/UPDATE_AFTER events from input stream will be transformed to UPSERT events, which
means it will DELETE the old records and then INSERT the new records.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#UPSERT_ENABLED">UPSERT_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#UPSERT_ENABLED_DEFAULT">UPSERT_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#upsertMode()">upsertMode()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html#uri()">uri()</a></span> - Method in interface org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html" title="interface in org.apache.iceberg.aws.s3.signer">S3SignRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignResponse.html#uri()">uri()</a></span> - Method in interface org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignResponse.html" title="interface in org.apache.iceberg.aws.s3.signer">S3SignResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/HTTPClient.Builder.html#uri(java.lang.String)">uri(String)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/HTTPClient.Builder.html" title="class in org.apache.iceberg.rest">HTTPClient.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#URI">URI</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/Util.html#uriToString(java.net.URI)">uriToString(URI)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/Util.html" title="class in org.apache.iceberg.hadoop">Util</a></dt>
<dd>
<div class="block">From Apache Spark</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#URLCONNECTION_CONNECTION_TIMEOUT_MS">URLCONNECTION_CONNECTION_TIMEOUT_MS</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">Used to configure the connection timeout in milliseconds for <code>UrlConnectionHttpClient.Builder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/HttpClientProperties.html#URLCONNECTION_SOCKET_TIMEOUT_MS">URLCONNECTION_SOCKET_TIMEOUT_MS</a></span> - Static variable in class org.apache.iceberg.aws.<a href="org/apache/iceberg/aws/HttpClientProperties.html" title="class in org.apache.iceberg.aws">HttpClientProperties</a></dt>
<dd>
<div class="block">Used to configure the socket timeout in milliseconds for <code>UrlConnectionHttpClient.Builder</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#USE_ARN_REGION_ENABLED">USE_ARN_REGION_ENABLED</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Enable to make S3FileIO, to make cross-region call to the region specified in the ARN of an
access point.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#USE_ARN_REGION_ENABLED_DEFAULT">USE_ARN_REGION_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html#USE_CACHING">USE_CACHING</a></span> - Static variable in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewriteManifestsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html#USE_CACHING_DEFAULT">USE_CACHING_DEFAULT</a></span> - Static variable in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewriteManifestsSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewriteManifestsSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#USE_STARTING_SEQUENCE_NUMBER">USE_STARTING_SEQUENCE_NUMBER</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>
<div class="block">If the compaction should use the sequence number of the snapshot at compaction start time for
new data files, instead of using the sequence number of the newly produced snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#USE_STARTING_SEQUENCE_NUMBER_DEFAULT">USE_STARTING_SEQUENCE_NUMBER_DEFAULT</a></span> - Static variable in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#USE_TABLE_DISTRIBUTION_AND_ORDERING">USE_TABLE_DISTRIBUTION_AND_ORDERING</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#USE_TABLE_DISTRIBUTION_AND_ORDERING_DEFAULT">USE_TABLE_DISTRIBUTION_AND_ORDERING_DEFAULT</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#useBranch(java.lang.String)">useBranch(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IncrementalScan.html#useBranch(java.lang.String)">useBranch(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/IncrementalScan.html" title="interface in org.apache.iceberg">IncrementalScan</a></dt>
<dd>
<div class="block">Use the specified branch</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#useFanoutWriter(org.apache.iceberg.spark.SparkWriteRequirements)">useFanoutWriter(SparkWriteRequirements)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#useHiveRows()">useHiveRows()</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html#usePigTuples()">usePigTuples()</a></span> - Method in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.ConfigBuilder.html" title="class in org.apache.iceberg.mr">InputFormatConfig.ConfigBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#USER">USER</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BatchScan.html#useRef(java.lang.String)">useRef(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/BatchScan.html" title="interface in org.apache.iceberg">BatchScan</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/BatchScan.html" title="interface in org.apache.iceberg"><code>BatchScan</code></a> from this scan's configuration that will use the given
reference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotScan.html#useRef(java.lang.String)">useRef(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotScan.html" title="class in org.apache.iceberg">SnapshotScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableScan.html#useRef(java.lang.String)">useRef(String)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableScan.html" title="interface in org.apache.iceberg">TableScan</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/TableScan.html" title="interface in org.apache.iceberg"><code>TableScan</code></a> from this scan's configuration that will use the given
reference.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/gcp/GCPProperties.html#userProject()">userProject()</a></span> - Method in class org.apache.iceberg.gcp.<a href="org/apache/iceberg/gcp/GCPProperties.html" title="class in org.apache.iceberg.gcp">GCPProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BatchScan.html#useSnapshot(long)">useSnapshot(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/BatchScan.html" title="interface in org.apache.iceberg">BatchScan</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/BatchScan.html" title="interface in org.apache.iceberg"><code>BatchScan</code></a> from this scan's configuration that will use a snapshot with the
given ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html#useSnapshot(long)">useSnapshot(long)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html" title="class in org.apache.iceberg.data">IcebergGenerics.ScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotScan.html#useSnapshot(long)">useSnapshot(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotScan.html" title="class in org.apache.iceberg">SnapshotScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableScan.html#useSnapshot(long)">useSnapshot(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/TableScan.html" title="interface in org.apache.iceberg">TableScan</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/TableScan.html" title="interface in org.apache.iceberg"><code>TableScan</code></a> from this scan's configuration that will use the given snapshot
by ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html#useSnapshotId(java.lang.Long)">useSnapshotId(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/IcebergSource.Builder.html" title="class in org.apache.iceberg.flink.source">IcebergSource.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#useSnapshotId(java.lang.Long)">useSnapshotId(Long)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataTableScan.html#useSnapshotSchema()">useSnapshotSchema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataTableScan.html" title="class in org.apache.iceberg">DataTableScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SnapshotScan.html#useSnapshotSchema()">useSnapshotSchema()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SnapshotScan.html" title="class in org.apache.iceberg">SnapshotScan</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html#useStartingSequenceNumber(boolean)">useStartingSequenceNumber(boolean)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BaseRewriteDataFilesAction.html" title="class in org.apache.iceberg.actions">BaseRewriteDataFilesAction</a></dt>
<dd>
<div class="block">If the compaction should use the sequence number of the snapshot at compaction start time for
new data files, instead of using the sequence number of the newly produced snapshot.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/ScanContext.Builder.html#useTag(java.lang.String)">useTag(String)</a></span> - Method in class org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/ScanContext.Builder.html" title="class in org.apache.iceberg.flink.source">ScanContext.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#utf8s()">utf8s()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#utf8s()">utf8s()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkOrcValueReaders.html#utf8String()">utf8String()</a></span> - Static method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkOrcValueReaders.html" title="class in org.apache.iceberg.spark.data">SparkOrcValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/hadoop/Util.html" title="class in org.apache.iceberg.hadoop"><span class="typeNameLink">Util</span></a> - Class in <a href="org/apache/iceberg/hadoop/package-summary.html">org.apache.iceberg.hadoop</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AssignUUID.html#uuid()">uuid()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AssignUUID.html" title="class in org.apache.iceberg">MetadataUpdate.AssignUUID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertTableUUID.html#uuid()">uuid()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertTableUUID.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertTableUUID</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#uuid()">uuid()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertTableUUID.html#uuid()">uuid()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertTableUUID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertTableUUID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#uuid()">uuid()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.BinaryType.html#UUID">UUID</a></span> - org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.BinaryType.html" title="enum in org.apache.iceberg.orc">ORCSchemaUtil.BinaryType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#UUID">UUID</a></span> - org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#UUID">UUID</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>
<div class="block">Reserved table property for table UUID.</div>
</dd>
<dt><a href="org/apache/iceberg/avro/UUIDConversion.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">UUIDConversion</span></a> - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/UUIDConversion.html#%3Cinit%3E()">UUIDConversion()</a></span> - Constructor for class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/UUIDConversion.html" title="class in org.apache.iceberg.avro">UUIDConversion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueReaders.html#uuids()">uuids()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro">ValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.html#uuids()">uuids()</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro">ValueWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcReaders.html#uuids()">uuids()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcReaders.html" title="class in org.apache.iceberg.data.orc">GenericOrcReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.html#uuids()">uuids()</a></span> - Static method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkOrcValueReaders.html#uuids()">uuids()</a></span> - Static method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkOrcValueReaders.html" title="class in org.apache.iceberg.spark.data">SparkOrcValueReaders</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.UUIDType.html#%3Cinit%3E()">UUIDType()</a></span> - Constructor for class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.UUIDType.html" title="class in org.apache.iceberg.types">Types.UUIDType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/UUIDUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">UUIDUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html#validate()">validate()</a></span> - Method in interface org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignRequest.html" title="interface in org.apache.iceberg.aws.s3.signer">S3SignRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/signer/S3SignResponse.html#validate()">validate()</a></span> - Method in interface org.apache.iceberg.aws.s3.signer.<a href="org/apache/iceberg/aws/s3/signer/S3SignResponse.html" title="interface in org.apache.iceberg.aws.s3.signer">S3SignResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CommitTransactionRequest.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CommitTransactionRequest.html" title="class in org.apache.iceberg.rest.requests">CommitTransactionRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.html" title="class in org.apache.iceberg.rest.requests">CreateNamespaceRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RegisterTableRequest.html#validate()">validate()</a></span> - Method in interface org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RegisterTableRequest.html" title="interface in org.apache.iceberg.rest.requests">RegisterTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RenameTableRequest.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RenameTableRequest.html" title="class in org.apache.iceberg.rest.requests">RenameTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.html#validate()">validate()</a></span> - Method in interface org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.html" title="interface in org.apache.iceberg.rest.requests">ReportMetricsRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateNamespacePropertiesRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateNamespacePropertiesRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ConfigResponse.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ConfigResponse.html" title="class in org.apache.iceberg.rest.responses">ConfigResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.html" title="class in org.apache.iceberg.rest.responses">CreateNamespaceResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponse.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponse.html" title="class in org.apache.iceberg.rest.responses">ErrorResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.html" title="class in org.apache.iceberg.rest.responses">GetNamespaceResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListNamespacesResponse.html" title="class in org.apache.iceberg.rest.responses">ListNamespacesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ListTablesResponse.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ListTablesResponse.html" title="class in org.apache.iceberg.rest.responses">ListTablesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/LoadTableResponse.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/LoadTableResponse.html" title="class in org.apache.iceberg.rest.responses">LoadTableResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.html" title="class in org.apache.iceberg.rest.responses">OAuthTokenResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html#validate()">validate()</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/UpdateNamespacePropertiesResponse.html" title="class in org.apache.iceberg.rest.responses">UpdateNamespacePropertiesResponse</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/RESTMessage.html#validate()">validate()</a></span> - Method in interface org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/RESTMessage.html" title="interface in org.apache.iceberg.rest">RESTMessage</a></dt>
<dd>
<div class="block">Ensures that a constructed instance of a REST message is valid according to the REST spec.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/LogicalMap.html#validate(org.apache.avro.Schema)">validate(Schema)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/LogicalMap.html" title="class in org.apache.iceberg.avro">LogicalMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertCurrentSchemaID.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertCurrentSchemaID.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertCurrentSchemaID</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertDefaultSortOrderID.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertDefaultSortOrderID.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertDefaultSortOrderID</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertDefaultSpecID.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertDefaultSpecID.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertDefaultSpecID</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertLastAssignedFieldId.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertLastAssignedFieldId.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertLastAssignedFieldId</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertLastAssignedPartitionId.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertLastAssignedPartitionId.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertLastAssignedPartitionId</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertRefSnapshotID.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertRefSnapshotID.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertRefSnapshotID</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertTableDoesNotExist.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertTableDoesNotExist.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertTableDoesNotExist</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertTableUUID.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/UpdateTableRequest.UpdateRequirement.AssertTableUUID.html" title="class in org.apache.iceberg.rest.requests">UpdateTableRequest.UpdateRequirement.AssertTableUUID</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertCurrentSchemaID.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertCurrentSchemaID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertCurrentSchemaID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertDefaultSortOrderID.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertDefaultSortOrderID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertDefaultSortOrderID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertDefaultSpecID.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertDefaultSpecID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertDefaultSpecID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertLastAssignedFieldId.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertLastAssignedFieldId.html" title="class in org.apache.iceberg">UpdateRequirement.AssertLastAssignedFieldId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertLastAssignedPartitionId.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertLastAssignedPartitionId.html" title="class in org.apache.iceberg">UpdateRequirement.AssertLastAssignedPartitionId</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertRefSnapshotID.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertRefSnapshotID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertRefSnapshotID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertTableDoesNotExist.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertTableDoesNotExist.html" title="class in org.apache.iceberg">UpdateRequirement.AssertTableDoesNotExist</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.AssertTableUUID.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.AssertTableUUID.html" title="class in org.apache.iceberg">UpdateRequirement.AssertTableUUID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/UpdateRequirement.html#validate(org.apache.iceberg.TableMetadata)">validate(TableMetadata)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/UpdateRequirement.html" title="interface in org.apache.iceberg">UpdateRequirement</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseOverwriteFiles.html#validate(org.apache.iceberg.TableMetadata,org.apache.iceberg.Snapshot)">validate(TableMetadata, Snapshot)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseOverwriteFiles.html" title="class in org.apache.iceberg">BaseOverwriteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplacePartitions.html#validate(org.apache.iceberg.TableMetadata,org.apache.iceberg.Snapshot)">validate(TableMetadata, Snapshot)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplacePartitions.html" title="class in org.apache.iceberg">BaseReplacePartitions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StreamingDelete.html#validate(org.apache.iceberg.TableMetadata,org.apache.iceberg.Snapshot)">validate(TableMetadata, Snapshot)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/StreamingDelete.html" title="class in org.apache.iceberg">StreamingDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#VALIDATE_FROM_SNAPSHOT_ID">VALIDATE_FROM_SNAPSHOT_ID</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseOverwriteFiles.html#validateAddedFilesMatchOverwriteFilter()">validateAddedFilesMatchOverwriteFilter()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseOverwriteFiles.html" title="class in org.apache.iceberg">BaseOverwriteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/OverwriteFiles.html#validateAddedFilesMatchOverwriteFilter()">validateAddedFilesMatchOverwriteFilter()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/OverwriteFiles.html" title="interface in org.apache.iceberg">OverwriteFiles</a></dt>
<dd>
<div class="block">Signal that each file added to the table must match the overwrite expression.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplacePartitions.html#validateAppendOnly()">validateAppendOnly()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplacePartitions.html" title="class in org.apache.iceberg">BaseReplacePartitions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ReplacePartitions.html#validateAppendOnly()">validateAppendOnly()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ReplacePartitions.html" title="interface in org.apache.iceberg">ReplacePartitions</a></dt>
<dd>
<div class="block">Validate that no partitions will be replaced and the operation is append-only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowDelta.html#validateDataFilesExist(java.lang.Iterable)">validateDataFilesExist(Iterable&lt;? extends CharSequence&gt;)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RowDelta.html" title="interface in org.apache.iceberg">RowDelta</a></dt>
<dd>
<div class="block">Add data file paths that must not be removed by conflicting commits for this RowDelta to
succeed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowDelta.html#validateDeletedFiles()">validateDeletedFiles()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RowDelta.html" title="interface in org.apache.iceberg">RowDelta</a></dt>
<dd>
<div class="block">Enable validation that referenced data files passed to <a href="org/apache/iceberg/RowDelta.html#validateDataFilesExist(java.lang.Iterable)"><code>RowDelta.validateDataFilesExist(Iterable)</code></a> have not been removed by a delete operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DeleteFiles.html#validateFilesExist()">validateFilesExist()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/DeleteFiles.html" title="interface in org.apache.iceberg">DeleteFiles</a></dt>
<dd>
<div class="block">Enables validation that any files that are part of the deletion still exist when committing the
operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/StreamingDelete.html#validateFilesExist()">validateFilesExist()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/StreamingDelete.html" title="class in org.apache.iceberg">StreamingDelete</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseOverwriteFiles.html#validateFromSnapshot(long)">validateFromSnapshot(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseOverwriteFiles.html" title="class in org.apache.iceberg">BaseOverwriteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplacePartitions.html#validateFromSnapshot(long)">validateFromSnapshot(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplacePartitions.html" title="class in org.apache.iceberg">BaseReplacePartitions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/OverwriteFiles.html#validateFromSnapshot(long)">validateFromSnapshot(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/OverwriteFiles.html" title="interface in org.apache.iceberg">OverwriteFiles</a></dt>
<dd>
<div class="block">Set the snapshot ID used in any reads for this operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ReplacePartitions.html#validateFromSnapshot(long)">validateFromSnapshot(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ReplacePartitions.html" title="interface in org.apache.iceberg">ReplacePartitions</a></dt>
<dd>
<div class="block">Set the snapshot ID used in validations for this operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteFiles.html#validateFromSnapshot(long)">validateFromSnapshot(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RewriteFiles.html" title="interface in org.apache.iceberg">RewriteFiles</a></dt>
<dd>
<div class="block">Set the snapshot ID used in any reads for this operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowDelta.html#validateFromSnapshot(long)">validateFromSnapshot(long)</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RowDelta.html" title="interface in org.apache.iceberg">RowDelta</a></dt>
<dd>
<div class="block">Set the snapshot ID used in any reads for this operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#validateFromSnapshotId()">validateFromSnapshotId()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSchemaUtil.html#validateMetadataColumnReferences(org.apache.iceberg.Schema,org.apache.iceberg.Schema)">validateMetadataColumnReferences(Schema, Schema)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSchemaUtil.html" title="class in org.apache.iceberg.spark">SparkSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseOverwriteFiles.html#validateNoConflictingData()">validateNoConflictingData()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseOverwriteFiles.html" title="class in org.apache.iceberg">BaseOverwriteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplacePartitions.html#validateNoConflictingData()">validateNoConflictingData()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplacePartitions.html" title="class in org.apache.iceberg">BaseReplacePartitions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/OverwriteFiles.html#validateNoConflictingData()">validateNoConflictingData()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/OverwriteFiles.html" title="interface in org.apache.iceberg">OverwriteFiles</a></dt>
<dd>
<div class="block">Enables validation that data added concurrently does not conflict with this commit's operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ReplacePartitions.html#validateNoConflictingData()">validateNoConflictingData()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ReplacePartitions.html" title="interface in org.apache.iceberg">ReplacePartitions</a></dt>
<dd>
<div class="block">Enables validation that data added concurrently does not conflict with this commit's operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowDelta.html#validateNoConflictingDataFiles()">validateNoConflictingDataFiles()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RowDelta.html" title="interface in org.apache.iceberg">RowDelta</a></dt>
<dd>
<div class="block">Enables validation that data files added concurrently do not conflict with this commit's
operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowDelta.html#validateNoConflictingDeleteFiles()">validateNoConflictingDeleteFiles()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/RowDelta.html" title="interface in org.apache.iceberg">RowDelta</a></dt>
<dd>
<div class="block">Enables validation that delete files added concurrently do not conflict with this commit's
operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseOverwriteFiles.html#validateNoConflictingDeletes()">validateNoConflictingDeletes()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseOverwriteFiles.html" title="class in org.apache.iceberg">BaseOverwriteFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseReplacePartitions.html#validateNoConflictingDeletes()">validateNoConflictingDeletes()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseReplacePartitions.html" title="class in org.apache.iceberg">BaseReplacePartitions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/OverwriteFiles.html#validateNoConflictingDeletes()">validateNoConflictingDeletes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/OverwriteFiles.html" title="interface in org.apache.iceberg">OverwriteFiles</a></dt>
<dd>
<div class="block">Enables validation that deletes that happened concurrently do not conflict with this commit's
operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ReplacePartitions.html#validateNoConflictingDeletes()">validateNoConflictingDeletes()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ReplacePartitions.html" title="interface in org.apache.iceberg">ReplacePartitions</a></dt>
<dd>
<div class="block">Enables validation that deletes that happened concurrently do not conflict with this commit's
operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SortStrategy.html#validateOptions()">validateOptions()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SortStrategy.html" title="class in org.apache.iceberg.actions">SortStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkUtil.html#validatePartitionTransforms(org.apache.iceberg.PartitionSpec)">validatePartitionTransforms(PartitionSpec)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkUtil.html" title="class in org.apache.iceberg.spark">SparkUtil</a></dt>
<dd>
<div class="block">Check whether the partition transforms in a spec can be used to write data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsConfig.html#validateReferencedColumns(org.apache.iceberg.Schema)">validateReferencedColumns(Schema)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsConfig.html" title="class in org.apache.iceberg">MetricsConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#validateSchema(java.lang.String,org.apache.iceberg.Schema,org.apache.iceberg.Schema,boolean,boolean)">validateSchema(String, Schema, Schema, boolean, boolean)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>
<div class="block">Validates whether the provided schema is compatible with the expected schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/WapUtil.html#validateWapPublish(org.apache.iceberg.TableMetadata,long)">validateWapPublish(TableMetadata, long)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/WapUtil.html" title="class in org.apache.iceberg.util">WapUtil</a></dt>
<dd>
<div class="block">Check if a given staged snapshot's associated wap-id was already published.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#validateWriteSchema(org.apache.iceberg.Schema,org.apache.iceberg.Schema,java.lang.Boolean,java.lang.Boolean)">validateWriteSchema(Schema, Schema, Boolean, Boolean)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>
<div class="block">Check whether we could write the iceberg table with the user-provided write schema.</div>
</dd>
<dt><a href="org/apache/iceberg/exceptions/ValidationException.html" title="class in org.apache.iceberg.exceptions"><span class="typeNameLink">ValidationException</span></a> - Exception in <a href="org/apache/iceberg/exceptions/package-summary.html">org.apache.iceberg.exceptions</a></dt>
<dd>
<div class="block">Exception which is raised when the arguments are valid in isolation, but not in conjunction with
other arguments or state, as opposed to <code>IllegalArgumentException</code> which is raised when an
argument value is always invalid.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/ValidationException.html#%3Cinit%3E(java.lang.String,java.lang.Object...)">ValidationException(String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/ValidationException.html" title="class in org.apache.iceberg.exceptions">ValidationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/exceptions/ValidationException.html#%3Cinit%3E(java.lang.Throwable,java.lang.String,java.lang.Object...)">ValidationException(Throwable, String, Object...)</a></span> - Constructor for exception org.apache.iceberg.exceptions.<a href="org/apache/iceberg/exceptions/ValidationException.html" title="class in org.apache.iceberg.exceptions">ValidationException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#validOptions()">validOptions()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html#validOptions()">validOptions()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/ConvertEqualityDeleteStrategy.html" title="interface in org.apache.iceberg.actions">ConvertEqualityDeleteStrategy</a></dt>
<dd>
<div class="block">Returns a set of options which this convert strategy can use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/FileRewriter.html#validOptions()">validOptions()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/FileRewriter.html" title="interface in org.apache.iceberg.actions">FileRewriter</a></dt>
<dd>
<div class="block">Returns a set of supported options for this rewriter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteStrategy.html#validOptions()">validOptions()</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteStrategy.html" title="interface in org.apache.iceberg.actions">RewriteStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns a set of options which this rewrite strategy can use.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html#validOptions()">validOptions()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedDataRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedDataRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#validOptions()">validOptions()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SortStrategy.html#validOptions()">validOptions()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SortStrategy.html" title="class in org.apache.iceberg.actions">SortStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Literal.html#value()">value()</a></span> - Method in interface org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Literal.html" title="interface in org.apache.iceberg.expressions">Literal</a></dt>
<dd>
<div class="block">Returns the value wrapped by this literal.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/Counter.html#value()">value()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/Counter.html" title="interface in org.apache.iceberg.metrics">Counter</a></dt>
<dd>
<div class="block">Reports the current count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/CounterResult.html#value()">value()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/CounterResult.html" title="interface in org.apache.iceberg.metrics">CounterResult</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/DefaultCounter.html#value()">value()</a></span> - Method in class org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/DefaultCounter.html" title="class in org.apache.iceberg.metrics">DefaultCounter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.Counter.html#value()">value()</a></span> - Method in interface org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.Counter.html" title="interface in org.apache.iceberg.metrics">MetricsContext.Counter</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Reports the current count.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/SetAccumulator.html#value()">value()</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/SetAccumulator.html" title="class in org.apache.iceberg.spark.actions">SetAccumulator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskNumDeletes.html#value()">value()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskNumDeletes.html" title="class in org.apache.iceberg.spark.source.metrics">TaskNumDeletes</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskNumSplits.html#value()">value()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskNumSplits.html" title="class in org.apache.iceberg.spark.source.metrics">TaskNumSplits</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskScannedDataFiles.html#value()">value()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskScannedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics">TaskScannedDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskScannedDataManifests.html#value()">value()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskScannedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics">TaskScannedDataManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskSkippedDataFiles.html#value()">value()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskSkippedDataFiles.html" title="class in org.apache.iceberg.spark.source.metrics">TaskSkippedDataFiles</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskSkippedDataManifests.html#value()">value()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskSkippedDataManifests.html" title="class in org.apache.iceberg.spark.source.metrics">TaskSkippedDataManifests</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskTotalFileSize.html#value()">value()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskTotalFileSize.html" title="class in org.apache.iceberg.spark.source.metrics">TaskTotalFileSize</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/source/metrics/TaskTotalPlanningDuration.html#value()">value()</a></span> - Method in class org.apache.iceberg.spark.source.metrics.<a href="org/apache/iceberg/spark/source/metrics/TaskTotalPlanningDuration.html" title="class in org.apache.iceberg.spark.source.metrics">TaskTotalPlanningDuration</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SystemConfigs.ConfigEntry.html#value()">value()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SystemConfigs.ConfigEntry.html" title="class in org.apache.iceberg">SystemConfigs.ConfigEntry</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFile.html#VALUE_COUNTS">VALUE_COUNTS</a></span> - Static variable in interface org.apache.iceberg.<a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg">DataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaUtil.html#VALUE_ID_PROP">VALUE_ID_PROP</a></span> - Static variable in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaUtil.html" title="class in org.apache.iceberg.avro">AvroSchemaUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FieldMetrics.html#valueCount()">valueCount()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FieldMetrics.html" title="class in org.apache.iceberg">FieldMetrics</a></dt>
<dd>
<div class="block">Returns the number of all values, including nulls, NaN and repeated, for the given field.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ContentFile.html#valueCounts()">valueCounts()</a></span> - Method in interface org.apache.iceberg.<a href="org/apache/iceberg/ContentFile.html" title="interface in org.apache.iceberg">ContentFile</a></dt>
<dd>
<div class="block">Returns if collected, map from column ID to the count of its values (including null and NaN
values), null otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/Metrics.html#valueCounts()">valueCounts()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/Metrics.html" title="class in org.apache.iceberg">Metrics</a></dt>
<dd>
<div class="block">Get the number of all values, including nulls, NaN and repeated.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#valueCounts()">valueCounts()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#valueEncoding">valueEncoding</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#valueId()">valueId()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#valueName()">valueName()</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/hive/ql/exec/vector/VectorizedSupport.Support.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.hadoop.hive.ql.exec.vector.<a href="org/apache/hadoop/hive/ql/exec/vector/VectorizedSupport.Support.html" title="enum in org.apache.hadoop.hive.ql.exec.vector">VectorizedSupport.Support</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteOrphanFiles.PrefixMismatchMode.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteOrphanFiles.PrefixMismatchMode.html" title="enum in org.apache.iceberg.actions">DeleteOrphanFiles.PrefixMismatchMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.CommitStatus.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.CommitStatus.html" title="enum in org.apache.iceberg">BaseMetastoreTableOperations.CommitStatus</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ChangelogOperation.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/ChangelogOperation.html" title="enum in org.apache.iceberg">ChangelogOperation</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DistributionMode.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/DistributionMode.html" title="enum in org.apache.iceberg">DistributionMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionAlgorithm.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionAlgorithm.html" title="enum in org.apache.iceberg.encryption">EncryptionAlgorithm</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileContent.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/FileContent.html" title="enum in org.apache.iceberg">FileContent</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileFormat.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg">FileFormat</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.Status.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.Status.html" title="enum in org.apache.iceberg.flink.source.assigner">GetSplitResult.Status</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssignerType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssignerType.html" title="enum in org.apache.iceberg.flink.source.assigner">SplitAssignerType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitStatus.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitStatus.html" title="enum in org.apache.iceberg.flink.source.split">IcebergSourceSplitStatus</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html" title="enum in org.apache.iceberg.flink.source">StreamingStartingStrategy</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveVersion.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveVersion.html" title="enum in org.apache.iceberg.hive">HiveVersion</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IsolationLevel.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/IsolationLevel.html" title="enum in org.apache.iceberg">IsolationLevel</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestContent.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/ManifestContent.html" title="enum in org.apache.iceberg">ManifestContent</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.FileType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.FileType.html" title="enum in org.apache.iceberg">ManifestReader.FileType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.Unit.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.Unit.html" title="enum in org.apache.iceberg.metrics">MetricsContext.Unit</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.InMemoryDataModel.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.InMemoryDataModel.html" title="enum in org.apache.iceberg.mr">InputFormatConfig.InMemoryDataModel</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/NullOrder.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/NullOrder.html" title="enum in org.apache.iceberg">NullOrder</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.BinaryType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.BinaryType.html" title="enum in org.apache.iceberg.orc">ORCSchemaUtil.BinaryType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.LongType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.LongType.html" title="enum in org.apache.iceberg.orc">ORCSchemaUtil.LongType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PlanningMode.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/PlanningMode.html" title="enum in org.apache.iceberg">PlanningMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html" title="enum in org.apache.iceberg.puffin">PuffinCompressionCodec</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.ReportType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.ReportType.html" title="enum in org.apache.iceberg.rest.requests">ReportMetricsRequest.ReportType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteJobOrder.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/RewriteJobOrder.html" title="enum in org.apache.iceberg">RewriteJobOrder</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowLevelOperationMode.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/RowLevelOperationMode.html" title="enum in org.apache.iceberg">RowLevelOperationMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortDirection.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/SortDirection.html" title="enum in org.apache.iceberg">SortDirection</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.Codec.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.Codec.html" title="enum in org.apache.iceberg">TableMetadataParser.Codec</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><a href="org/apache/iceberg/avro/ValueReader.html" title="interface in org.apache.iceberg.avro"><span class="typeNameLink">ValueReader</span></a>&lt;<a href="org/apache/iceberg/avro/ValueReader.html" title="type parameter in ValueReader">T</a>&gt; - Interface in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/ValueReaders.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">ValueReaders</span></a> - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/ValueReaders.StructReader.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">ValueReaders.StructReader</span></a>&lt;<a href="org/apache/iceberg/avro/ValueReaders.StructReader.html" title="type parameter in ValueReaders.StructReader">S</a>&gt; - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#values">values</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/hive/ql/exec/vector/VectorizedSupport.Support.html#values()">values()</a></span> - Static method in enum org.apache.hadoop.hive.ql.exec.vector.<a href="org/apache/hadoop/hive/ql/exec/vector/VectorizedSupport.Support.html" title="enum in org.apache.hadoop.hive.ql.exec.vector">VectorizedSupport.Support</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/DeleteOrphanFiles.PrefixMismatchMode.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/DeleteOrphanFiles.PrefixMismatchMode.html" title="enum in org.apache.iceberg.actions">DeleteOrphanFiles.PrefixMismatchMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.CommitStatus.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.CommitStatus.html" title="enum in org.apache.iceberg">BaseMetastoreTableOperations.CommitStatus</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ChangelogOperation.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/ChangelogOperation.html" title="enum in org.apache.iceberg">ChangelogOperation</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DistributionMode.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/DistributionMode.html" title="enum in org.apache.iceberg">DistributionMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/EncryptionAlgorithm.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/EncryptionAlgorithm.html" title="enum in org.apache.iceberg.encryption">EncryptionAlgorithm</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expression.Operation.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expression.Operation.html" title="enum in org.apache.iceberg.expressions">Expression.Operation</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileContent.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/FileContent.html" title="enum in org.apache.iceberg">FileContent</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileFormat.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/FileFormat.html" title="enum in org.apache.iceberg">FileFormat</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.Status.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/GetSplitResult.Status.html" title="enum in org.apache.iceberg.flink.source.assigner">GetSplitResult.Status</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/assigner/SplitAssignerType.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.flink.source.assigner.<a href="org/apache/iceberg/flink/source/assigner/SplitAssignerType.html" title="enum in org.apache.iceberg.flink.source.assigner">SplitAssignerType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitStatus.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.flink.source.split.<a href="org/apache/iceberg/flink/source/split/IcebergSourceSplitStatus.html" title="enum in org.apache.iceberg.flink.source.split">IcebergSourceSplitStatus</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.flink.source.<a href="org/apache/iceberg/flink/source/StreamingStartingStrategy.html" title="enum in org.apache.iceberg.flink.source">StreamingStartingStrategy</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hive/HiveVersion.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.hive.<a href="org/apache/iceberg/hive/HiveVersion.html" title="enum in org.apache.iceberg.hive">HiveVersion</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IsolationLevel.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/IsolationLevel.html" title="enum in org.apache.iceberg">IsolationLevel</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestContent.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/ManifestContent.html" title="enum in org.apache.iceberg">ManifestContent</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestReader.FileType.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/ManifestReader.FileType.html" title="enum in org.apache.iceberg">ManifestReader.FileType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataTableType.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/MetadataTableType.html" title="enum in org.apache.iceberg">MetadataTableType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/metrics/MetricsContext.Unit.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.metrics.<a href="org/apache/iceberg/metrics/MetricsContext.Unit.html" title="enum in org.apache.iceberg.metrics">MetricsContext.Unit</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.InMemoryDataModel.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.InMemoryDataModel.html" title="enum in org.apache.iceberg.mr">InputFormatConfig.InMemoryDataModel</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/NullOrder.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/NullOrder.html" title="enum in org.apache.iceberg">NullOrder</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.BinaryType.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.BinaryType.html" title="enum in org.apache.iceberg.orc">ORCSchemaUtil.BinaryType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORCSchemaUtil.LongType.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORCSchemaUtil.LongType.html" title="enum in org.apache.iceberg.orc">ORCSchemaUtil.LongType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PlanningMode.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/PlanningMode.html" title="enum in org.apache.iceberg">PlanningMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html" title="enum in org.apache.iceberg.puffin">PuffinCompressionCodec</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.ReportType.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/ReportMetricsRequest.ReportType.html" title="enum in org.apache.iceberg.rest.requests">ReportMetricsRequest.ReportType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RewriteJobOrder.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/RewriteJobOrder.html" title="enum in org.apache.iceberg">RewriteJobOrder</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/RowLevelOperationMode.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/RowLevelOperationMode.html" title="enum in org.apache.iceberg">RowLevelOperationMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortDirection.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/SortDirection.html" title="enum in org.apache.iceberg">SortDirection</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.Codec.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.Codec.html" title="enum in org.apache.iceberg">TableMetadataParser.Codec</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Type.TypeID.html#values()">values()</a></span> - Static method in enum org.apache.iceberg.types.<a href="org/apache/iceberg/types/Type.TypeID.html" title="enum in org.apache.iceberg.types">Type.TypeID</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/SerializableMap.html#values()">values()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/SerializableMap.html" title="class in org.apache.iceberg.util">SerializableMap</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructLikeMap.html#values()">values()</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructLikeMap.html" title="class in org.apache.iceberg.util">StructLikeMap</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">ValuesAsBytesReader</span></a> - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>
<div class="block">Implements a <code>ValuesReader</code> specifically to read given number of bytes from the underlying
<code>ByteBufferInputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html#%3Cinit%3E()">ValuesAsBytesReader()</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ValuesAsBytesReader.html" title="class in org.apache.iceberg.parquet">ValuesAsBytesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.MapType.html#valueType()">valueType()</a></span> - Method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.MapType.html" title="class in org.apache.iceberg.types">Types.MapType</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/ValueWriter.html" title="interface in org.apache.iceberg.avro"><span class="typeNameLink">ValueWriter</span></a>&lt;<a href="org/apache/iceberg/avro/ValueWriter.html" title="type parameter in ValueWriter">D</a>&gt; - Interface in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/ValueWriters.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">ValueWriters</span></a> - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/avro/ValueWriters.StructWriter.html" title="class in org.apache.iceberg.avro"><span class="typeNameLink">ValueWriters.StructWriter</span></a>&lt;<a href="org/apache/iceberg/avro/ValueWriters.StructWriter.html" title="type parameter in ValueWriters.StructWriter">S</a>&gt; - Class in <a href="org/apache/iceberg/avro/package-summary.html">org.apache.iceberg.avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html#varWidthBinaryDictEncodedReader()">varWidthBinaryDictEncodedReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedDictionaryEncodedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#varWidthTypeBatchReader()">varWidthTypeBatchReader()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.VarWidthTypeBatchReader.html#%3Cinit%3E()">VarWidthTypeBatchReader()</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.VarWidthTypeBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator.VarWidthTypeBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html#vector()">vector()</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html#vectorAccessor()">vectorAccessor()</a></span> - Method in class org.apache.iceberg.spark.data.vectorized.<a href="org/apache/iceberg/spark/data/vectorized/IcebergArrowColumnVector.html" title="class in org.apache.iceberg.spark.data.vectorized">IcebergArrowColumnVector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">VectorHolder</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">Container class for holding the Arrow vector storing a batch of values along with other state
needed for reading values out of it.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor,org.apache.arrow.vector.FieldVector,boolean,org.apache.parquet.column.Dictionary,org.apache.iceberg.arrow.vectorized.NullabilityHolder,org.apache.iceberg.types.Types.NestedField)">VectorHolder(ColumnDescriptor, FieldVector, boolean, Dictionary, NullabilityHolder, Types.NestedField)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorHolder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.ConstantVectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">VectorHolder.ConstantVectorHolder</span></a>&lt;<a href="org/apache/iceberg/arrow/vectorized/VectorHolder.ConstantVectorHolder.html" title="type parameter in VectorHolder.ConstantVectorHolder">T</a>&gt; - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">A Vector Holder which does not actually produce values, consumers of this class should use the
constantValue to populate their ColumnVector implementation.</div>
</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.DeletedVectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">VectorHolder.DeletedVectorHolder</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/VectorHolder.PositionVectorHolder.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">VectorHolder.PositionVectorHolder</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html#vectorHolders">vectorHolders</a></span> - Variable in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/BaseBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized">BaseBatchReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#VECTORIZATION_BATCH_SIZE">VECTORIZATION_BATCH_SIZE</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#VECTORIZATION_ENABLED">VECTORIZATION_ENABLED</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#VECTORIZATION_ENABLED">VECTORIZATION_ENABLED</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">VectorizedArrowReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block"><a href="org/apache/iceberg/parquet/VectorizedReader.html" title="interface in org.apache.iceberg.parquet"><code>VectorReader(s)</code></a> that read in a batch of values into Arrow vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor,org.apache.iceberg.types.Types.NestedField,org.apache.arrow.memory.BufferAllocator,boolean)">VectorizedArrowReader(ColumnDescriptor, Types.NestedField, BufferAllocator, boolean)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedArrowReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.ConstantVectorReader.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">VectorizedArrowReader.ConstantVectorReader</span></a>&lt;<a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.ConstantVectorReader.html" title="type parameter in VectorizedArrowReader.ConstantVectorReader">T</a>&gt; - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">A Dummy Vector Reader which doesn't actually read files, instead it returns a dummy
VectorHolder which indicates the constant value which should be used for this column.</div>
</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/VectorizedArrowReader.DeletedVectorReader.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">VectorizedArrowReader.DeletedVectorReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">A Dummy Vector Reader which doesn't actually read files.</div>
</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedColumnIterator</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>
<div class="block">Vectorized version of the ColumnIterator that reads column values in data pages of a column in a
row group in a batched fashion.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor,java.lang.String,boolean)">VectorizedColumnIterator(ColumnDescriptor, String, boolean)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedColumnIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.BatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedColumnIterator.BatchReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.BooleanBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedColumnIterator.BooleanBatchReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.DictionaryBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedColumnIterator.DictionaryBatchReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.DoubleBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedColumnIterator.DoubleBatchReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FixedSizeBinaryBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedColumnIterator.FixedSizeBinaryBatchReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FixedWidthTypeBinaryBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedColumnIterator.FixedWidthTypeBinaryBatchReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.FloatBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedColumnIterator.FloatBatchReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.IntegerBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedColumnIterator.IntegerBatchReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.LongBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedColumnIterator.LongBatchReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.TimestampInt96BatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedColumnIterator.TimestampInt96BatchReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.TimestampMillisBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedColumnIterator.TimestampMillisBatchReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedColumnIterator.VarWidthTypeBatchReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedColumnIterator.VarWidthTypeBatchReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedDictionaryEncodedParquetValuesReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>
<div class="block">This decoder reads Parquet dictionary encoded data in a vectorized fashion.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html#%3Cinit%3E(int,boolean)">VectorizedDictionaryEncodedParquetValuesReader(int, boolean)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedDictionaryEncodedParquetValuesReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedPageIterator</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html#%3Cinit%3E(org.apache.parquet.column.ColumnDescriptor,java.lang.String,boolean)">VectorizedPageIterator(ColumnDescriptor, String, boolean)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedPageIterator.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedPageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedParquetDefinitionLevelReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet"><span class="typeNameLink">VectorizedParquetDefinitionLevelReader</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/parquet/package-summary.html">org.apache.iceberg.arrow.vectorized.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedParquetDefinitionLevelReader.html#%3Cinit%3E(int,int,boolean)">VectorizedParquetDefinitionLevelReader(int, int, boolean)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedParquetDefinitionLevelReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedParquetDefinitionLevelReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedParquetDefinitionLevelReader.html#%3Cinit%3E(int,int,boolean,boolean)">VectorizedParquetDefinitionLevelReader(int, int, boolean, boolean)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.parquet.<a href="org/apache/iceberg/arrow/vectorized/parquet/VectorizedParquetDefinitionLevelReader.html" title="class in org.apache.iceberg.arrow.vectorized.parquet">VectorizedParquetDefinitionLevelReader</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/VectorizedParquetReader.html" title="class in org.apache.iceberg.parquet"><span class="typeNameLink">VectorizedParquetReader</span></a>&lt;<a href="org/apache/iceberg/parquet/VectorizedParquetReader.html" title="type parameter in VectorizedParquetReader">T</a>&gt; - Class in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/VectorizedParquetReader.html#%3Cinit%3E(org.apache.iceberg.io.InputFile,org.apache.iceberg.Schema,org.apache.parquet.ParquetReadOptions,java.util.function.Function,org.apache.iceberg.mapping.NameMapping,org.apache.iceberg.expressions.Expression,boolean,boolean,int)">VectorizedParquetReader(InputFile, Schema, ParquetReadOptions, Function&lt;MessageType, VectorizedReader&lt;?&gt;&gt;, NameMapping, Expression, boolean, boolean, int)</a></span> - Constructor for class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/VectorizedParquetReader.html" title="class in org.apache.iceberg.parquet">VectorizedParquetReader</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedReaderBuilder.html#vectorizedReader(java.util.List)">vectorizedReader(List&lt;VectorizedReader&lt;?&gt;&gt;)</a></span> - Method in class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedReaderBuilder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedReaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/parquet/VectorizedReader.html" title="interface in org.apache.iceberg.parquet"><span class="typeNameLink">VectorizedReader</span></a>&lt;<a href="org/apache/iceberg/parquet/VectorizedReader.html" title="type parameter in VectorizedReader">T</a>&gt; - Interface in <a href="org/apache/iceberg/parquet/package-summary.html">org.apache.iceberg.parquet</a></dt>
<dd>
<div class="block">Interface for vectorized Iceberg readers.</div>
</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/VectorizedReaderBuilder.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">VectorizedReaderBuilder</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedReaderBuilder.html#%3Cinit%3E(org.apache.iceberg.Schema,org.apache.parquet.schema.MessageType,boolean,java.util.Map,java.util.function.Function)">VectorizedReaderBuilder(Schema, MessageType, boolean, Map&lt;Integer, ?&gt;, Function&lt;List&lt;VectorizedReader&lt;?&gt;&gt;, VectorizedReader&lt;?&gt;&gt;)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedReaderBuilder.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedReaderBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/orc/VectorizedRowBatchIterator.html" title="class in org.apache.iceberg.orc"><span class="typeNameLink">VectorizedRowBatchIterator</span></a> - Class in <a href="org/apache/iceberg/orc/package-summary.html">org.apache.iceberg.orc</a></dt>
<dd>
<div class="block">An adaptor so that the ORC RecordReader can be used as an Iterator.</div>
</dd>
<dt><a href="org/apache/iceberg/spark/data/vectorized/VectorizedSparkOrcReaders.html" title="class in org.apache.iceberg.spark.data.vectorized"><span class="typeNameLink">VectorizedSparkOrcReaders</span></a> - Class in <a href="org/apache/iceberg/spark/data/vectorized/package-summary.html">org.apache.iceberg.spark.data.vectorized</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/data/vectorized/VectorizedSparkParquetReaders.html" title="class in org.apache.iceberg.spark.data.vectorized"><span class="typeNameLink">VectorizedSparkParquetReaders</span></a> - Class in <a href="org/apache/iceberg/spark/data/vectorized/package-summary.html">org.apache.iceberg.spark.data.vectorized</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/hive/ql/exec/vector/VectorizedSupport.html" title="class in org.apache.hadoop.hive.ql.exec.vector"><span class="typeNameLink">VectorizedSupport</span></a> - Class in <a href="org/apache/hadoop/hive/ql/exec/vector/package-summary.html">org.apache.hadoop.hive.ql.exec.vector</a></dt>
<dd>
<div class="block">Copied here from Hive for compatibility</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/hadoop/hive/ql/exec/vector/VectorizedSupport.html#%3Cinit%3E()">VectorizedSupport()</a></span> - Constructor for class org.apache.hadoop.hive.ql.exec.vector.<a href="org/apache/hadoop/hive/ql/exec/vector/VectorizedSupport.html" title="class in org.apache.hadoop.hive.ql.exec.vector">VectorizedSupport</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/hadoop/hive/ql/exec/vector/VectorizedSupport.Support.html" title="enum in org.apache.hadoop.hive.ql.exec.vector"><span class="typeNameLink">VectorizedSupport.Support</span></a> - Enum in <a href="org/apache/hadoop/hive/ql/exec/vector/package-summary.html">org.apache.hadoop.hive.ql.exec.vector</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/arrow/vectorized/VectorizedTableScanIterable.html" title="class in org.apache.iceberg.arrow.vectorized"><span class="typeNameLink">VectorizedTableScanIterable</span></a> - Class in <a href="org/apache/iceberg/arrow/vectorized/package-summary.html">org.apache.iceberg.arrow.vectorized</a></dt>
<dd>
<div class="block">A vectorized implementation of the Iceberg reader that iterates over the table scan.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedTableScanIterable.html#%3Cinit%3E(org.apache.iceberg.TableScan)">VectorizedTableScanIterable(TableScan)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedTableScanIterable.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedTableScanIterable</a></dt>
<dd>
<div class="block">Create a new instance using default values for <code>batchSize</code> and <code>reuseContainers</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/arrow/vectorized/VectorizedTableScanIterable.html#%3Cinit%3E(org.apache.iceberg.TableScan,int,boolean)">VectorizedTableScanIterable(TableScan, int, boolean)</a></span> - Constructor for class org.apache.iceberg.arrow.vectorized.<a href="org/apache/iceberg/arrow/vectorized/VectorizedTableScanIterable.html" title="class in org.apache.iceberg.arrow.vectorized">VectorizedTableScanIterable</a></dt>
<dd>
<div class="block">Create a new instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/util/FlinkPackage.html#version()">version()</a></span> - Static method in class org.apache.iceberg.flink.util.<a href="org/apache/iceberg/flink/util/FlinkPackage.html" title="class in org.apache.iceberg.flink.util">FlinkPackage</a></dt>
<dd>
<div class="block">Returns Flink version string like x.y.z</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/IcebergBuild.html#version()">version()</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/IcebergBuild.html" title="class in org.apache.iceberg">IcebergBuild</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/View.html#version(int)">version(int)</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/View.html" title="interface in org.apache.iceberg.view">View</a></dt>
<dd>
<div class="block">Get a version in this view by ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#version(int)">version(int)</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#VERSION">VERSION</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#VERSION">VERSION</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html#VERSION()">VERSION()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.BranchOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.BranchOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#VERSION()">VERSION()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html#VERSION()">VERSION()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.TagOptionsContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.TagOptionsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkReadOptions.html#VERSION_AS_OF">VERSION_AS_OF</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkReadOptions.html" title="class in org.apache.iceberg.spark">SparkReadOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/Util.html#VERSION_HINT_FILENAME">VERSION_HINT_FILENAME</a></span> - Static variable in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/Util.html" title="class in org.apache.iceberg.hadoop">Util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewProperties.html#VERSION_HISTORY_SIZE">VERSION_HISTORY_SIZE</a></span> - Static variable in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewProperties.html" title="class in org.apache.iceberg.view">ViewProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewProperties.html#VERSION_HISTORY_SIZE_DEFAULT">VERSION_HISTORY_SIZE_DEFAULT</a></span> - Static variable in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewProperties.html" title="class in org.apache.iceberg.view">ViewProperties</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/view/VersionBuilder.html" title="interface in org.apache.iceberg.view"><span class="typeNameLink">VersionBuilder</span></a>&lt;<a href="org/apache/iceberg/view/VersionBuilder.html" title="type parameter in VersionBuilder">T</a>&gt; - Interface in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ReachableFileUtil.html#versionHintLocation(org.apache.iceberg.Table)">versionHintLocation(Table)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ReachableFileUtil.html" title="class in org.apache.iceberg">ReachableFileUtil</a></dt>
<dd>
<div class="block">Returns the location of the version hint file</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.SetCurrentViewVersion.html#versionId()">versionId()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.SetCurrentViewVersion.html" title="class in org.apache.iceberg">MetadataUpdate.SetCurrentViewVersion</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewHistoryEntry.html#versionId()">versionId()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewHistoryEntry.html" title="interface in org.apache.iceberg.view">ViewHistoryEntry</a></dt>
<dd>
<div class="block">Return ID of the new current version</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewVersion.html#versionId()">versionId()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewVersion.html" title="interface in org.apache.iceberg.view">ViewVersion</a></dt>
<dd>
<div class="block">Return this version's id.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/View.html#versions()">versions()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/View.html" title="interface in org.apache.iceberg.view">View</a></dt>
<dd>
<div class="block">Get the versions of this view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#versions()">versions()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadata.html#versionsById()">versionsById()</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view">ViewMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/view/View.html" title="interface in org.apache.iceberg.view"><span class="typeNameLink">View</span></a> - Interface in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>
<div class="block">Interface for view definition.</div>
</dd>
<dt><a href="org/apache/iceberg/view/ViewBuilder.html" title="interface in org.apache.iceberg.view"><span class="typeNameLink">ViewBuilder</span></a> - Interface in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>
<div class="block">A builder used to create or replace a SQL <a href="org/apache/iceberg/view/View.html" title="interface in org.apache.iceberg.view"><code>View</code></a>.</div>
</dd>
<dt><a href="org/apache/iceberg/catalog/ViewCatalog.html" title="interface in org.apache.iceberg.catalog"><span class="typeNameLink">ViewCatalog</span></a> - Interface in <a href="org/apache/iceberg/catalog/package-summary.html">org.apache.iceberg.catalog</a></dt>
<dd>
<div class="block">A Catalog API for view create, drop, and load operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/ViewCatalog.html#viewExists(org.apache.iceberg.catalog.TableIdentifier)">viewExists(TableIdentifier)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/ViewCatalog.html" title="interface in org.apache.iceberg.catalog">ViewCatalog</a></dt>
<dd>
<div class="block">Check whether view exists.</div>
</dd>
<dt><a href="org/apache/iceberg/view/ViewHistoryEntry.html" title="interface in org.apache.iceberg.view"><span class="typeNameLink">ViewHistoryEntry</span></a> - Interface in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>
<div class="block">View history entry.</div>
</dd>
<dt><a href="org/apache/iceberg/view/ViewMetadata.html" title="interface in org.apache.iceberg.view"><span class="typeNameLink">ViewMetadata</span></a> - Interface in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/view/ViewMetadata.Builder.html" title="class in org.apache.iceberg.view"><span class="typeNameLink">ViewMetadata.Builder</span></a> - Class in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/view/ViewMetadataParser.html" title="class in org.apache.iceberg.view"><span class="typeNameLink">ViewMetadataParser</span></a> - Class in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/view/ViewProperties.html" title="class in org.apache.iceberg.view"><span class="typeNameLink">ViewProperties</span></a> - Class in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>
<div class="block">View properties that can be set during CREATE/REPLACE view or using updateProperties API.</div>
</dd>
<dt><a href="org/apache/iceberg/view/ViewRepresentation.html" title="interface in org.apache.iceberg.view"><span class="typeNameLink">ViewRepresentation</span></a> - Interface in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/view/ViewRepresentation.Type.html" title="class in org.apache.iceberg.view"><span class="typeNameLink">ViewRepresentation.Type</span></a> - Class in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetadataUpdate.AddViewVersion.html#viewVersion()">viewVersion()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/MetadataUpdate.AddViewVersion.html" title="class in org.apache.iceberg">MetadataUpdate.AddViewVersion</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/view/ViewVersion.html" title="interface in org.apache.iceberg.view"><span class="typeNameLink">ViewVersion</span></a> - Interface in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>
<div class="block">A version of the view at a point in time.</div>
</dd>
<dt><a href="org/apache/iceberg/view/ViewVersionParser.html" title="class in org.apache.iceberg.view"><span class="typeNameLink">ViewVersionParser</span></a> - Class in <a href="org/apache/iceberg/view/package-summary.html">org.apache.iceberg.view</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaVisitor.html#visit(org.apache.avro.Schema,org.apache.iceberg.avro.AvroSchemaVisitor)">visit(Schema, AvroSchemaVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkTypeVisitor.html#visit(org.apache.flink.table.types.logical.DayTimeIntervalType)">visit(DayTimeIntervalType)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkTypeVisitor.html" title="class in org.apache.iceberg.flink">FlinkTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkTypeVisitor.html#visit(org.apache.flink.table.types.logical.DistinctType)">visit(DistinctType)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkTypeVisitor.html" title="class in org.apache.iceberg.flink">FlinkTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkTypeVisitor.html#visit(org.apache.flink.table.types.logical.LogicalType)">visit(LogicalType)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkTypeVisitor.html" title="class in org.apache.iceberg.flink">FlinkTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html#visit(org.apache.flink.table.types.logical.LogicalType,org.apache.parquet.schema.Type,org.apache.iceberg.flink.data.ParquetWithFlinkSchemaVisitor)">visit(LogicalType, Type, ParquetWithFlinkSchemaVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/ParquetWithFlinkSchemaVisitor.html" title="class in org.apache.iceberg.flink.data">ParquetWithFlinkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkTypeVisitor.html#visit(org.apache.flink.table.types.logical.NullType)">visit(NullType)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkTypeVisitor.html" title="class in org.apache.iceberg.flink">FlinkTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkTypeVisitor.html#visit(org.apache.flink.table.types.logical.RawType)">visit(RawType&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkTypeVisitor.html" title="class in org.apache.iceberg.flink">FlinkTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkTypeVisitor.html#visit(org.apache.flink.table.types.logical.StructuredType)">visit(StructuredType)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkTypeVisitor.html" title="class in org.apache.iceberg.flink">FlinkTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkTypeVisitor.html#visit(org.apache.flink.table.types.logical.SymbolType)">visit(SymbolType&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkTypeVisitor.html" title="class in org.apache.iceberg.flink">FlinkTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkTypeVisitor.html#visit(org.apache.flink.table.types.logical.YearMonthIntervalType)">visit(YearMonthIntervalType)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkTypeVisitor.html" title="class in org.apache.iceberg.flink">FlinkTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkTypeVisitor.html#visit(org.apache.flink.table.types.logical.ZonedTimestampType)">visit(ZonedTimestampType)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkTypeVisitor.html" title="class in org.apache.iceberg.flink">FlinkTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.html#visit(org.apache.iceberg.expressions.Expression,org.apache.iceberg.expressions.ExpressionVisitors.CustomOrderExpressionVisitor)">visit(Expression, ExpressionVisitors.CustomOrderExpressionVisitor&lt;R&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors</a></dt>
<dd>
<div class="block">Traverses the given <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>expression</code></a> with a <a href="org/apache/iceberg/expressions/ExpressionVisitors.CustomOrderExpressionVisitor.html" title="class in org.apache.iceberg.expressions"><code>visitor</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.html#visit(org.apache.iceberg.expressions.Expression,org.apache.iceberg.expressions.ExpressionVisitors.ExpressionVisitor)">visit(Expression, ExpressionVisitors.ExpressionVisitor&lt;R&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors</a></dt>
<dd>
<div class="block">Traverses the given <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>expression</code></a> with a <a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html" title="class in org.apache.iceberg.expressions"><code>visitor</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#visit(org.apache.iceberg.PartitionSpec,org.apache.iceberg.transforms.PartitionSpecVisitor)">visit(PartitionSpec, PartitionSpecVisitor&lt;R&gt;)</a></span> - Static method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>
<div class="block">Visit the fields of a <a href="org/apache/iceberg/PartitionSpec.html" title="class in org.apache.iceberg"><code>PartitionSpec</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html#visit(org.apache.iceberg.Schema,org.apache.avro.Schema,org.apache.iceberg.avro.AvroSchemaWithTypeVisitor)">visit(Schema, Schema, AvroSchemaWithTypeVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#visit(org.apache.iceberg.Schema,org.apache.iceberg.PartitionField,org.apache.iceberg.transforms.PartitionSpecVisitor)">visit(Schema, PartitionField, PartitionSpecVisitor&lt;R&gt;)</a></span> - Static method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#visit(org.apache.iceberg.Schema,org.apache.iceberg.types.TypeUtil.CustomOrderSchemaVisitor)">visit(Schema, TypeUtil.CustomOrderSchemaVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#visit(org.apache.iceberg.Schema,org.apache.iceberg.types.TypeUtil.SchemaVisitor)">visit(Schema, TypeUtil.SchemaVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html#visit(org.apache.iceberg.Schema,org.apache.orc.TypeDescription,org.apache.iceberg.orc.OrcSchemaWithTypeVisitor)">visit(Schema, TypeDescription, OrcSchemaWithTypeVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#visit(org.apache.iceberg.Schema,P,org.apache.iceberg.schema.SchemaWithPartnerVisitor,org.apache.iceberg.schema.SchemaWithPartnerVisitor.PartnerAccessors)">visit(Schema, P, SchemaWithPartnerVisitor&lt;P, T&gt;, SchemaWithPartnerVisitor.PartnerAccessors&lt;P&gt;)</a></span> - Static method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/SortOrderVisitor.html#visit(org.apache.iceberg.SortOrder,org.apache.iceberg.transforms.SortOrderVisitor)">visit(SortOrder, SortOrderVisitor&lt;R&gt;)</a></span> - Static method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/SortOrderVisitor.html" title="interface in org.apache.iceberg.transforms">SortOrderVisitor</a></dt>
<dd>
<div class="block">Visit the fields of a <a href="org/apache/iceberg/SortOrder.html" title="class in org.apache.iceberg"><code>SortOrder</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html#visit(org.apache.iceberg.types.Type,org.apache.avro.Schema,org.apache.iceberg.avro.AvroSchemaWithTypeVisitor)">visit(Type, Schema, AvroSchemaWithTypeVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.avro">AvroSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#visit(org.apache.iceberg.types.Type,org.apache.iceberg.types.TypeUtil.CustomOrderSchemaVisitor)">visit(Type, TypeUtil.CustomOrderSchemaVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>
<div class="block">Used to traverse types with traversals other than post-order.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/TypeUtil.html#visit(org.apache.iceberg.types.Type,org.apache.iceberg.types.TypeUtil.SchemaVisitor)">visit(Type, TypeUtil.SchemaVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/TypeUtil.html" title="class in org.apache.iceberg.types">TypeUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html#visit(org.apache.iceberg.types.Type,org.apache.orc.TypeDescription,org.apache.iceberg.orc.OrcSchemaWithTypeVisitor)">visit(Type, TypeDescription, OrcSchemaWithTypeVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaWithTypeVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaWithTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html#visit(org.apache.iceberg.types.Type,org.apache.parquet.schema.Type,org.apache.iceberg.parquet.TypeWithSchemaVisitor)">visit(Type, Type, TypeWithSchemaVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TypeWithSchemaVisitor.html" title="class in org.apache.iceberg.parquet">TypeWithSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html#visit(org.apache.iceberg.types.Type,P,org.apache.iceberg.schema.SchemaWithPartnerVisitor,org.apache.iceberg.schema.SchemaWithPartnerVisitor.PartnerAccessors)">visit(Type, P, SchemaWithPartnerVisitor&lt;P, T&gt;, SchemaWithPartnerVisitor.PartnerAccessors&lt;P&gt;)</a></span> - Static method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/SchemaWithPartnerVisitor.html" title="class in org.apache.iceberg.schema">SchemaWithPartnerVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/UnionByNameVisitor.html#visit(org.apache.iceberg.UpdateSchema,org.apache.iceberg.Schema,org.apache.iceberg.Schema)">visit(UpdateSchema, Schema, Schema)</a></span> - Static method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/UnionByNameVisitor.html" title="class in org.apache.iceberg.schema">UnionByNameVisitor</a></dt>
<dd>
<div class="block">Adds changes needed to produce a union of two schemas to an <a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg"><code>UpdateSchema</code></a> operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/schema/UnionByNameVisitor.html#visit(org.apache.iceberg.UpdateSchema,org.apache.iceberg.Schema,org.apache.iceberg.Schema,boolean)">visit(UpdateSchema, Schema, Schema, boolean)</a></span> - Static method in class org.apache.iceberg.schema.<a href="org/apache/iceberg/schema/UnionByNameVisitor.html" title="class in org.apache.iceberg.schema">UnionByNameVisitor</a></dt>
<dd>
<div class="block">Adds changes needed to produce a union of two schemas to an <a href="org/apache/iceberg/UpdateSchema.html" title="interface in org.apache.iceberg"><code>UpdateSchema</code></a> operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#visit(org.apache.orc.TypeDescription,org.apache.iceberg.orc.OrcSchemaVisitor)">visit(TypeDescription, OrcSchemaVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html#visit(org.apache.parquet.schema.Type,org.apache.iceberg.parquet.ParquetTypeVisitor)">visit(Type, ParquetTypeVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetTypeVisitor.html" title="class in org.apache.iceberg.parquet">ParquetTypeVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html#visit(org.apache.spark.sql.types.DataType,org.apache.parquet.schema.Type,org.apache.iceberg.spark.data.ParquetWithSparkSchemaVisitor)">visit(DataType, Type, ParquetWithSparkSchemaVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/ParquetWithSparkSchemaVisitor.html" title="class in org.apache.iceberg.spark.data">ParquetWithSparkSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html#visit(P,org.apache.avro.Schema,org.apache.iceberg.avro.AvroWithPartnerByStructureVisitor)">visit(P, Schema, AvroWithPartnerByStructureVisitor&lt;P, T&gt;)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/AvroWithPartnerByStructureVisitor.html" title="class in org.apache.iceberg.avro">AvroWithPartnerByStructureVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitAddPartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.AddPartitionFieldContext)">visitAddPartitionField(IcebergSqlExtensionsParser.AddPartitionFieldContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>addPartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitAddPartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.AddPartitionFieldContext)">visitAddPartitionField(IcebergSqlExtensionsParser.AddPartitionFieldContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>addPartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitApplyTransform(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ApplyTransformContext)">visitApplyTransform(IcebergSqlExtensionsParser.ApplyTransformContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>applyTransform</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transform()"><code>IcebergSqlExtensionsParser.transform()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitApplyTransform(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ApplyTransformContext)">visitApplyTransform(IcebergSqlExtensionsParser.ApplyTransformContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>applyTransform</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transform()"><code>IcebergSqlExtensionsParser.transform()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitBigDecimalLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BigDecimalLiteralContext)">visitBigDecimalLiteral(IcebergSqlExtensionsParser.BigDecimalLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>bigDecimalLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitBigDecimalLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BigDecimalLiteralContext)">visitBigDecimalLiteral(IcebergSqlExtensionsParser.BigDecimalLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>bigDecimalLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitBigIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BigIntLiteralContext)">visitBigIntLiteral(IcebergSqlExtensionsParser.BigIntLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>bigIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitBigIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BigIntLiteralContext)">visitBigIntLiteral(IcebergSqlExtensionsParser.BigIntLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>bigIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitBooleanLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BooleanLiteralContext)">visitBooleanLiteral(IcebergSqlExtensionsParser.BooleanLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>booleanLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitBooleanLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BooleanLiteralContext)">visitBooleanLiteral(IcebergSqlExtensionsParser.BooleanLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>booleanLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitBooleanValue(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BooleanValueContext)">visitBooleanValue(IcebergSqlExtensionsParser.BooleanValueContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#booleanValue()"><code>IcebergSqlExtensionsParser.booleanValue()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitBooleanValue(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BooleanValueContext)">visitBooleanValue(IcebergSqlExtensionsParser.BooleanValueContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#booleanValue()"><code>IcebergSqlExtensionsParser.booleanValue()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitBranchOptions(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BranchOptionsContext)">visitBranchOptions(IcebergSqlExtensionsParser.BranchOptionsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#branchOptions()"><code>IcebergSqlExtensionsParser.branchOptions()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitBranchOptions(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.BranchOptionsContext)">visitBranchOptions(IcebergSqlExtensionsParser.BranchOptionsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#branchOptions()"><code>IcebergSqlExtensionsParser.branchOptions()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitCall(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CallContext)">visitCall(IcebergSqlExtensionsParser.CallContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>call</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitCall(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CallContext)">visitCall(IcebergSqlExtensionsParser.CallContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>call</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitCreateOrReplaceBranch(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateOrReplaceBranchContext)">visitCreateOrReplaceBranch(IcebergSqlExtensionsParser.CreateOrReplaceBranchContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>createOrReplaceBranch</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitCreateOrReplaceBranch(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateOrReplaceBranchContext)">visitCreateOrReplaceBranch(IcebergSqlExtensionsParser.CreateOrReplaceBranchContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>createOrReplaceBranch</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitCreateOrReplaceTag(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateOrReplaceTagContext)">visitCreateOrReplaceTag(IcebergSqlExtensionsParser.CreateOrReplaceTagContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>createOrReplaceTag</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitCreateOrReplaceTag(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateOrReplaceTagContext)">visitCreateOrReplaceTag(IcebergSqlExtensionsParser.CreateOrReplaceTagContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>createOrReplaceTag</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitCreateReplaceBranchClause(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext)">visitCreateReplaceBranchClause(IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#createReplaceBranchClause()"><code>IcebergSqlExtensionsParser.createReplaceBranchClause()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitCreateReplaceBranchClause(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext)">visitCreateReplaceBranchClause(IcebergSqlExtensionsParser.CreateReplaceBranchClauseContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#createReplaceBranchClause()"><code>IcebergSqlExtensionsParser.createReplaceBranchClause()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitCreateReplaceTagClause(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateReplaceTagClauseContext)">visitCreateReplaceTagClause(IcebergSqlExtensionsParser.CreateReplaceTagClauseContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#createReplaceTagClause()"><code>IcebergSqlExtensionsParser.createReplaceTagClause()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitCreateReplaceTagClause(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.CreateReplaceTagClauseContext)">visitCreateReplaceTagClause(IcebergSqlExtensionsParser.CreateReplaceTagClauseContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#createReplaceTagClause()"><code>IcebergSqlExtensionsParser.createReplaceTagClause()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitDecimalLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DecimalLiteralContext)">visitDecimalLiteral(IcebergSqlExtensionsParser.DecimalLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>decimalLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitDecimalLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DecimalLiteralContext)">visitDecimalLiteral(IcebergSqlExtensionsParser.DecimalLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>decimalLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitDoubleLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DoubleLiteralContext)">visitDoubleLiteral(IcebergSqlExtensionsParser.DoubleLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>doubleLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitDoubleLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DoubleLiteralContext)">visitDoubleLiteral(IcebergSqlExtensionsParser.DoubleLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>doubleLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitDropBranch(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropBranchContext)">visitDropBranch(IcebergSqlExtensionsParser.DropBranchContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>dropBranch</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitDropBranch(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropBranchContext)">visitDropBranch(IcebergSqlExtensionsParser.DropBranchContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>dropBranch</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitDropIdentifierFields(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropIdentifierFieldsContext)">visitDropIdentifierFields(IcebergSqlExtensionsParser.DropIdentifierFieldsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>dropIdentifierFields</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitDropIdentifierFields(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropIdentifierFieldsContext)">visitDropIdentifierFields(IcebergSqlExtensionsParser.DropIdentifierFieldsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>dropIdentifierFields</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitDropPartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropPartitionFieldContext)">visitDropPartitionField(IcebergSqlExtensionsParser.DropPartitionFieldContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>dropPartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitDropPartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropPartitionFieldContext)">visitDropPartitionField(IcebergSqlExtensionsParser.DropPartitionFieldContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>dropPartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitDropTag(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropTagContext)">visitDropTag(IcebergSqlExtensionsParser.DropTagContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>dropTag</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitDropTag(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.DropTagContext)">visitDropTag(IcebergSqlExtensionsParser.DropTagContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>dropTag</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode)">visitErrorNode(ErrorNode)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/ExpressionVisitors.html#visitEvaluator(org.apache.iceberg.expressions.Expression,org.apache.iceberg.expressions.ExpressionVisitors.ExpressionVisitor)">visitEvaluator(Expression, ExpressionVisitors.ExpressionVisitor&lt;Boolean&gt;)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/ExpressionVisitors.html" title="class in org.apache.iceberg.expressions">ExpressionVisitors</a></dt>
<dd>
<div class="block">Traverses the given <a href="org/apache/iceberg/expressions/Expression.html" title="interface in org.apache.iceberg.expressions"><code>expression</code></a> with a <a href="org/apache/iceberg/expressions/ExpressionVisitors.ExpressionVisitor.html" title="class in org.apache.iceberg.expressions"><code>visitor</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitExponentLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ExponentLiteralContext)">visitExponentLiteral(IcebergSqlExtensionsParser.ExponentLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>exponentLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitExponentLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ExponentLiteralContext)">visitExponentLiteral(IcebergSqlExtensionsParser.ExponentLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>exponentLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitExpression(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ExpressionContext)">visitExpression(IcebergSqlExtensionsParser.ExpressionContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#expression()"><code>IcebergSqlExtensionsParser.expression()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitExpression(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ExpressionContext)">visitExpression(IcebergSqlExtensionsParser.ExpressionContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#expression()"><code>IcebergSqlExtensionsParser.expression()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitFieldList(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.FieldListContext)">visitFieldList(IcebergSqlExtensionsParser.FieldListContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#fieldList()"><code>IcebergSqlExtensionsParser.fieldList()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitFieldList(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.FieldListContext)">visitFieldList(IcebergSqlExtensionsParser.FieldListContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#fieldList()"><code>IcebergSqlExtensionsParser.fieldList()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitFloatLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.FloatLiteralContext)">visitFloatLiteral(IcebergSqlExtensionsParser.FloatLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>floatLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitFloatLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.FloatLiteralContext)">visitFloatLiteral(IcebergSqlExtensionsParser.FloatLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>floatLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitIdentityTransform(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IdentityTransformContext)">visitIdentityTransform(IcebergSqlExtensionsParser.IdentityTransformContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>identityTransform</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transform()"><code>IcebergSqlExtensionsParser.transform()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitIdentityTransform(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IdentityTransformContext)">visitIdentityTransform(IcebergSqlExtensionsParser.IdentityTransformContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>identityTransform</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transform()"><code>IcebergSqlExtensionsParser.transform()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitIntegerLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IntegerLiteralContext)">visitIntegerLiteral(IcebergSqlExtensionsParser.IntegerLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>integerLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitIntegerLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.IntegerLiteralContext)">visitIntegerLiteral(IcebergSqlExtensionsParser.IntegerLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>integerLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitMaxSnapshotAge(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MaxSnapshotAgeContext)">visitMaxSnapshotAge(IcebergSqlExtensionsParser.MaxSnapshotAgeContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#maxSnapshotAge()"><code>IcebergSqlExtensionsParser.maxSnapshotAge()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitMaxSnapshotAge(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MaxSnapshotAgeContext)">visitMaxSnapshotAge(IcebergSqlExtensionsParser.MaxSnapshotAgeContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#maxSnapshotAge()"><code>IcebergSqlExtensionsParser.maxSnapshotAge()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitMinSnapshotsToKeep(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MinSnapshotsToKeepContext)">visitMinSnapshotsToKeep(IcebergSqlExtensionsParser.MinSnapshotsToKeepContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#minSnapshotsToKeep()"><code>IcebergSqlExtensionsParser.minSnapshotsToKeep()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitMinSnapshotsToKeep(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MinSnapshotsToKeepContext)">visitMinSnapshotsToKeep(IcebergSqlExtensionsParser.MinSnapshotsToKeepContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#minSnapshotsToKeep()"><code>IcebergSqlExtensionsParser.minSnapshotsToKeep()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitMultipartIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MultipartIdentifierContext)">visitMultipartIdentifier(IcebergSqlExtensionsParser.MultipartIdentifierContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#multipartIdentifier()"><code>IcebergSqlExtensionsParser.multipartIdentifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitMultipartIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.MultipartIdentifierContext)">visitMultipartIdentifier(IcebergSqlExtensionsParser.MultipartIdentifierContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#multipartIdentifier()"><code>IcebergSqlExtensionsParser.multipartIdentifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitNamedArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NamedArgumentContext)">visitNamedArgument(IcebergSqlExtensionsParser.NamedArgumentContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>namedArgument</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#callArgument()"><code>IcebergSqlExtensionsParser.callArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitNamedArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NamedArgumentContext)">visitNamedArgument(IcebergSqlExtensionsParser.NamedArgumentContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>namedArgument</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#callArgument()"><code>IcebergSqlExtensionsParser.callArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitNonReserved(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NonReservedContext)">visitNonReserved(IcebergSqlExtensionsParser.NonReservedContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#nonReserved()"><code>IcebergSqlExtensionsParser.nonReserved()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitNonReserved(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NonReservedContext)">visitNonReserved(IcebergSqlExtensionsParser.NonReservedContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#nonReserved()"><code>IcebergSqlExtensionsParser.nonReserved()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitNumericLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumericLiteralContext)">visitNumericLiteral(IcebergSqlExtensionsParser.NumericLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>numericLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitNumericLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumericLiteralContext)">visitNumericLiteral(IcebergSqlExtensionsParser.NumericLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>numericLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitNumSnapshots(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumSnapshotsContext)">visitNumSnapshots(IcebergSqlExtensionsParser.NumSnapshotsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#numSnapshots()"><code>IcebergSqlExtensionsParser.numSnapshots()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitNumSnapshots(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.NumSnapshotsContext)">visitNumSnapshots(IcebergSqlExtensionsParser.NumSnapshotsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#numSnapshots()"><code>IcebergSqlExtensionsParser.numSnapshots()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitOrder(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.OrderContext)">visitOrder(IcebergSqlExtensionsParser.OrderContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#order()"><code>IcebergSqlExtensionsParser.order()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitOrder(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.OrderContext)">visitOrder(IcebergSqlExtensionsParser.OrderContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#order()"><code>IcebergSqlExtensionsParser.order()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitOrderField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.OrderFieldContext)">visitOrderField(IcebergSqlExtensionsParser.OrderFieldContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#orderField()"><code>IcebergSqlExtensionsParser.orderField()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitOrderField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.OrderFieldContext)">visitOrderField(IcebergSqlExtensionsParser.OrderFieldContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#orderField()"><code>IcebergSqlExtensionsParser.orderField()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitPositionalArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.PositionalArgumentContext)">visitPositionalArgument(IcebergSqlExtensionsParser.PositionalArgumentContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>positionalArgument</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#callArgument()"><code>IcebergSqlExtensionsParser.callArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitPositionalArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.PositionalArgumentContext)">visitPositionalArgument(IcebergSqlExtensionsParser.PositionalArgumentContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>positionalArgument</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#callArgument()"><code>IcebergSqlExtensionsParser.callArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitQuotedIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.QuotedIdentifierContext)">visitQuotedIdentifier(IcebergSqlExtensionsParser.QuotedIdentifierContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#quotedIdentifier()"><code>IcebergSqlExtensionsParser.quotedIdentifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitQuotedIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.QuotedIdentifierContext)">visitQuotedIdentifier(IcebergSqlExtensionsParser.QuotedIdentifierContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#quotedIdentifier()"><code>IcebergSqlExtensionsParser.quotedIdentifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitQuotedIdentifierAlternative(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext)">visitQuotedIdentifierAlternative(IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>quotedIdentifierAlternative</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#identifier()"><code>IcebergSqlExtensionsParser.identifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitQuotedIdentifierAlternative(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext)">visitQuotedIdentifierAlternative(IcebergSqlExtensionsParser.QuotedIdentifierAlternativeContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>quotedIdentifierAlternative</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#identifier()"><code>IcebergSqlExtensionsParser.identifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitRefRetain(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.RefRetainContext)">visitRefRetain(IcebergSqlExtensionsParser.RefRetainContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#refRetain()"><code>IcebergSqlExtensionsParser.refRetain()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitRefRetain(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.RefRetainContext)">visitRefRetain(IcebergSqlExtensionsParser.RefRetainContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#refRetain()"><code>IcebergSqlExtensionsParser.refRetain()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitReplacePartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ReplacePartitionFieldContext)">visitReplacePartitionField(IcebergSqlExtensionsParser.ReplacePartitionFieldContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>replacePartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitReplacePartitionField(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.ReplacePartitionFieldContext)">visitReplacePartitionField(IcebergSqlExtensionsParser.ReplacePartitionFieldContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>replacePartitionField</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcSchemaVisitor.html#visitSchema(org.apache.orc.TypeDescription,org.apache.iceberg.orc.OrcSchemaVisitor)">visitSchema(TypeDescription, OrcSchemaVisitor&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcSchemaVisitor.html" title="class in org.apache.iceberg.orc">OrcSchemaVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitSetIdentifierFields(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SetIdentifierFieldsContext)">visitSetIdentifierFields(IcebergSqlExtensionsParser.SetIdentifierFieldsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>setIdentifierFields</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitSetIdentifierFields(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SetIdentifierFieldsContext)">visitSetIdentifierFields(IcebergSqlExtensionsParser.SetIdentifierFieldsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>setIdentifierFields</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitSetWriteDistributionAndOrdering(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext)">visitSetWriteDistributionAndOrdering(IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>setWriteDistributionAndOrdering</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitSetWriteDistributionAndOrdering(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext)">visitSetWriteDistributionAndOrdering(IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>setWriteDistributionAndOrdering</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#statement()"><code>IcebergSqlExtensionsParser.statement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitSingleOrder(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SingleOrderContext)">visitSingleOrder(IcebergSqlExtensionsParser.SingleOrderContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#singleOrder()"><code>IcebergSqlExtensionsParser.singleOrder()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitSingleOrder(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SingleOrderContext)">visitSingleOrder(IcebergSqlExtensionsParser.SingleOrderContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#singleOrder()"><code>IcebergSqlExtensionsParser.singleOrder()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitSingleStatement(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SingleStatementContext)">visitSingleStatement(IcebergSqlExtensionsParser.SingleStatementContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#singleStatement()"><code>IcebergSqlExtensionsParser.singleStatement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitSingleStatement(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SingleStatementContext)">visitSingleStatement(IcebergSqlExtensionsParser.SingleStatementContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#singleStatement()"><code>IcebergSqlExtensionsParser.singleStatement()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitSmallIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SmallIntLiteralContext)">visitSmallIntLiteral(IcebergSqlExtensionsParser.SmallIntLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>smallIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitSmallIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SmallIntLiteralContext)">visitSmallIntLiteral(IcebergSqlExtensionsParser.SmallIntLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>smallIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitSnapshotId(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SnapshotIdContext)">visitSnapshotId(IcebergSqlExtensionsParser.SnapshotIdContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#snapshotId()"><code>IcebergSqlExtensionsParser.snapshotId()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitSnapshotId(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SnapshotIdContext)">visitSnapshotId(IcebergSqlExtensionsParser.SnapshotIdContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#snapshotId()"><code>IcebergSqlExtensionsParser.snapshotId()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitSnapshotRetention(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SnapshotRetentionContext)">visitSnapshotRetention(IcebergSqlExtensionsParser.SnapshotRetentionContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#snapshotRetention()"><code>IcebergSqlExtensionsParser.snapshotRetention()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitSnapshotRetention(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.SnapshotRetentionContext)">visitSnapshotRetention(IcebergSqlExtensionsParser.SnapshotRetentionContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#snapshotRetention()"><code>IcebergSqlExtensionsParser.snapshotRetention()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitStringArray(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringArrayContext)">visitStringArray(IcebergSqlExtensionsParser.StringArrayContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#stringArray()"><code>IcebergSqlExtensionsParser.stringArray()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitStringArray(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringArrayContext)">visitStringArray(IcebergSqlExtensionsParser.StringArrayContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#stringArray()"><code>IcebergSqlExtensionsParser.stringArray()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitStringLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringLiteralContext)">visitStringLiteral(IcebergSqlExtensionsParser.StringLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>stringLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitStringLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringLiteralContext)">visitStringLiteral(IcebergSqlExtensionsParser.StringLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>stringLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitStringMap(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringMapContext)">visitStringMap(IcebergSqlExtensionsParser.StringMapContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#stringMap()"><code>IcebergSqlExtensionsParser.stringMap()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitStringMap(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.StringMapContext)">visitStringMap(IcebergSqlExtensionsParser.StringMapContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#stringMap()"><code>IcebergSqlExtensionsParser.stringMap()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitTagOptions(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TagOptionsContext)">visitTagOptions(IcebergSqlExtensionsParser.TagOptionsContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#tagOptions()"><code>IcebergSqlExtensionsParser.tagOptions()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitTagOptions(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TagOptionsContext)">visitTagOptions(IcebergSqlExtensionsParser.TagOptionsContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#tagOptions()"><code>IcebergSqlExtensionsParser.tagOptions()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html#visitTerminal(org.antlr.v4.runtime.tree.TerminalNode)">visitTerminal(TerminalNode)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseListener.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseListener</a></dt>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitTimeUnit(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TimeUnitContext)">visitTimeUnit(IcebergSqlExtensionsParser.TimeUnitContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#timeUnit()"><code>IcebergSqlExtensionsParser.timeUnit()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitTimeUnit(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TimeUnitContext)">visitTimeUnit(IcebergSqlExtensionsParser.TimeUnitContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#timeUnit()"><code>IcebergSqlExtensionsParser.timeUnit()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitTinyIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TinyIntLiteralContext)">visitTinyIntLiteral(IcebergSqlExtensionsParser.TinyIntLiteralContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>tinyIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitTinyIntLiteral(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TinyIntLiteralContext)">visitTinyIntLiteral(IcebergSqlExtensionsParser.TinyIntLiteralContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>tinyIntLiteral</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#number()"><code>IcebergSqlExtensionsParser.number()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitTransformArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TransformArgumentContext)">visitTransformArgument(IcebergSqlExtensionsParser.TransformArgumentContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transformArgument()"><code>IcebergSqlExtensionsParser.transformArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitTransformArgument(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TransformArgumentContext)">visitTransformArgument(IcebergSqlExtensionsParser.TransformArgumentContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#transformArgument()"><code>IcebergSqlExtensionsParser.transformArgument()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitTypeConstructor(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TypeConstructorContext)">visitTypeConstructor(IcebergSqlExtensionsParser.TypeConstructorContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>typeConstructor</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitTypeConstructor(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.TypeConstructorContext)">visitTypeConstructor(IcebergSqlExtensionsParser.TypeConstructorContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>typeConstructor</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#constant()"><code>IcebergSqlExtensionsParser.constant()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitUnquotedIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.UnquotedIdentifierContext)">visitUnquotedIdentifier(IcebergSqlExtensionsParser.UnquotedIdentifierContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>unquotedIdentifier</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#identifier()"><code>IcebergSqlExtensionsParser.identifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitUnquotedIdentifier(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.UnquotedIdentifierContext)">visitUnquotedIdentifier(IcebergSqlExtensionsParser.UnquotedIdentifierContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by the <code>unquotedIdentifier</code>
labeled alternative in <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#identifier()"><code>IcebergSqlExtensionsParser.identifier()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitWriteDistributionSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteDistributionSpecContext)">visitWriteDistributionSpec(IcebergSqlExtensionsParser.WriteDistributionSpecContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeDistributionSpec()"><code>IcebergSqlExtensionsParser.writeDistributionSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitWriteDistributionSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteDistributionSpecContext)">visitWriteDistributionSpec(IcebergSqlExtensionsParser.WriteDistributionSpecContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeDistributionSpec()"><code>IcebergSqlExtensionsParser.writeDistributionSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitWriteOrderingSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteOrderingSpecContext)">visitWriteOrderingSpec(IcebergSqlExtensionsParser.WriteOrderingSpecContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeOrderingSpec()"><code>IcebergSqlExtensionsParser.writeOrderingSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitWriteOrderingSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteOrderingSpecContext)">visitWriteOrderingSpec(IcebergSqlExtensionsParser.WriteOrderingSpecContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeOrderingSpec()"><code>IcebergSqlExtensionsParser.writeOrderingSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html#visitWriteSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteSpecContext)">visitWriteSpec(IcebergSqlExtensionsParser.WriteSpecContext)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsBaseVisitor.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsBaseVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeSpec()"><code>IcebergSqlExtensionsParser.writeSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html#visitWriteSpec(org.apache.spark.sql.catalyst.parser.extensions.IcebergSqlExtensionsParser.WriteSpecContext)">visitWriteSpec(IcebergSqlExtensionsParser.WriteSpecContext)</a></span> - Method in interface org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsVisitor.html" title="interface in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsVisitor</a></dt>
<dd>
<div class="block">Visit a parse tree produced by <a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeSpec()"><code>IcebergSqlExtensionsParser.writeSpec()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#VOCABULARY">VOCABULARY</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#VOCABULARY">VOCABULARY</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#WAP_BRANCH">WAP_BRANCH</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkSQLProperties.html#WAP_ID">WAP_ID</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkSQLProperties.html" title="class in org.apache.iceberg.spark">SparkSQLProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#wapEnabled()">wapEnabled()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkTableUtil.html#wapEnabled(org.apache.iceberg.Table)">wapEnabled(Table)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkTableUtil.html" title="class in org.apache.iceberg.spark">SparkTableUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#wapId()">wapId()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/WapUtil.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">WapUtil</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CatalogProperties.html#WAREHOUSE_LOCATION">WAREHOUSE_LOCATION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/CatalogProperties.html" title="class in org.apache.iceberg">CatalogProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterable.html#whenComplete(org.apache.iceberg.io.CloseableIterable,java.lang.Runnable)">whenComplete(CloseableIterable&lt;E&gt;, Runnable)</a></span> - Static method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io">CloseableIterable</a></dt>
<dd>
<div class="block">Will run the given runnable when <code>Closeable.close()</code> has been called.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html#where(org.apache.iceberg.expressions.Expression)">where(Expression)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/IcebergGenerics.ScanBuilder.html" title="class in org.apache.iceberg.data">IcebergGenerics.ScanBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#WITH">WITH</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#WITH">WITH</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#WITH()">WITH()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html#WITH()">WITH()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.ReplacePartitionFieldContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.ReplacePartitionFieldContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html#WITH()">WITH()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SnapshotRetentionContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SnapshotRetentionContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#withAADPrefix(java.nio.ByteBuffer)">withAADPrefix(ByteBuffer)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#withAADPrefix(java.nio.ByteBuffer)">withAADPrefix(ByteBuffer)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#withAADPrefix(java.nio.ByteBuffer)">withAADPrefix(ByteBuffer)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#withAADPrefix(java.nio.ByteBuffer)">withAADPrefix(ByteBuffer)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterator.html#withClose(java.util.Iterator)">withClose(Iterator&lt;E&gt;)</a></span> - Static method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterator.html" title="interface in org.apache.iceberg.io">CloseableIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/CommitMetadata.html#withCommitProperties(java.util.Map,java.util.concurrent.Callable,java.lang.Class)">withCommitProperties(Map&lt;String, String&gt;, Callable&lt;R&gt;, Class&lt;E&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/CommitMetadata.html" title="class in org.apache.iceberg.spark">CommitMetadata</a></dt>
<dd>
<div class="block">running the code wrapped as a caller, and any snapshot committed within the callable object
will be attached with the metadata defined in properties</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/BaseSessionCatalog.html#withContext(org.apache.iceberg.catalog.SessionCatalog.SessionContext,java.util.function.Function)">withContext(SessionCatalog.SessionContext, Function&lt;Catalog, T&gt;)</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/BaseSessionCatalog.html" title="class in org.apache.iceberg.catalog">BaseSessionCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ConfigResponse.Builder.html#withDefault(java.lang.String,java.lang.String)">withDefault(String, String)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ConfigResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ConfigResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/VersionBuilder.html#withDefaultCatalog(java.lang.String)">withDefaultCatalog(String)</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/VersionBuilder.html" title="interface in org.apache.iceberg.view">VersionBuilder</a></dt>
<dd>
<div class="block">Set the default catalog to use for the view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/VersionBuilder.html#withDefaultNamespace(org.apache.iceberg.catalog.Namespace)">withDefaultNamespace(Namespace)</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/VersionBuilder.html" title="interface in org.apache.iceberg.view">VersionBuilder</a></dt>
<dd>
<div class="block">Set the default namespace to use for the view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ConfigResponse.Builder.html#withDefaults(java.util.Map)">withDefaults(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ConfigResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ConfigResponse.Builder</a></dt>
<dd>
<div class="block">Adds the passed in map entries to the existing `defaults` of this Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RenameTableRequest.Builder.html#withDestination(org.apache.iceberg.catalog.TableIdentifier)">withDestination(TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RenameTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">RenameTableRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withEncryptedOutputFile(org.apache.iceberg.encryption.EncryptedOutputFile)">withEncryptedOutputFile(EncryptedOutputFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withEncryptedOutputFile(org.apache.iceberg.encryption.EncryptedOutputFile)">withEncryptedOutputFile(EncryptedOutputFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withEncryptionKeyMetadata(java.nio.ByteBuffer)">withEncryptionKeyMetadata(ByteBuffer)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withEncryptionKeyMetadata(java.nio.ByteBuffer)">withEncryptionKeyMetadata(ByteBuffer)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withEncryptionKeyMetadata(org.apache.iceberg.encryption.EncryptionKeyMetadata)">withEncryptionKeyMetadata(EncryptionKeyMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withEncryptionKeyMetadata(org.apache.iceberg.encryption.EncryptionKeyMetadata)">withEncryptionKeyMetadata(EncryptionKeyMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withEqualityFieldIds(java.util.List)">withEqualityFieldIds(List&lt;Integer&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#withFileEncryptionKey(java.nio.ByteBuffer)">withFileEncryptionKey(ByteBuffer)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#withFileEncryptionKey(java.nio.ByteBuffer)">withFileEncryptionKey(ByteBuffer)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#withFileEncryptionKey(java.nio.ByteBuffer)">withFileEncryptionKey(ByteBuffer)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#withFileEncryptionKey(java.nio.ByteBuffer)">withFileEncryptionKey(ByteBuffer)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Puffin.ReadBuilder.html#withFileSize(long)">withFileSize(long)</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Puffin.ReadBuilder.html" title="class in org.apache.iceberg.puffin">Puffin.ReadBuilder</a></dt>
<dd>
<div class="block">Passes known file size to the reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withFileSizeInBytes(long)">withFileSizeInBytes(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withFileSizeInBytes(long)">withFileSizeInBytes(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Puffin.ReadBuilder.html#withFooterSize(long)">withFooterSize(long)</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Puffin.ReadBuilder.html" title="class in org.apache.iceberg.puffin">Puffin.ReadBuilder</a></dt>
<dd>
<div class="block">Passes known footer size to the reader.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withFormat(java.lang.String)">withFormat(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withFormat(java.lang.String)">withFormat(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withFormat(org.apache.iceberg.FileFormat)">withFormat(FileFormat)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withFormat(org.apache.iceberg.FileFormat)">withFormat(FileFormat)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/HTTPClient.Builder.html#withHeader(java.lang.String,java.lang.String)">withHeader(String, String)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/HTTPClient.Builder.html" title="class in org.apache.iceberg.rest">HTTPClient.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/HTTPClient.Builder.html#withHeaders(java.util.Map)">withHeaders(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/HTTPClient.Builder.html" title="class in org.apache.iceberg.rest">HTTPClient.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withInputFile(org.apache.iceberg.io.InputFile)">withInputFile(InputFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withInputFile(org.apache.iceberg.io.InputFile)">withInputFile(InputFile)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html#withIssuedTokenType(java.lang.String)">withIssuedTokenType(String)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">OAuthTokenResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/JobGroupUtils.html#withJobGroupInfo(org.apache.spark.api.java.JavaSparkContext,org.apache.iceberg.spark.JobGroupInfo,java.util.function.Supplier)">withJobGroupInfo(JavaSparkContext, JobGroupInfo, Supplier&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/JobGroupUtils.html" title="class in org.apache.iceberg.spark">JobGroupUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/JobGroupUtils.html#withJobGroupInfo(org.apache.spark.SparkContext,org.apache.iceberg.spark.JobGroupInfo,java.util.function.Supplier)">withJobGroupInfo(SparkContext, JobGroupInfo, Supplier&lt;T&gt;)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/JobGroupUtils.html" title="class in org.apache.iceberg.spark">JobGroupUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html#withKeyMetadata(org.apache.iceberg.encryption.EncryptionKeyMetadata)">withKeyMetadata(EncryptionKeyMetadata)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#withKeyMetadata(org.apache.iceberg.encryption.EncryptionKeyMetadata)">withKeyMetadata(EncryptionKeyMetadata)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html#withKeyMetadata(org.apache.iceberg.encryption.EncryptionKeyMetadata)">withKeyMetadata(EncryptionKeyMetadata)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#withKeyMetadata(org.apache.iceberg.encryption.EncryptionKeyMetadata)">withKeyMetadata(EncryptionKeyMetadata)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#withKeyMetadata(org.apache.iceberg.encryption.EncryptionKeyMetadata)">withKeyMetadata(EncryptionKeyMetadata)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#withKeyMetadata(org.apache.iceberg.encryption.EncryptionKeyMetadata)">withKeyMetadata(EncryptionKeyMetadata)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/MetricsModes.Truncate.html#withLength(int)">withLength(int)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/MetricsModes.Truncate.html" title="class in org.apache.iceberg">MetricsModes.Truncate</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html#withLocation(java.lang.String)">withLocation(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html" title="class in org.apache.iceberg">BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html#withLocation(java.lang.String)">withLocation(String)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html" title="interface in org.apache.iceberg.catalog">Catalog.TableBuilder</a></dt>
<dd>
<div class="block">Sets a location for the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html#withLocation(java.lang.String)">withLocation(String)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponse.Builder.html#withMessage(java.lang.String)">withMessage(String)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ErrorResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.Builder.html#withMetadataLocation(java.lang.String)">withMetadataLocation(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.Builder.html" title="class in org.apache.iceberg">TableMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FindFiles.Builder.html#withMetadataMatching(org.apache.iceberg.expressions.Expression)">withMetadataMatching(Expression)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FindFiles.Builder.html" title="class in org.apache.iceberg">FindFiles.Builder</a></dt>
<dd>
<div class="block">Filter results using a metadata filter for the data in a <a href="org/apache/iceberg/DataFile.html" title="interface in org.apache.iceberg"><code>DataFile</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withMetrics(org.apache.iceberg.Metrics)">withMetrics(Metrics)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withMetrics(org.apache.iceberg.Metrics)">withMetrics(Metrics)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html#withName(java.lang.String)">withName(String)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.ReadBuilder.html#withNameMapping(org.apache.iceberg.mapping.NameMapping)">withNameMapping(NameMapping)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.ReadBuilder.html" title="class in org.apache.iceberg.avro">Avro.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.ReadBuilder.html#withNameMapping(org.apache.iceberg.mapping.NameMapping)">withNameMapping(NameMapping)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.ReadBuilder.html" title="class in org.apache.iceberg.orc">ORC.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html#withNameMapping(org.apache.iceberg.mapping.NameMapping)">withNameMapping(NameMapping)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.ReadBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.ReadBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.Builder.html#withNamespace(org.apache.iceberg.catalog.Namespace)">withNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateNamespaceRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">CreateNamespaceRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.Builder.html#withNamespace(org.apache.iceberg.catalog.Namespace)">withNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/CreateNamespaceResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">CreateNamespaceResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.Builder.html#withNamespace(org.apache.iceberg.catalog.Namespace)">withNamespace(Namespace)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/GetNamespaceResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">GetNamespaceResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterable.html#withNoopClose(E)">withNoopClose(E)</a></span> - Static method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io">CloseableIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/CloseableIterable.html#withNoopClose(java.lang.Iterable)">withNoopClose(Iterable&lt;E&gt;)</a></span> - Static method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/CloseableIterable.html" title="interface in org.apache.iceberg.io">CloseableIterable</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/HTTPClient.Builder.html#withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper)">withObjectMapper(ObjectMapper)</a></span> - Method in class org.apache.iceberg.rest.<a href="org/apache/iceberg/rest/HTTPClient.Builder.html" title="class in org.apache.iceberg.rest">HTTPClient.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SortOrder.Builder.html#withOrderId(int)">withOrderId(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/SortOrder.Builder.html" title="class in org.apache.iceberg">SortOrder.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.TimestampType.html#withoutZone()">withoutZone()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.TimestampType.html" title="class in org.apache.iceberg.types">Types.TimestampType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ConfigResponse.Builder.html#withOverride(java.lang.String,java.lang.String)">withOverride(String, String)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ConfigResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ConfigResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ConfigResponse.Builder.html#withOverrides(java.util.Map)">withOverrides(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ConfigResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ConfigResponse.Builder</a></dt>
<dd>
<div class="block">Adds the passed in map entries to the existing `overrides` of this Builder.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html#withPartition(org.apache.iceberg.StructLike)">withPartition(StructLike)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#withPartition(org.apache.iceberg.StructLike)">withPartition(StructLike)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withPartition(org.apache.iceberg.StructLike)">withPartition(StructLike)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withPartition(org.apache.iceberg.StructLike)">withPartition(StructLike)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html#withPartition(org.apache.iceberg.StructLike)">withPartition(StructLike)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#withPartition(org.apache.iceberg.StructLike)">withPartition(StructLike)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#withPartition(org.apache.iceberg.StructLike)">withPartition(StructLike)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#withPartition(org.apache.iceberg.StructLike)">withPartition(StructLike)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withPartitionPath(java.lang.String)">withPartitionPath(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withPartitionPath(java.lang.String)">withPartitionPath(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html#withPartitionSpec(org.apache.iceberg.PartitionSpec)">withPartitionSpec(PartitionSpec)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html" title="class in org.apache.iceberg">BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html#withPartitionSpec(org.apache.iceberg.PartitionSpec)">withPartitionSpec(PartitionSpec)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html" title="interface in org.apache.iceberg.catalog">Catalog.TableBuilder</a></dt>
<dd>
<div class="block">Sets a partition spec for the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html#withPartitionSpec(org.apache.iceberg.PartitionSpec)">withPartitionSpec(PartitionSpec)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withPartitionValues(java.util.List)">withPartitionValues(List&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withPath(java.lang.String)">withPath(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withPath(java.lang.String)">withPath(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html#withProperties(java.util.Map)">withProperties(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html" title="class in org.apache.iceberg">BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html#withProperties(java.util.Map)">withProperties(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html" title="interface in org.apache.iceberg.catalog">Catalog.TableBuilder</a></dt>
<dd>
<div class="block">Adds key/value properties to the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewBuilder.html#withProperties(java.util.Map)">withProperties(Map&lt;String, String&gt;)</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewBuilder.html" title="interface in org.apache.iceberg.view">ViewBuilder</a></dt>
<dd>
<div class="block">Add key/value properties to the view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html#withProperty(java.lang.String,java.lang.String)">withProperty(String, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html" title="class in org.apache.iceberg">BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html#withProperty(java.lang.String,java.lang.String)">withProperty(String, String)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html" title="interface in org.apache.iceberg.catalog">Catalog.TableBuilder</a></dt>
<dd>
<div class="block">Adds a key/value property to the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewBuilder.html#withProperty(java.lang.String,java.lang.String)">withProperty(String, String)</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewBuilder.html" title="interface in org.apache.iceberg.view">ViewBuilder</a></dt>
<dd>
<div class="block">Add a key/value property to the view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/VersionBuilder.html#withQuery(java.lang.String,java.lang.String)">withQuery(String, String)</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/VersionBuilder.html" title="interface in org.apache.iceberg.view">VersionBuilder</a></dt>
<dd>
<div class="block">Add a view representation for the given dialect and the SQL to the view.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withRecordCount(long)">withRecordCount(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withRecordCount(long)">withRecordCount(long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FindFiles.Builder.html#withRecordsMatching(org.apache.iceberg.expressions.Expression)">withRecordsMatching(Expression)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FindFiles.Builder.html" title="class in org.apache.iceberg">FindFiles.Builder</a></dt>
<dd>
<div class="block">Filter results using a record filter.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/nessie/NessieIcebergClient.html#withReference(java.lang.String,java.lang.String)">withReference(String, String)</a></span> - Method in class org.apache.iceberg.nessie.<a href="org/apache/iceberg/nessie/NessieIcebergClient.html" title="class in org.apache.iceberg.nessie">NessieIcebergClient</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html#withSchema(org.apache.iceberg.Schema)">withSchema(Schema)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/VersionBuilder.html#withSchema(org.apache.iceberg.Schema)">withSchema(Schema)</a></span> - Method in interface org.apache.iceberg.view.<a href="org/apache/iceberg/view/VersionBuilder.html" title="interface in org.apache.iceberg.view">VersionBuilder</a></dt>
<dd>
<div class="block">Set the view schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/GenericManifestFile.CopyBuilder.html#withSnapshotId(java.lang.Long)">withSnapshotId(Long)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/GenericManifestFile.CopyBuilder.html" title="class in org.apache.iceberg">GenericManifestFile.CopyBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html#withSortOrder(org.apache.iceberg.SortOrder)">withSortOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#withSortOrder(org.apache.iceberg.SortOrder)">withSortOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html#withSortOrder(org.apache.iceberg.SortOrder)">withSortOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder.html" title="class in org.apache.iceberg">BaseMetastoreCatalog.BaseMetastoreCatalogTableBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html#withSortOrder(org.apache.iceberg.SortOrder)">withSortOrder(SortOrder)</a></span> - Method in interface org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/Catalog.TableBuilder.html" title="interface in org.apache.iceberg.catalog">Catalog.TableBuilder</a></dt>
<dd>
<div class="block">Sets a sort order for the table.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withSortOrder(org.apache.iceberg.SortOrder)">withSortOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withSortOrder(org.apache.iceberg.SortOrder)">withSortOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html#withSortOrder(org.apache.iceberg.SortOrder)">withSortOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#withSortOrder(org.apache.iceberg.SortOrder)">withSortOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#withSortOrder(org.apache.iceberg.SortOrder)">withSortOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#withSortOrder(org.apache.iceberg.SortOrder)">withSortOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/RenameTableRequest.Builder.html#withSource(org.apache.iceberg.catalog.TableIdentifier)">withSource(TableIdentifier)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/RenameTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">RenameTableRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html#withSpec(org.apache.iceberg.PartitionSpec)">withSpec(PartitionSpec)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DataWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html#withSpec(org.apache.iceberg.PartitionSpec)">withSpec(PartitionSpec)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.DeleteWriteBuilder.html" title="class in org.apache.iceberg.avro">Avro.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html#withSpec(org.apache.iceberg.PartitionSpec)">withSpec(PartitionSpec)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DataWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html#withSpec(org.apache.iceberg.PartitionSpec)">withSpec(PartitionSpec)</a></span> - Method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.DeleteWriteBuilder.html" title="class in org.apache.iceberg.orc">ORC.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html#withSpec(org.apache.iceberg.PartitionSpec)">withSpec(PartitionSpec)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DataWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DataWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html#withSpec(org.apache.iceberg.PartitionSpec)">withSpec(PartitionSpec)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.DeleteWriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.DeleteWriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#withSpecId(int)">withSpecId(int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withSplitOffsets(java.util.List)">withSplitOffsets(List&lt;Long&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withSplitOffsets(java.util.List)">withSplitOffsets(List&lt;Long&gt;)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponse.Builder.html#withStackTrace(java.lang.Throwable)">withStackTrace(Throwable)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ErrorResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponse.Builder.html#withStackTrace(java.util.List)">withStackTrace(List&lt;String&gt;)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ErrorResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/DataFiles.Builder.html#withStatus(org.apache.hadoop.fs.FileStatus)">withStatus(FileStatus)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/DataFiles.Builder.html" title="class in org.apache.iceberg">DataFiles.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/FileMetadata.Builder.html#withStatus(org.apache.hadoop.fs.FileStatus)">withStatus(FileStatus)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/FileMetadata.Builder.html" title="class in org.apache.iceberg">FileMetadata.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/procedures/SparkProcedures.ProcedureBuilder.html#withTableCatalog(org.apache.spark.sql.connector.catalog.TableCatalog)">withTableCatalog(TableCatalog)</a></span> - Method in interface org.apache.iceberg.spark.procedures.<a href="org/apache/iceberg/spark/procedures/SparkProcedures.ProcedureBuilder.html" title="interface in org.apache.iceberg.spark.procedures">SparkProcedures.ProcedureBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/LoadTableResponse.Builder.html#withTableMetadata(org.apache.iceberg.TableMetadata)">withTableMetadata(TableMetadata)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/LoadTableResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">LoadTableResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html#withToken(java.lang.String)">withToken(String)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">OAuthTokenResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html#withTokenType(java.lang.String)">withTokenType(String)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/OAuthTokenResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">OAuthTokenResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/responses/ErrorResponse.Builder.html#withType(java.lang.String)">withType(String)</a></span> - Method in class org.apache.iceberg.rest.responses.<a href="org/apache/iceberg/rest/responses/ErrorResponse.Builder.html" title="class in org.apache.iceberg.rest.responses">ErrorResponse.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadata.html#withUUID()">withUUID()</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadata.html" title="class in org.apache.iceberg">TableMetadata</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html#withWriteOrder(org.apache.iceberg.SortOrder)">withWriteOrder(SortOrder)</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.Builder.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/Types.TimestampType.html#withZone()">withZone()</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/Types.TimestampType.html" title="class in org.apache.iceberg.types">Types.TimestampType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SystemConfigs.html#WORKER_THREAD_POOL_SIZE">WORKER_THREAD_POOL_SIZE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SystemConfigs.html" title="class in org.apache.iceberg">SystemConfigs</a></dt>
<dd>
<div class="block">Sets the size of the worker pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ThreadPools.html#WORKER_THREAD_POOL_SIZE">WORKER_THREAD_POOL_SIZE</a></span> - Static variable in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ThreadPools.html" title="class in org.apache.iceberg.util">ThreadPools</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/SystemProperties.html#WORKER_THREAD_POOL_SIZE_PROP">WORKER_THREAD_POOL_SIZE_PROP</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/SystemProperties.html" title="class in org.apache.iceberg">SystemProperties</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the size of the worker pool.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/ThreadPools.html#WORKER_THREAD_POOL_SIZE_PROP">WORKER_THREAD_POOL_SIZE_PROP</a></span> - Static variable in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/ThreadPools.html" title="class in org.apache.iceberg.util">ThreadPools</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use <a href="org/apache/iceberg/SystemConfigs.html#WORKER_THREAD_POOL_SIZE"><code>WORKER_THREAD_POOL_SIZE</code></a> instead;
will be removed in 2.0.0</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkReadConf.html#workerPoolSize()">workerPoolSize()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkReadConf.html" title="class in org.apache.iceberg.flink">FlinkReadConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#workerPoolSize()">workerPoolSize()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/CharSequenceWrapper.html#wrap(java.lang.CharSequence)">wrap(CharSequence)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/CharSequenceWrapper.html" title="class in org.apache.iceberg.util">CharSequenceWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ByteBufferInputStream.html#wrap(java.nio.ByteBuffer...)">wrap(ByteBuffer...)</a></span> - Static method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ByteBufferInputStream.html" title="class in org.apache.iceberg.io">ByteBufferInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/ByteBufferInputStream.html#wrap(java.util.List)">wrap(List&lt;ByteBuffer&gt;)</a></span> - Static method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/ByteBufferInputStream.html" title="class in org.apache.iceberg.io">ByteBufferInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/RowDataProjection.html#wrap(org.apache.flink.table.data.RowData)">wrap(RowData)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/RowDataProjection.html" title="class in org.apache.iceberg.flink.data">RowDataProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/RowDataWrapper.html#wrap(org.apache.flink.table.data.RowData)">wrap(RowData)</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/RowDataWrapper.html" title="class in org.apache.iceberg.flink">RowDataWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CachingCatalog.html#wrap(org.apache.iceberg.catalog.Catalog)">wrap(Catalog)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg">CachingCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CachingCatalog.html#wrap(org.apache.iceberg.catalog.Catalog,boolean,long)">wrap(Catalog, boolean, long)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg">CachingCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/CachingCatalog.html#wrap(org.apache.iceberg.catalog.Catalog,long)">wrap(Catalog, long)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/CachingCatalog.html" title="class in org.apache.iceberg">CachingCatalog</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/hadoop/HadoopStreams.html#wrap(org.apache.iceberg.io.SeekableInputStream)">wrap(SeekableInputStream)</a></span> - Static method in class org.apache.iceberg.hadoop.<a href="org/apache/iceberg/hadoop/HadoopStreams.html" title="class in org.apache.iceberg.hadoop">HadoopStreams</a></dt>
<dd>
<div class="block">Wraps a <a href="org/apache/iceberg/io/SeekableInputStream.html" title="class in org.apache.iceberg.io"><code>SeekableInputStream</code></a> in a <code>FSDataOutputStream</code> implementation for readers.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/InternalRecordWrapper.html#wrap(org.apache.iceberg.StructLike)">wrap(StructLike)</a></span> - Method in class org.apache.iceberg.data.<a href="org/apache/iceberg/data/InternalRecordWrapper.html" title="class in org.apache.iceberg.data">InternalRecordWrapper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/StructProjection.html#wrap(org.apache.iceberg.StructLike)">wrap(StructLike)</a></span> - Method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/StructProjection.html" title="class in org.apache.iceberg.util">StructProjection</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkDataFile.html#wrap(org.apache.spark.sql.Row)">wrap(Row)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkDataFile.html" title="class in org.apache.iceberg.spark">SparkDataFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkStructLike.html#wrap(org.apache.spark.sql.Row)">wrap(Row)</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkStructLike.html" title="class in org.apache.iceberg.spark">SparkStructLike</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/KmsClient.html#wrapKey(java.nio.ByteBuffer,java.lang.String)">wrapKey(ByteBuffer, String)</a></span> - Method in interface org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/KmsClient.html" title="interface in org.apache.iceberg.encryption">KmsClient</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Wrap a secret key, using a wrapping/master key which is stored in KMS and referenced by an ID.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html#wrappedIdentity()">wrappedIdentity()</a></span> - Method in class org.apache.iceberg.catalog.<a href="org/apache/iceberg/catalog/SessionCatalog.SessionContext.html" title="class in org.apache.iceberg.catalog">SessionCatalog.SessionContext</a></dt>
<dd>
<div class="block">Returns the opaque wrapped identity object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/KmsClient.KeyGenerationResult.html#wrappedKey()">wrappedKey()</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/KmsClient.KeyGenerationResult.html" title="class in org.apache.iceberg.encryption">KmsClient.KeyGenerationResult</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSOutputStream.html#write(byte%5B%5D,int,int)">write(byte[], int, int)</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSOutputStream.html" title="class in org.apache.iceberg.aliyun.oss">OSSOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmOutputStream.html#write(byte%5B%5D,int,int)">write(byte[], int, int)</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmOutputStream.html" title="class in org.apache.iceberg.encryption">AesGcmOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aliyun/oss/OSSOutputStream.html#write(int)">write(int)</a></span> - Method in class org.apache.iceberg.aliyun.oss.<a href="org/apache/iceberg/aliyun/oss/OSSOutputStream.html" title="class in org.apache.iceberg.aliyun.oss">OSSOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/encryption/AesGcmOutputStream.html#write(int)">write(int)</a></span> - Method in class org.apache.iceberg.encryption.<a href="org/apache/iceberg/encryption/AesGcmOutputStream.html" title="class in org.apache.iceberg.encryption">AesGcmOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html#write(int,L)">write(int, L)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.RepeatedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html#write(int,M)">write(int, M)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.RepeatedKeyValueWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.RepeatedKeyValueWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFiles.html#write(int,org.apache.iceberg.PartitionSpec,org.apache.iceberg.io.OutputFile,java.lang.Long)">write(int, PartitionSpec, OutputFile, Long)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestFiles.html" title="class in org.apache.iceberg">ManifestFiles</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg"><code>ManifestWriter</code></a> for the given format version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.StructWriter.html#write(int,S)">write(int, S)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.StructWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriter.html#write(int,T)">write(int, T)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriter.html" title="interface in org.apache.iceberg.parquet">ParquetValueWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ParquetValueWriters.PrimitiveWriter.html#write(int,T)">write(int, T)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ParquetValueWriters.PrimitiveWriter.html" title="class in org.apache.iceberg.parquet">ParquetValueWriters.PrimitiveWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TripleWriter.html#write(int,T)">write(int, T)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TripleWriter.html" title="interface in org.apache.iceberg.parquet">TripleWriter</a></dt>
<dd>
<div class="block">Write a value.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcValueWriter.html#write(int,T,org.apache.orc.storage.ql.exec.vector.ColumnVector)">write(int, T, ColumnVector)</a></span> - Method in interface org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcValueWriter.html" title="interface in org.apache.iceberg.orc">OrcValueWriter</a></dt>
<dd>
<div class="block">Take a value from the data value and add it to the ORC output.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriter.html#write(D,org.apache.avro.io.Encoder)">write(D, Encoder)</a></span> - Method in interface org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriter.html" title="interface in org.apache.iceberg.avro">ValueWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html#write(java.io.DataOutput)">write(DataOutput)</a></span> - Method in class org.apache.iceberg.mr.hive.<a href="org/apache/iceberg/mr/hive/HiveIcebergSplit.html" title="class in org.apache.iceberg.mr.hive">HiveIcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapred/Container.html#write(java.io.DataOutput)">write(DataOutput)</a></span> - Method in class org.apache.iceberg.mr.mapred.<a href="org/apache/iceberg/mr/mapred/Container.html" title="class in org.apache.iceberg.mr.mapred">Container</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html#write(java.io.DataOutput)">write(DataOutput)</a></span> - Method in class org.apache.iceberg.mr.mapreduce.<a href="org/apache/iceberg/mr/mapreduce/IcebergSplit.html" title="class in org.apache.iceberg.mr.mapreduce">IcebergSplit</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileWriter.html#write(java.lang.Iterable)">write(Iterable&lt;T&gt;)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileWriter.html" title="interface in org.apache.iceberg.io">FileWriter</a></dt>
<dd>
<div class="block">Writes rows to a predefined spec/partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkAvroWriter.html#write(org.apache.flink.table.data.RowData,org.apache.avro.io.Encoder)">write(RowData, Encoder)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkAvroWriter.html" title="class in org.apache.iceberg.flink.data">FlinkAvroWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkOrcWriter.html#write(org.apache.flink.table.data.RowData,org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch)">write(RowData, VectorizedRowBatch)</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkOrcWriter.html" title="class in org.apache.iceberg.flink.data">FlinkOrcWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriter.html#write(org.apache.iceberg.data.Record,org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch)">write(Record, VectorizedRowBatch)</a></span> - Method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriter.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/PositionDeleteWriter.html#write(org.apache.iceberg.deletes.PositionDelete)">write(PositionDelete&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/PositionDeleteWriter.html" title="class in org.apache.iceberg.deletes">PositionDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/SortingPositionOnlyDeleteWriter.html#write(org.apache.iceberg.deletes.PositionDelete)">write(PositionDelete&lt;T&gt;)</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/SortingPositionOnlyDeleteWriter.html" title="class in org.apache.iceberg.deletes">SortingPositionOnlyDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.html#write(org.apache.iceberg.io.OutputFile)">write(OutputFile)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.html" title="class in org.apache.iceberg.avro">Avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.html#write(org.apache.iceberg.io.OutputFile)">write(OutputFile)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.html" title="class in org.apache.iceberg.orc">ORC</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.html#write(org.apache.iceberg.io.OutputFile)">write(OutputFile)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.html" title="class in org.apache.iceberg.parquet">Parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/Puffin.html#write(org.apache.iceberg.io.OutputFile)">write(OutputFile)</a></span> - Static method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/Puffin.html" title="class in org.apache.iceberg.puffin">Puffin</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFiles.html#write(org.apache.iceberg.PartitionSpec,org.apache.iceberg.io.OutputFile)">write(PartitionSpec, OutputFile)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestFiles.html" title="class in org.apache.iceberg">ManifestFiles</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg"><code>ManifestWriter</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableMetadataParser.html#write(org.apache.iceberg.TableMetadata,org.apache.iceberg.io.OutputFile)">write(TableMetadata, OutputFile)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/TableMetadataParser.html" title="class in org.apache.iceberg">TableMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/view/ViewMetadataParser.html#write(org.apache.iceberg.view.ViewMetadata,org.apache.iceberg.io.OutputFile)">write(ViewMetadata, OutputFile)</a></span> - Static method in class org.apache.iceberg.view.<a href="org/apache/iceberg/view/ViewMetadataParser.html" title="class in org.apache.iceberg.view">ViewMetadataParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkAvroWriter.html#write(org.apache.spark.sql.catalyst.InternalRow,org.apache.avro.io.Encoder)">write(InternalRow, Encoder)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkAvroWriter.html" title="class in org.apache.iceberg.spark.data">SparkAvroWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkOrcWriter.html#write(org.apache.spark.sql.catalyst.InternalRow,org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch)">write(InternalRow, VectorizedRowBatch)</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkOrcWriter.html" title="class in org.apache.iceberg.spark.data">SparkOrcWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.StructWriter.html#write(S,org.apache.avro.io.Encoder)">write(S, Encoder)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.StructWriter.html" title="class in org.apache.iceberg.avro">ValueWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html#write(T)">write(T)</a></span> - Method in class org.apache.iceberg.deletes.<a href="org/apache/iceberg/deletes/EqualityDeleteWriter.html" title="class in org.apache.iceberg.deletes">EqualityDeleteWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html#write(T)">write(T)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/BaseTaskWriter.BaseEqualityDeltaWriter.html" title="class in org.apache.iceberg.io">BaseTaskWriter.BaseEqualityDeltaWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/DataWriter.html#write(T)">write(T)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/DataWriter.html" title="class in org.apache.iceberg.io">DataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileWriter.html#write(T)">write(T)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileWriter.html" title="interface in org.apache.iceberg.io">FileWriter</a></dt>
<dd>
<div class="block">Writes a row to a predefined spec/partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PartitionedFanoutWriter.html#write(T)">write(T)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/PartitionedFanoutWriter.html" title="class in org.apache.iceberg.io">PartitionedFanoutWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PartitionedWriter.html#write(T)">write(T)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/PartitionedWriter.html" title="class in org.apache.iceberg.io">PartitionedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/TaskWriter.html#write(T)">write(T)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/TaskWriter.html" title="interface in org.apache.iceberg.io">TaskWriter</a></dt>
<dd>
<div class="block">Write the row into the data files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/UnpartitionedWriter.html#write(T)">write(T)</a></span> - Method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/UnpartitionedWriter.html" title="class in org.apache.iceberg.io">UnpartitionedWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/GenericAvroWriter.html#write(T,org.apache.avro.io.Encoder)">write(T, Encoder)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/GenericAvroWriter.html" title="class in org.apache.iceberg.avro">GenericAvroWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/avro/DataWriter.html#write(T,org.apache.avro.io.Encoder)">write(T, Encoder)</a></span> - Method in class org.apache.iceberg.data.avro.<a href="org/apache/iceberg/data/avro/DataWriter.html" title="class in org.apache.iceberg.data.avro">DataWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/PartitioningWriter.html#write(T,org.apache.iceberg.PartitionSpec,org.apache.iceberg.StructLike)">write(T, PartitionSpec, StructLike)</a></span> - Method in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/PartitioningWriter.html" title="interface in org.apache.iceberg.io">PartitioningWriter</a></dt>
<dd>
<div class="block">Writes a row to the provided spec/partition.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcRowWriter.html#write(T,org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch)">write(T, VectorizedRowBatch)</a></span> - Method in interface org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcRowWriter.html" title="interface in org.apache.iceberg.orc">OrcRowWriter</a></dt>
<dd>
<div class="block">Writes or appends a row to ORC's VectorizedRowBatch.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#WRITE">WRITE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#WRITE">WRITE</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html#WRITE()">WRITE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.NonReservedContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.NonReservedContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html#WRITE()">WRITE()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#WRITE_AUDIT_PUBLISH_ENABLED">WRITE_AUDIT_PUBLISH_ENABLED</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#WRITE_AUDIT_PUBLISH_ENABLED_DEFAULT">WRITE_AUDIT_PUBLISH_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIOMetricsContext.html#WRITE_BYTES">WRITE_BYTES</a></span> - Static variable in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIOMetricsContext.html" title="interface in org.apache.iceberg.io">FileIOMetricsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#WRITE_DATA_LOCATION">WRITE_DATA_LOCATION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#WRITE_DISTRIBUTION_MODE">WRITE_DISTRIBUTION_MODE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#WRITE_DISTRIBUTION_MODE_HASH">WRITE_DISTRIBUTION_MODE_HASH</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#WRITE_DISTRIBUTION_MODE_NONE">WRITE_DISTRIBUTION_MODE_NONE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#WRITE_DISTRIBUTION_MODE_RANGE">WRITE_DISTRIBUTION_MODE_RANGE</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#WRITE_FOLDER_STORAGE_LOCATION">WRITE_FOLDER_STORAGE_LOCATION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use <a href="org/apache/iceberg/TableProperties.html#WRITE_DATA_LOCATION"><code>TableProperties.WRITE_DATA_LOCATION</code></a> instead.</div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteOptions.html#WRITE_FORMAT">WRITE_FORMAT</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteOptions.html" title="class in org.apache.iceberg.flink">FlinkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteOptions.html#WRITE_FORMAT">WRITE_FORMAT</a></span> - Static variable in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteOptions.html" title="class in org.apache.iceberg.spark">SparkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#WRITE_LOCATION_PROVIDER_IMPL">WRITE_LOCATION_PROVIDER_IMPL</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#WRITE_METADATA_LOCATION">WRITE_METADATA_LOCATION</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#WRITE_NAMESPACE_TAG_ENABLED">WRITE_NAMESPACE_TAG_ENABLED</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Used by <a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue"><code>GlueCatalog</code></a> to tag objects when writing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#WRITE_NAMESPACE_TAG_ENABLED_DEFAULT">WRITE_NAMESPACE_TAG_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/FileIOMetricsContext.html#WRITE_OPERATIONS">WRITE_OPERATIONS</a></span> - Static variable in interface org.apache.iceberg.io.<a href="org/apache/iceberg/io/FileIOMetricsContext.html" title="interface in org.apache.iceberg.io">FileIOMetricsContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteOptions.html#WRITE_PARALLELISM">WRITE_PARALLELISM</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteOptions.html" title="class in org.apache.iceberg.flink">FlinkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#WRITE_PARTITION_SUMMARY_LIMIT">WRITE_PARTITION_SUMMARY_LIMIT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#WRITE_PARTITION_SUMMARY_LIMIT_DEFAULT">WRITE_PARTITION_SUMMARY_LIMIT_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#WRITE_STORAGE_CLASS">WRITE_STORAGE_CLASS</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Used by <a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIO</code></a> to tag objects' storage class when writing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#WRITE_TABLE_TAG_ENABLED">WRITE_TABLE_TAG_ENABLED</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Used by <a href="org/apache/iceberg/aws/glue/GlueCatalog.html" title="class in org.apache.iceberg.aws.glue"><code>GlueCatalog</code></a> to tag objects when writing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#WRITE_TABLE_TAG_ENABLED_DEFAULT">WRITE_TABLE_TAG_ENABLED_DEFAULT</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#WRITE_TAGS_PREFIX">WRITE_TAGS_PREFIX</a></span> - Static variable in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>
<div class="block">Used by <a href="org/apache/iceberg/aws/s3/S3FileIO.html" title="class in org.apache.iceberg.aws.s3"><code>S3FileIO</code></a> to tag objects when writing.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/mr/InputFormatConfig.html#WRITE_TARGET_FILE_SIZE">WRITE_TARGET_FILE_SIZE</a></span> - Static variable in class org.apache.iceberg.mr.<a href="org/apache/iceberg/mr/InputFormatConfig.html" title="class in org.apache.iceberg.mr">InputFormatConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#WRITE_TARGET_FILE_SIZE_BYTES">WRITE_TARGET_FILE_SIZE_BYTES</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/TableProperties.html#WRITE_TARGET_FILE_SIZE_BYTES_DEFAULT">WRITE_TARGET_FILE_SIZE_BYTES_DEFAULT</a></span> - Static variable in class org.apache.iceberg.<a href="org/apache/iceberg/TableProperties.html" title="class in org.apache.iceberg">TableProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteOptions.html#WRITE_UPSERT_ENABLED">WRITE_UPSERT_ENABLED</a></span> - Static variable in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteOptions.html" title="class in org.apache.iceberg.flink">FlinkWriteOptions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnWriter.html#writeBinary(int,org.apache.parquet.io.api.Binary)">writeBinary(int, Binary)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnWriter.html" title="class in org.apache.iceberg.parquet">ColumnWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TripleWriter.html#writeBinary(int,org.apache.parquet.io.api.Binary)">writeBinary(int, Binary)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TripleWriter.html" title="interface in org.apache.iceberg.parquet">TripleWriter</a></dt>
<dd>
<div class="block">Write a triple.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnWriter.html#writeBoolean(int,boolean)">writeBoolean(int, boolean)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnWriter.html" title="class in org.apache.iceberg.parquet">ColumnWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TripleWriter.html#writeBoolean(int,boolean)">writeBoolean(int, boolean)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TripleWriter.html" title="interface in org.apache.iceberg.parquet">TripleWriter</a></dt>
<dd>
<div class="block">Write a triple.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/CheckCompatibility.html#writeCompatibilityErrors(org.apache.iceberg.Schema,org.apache.iceberg.Schema)">writeCompatibilityErrors(Schema, Schema)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/CheckCompatibility.html" title="class in org.apache.iceberg.types">CheckCompatibility</a></dt>
<dd>
<div class="block">Returns a list of compatibility errors for writing with the given write schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/types/CheckCompatibility.html#writeCompatibilityErrors(org.apache.iceberg.Schema,org.apache.iceberg.Schema,boolean)">writeCompatibilityErrors(Schema, Schema, boolean)</a></span> - Static method in class org.apache.iceberg.types.<a href="org/apache/iceberg/types/CheckCompatibility.html" title="class in org.apache.iceberg.types">CheckCompatibility</a></dt>
<dd>
<div class="block">Returns a list of compatibility errors for writing with the given write schema.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.html#writeData(org.apache.iceberg.io.OutputFile)">writeData(OutputFile)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.html" title="class in org.apache.iceberg.avro">Avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.html#writeData(org.apache.iceberg.io.OutputFile)">writeData(OutputFile)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.html" title="class in org.apache.iceberg.orc">ORC</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.html#writeData(org.apache.iceberg.io.OutputFile)">writeData(OutputFile)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.html" title="class in org.apache.iceberg.parquet">Parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/ManifestFiles.html#writeDeleteManifest(int,org.apache.iceberg.PartitionSpec,org.apache.iceberg.io.OutputFile,java.lang.Long)">writeDeleteManifest(int, PartitionSpec, OutputFile, Long)</a></span> - Static method in class org.apache.iceberg.<a href="org/apache/iceberg/ManifestFiles.html" title="class in org.apache.iceberg">ManifestFiles</a></dt>
<dd>
<div class="block">Create a new <a href="org/apache/iceberg/ManifestWriter.html" title="class in org.apache.iceberg"><code>ManifestWriter</code></a> for the given format version.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/Avro.html#writeDeletes(org.apache.iceberg.io.OutputFile)">writeDeletes(OutputFile)</a></span> - Static method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/Avro.html" title="class in org.apache.iceberg.avro">Avro</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/ORC.html#writeDeletes(org.apache.iceberg.io.OutputFile)">writeDeletes(OutputFile)</a></span> - Static method in class org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/ORC.html" title="class in org.apache.iceberg.orc">ORC</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.html#writeDeletes(org.apache.iceberg.io.OutputFile)">writeDeletes(OutputFile)</a></span> - Static method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.html" title="class in org.apache.iceberg.parquet">Parquet</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeDistributionSpec()">writeDistributionSpec()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html#writeDistributionSpec()">writeDistributionSpec()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html#writeDistributionSpec(int)">writeDistributionSpec(int)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">WriteDistributionSpecContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteDistributionSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteDistributionSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnWriter.html#writeDouble(int,double)">writeDouble(int, double)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnWriter.html" title="class in org.apache.iceberg.parquet">ColumnWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TripleWriter.html#writeDouble(int,double)">writeDouble(int, double)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TripleWriter.html" title="interface in org.apache.iceberg.parquet">TripleWriter</a></dt>
<dd>
<div class="block">Write a triple.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnWriter.html#writeFloat(int,float)">writeFloat(int, float)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnWriter.html" title="class in org.apache.iceberg.parquet">ColumnWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TripleWriter.html#writeFloat(int,float)">writeFloat(int, float)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TripleWriter.html" title="interface in org.apache.iceberg.parquet">TripleWriter</a></dt>
<dd>
<div class="block">Write a triple.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/io/IOUtil.html#writeFully(java.io.OutputStream,java.nio.ByteBuffer)">writeFully(OutputStream, ByteBuffer)</a></span> - Static method in class org.apache.iceberg.io.<a href="org/apache/iceberg/io/IOUtil.html" title="class in org.apache.iceberg.io">IOUtil</a></dt>
<dd>
<div class="block">Writes a buffer into a stream, making multiple write calls if necessary.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnWriter.html#writeInteger(int,int)">writeInteger(int, int)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnWriter.html" title="class in org.apache.iceberg.parquet">ColumnWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TripleWriter.html#writeInteger(int,int)">writeInteger(int, int)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TripleWriter.html" title="interface in org.apache.iceberg.parquet">TripleWriter</a></dt>
<dd>
<div class="block">Write a triple.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#writeIntegerArray(java.lang.String,java.lang.Iterable,com.fasterxml.jackson.core.JsonGenerator)">writeIntegerArray(String, Iterable&lt;Integer&gt;, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#writeIntegerFieldIf(boolean,java.lang.String,java.lang.Integer,com.fasterxml.jackson.core.JsonGenerator)">writeIntegerFieldIf(boolean, String, Integer, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnWriter.html#writeLong(int,long)">writeLong(int, long)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnWriter.html" title="class in org.apache.iceberg.parquet">ColumnWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TripleWriter.html#writeLong(int,long)">writeLong(int, long)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TripleWriter.html" title="interface in org.apache.iceberg.parquet">TripleWriter</a></dt>
<dd>
<div class="block">Write a triple.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#writeLongArray(java.lang.String,java.lang.Iterable,com.fasterxml.jackson.core.JsonGenerator)">writeLongArray(String, Iterable&lt;Long&gt;, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#writeLongFieldIf(boolean,java.lang.String,java.lang.Long,com.fasterxml.jackson.core.JsonGenerator)">writeLongFieldIf(boolean, String, Long, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/BinPackStrategy.html#writeMaxFileSize()">writeMaxFileSize()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/BinPackStrategy.html" title="class in org.apache.iceberg.actions">BinPackStrategy</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Estimates a larger max target file size than our target size used in task creation to avoid
tasks which are predicted to have a certain size, but exceed that target size when serde is
complete creating tiny remainder files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#writeMaxFileSize()">writeMaxFileSize()</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>
<div class="block">Estimates a larger max target file size than the target size used in task creation to avoid
creating tiny remainder files.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#writeNewMetadata(org.apache.iceberg.TableMetadata,int)">writeNewMetadata(TableMetadata, int)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/BaseMetastoreTableOperations.html#writeNewMetadataIfRequired(boolean,org.apache.iceberg.TableMetadata)">writeNewMetadataIfRequired(boolean, TableMetadata)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/BaseMetastoreTableOperations.html" title="class in org.apache.iceberg">BaseMetastoreTableOperations</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/ColumnWriter.html#writeNull(int,int)">writeNull(int, int)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/ColumnWriter.html" title="class in org.apache.iceberg.parquet">ColumnWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/TripleWriter.html#writeNull(int,int)">writeNull(int, int)</a></span> - Method in interface org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/TripleWriter.html" title="interface in org.apache.iceberg.parquet">TripleWriter</a></dt>
<dd>
<div class="block">Write a triple for a null value.</div>
</dd>
<dt><a href="org/apache/iceberg/mr/hive/serde/objectinspector/WriteObjectInspector.html" title="interface in org.apache.iceberg.mr.hive.serde.objectinspector"><span class="typeNameLink">WriteObjectInspector</span></a> - Interface in <a href="org/apache/iceberg/mr/hive/serde/objectinspector/package-summary.html">org.apache.iceberg.mr.hive.serde.objectinspector</a></dt>
<dd>
<div class="block">Interface for converting the Hive primitive objects for the objects which could be added to an
Iceberg Record.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/rest/requests/CreateTableRequest.html#writeOrder()">writeOrder()</a></span> - Method in class org.apache.iceberg.rest.requests.<a href="org/apache/iceberg/rest/requests/CreateTableRequest.html" title="class in org.apache.iceberg.rest.requests">CreateTableRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeOrderingSpec()">writeOrderingSpec()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html#writeOrderingSpec()">writeOrderingSpec()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html#writeOrderingSpec(int)">writeOrderingSpec(int)</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">WriteOrderingSpecContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteOrderingSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteOrderingSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/FlinkWriteConf.html#writeParallelism()">writeParallelism()</a></span> - Method in class org.apache.iceberg.flink.<a href="org/apache/iceberg/flink/FlinkWriteConf.html" title="class in org.apache.iceberg.flink">FlinkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html#writeParallelism(int)">writeParallelism(int)</a></span> - Method in class org.apache.iceberg.flink.sink.<a href="org/apache/iceberg/flink/sink/FlinkSink.Builder.html" title="class in org.apache.iceberg.flink.sink">FlinkSink.Builder</a></dt>
<dd>
<div class="block">Configuring the write parallel number for iceberg stream writer.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#writeProperties()">writeProperties()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/avro/ValueWriters.StructWriter.html#writer(int)">writer(int)</a></span> - Method in class org.apache.iceberg.avro.<a href="org/apache/iceberg/avro/ValueWriters.StructWriter.html" title="class in org.apache.iceberg.avro">ValueWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteConf.html#writeRequirements()">writeRequirements()</a></span> - Method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteConf.html" title="class in org.apache.iceberg.spark">SparkWriteConf</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/SparkWriteUtil.html#writeRequirements(org.apache.iceberg.Table,org.apache.iceberg.DistributionMode,boolean,long)">writeRequirements(Table, DistributionMode, boolean, long)</a></span> - Static method in class org.apache.iceberg.spark.<a href="org/apache/iceberg/spark/SparkWriteUtil.html" title="class in org.apache.iceberg.spark">SparkWriteUtil</a></dt>
<dd>
<div class="block">Builds requirements for batch and micro-batch writes such as append or overwrite.</div>
</dd>
<dt><a href="org/apache/iceberg/io/WriteResult.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">WriteResult</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/io/WriteResult.Builder.html" title="class in org.apache.iceberg.io"><span class="typeNameLink">WriteResult.Builder</span></a> - Class in <a href="org/apache/iceberg/io/package-summary.html">org.apache.iceberg.io</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.StructWriter.html#writeRow(S,org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch)">writeRow(S, VectorizedRowBatch)</a></span> - Method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.StructWriter.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriter.html#writers()">writers()</a></span> - Method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriter.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/data/orc/GenericOrcWriters.StructWriter.html#writers()">writers()</a></span> - Method in class org.apache.iceberg.data.orc.<a href="org/apache/iceberg/data/orc/GenericOrcWriters.StructWriter.html" title="class in org.apache.iceberg.data.orc">GenericOrcWriters.StructWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/flink/data/FlinkOrcWriter.html#writers()">writers()</a></span> - Method in class org.apache.iceberg.flink.data.<a href="org/apache/iceberg/flink/data/FlinkOrcWriter.html" title="class in org.apache.iceberg.flink.data">FlinkOrcWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/orc/OrcRowWriter.html#writers()">writers()</a></span> - Method in interface org.apache.iceberg.orc.<a href="org/apache/iceberg/orc/OrcRowWriter.html" title="interface in org.apache.iceberg.orc">OrcRowWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/data/SparkOrcWriter.html#writers()">writers()</a></span> - Method in class org.apache.iceberg.spark.data.<a href="org/apache/iceberg/spark/data/SparkOrcWriter.html" title="class in org.apache.iceberg.spark.data">SparkOrcWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/BasePageIterator.html#writerVersion">writerVersion</a></span> - Variable in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/BasePageIterator.html" title="class in org.apache.iceberg.parquet">BasePageIterator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#writerVersion(org.apache.parquet.column.ParquetProperties.WriterVersion)">writerVersion(ParquetProperties.WriterVersion)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html#writeSpec()">writeSpec()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.SetWriteDistributionAndOrderingContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#writeSpec()">writeSpec()</a></span> - Method in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html#%3Cinit%3E(org.antlr.v4.runtime.ParserRuleContext,int)">WriteSpecContext(ParserRuleContext, int)</a></span> - Constructor for class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.WriteSpecContext.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser.WriteSpecContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#writeStorageClass()">writeStorageClass()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#writeStringArray(java.lang.String,java.lang.Iterable,com.fasterxml.jackson.core.JsonGenerator)">writeStringArray(String, Iterable&lt;String&gt;, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/util/JsonUtil.html#writeStringMap(java.lang.String,java.util.Map,com.fasterxml.jackson.core.JsonGenerator)">writeStringMap(String, Map&lt;String, String&gt;, JsonGenerator)</a></span> - Static method in class org.apache.iceberg.util.<a href="org/apache/iceberg/util/JsonUtil.html" title="class in org.apache.iceberg.util">JsonUtil</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html#writeSupport(org.apache.parquet.hadoop.api.WriteSupport)">writeSupport(WriteSupport&lt;?&gt;)</a></span> - Method in class org.apache.iceberg.parquet.<a href="org/apache/iceberg/parquet/Parquet.WriteBuilder.html" title="class in org.apache.iceberg.parquet">Parquet.WriteBuilder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#writeTableTagEnabled()">writeTableTagEnabled()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html#writeTags()">writeTags()</a></span> - Method in class org.apache.iceberg.aws.s3.<a href="org/apache/iceberg/aws/s3/S3FileIOProperties.html" title="class in org.apache.iceberg.aws.s3">S3FileIOProperties</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinWriter.html#writtenBlobsMetadata()">writtenBlobsMetadata()</a></span> - Method in class org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinWriter.html" title="class in org.apache.iceberg.puffin">PuffinWriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html#wronglySized(T)">wronglySized(T)</a></span> - Method in class org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/SizeBasedFileRewriter.html" title="class in org.apache.iceberg.actions">SizeBasedFileRewriter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#WS">WS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#WS">WS</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:Y">
<!-- -->
</a>
<h2 class="title">Y</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#year()">year()</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="block">Returns a year <a href="org/apache/iceberg/transforms/Transform.html" title="interface in org.apache.iceberg.transforms"><code>Transform</code></a> for date or timestamp types.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#year(int,java.lang.String,int)">year(int, String, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Expressions.html#year(java.lang.String)">year(String)</a></span> - Static method in class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Expressions.html" title="class in org.apache.iceberg.expressions">Expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#year(java.lang.String)">year(String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html#year(java.lang.String,int)">year(String, int)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/PartitionSpecVisitor.html" title="interface in org.apache.iceberg.transforms">PartitionSpecVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/SortOrderVisitor.html#year(java.lang.String,int,org.apache.iceberg.SortDirection,org.apache.iceberg.NullOrder)">year(String, int, SortDirection, NullOrder)</a></span> - Method in interface org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/SortOrderVisitor.html" title="interface in org.apache.iceberg.transforms">SortOrderVisitor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/PartitionSpec.Builder.html#year(java.lang.String,java.lang.String)">year(String, String)</a></span> - Method in class org.apache.iceberg.<a href="org/apache/iceberg/PartitionSpec.Builder.html" title="class in org.apache.iceberg">PartitionSpec.Builder</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/transforms/Transforms.html#year(org.apache.iceberg.types.Type)">year(Type)</a></span> - Static method in class org.apache.iceberg.transforms.<a href="org/apache/iceberg/transforms/Transforms.html" title="class in org.apache.iceberg.transforms">Transforms</a></dt>
<dd>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">use <a href="org/apache/iceberg/transforms/Transforms.html#year()"><code>Transforms.year()</code></a> instead; will be removed in 2.0.0</div>
</div>
</dd>
<dt><a href="org/apache/iceberg/spark/functions/YearsFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">YearsFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>
<div class="block">A Spark function implementation for the Iceberg year transform.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/functions/YearsFunction.html#%3Cinit%3E()">YearsFunction()</a></span> - Constructor for class org.apache.iceberg.spark.functions.<a href="org/apache/iceberg/spark/functions/YearsFunction.html" title="class in org.apache.iceberg.spark.functions">YearsFunction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/YearsFunction.DateToYearsFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">YearsFunction.DateToYearsFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampNtzToYearsFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">YearsFunction.TimestampNtzToYearsFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/spark/functions/YearsFunction.TimestampToYearsFunction.html" title="class in org.apache.iceberg.spark.functions"><span class="typeNameLink">YearsFunction.TimestampToYearsFunction</span></a> - Class in <a href="org/apache/iceberg/spark/functions/package-summary.html">org.apache.iceberg.spark.functions</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:Z">
<!-- -->
</a>
<h2 class="title">Z</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/actions/RewriteDataFiles.html#zOrder(java.lang.String...)">zOrder(String...)</a></span> - Method in interface org.apache.iceberg.actions.<a href="org/apache/iceberg/actions/RewriteDataFiles.html" title="interface in org.apache.iceberg.actions">RewriteDataFiles</a></dt>
<dd>
<div class="block">Choose Z-ORDER as a strategy for this rewrite operation with a specified list of columns to use</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html#zOrder(java.lang.String...)">zOrder(String...)</a></span> - Method in class org.apache.iceberg.spark.actions.<a href="org/apache/iceberg/spark/actions/RewriteDataFilesSparkAction.html" title="class in org.apache.iceberg.spark.actions">RewriteDataFilesSparkAction</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/expressions/Zorder.html" title="class in org.apache.iceberg.expressions"><span class="typeNameLink">Zorder</span></a> - Class in <a href="org/apache/iceberg/expressions/package-summary.html">org.apache.iceberg.expressions</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/expressions/Zorder.html#%3Cinit%3E(java.util.List)">Zorder(List&lt;NamedReference&lt;?&gt;&gt;)</a></span> - Constructor for class org.apache.iceberg.expressions.<a href="org/apache/iceberg/expressions/Zorder.html" title="class in org.apache.iceberg.expressions">Zorder</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/iceberg/util/ZOrderByteUtils.html" title="class in org.apache.iceberg.util"><span class="typeNameLink">ZOrderByteUtils</span></a> - Class in <a href="org/apache/iceberg/util/package-summary.html">org.apache.iceberg.util</a></dt>
<dd>
<div class="block">Within Z-Ordering the byte representations of objects being compared must be ordered, this
requires several types to be transformed when converted to bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html#ZSTD">ZSTD</a></span> - org.apache.iceberg.puffin.<a href="org/apache/iceberg/puffin/PuffinCompressionCodec.html" title="enum in org.apache.iceberg.puffin">PuffinCompressionCodec</a></dt>
<dd>
<div class="block">Zstandard single compression frame with content size present</div>
</dd>
</dl>
<a id="I:_">
<!-- -->
</a>
<h2 class="title">_</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#_ATN">_ATN</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#_ATN">_ATN</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#_decisionToDFA">_decisionToDFA</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#_decisionToDFA">_decisionToDFA</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#_serializedATN">_serializedATN</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#_serializedATN">_serializedATN</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html#_sharedContextCache">_sharedContextCache</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsLexer.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsLexer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html#_sharedContextCache">_sharedContextCache</a></span> - Static variable in class org.apache.spark.sql.catalyst.parser.extensions.<a href="org/apache/spark/sql/catalyst/parser/extensions/IcebergSqlExtensionsParser.html" title="class in org.apache.spark.sql.catalyst.parser.extensions">IcebergSqlExtensionsParser</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:K">K</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:Q">Q</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a href="#I:Y">Y</a>&nbsp;<a href="#I:Z">Z</a>&nbsp;<a href="#I:_">_</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a></div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</body>
</html>