blob: 5fb21b99b0fa9aab560b12ac1b3a092965d303fb [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>MaterializedViewAggregateRule.Config (Apache Calcite calcite API)</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.3.1.js"></script>
<script type="text/javascript" src="../../../../../../jquery/jquery-migrate-3.0.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="MaterializedViewAggregateRule.Config (Apache Calcite calcite API)";
}
}
catch(err) {
}
//-->
var data = {"i0":6,"i1":1,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 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 class="aboutLanguage"><b>Apache Calcite</b></div>
</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><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&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>Constr&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.calcite.rel.rules.materialize</a></div>
<h2 title="Interface MaterializedViewAggregateRule.Config" class="title">Interface MaterializedViewAggregateRule.Config</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Superinterfaces:</dt>
<dd><code><a href="MaterializedViewRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewRule.Config</a></code>, <code><a href="../../../plan/RelRule.Config.html" title="interface in org.apache.calcite.plan">RelRule.Config</a></code></dd>
</dl>
<dl>
<dt>All Known Subinterfaces:</dt>
<dd><code><a href="MaterializedViewOnlyAggregateRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewOnlyAggregateRule.Config</a></code>, <code><a href="MaterializedViewProjectAggregateRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewProjectAggregateRule.Config</a></code></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><a href="MaterializedViewAggregateRule.html" title="class in org.apache.calcite.rel.rules.materialize">MaterializedViewAggregateRule</a>&lt;<a href="MaterializedViewAggregateRule.html" title="type parameter in MaterializedViewAggregateRule">C</a> extends <a href="MaterializedViewAggregateRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewAggregateRule.Config</a>&gt;</dd>
</dl>
<hr>
<pre>public static interface <span class="typeNameLabel">MaterializedViewAggregateRule.Config</span>
extends <a href="MaterializedViewRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewRule.Config</a></pre>
<div class="block">Rule configuration.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.apache.calcite.plan.RelRule.Config">
<!-- -->
</a>
<h3>Fields inherited from interface&nbsp;org.apache.calcite.plan.<a href="../../../plan/RelRule.Config.html" title="interface in org.apache.calcite.plan">RelRule.Config</a></h3>
<code><a href="../../../plan/RelRule.Config.html#EMPTY">EMPTY</a></code></li>
</ul>
</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></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="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract 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><a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#aggregateProjectPullUpConstantsRule()">aggregateProjectPullUpConstantsRule</a></span>()</code></th>
<td class="colLast">
<div class="block">Instance of rule to pull up constants into aggregate.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <a href="MaterializedViewAggregateRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewAggregateRule.Config</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#create(org.apache.calcite.tools.RelBuilderFactory)">create</a></span>&#8203;(<a href="../../../tools/RelBuilderFactory.html" title="interface in org.apache.calcite.tools">RelBuilderFactory</a>&nbsp;relBuilderFactory)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#filterAggregateTransposeRule()">filterAggregateTransposeRule</a></span>()</code></th>
<td class="colLast">
<div class="block">Instance of rule to push filter through aggregate.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#filterProjectTransposeRule()">filterProjectTransposeRule</a></span>()</code></th>
<td class="colLast">
<div class="block">Instance of rule to push filter through project.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#projectMergeRule()">projectMergeRule</a></span>()</code></th>
<td class="colLast">
<div class="block">Instance of rule to merge project operators.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="MaterializedViewAggregateRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewAggregateRule.Config</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#withAggregateProjectPullUpConstantsRule(org.apache.calcite.plan.RelOptRule)">withAggregateProjectPullUpConstantsRule</a></span>&#8203;(<a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a>&nbsp;rule)</code></th>
<td class="colLast">
<div class="block">Sets <a href="#aggregateProjectPullUpConstantsRule()"><code>aggregateProjectPullUpConstantsRule()</code></a>.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="MaterializedViewAggregateRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewAggregateRule.Config</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#withFilterAggregateTransposeRule(org.apache.calcite.plan.RelOptRule)">withFilterAggregateTransposeRule</a></span>&#8203;(<a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a>&nbsp;rule)</code></th>
<td class="colLast">
<div class="block">Sets <a href="#filterAggregateTransposeRule()"><code>filterAggregateTransposeRule()</code></a>.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="MaterializedViewAggregateRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewAggregateRule.Config</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#withFilterProjectTransposeRule(org.apache.calcite.plan.RelOptRule)">withFilterProjectTransposeRule</a></span>&#8203;(<a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a>&nbsp;rule)</code></th>
<td class="colLast">
<div class="block">Sets <a href="#filterProjectTransposeRule()"><code>filterProjectTransposeRule()</code></a>.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="MaterializedViewAggregateRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewAggregateRule.Config</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#withProjectMergeRule(org.apache.calcite.plan.RelOptRule)">withProjectMergeRule</a></span>&#8203;(<a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a>&nbsp;rule)</code></th>
<td class="colLast">
<div class="block">Sets <a href="#projectMergeRule()"><code>projectMergeRule()</code></a>.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.calcite.rel.rules.materialize.MaterializedViewRule.Config">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.calcite.rel.rules.materialize.<a href="MaterializedViewRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewRule.Config</a></h3>
<code><a href="MaterializedViewRule.Config.html#fastBailOut()">fastBailOut</a>, <a href="MaterializedViewRule.Config.html#generateUnionRewriting()">generateUnionRewriting</a>, <a href="MaterializedViewRule.Config.html#unionRewritingPullProgram()">unionRewritingPullProgram</a>, <a href="MaterializedViewRule.Config.html#withFastBailOut(boolean)">withFastBailOut</a>, <a href="MaterializedViewRule.Config.html#withGenerateUnionRewriting(boolean)">withGenerateUnionRewriting</a>, <a href="MaterializedViewRule.Config.html#withUnionRewritingPullProgram(org.apache.calcite.plan.hep.HepProgram)">withUnionRewritingPullProgram</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.calcite.plan.RelRule.Config">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.apache.calcite.plan.<a href="../../../plan/RelRule.Config.html" title="interface in org.apache.calcite.plan">RelRule.Config</a></h3>
<code><a href="../../../plan/RelRule.Config.html#as(java.lang.Class)">as</a>, <a href="../../../plan/RelRule.Config.html#description()">description</a>, <a href="../../../plan/RelRule.Config.html#operandSupplier()">operandSupplier</a>, <a href="../../../plan/RelRule.Config.html#relBuilderFactory()">relBuilderFactory</a>, <a href="../../../plan/RelRule.Config.html#toRule()">toRule</a>, <a href="../../../plan/RelRule.Config.html#withDescription(java.lang.String)">withDescription</a>, <a href="../../../plan/RelRule.Config.html#withOperandSupplier(org.apache.calcite.plan.RelRule.OperandTransform)">withOperandSupplier</a>, <a href="../../../plan/RelRule.Config.html#withRelBuilderFactory(org.apache.calcite.tools.RelBuilderFactory)">withRelBuilderFactory</a></code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="create(org.apache.calcite.tools.RelBuilderFactory)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>create</h4>
<pre class="methodSignature">static&nbsp;<a href="MaterializedViewAggregateRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewAggregateRule.Config</a>&nbsp;create&#8203;(<a href="../../../tools/RelBuilderFactory.html" title="interface in org.apache.calcite.tools">RelBuilderFactory</a>&nbsp;relBuilderFactory)</pre>
</li>
</ul>
<a id="filterProjectTransposeRule()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>filterProjectTransposeRule</h4>
<pre class="methodSignature"><a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a>&nbsp;filterProjectTransposeRule()</pre>
<div class="block">Instance of rule to push filter through project.</div>
</li>
</ul>
<a id="withFilterProjectTransposeRule(org.apache.calcite.plan.RelOptRule)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withFilterProjectTransposeRule</h4>
<pre class="methodSignature"><a href="MaterializedViewAggregateRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewAggregateRule.Config</a>&nbsp;withFilterProjectTransposeRule&#8203;(<a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a>&nbsp;rule)</pre>
<div class="block">Sets <a href="#filterProjectTransposeRule()"><code>filterProjectTransposeRule()</code></a>.</div>
</li>
</ul>
<a id="filterAggregateTransposeRule()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>filterAggregateTransposeRule</h4>
<pre class="methodSignature"><a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a>&nbsp;filterAggregateTransposeRule()</pre>
<div class="block">Instance of rule to push filter through aggregate.</div>
</li>
</ul>
<a id="withFilterAggregateTransposeRule(org.apache.calcite.plan.RelOptRule)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withFilterAggregateTransposeRule</h4>
<pre class="methodSignature"><a href="MaterializedViewAggregateRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewAggregateRule.Config</a>&nbsp;withFilterAggregateTransposeRule&#8203;(<a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a>&nbsp;rule)</pre>
<div class="block">Sets <a href="#filterAggregateTransposeRule()"><code>filterAggregateTransposeRule()</code></a>.</div>
</li>
</ul>
<a id="aggregateProjectPullUpConstantsRule()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>aggregateProjectPullUpConstantsRule</h4>
<pre class="methodSignature"><a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a>&nbsp;aggregateProjectPullUpConstantsRule()</pre>
<div class="block">Instance of rule to pull up constants into aggregate.</div>
</li>
</ul>
<a id="withAggregateProjectPullUpConstantsRule(org.apache.calcite.plan.RelOptRule)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>withAggregateProjectPullUpConstantsRule</h4>
<pre class="methodSignature"><a href="MaterializedViewAggregateRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewAggregateRule.Config</a>&nbsp;withAggregateProjectPullUpConstantsRule&#8203;(<a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a>&nbsp;rule)</pre>
<div class="block">Sets <a href="#aggregateProjectPullUpConstantsRule()"><code>aggregateProjectPullUpConstantsRule()</code></a>.</div>
</li>
</ul>
<a id="projectMergeRule()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>projectMergeRule</h4>
<pre class="methodSignature"><a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a>&nbsp;projectMergeRule()</pre>
<div class="block">Instance of rule to merge project operators.</div>
</li>
</ul>
<a id="withProjectMergeRule(org.apache.calcite.plan.RelOptRule)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>withProjectMergeRule</h4>
<pre class="methodSignature"><a href="MaterializedViewAggregateRule.Config.html" title="interface in org.apache.calcite.rel.rules.materialize">MaterializedViewAggregateRule.Config</a>&nbsp;withProjectMergeRule&#8203;(<a href="../../../plan/RelOptRule.html" title="class in org.apache.calcite.plan">RelOptRule</a>&nbsp;rule)</pre>
<div class="block">Sets <a href="#projectMergeRule()"><code>projectMergeRule()</code></a>.</div>
</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 class="aboutLanguage"><b>Apache Calcite</b></div>
</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><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&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>Constr&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>
<p class="legalCopy"><small>Copyright &copy; 2012-2020 Apache Software Foundation. All Rights Reserved.</small></p>
</footer>
</body>
</html>