blob: 29485e2572ad764727a03e228c9ccc630b3eb347 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>FlinkCatalog</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="FlinkCatalog";
}
}
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</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>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.iceberg.flink</a></div>
<h2 title="Class FlinkCatalog" class="title">Class FlinkCatalog</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.flink.table.catalog.AbstractCatalog</li>
<li>
<ul class="inheritance">
<li>org.apache.iceberg.flink.FlinkCatalog</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code>org.apache.flink.table.catalog.Catalog</code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">FlinkCatalog</span>
extends org.apache.flink.table.catalog.AbstractCatalog</pre>
<div class="block">A Flink Catalog implementation that wraps an Iceberg <a href="../catalog/Catalog.html" title="interface in org.apache.iceberg.catalog"><code>Catalog</code></a>.
<p>
The mapping between Flink database and Iceberg namespace:
Supplying a base namespace for a given catalog, so if you have a catalog that supports a 2-level namespace, you
would supply the first level in the catalog configuration and the second level would be exposed as Flink databases.
<p>
The Iceberg table manages its partitions by itself. The partition of the Iceberg table is independent of the
partition of Flink.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,java.lang.String,org.apache.iceberg.catalog.Namespace,org.apache.iceberg.flink.CatalogLoader,boolean)">FlinkCatalog</a></span>&#8203;(java.lang.String&nbsp;catalogName,
java.lang.String&nbsp;defaultDatabase,
<a href="../catalog/Namespace.html" title="class in org.apache.iceberg.catalog">Namespace</a>&nbsp;baseNamespace,
<a href="CatalogLoader.html" title="interface in org.apache.iceberg.flink">CatalogLoader</a>&nbsp;catalogLoader,
boolean&nbsp;cacheEnabled)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#alterDatabase(java.lang.String,org.apache.flink.table.catalog.CatalogDatabase,boolean)">alterDatabase</a></span>&#8203;(java.lang.String&nbsp;name,
org.apache.flink.table.catalog.CatalogDatabase&nbsp;newDatabase,
boolean&nbsp;ignoreIfNotExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#alterFunction(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogFunction,boolean)">alterFunction</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;functionPath,
org.apache.flink.table.catalog.CatalogFunction&nbsp;newFunction,
boolean&nbsp;ignoreIfNotExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#alterPartition(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,org.apache.flink.table.catalog.CatalogPartition,boolean)">alterPartition</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec,
org.apache.flink.table.catalog.CatalogPartition&nbsp;newPartition,
boolean&nbsp;ignoreIfNotExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#alterPartitionColumnStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,org.apache.flink.table.catalog.stats.CatalogColumnStatistics,boolean)">alterPartitionColumnStatistics</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec,
org.apache.flink.table.catalog.stats.CatalogColumnStatistics&nbsp;columnStatistics,
boolean&nbsp;ignoreIfNotExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#alterPartitionStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,org.apache.flink.table.catalog.stats.CatalogTableStatistics,boolean)">alterPartitionStatistics</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec,
org.apache.flink.table.catalog.stats.CatalogTableStatistics&nbsp;partitionStatistics,
boolean&nbsp;ignoreIfNotExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#alterTable(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogBaseTable,boolean)">alterTable</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogBaseTable&nbsp;newTable,
boolean&nbsp;ignoreIfNotExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#alterTableColumnStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.stats.CatalogColumnStatistics,boolean)">alterTableColumnStatistics</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.stats.CatalogColumnStatistics&nbsp;columnStatistics,
boolean&nbsp;ignoreIfNotExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#alterTableStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.stats.CatalogTableStatistics,boolean)">alterTableStatistics</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.stats.CatalogTableStatistics&nbsp;tableStatistics,
boolean&nbsp;ignoreIfNotExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#catalog()">catalog</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#close()">close</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createDatabase(java.lang.String,org.apache.flink.table.catalog.CatalogDatabase,boolean)">createDatabase</a></span>&#8203;(java.lang.String&nbsp;name,
org.apache.flink.table.catalog.CatalogDatabase&nbsp;database,
boolean&nbsp;ignoreIfExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createFunction(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogFunction,boolean)">createFunction</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;functionPath,
org.apache.flink.table.catalog.CatalogFunction&nbsp;function,
boolean&nbsp;ignoreIfExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createPartition(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,org.apache.flink.table.catalog.CatalogPartition,boolean)">createPartition</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec,
org.apache.flink.table.catalog.CatalogPartition&nbsp;partition,
boolean&nbsp;ignoreIfExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createTable(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogBaseTable,boolean)">createTable</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogBaseTable&nbsp;table,
boolean&nbsp;ignoreIfExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#databaseExists(java.lang.String)">databaseExists</a></span>&#8203;(java.lang.String&nbsp;databaseName)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dropDatabase(java.lang.String,boolean,boolean)">dropDatabase</a></span>&#8203;(java.lang.String&nbsp;name,
boolean&nbsp;ignoreIfNotExists,
boolean&nbsp;cascade)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dropFunction(org.apache.flink.table.catalog.ObjectPath,boolean)">dropFunction</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;functionPath,
boolean&nbsp;ignoreIfNotExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dropPartition(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,boolean)">dropPartition</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec,
boolean&nbsp;ignoreIfNotExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dropTable(org.apache.flink.table.catalog.ObjectPath,boolean)">dropTable</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
boolean&nbsp;ignoreIfNotExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#functionExists(org.apache.flink.table.catalog.ObjectPath)">functionExists</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;functionPath)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>org.apache.flink.table.catalog.CatalogDatabase</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getDatabase(java.lang.String)">getDatabase</a></span>&#8203;(java.lang.String&nbsp;databaseName)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>java.util.Optional&lt;org.apache.flink.table.factories.Factory&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFactory()">getFactory</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>org.apache.flink.table.catalog.CatalogFunction</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFunction(org.apache.flink.table.catalog.ObjectPath)">getFunction</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;functionPath)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>org.apache.flink.table.catalog.CatalogPartition</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPartition(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">getPartition</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>org.apache.flink.table.catalog.stats.CatalogColumnStatistics</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPartitionColumnStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">getPartitionColumnStatistics</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>org.apache.flink.table.catalog.stats.CatalogTableStatistics</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPartitionStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">getPartitionStatistics</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code>org.apache.flink.table.catalog.CatalogTable</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTable(org.apache.flink.table.catalog.ObjectPath)">getTable</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>org.apache.flink.table.catalog.stats.CatalogColumnStatistics</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTableColumnStatistics(org.apache.flink.table.catalog.ObjectPath)">getTableColumnStatistics</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>org.apache.flink.table.catalog.stats.CatalogTableStatistics</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTableStatistics(org.apache.flink.table.catalog.ObjectPath)">getTableStatistics</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#listDatabases()">listDatabases</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#listFunctions(java.lang.String)">listFunctions</a></span>&#8203;(java.lang.String&nbsp;dbName)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;org.apache.flink.table.catalog.CatalogPartitionSpec&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#listPartitions(org.apache.flink.table.catalog.ObjectPath)">listPartitions</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>java.util.List&lt;org.apache.flink.table.catalog.CatalogPartitionSpec&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#listPartitions(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">listPartitions</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;org.apache.flink.table.catalog.CatalogPartitionSpec&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#listPartitionsByFilter(org.apache.flink.table.catalog.ObjectPath,java.util.List)">listPartitionsByFilter</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
java.util.List&lt;org.apache.flink.table.expressions.Expression&gt;&nbsp;filters)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#listTables(java.lang.String)">listTables</a></span>&#8203;(java.lang.String&nbsp;databaseName)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>java.util.List&lt;java.lang.String&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#listViews(java.lang.String)">listViews</a></span>&#8203;(java.lang.String&nbsp;databaseName)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#open()">open</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#partitionExists(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">partitionExists</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#renameTable(org.apache.flink.table.catalog.ObjectPath,java.lang.String,boolean)">renameTable</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
java.lang.String&nbsp;newTableName,
boolean&nbsp;ignoreIfNotExists)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#tableExists(org.apache.flink.table.catalog.ObjectPath)">tableExists</a></span>&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.flink.table.catalog.AbstractCatalog">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.flink.table.catalog.AbstractCatalog</h3>
<code>getDefaultDatabase, getName</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.flink.table.catalog.Catalog">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.flink.table.catalog.Catalog</h3>
<code>dropDatabase, getFunctionDefinitionFactory, getTableFactory, supportsManagedTable</code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;(java.lang.String,java.lang.String,org.apache.iceberg.catalog.Namespace,org.apache.iceberg.flink.CatalogLoader,boolean)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>FlinkCatalog</h4>
<pre>public&nbsp;FlinkCatalog&#8203;(java.lang.String&nbsp;catalogName,
java.lang.String&nbsp;defaultDatabase,
<a href="../catalog/Namespace.html" title="class in org.apache.iceberg.catalog">Namespace</a>&nbsp;baseNamespace,
<a href="CatalogLoader.html" title="interface in org.apache.iceberg.flink">CatalogLoader</a>&nbsp;catalogLoader,
boolean&nbsp;cacheEnabled)</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="open()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>open</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;open()
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="close()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>close</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;close()
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="catalog()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>catalog</h4>
<pre class="methodSignature">public&nbsp;<a href="../catalog/Catalog.html" title="interface in org.apache.iceberg.catalog">Catalog</a>&nbsp;catalog()</pre>
</li>
</ul>
<a id="listDatabases()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listDatabases</h4>
<pre class="methodSignature">public&nbsp;java.util.List&lt;java.lang.String&gt;&nbsp;listDatabases()
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="getDatabase(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDatabase</h4>
<pre class="methodSignature">public&nbsp;org.apache.flink.table.catalog.CatalogDatabase&nbsp;getDatabase&#8203;(java.lang.String&nbsp;databaseName)
throws org.apache.flink.table.catalog.exceptions.DatabaseNotExistException,
org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.DatabaseNotExistException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="databaseExists(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>databaseExists</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;databaseExists&#8203;(java.lang.String&nbsp;databaseName)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="createDatabase(java.lang.String,org.apache.flink.table.catalog.CatalogDatabase,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createDatabase</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;createDatabase&#8203;(java.lang.String&nbsp;name,
org.apache.flink.table.catalog.CatalogDatabase&nbsp;database,
boolean&nbsp;ignoreIfExists)
throws org.apache.flink.table.catalog.exceptions.DatabaseAlreadyExistException,
org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.DatabaseAlreadyExistException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="dropDatabase(java.lang.String,boolean,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dropDatabase</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;dropDatabase&#8203;(java.lang.String&nbsp;name,
boolean&nbsp;ignoreIfNotExists,
boolean&nbsp;cascade)
throws org.apache.flink.table.catalog.exceptions.DatabaseNotExistException,
org.apache.flink.table.catalog.exceptions.DatabaseNotEmptyException,
org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.DatabaseNotExistException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.DatabaseNotEmptyException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="alterDatabase(java.lang.String,org.apache.flink.table.catalog.CatalogDatabase,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>alterDatabase</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;alterDatabase&#8203;(java.lang.String&nbsp;name,
org.apache.flink.table.catalog.CatalogDatabase&nbsp;newDatabase,
boolean&nbsp;ignoreIfNotExists)
throws org.apache.flink.table.catalog.exceptions.DatabaseNotExistException,
org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.DatabaseNotExistException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="listTables(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listTables</h4>
<pre class="methodSignature">public&nbsp;java.util.List&lt;java.lang.String&gt;&nbsp;listTables&#8203;(java.lang.String&nbsp;databaseName)
throws org.apache.flink.table.catalog.exceptions.DatabaseNotExistException,
org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.DatabaseNotExistException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="getTable(org.apache.flink.table.catalog.ObjectPath)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTable</h4>
<pre class="methodSignature">public&nbsp;org.apache.flink.table.catalog.CatalogTable&nbsp;getTable&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath)
throws org.apache.flink.table.catalog.exceptions.TableNotExistException,
org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.TableNotExistException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="tableExists(org.apache.flink.table.catalog.ObjectPath)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tableExists</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;tableExists&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="dropTable(org.apache.flink.table.catalog.ObjectPath,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dropTable</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;dropTable&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
boolean&nbsp;ignoreIfNotExists)
throws org.apache.flink.table.catalog.exceptions.TableNotExistException,
org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.TableNotExistException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="renameTable(org.apache.flink.table.catalog.ObjectPath,java.lang.String,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>renameTable</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;renameTable&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
java.lang.String&nbsp;newTableName,
boolean&nbsp;ignoreIfNotExists)
throws org.apache.flink.table.catalog.exceptions.TableNotExistException,
org.apache.flink.table.catalog.exceptions.TableAlreadyExistException,
org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.TableNotExistException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.TableAlreadyExistException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="createTable(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogBaseTable,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createTable</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;createTable&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogBaseTable&nbsp;table,
boolean&nbsp;ignoreIfExists)
throws org.apache.flink.table.catalog.exceptions.CatalogException,
org.apache.flink.table.catalog.exceptions.TableAlreadyExistException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.TableAlreadyExistException</code></dd>
</dl>
</li>
</ul>
<a id="alterTable(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogBaseTable,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>alterTable</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;alterTable&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogBaseTable&nbsp;newTable,
boolean&nbsp;ignoreIfNotExists)
throws org.apache.flink.table.catalog.exceptions.CatalogException,
org.apache.flink.table.catalog.exceptions.TableNotExistException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.TableNotExistException</code></dd>
</dl>
</li>
</ul>
<a id="getFactory()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFactory</h4>
<pre class="methodSignature">public&nbsp;java.util.Optional&lt;org.apache.flink.table.factories.Factory&gt;&nbsp;getFactory()</pre>
</li>
</ul>
<a id="listViews(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listViews</h4>
<pre class="methodSignature">public&nbsp;java.util.List&lt;java.lang.String&gt;&nbsp;listViews&#8203;(java.lang.String&nbsp;databaseName)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="getPartition(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPartition</h4>
<pre class="methodSignature">public&nbsp;org.apache.flink.table.catalog.CatalogPartition&nbsp;getPartition&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="partitionExists(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>partitionExists</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;partitionExists&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="createPartition(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,org.apache.flink.table.catalog.CatalogPartition,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createPartition</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;createPartition&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec,
org.apache.flink.table.catalog.CatalogPartition&nbsp;partition,
boolean&nbsp;ignoreIfExists)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="dropPartition(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dropPartition</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;dropPartition&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec,
boolean&nbsp;ignoreIfNotExists)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="alterPartition(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,org.apache.flink.table.catalog.CatalogPartition,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>alterPartition</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;alterPartition&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec,
org.apache.flink.table.catalog.CatalogPartition&nbsp;newPartition,
boolean&nbsp;ignoreIfNotExists)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="listFunctions(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listFunctions</h4>
<pre class="methodSignature">public&nbsp;java.util.List&lt;java.lang.String&gt;&nbsp;listFunctions&#8203;(java.lang.String&nbsp;dbName)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="getFunction(org.apache.flink.table.catalog.ObjectPath)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFunction</h4>
<pre class="methodSignature">public&nbsp;org.apache.flink.table.catalog.CatalogFunction&nbsp;getFunction&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;functionPath)
throws org.apache.flink.table.catalog.exceptions.FunctionNotExistException,
org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.FunctionNotExistException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="functionExists(org.apache.flink.table.catalog.ObjectPath)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>functionExists</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;functionExists&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;functionPath)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="createFunction(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogFunction,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createFunction</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;createFunction&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;functionPath,
org.apache.flink.table.catalog.CatalogFunction&nbsp;function,
boolean&nbsp;ignoreIfExists)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="alterFunction(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogFunction,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>alterFunction</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;alterFunction&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;functionPath,
org.apache.flink.table.catalog.CatalogFunction&nbsp;newFunction,
boolean&nbsp;ignoreIfNotExists)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="dropFunction(org.apache.flink.table.catalog.ObjectPath,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dropFunction</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;dropFunction&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;functionPath,
boolean&nbsp;ignoreIfNotExists)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="alterTableStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.stats.CatalogTableStatistics,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>alterTableStatistics</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;alterTableStatistics&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.stats.CatalogTableStatistics&nbsp;tableStatistics,
boolean&nbsp;ignoreIfNotExists)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="alterTableColumnStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.stats.CatalogColumnStatistics,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>alterTableColumnStatistics</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;alterTableColumnStatistics&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.stats.CatalogColumnStatistics&nbsp;columnStatistics,
boolean&nbsp;ignoreIfNotExists)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="alterPartitionStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,org.apache.flink.table.catalog.stats.CatalogTableStatistics,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>alterPartitionStatistics</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;alterPartitionStatistics&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec,
org.apache.flink.table.catalog.stats.CatalogTableStatistics&nbsp;partitionStatistics,
boolean&nbsp;ignoreIfNotExists)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="alterPartitionColumnStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec,org.apache.flink.table.catalog.stats.CatalogColumnStatistics,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>alterPartitionColumnStatistics</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;alterPartitionColumnStatistics&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec,
org.apache.flink.table.catalog.stats.CatalogColumnStatistics&nbsp;columnStatistics,
boolean&nbsp;ignoreIfNotExists)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="listPartitions(org.apache.flink.table.catalog.ObjectPath)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listPartitions</h4>
<pre class="methodSignature">public&nbsp;java.util.List&lt;org.apache.flink.table.catalog.CatalogPartitionSpec&gt;&nbsp;listPartitions&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath)
throws org.apache.flink.table.catalog.exceptions.TableNotExistException,
org.apache.flink.table.catalog.exceptions.TableNotPartitionedException,
org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.TableNotExistException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.TableNotPartitionedException</code></dd>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="listPartitions(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listPartitions</h4>
<pre class="methodSignature">public&nbsp;java.util.List&lt;org.apache.flink.table.catalog.CatalogPartitionSpec&gt;&nbsp;listPartitions&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="listPartitionsByFilter(org.apache.flink.table.catalog.ObjectPath,java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>listPartitionsByFilter</h4>
<pre class="methodSignature">public&nbsp;java.util.List&lt;org.apache.flink.table.catalog.CatalogPartitionSpec&gt;&nbsp;listPartitionsByFilter&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
java.util.List&lt;org.apache.flink.table.expressions.Expression&gt;&nbsp;filters)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="getTableStatistics(org.apache.flink.table.catalog.ObjectPath)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTableStatistics</h4>
<pre class="methodSignature">public&nbsp;org.apache.flink.table.catalog.stats.CatalogTableStatistics&nbsp;getTableStatistics&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="getTableColumnStatistics(org.apache.flink.table.catalog.ObjectPath)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTableColumnStatistics</h4>
<pre class="methodSignature">public&nbsp;org.apache.flink.table.catalog.stats.CatalogColumnStatistics&nbsp;getTableColumnStatistics&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="getPartitionStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPartitionStatistics</h4>
<pre class="methodSignature">public&nbsp;org.apache.flink.table.catalog.stats.CatalogTableStatistics&nbsp;getPartitionStatistics&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
<a id="getPartitionColumnStatistics(org.apache.flink.table.catalog.ObjectPath,org.apache.flink.table.catalog.CatalogPartitionSpec)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getPartitionColumnStatistics</h4>
<pre class="methodSignature">public&nbsp;org.apache.flink.table.catalog.stats.CatalogColumnStatistics&nbsp;getPartitionColumnStatistics&#8203;(org.apache.flink.table.catalog.ObjectPath&nbsp;tablePath,
org.apache.flink.table.catalog.CatalogPartitionSpec&nbsp;partitionSpec)
throws org.apache.flink.table.catalog.exceptions.CatalogException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>org.apache.flink.table.catalog.exceptions.CatalogException</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</body>
</html>