blob: 5101d664705e06fec3a9c20388fe175844c9593d [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.calcite.linq4j.test (Calcite 1.20.0 Test 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="org.apache.calcite.linq4j.test (Calcite 1.20.0 Test API)";
}
}
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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></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>
<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="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.calcite.linq4j.test</h1>
</div>
<div class="contentContainer">
<section role="region"><a id="package.description">
<!-- -->
</a>
<div class="block">Core linq4j tests.</div>
</section>
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JoinPreserveOrderTest.JoinAlgorithm.html" title="interface in org.apache.calcite.linq4j.test">JoinPreserveOrderTest.JoinAlgorithm</a>&lt;L,&#8203;R,&#8203;Result&gt;</th>
<td class="colLast">
<div class="block">An abstraction for a join algorithm which performs an operation on two inputs and produces a
result.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BlockBuilderBase.html" title="class in org.apache.calcite.linq4j.test">BlockBuilderBase</a></th>
<td class="colLast">
<div class="block">Base methods and constant for simplified Expression testing</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BlockBuilderTest.html" title="class in org.apache.calcite.linq4j.test">BlockBuilderTest</a></th>
<td class="colLast">
<div class="block">Tests BlockBuilder.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BlockBuilderTest.Identity.html" title="class in org.apache.calcite.linq4j.test">BlockBuilderTest.Identity</a>&lt;I&gt;</th>
<td class="colLast">
<div class="block">Class with generics to validate if <code>Expressions.call(Method, Expression...)</code> works.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CorrelateJoinTest.html" title="class in org.apache.calcite.linq4j.test">CorrelateJoinTest</a></th>
<td class="colLast">
<div class="block">Tests <code>ExtendedEnumerable.correlateJoin(JoinType, Function1, Function2)</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DeterministicTest.html" title="class in org.apache.calcite.linq4j.test">DeterministicTest</a></th>
<td class="colLast">
<div class="block">Tests factoring out deterministic expressions.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DeterministicTest.TestClass.html" title="class in org.apache.calcite.linq4j.test">DeterministicTest.TestClass</a></th>
<td class="colLast">
<div class="block">Class to test @Deterministic annotation</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DeterministicTest.TestDeterministicClass.html" title="class in org.apache.calcite.linq4j.test">DeterministicTest.TestDeterministicClass</a></th>
<td class="colLast">
<div class="block">Class to test @NonDeterministic annotation</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ExpressionTest.html" title="class in org.apache.calcite.linq4j.test">ExpressionTest</a></th>
<td class="colLast">
<div class="block">Unit test for <code>Expression</code>
and subclasses.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ExpressionTest.AllType.html" title="class in org.apache.calcite.linq4j.test">ExpressionTest.AllType</a></th>
<td class="colLast">
<div class="block">A class with a field for each type of interest.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="InlinerTest.html" title="class in org.apache.calcite.linq4j.test">InlinerTest</a></th>
<td class="colLast">
<div class="block">Tests expression inlining in BlockBuilder.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JoinPreserveOrderTest.html" title="class in org.apache.calcite.linq4j.test">JoinPreserveOrderTest</a></th>
<td class="colLast">
<div class="block">Test validating the order preserving properties of join algorithms in
<code>ExtendedEnumerable</code>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="JoinPreserveOrderTest.Department.html" title="class in org.apache.calcite.linq4j.test">JoinPreserveOrderTest.Department</a></th>
<td class="colLast">
<div class="block">Department</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JoinPreserveOrderTest.Employee.html" title="class in org.apache.calcite.linq4j.test">JoinPreserveOrderTest.Employee</a></th>
<td class="colLast">
<div class="block">Employee</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="JoinPreserveOrderTest.FieldCollationDescription.html" title="class in org.apache.calcite.linq4j.test">JoinPreserveOrderTest.FieldCollationDescription</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A description holding which column must be sorted and how.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Linq4jSuite.html" title="class in org.apache.calcite.linq4j.test">Linq4jSuite</a></th>
<td class="colLast">
<div class="block">Suite of all Linq4j tests.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Linq4jTest.html" title="class in org.apache.calcite.linq4j.test">Linq4jTest</a></th>
<td class="colLast">
<div class="block">Tests for LINQ4J.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Linq4jTest.Department.html" title="class in org.apache.calcite.linq4j.test">Linq4jTest.Department</a></th>
<td class="colLast">
<div class="block">Department.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Linq4jTest.Employee.html" title="class in org.apache.calcite.linq4j.test">Linq4jTest.Employee</a></th>
<td class="colLast">
<div class="block">Employee.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LookupImplTest.html" title="class in org.apache.calcite.linq4j.test">LookupImplTest</a></th>
<td class="colLast">
<div class="block">Unit tests for LookupImpl.java</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="OptimizerTest.html" title="class in org.apache.calcite.linq4j.test">OptimizerTest</a></th>
<td class="colLast">
<div class="block">Unit test for <code>BlockBuilder</code>
optimization capabilities.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PrimitiveTest.html" title="class in org.apache.calcite.linq4j.test">PrimitiveTest</a></th>
<td class="colLast">
<div class="block">Unit test for <code>Primitive</code>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ExpressionTest.MyEnum.html" title="enum in org.apache.calcite.linq4j.test">ExpressionTest.MyEnum</a></th>
<td class="colLast">
<div class="block">An enum.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="JoinPreserveOrderTest.AssertOrder.html" title="enum in org.apache.calcite.linq4j.test">JoinPreserveOrderTest.AssertOrder</a></th>
<td class="colLast">
<div class="block">Different assertions for the result of the join.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></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>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>