blob: 44fc9e56417a432157d8a27272aa79a317b2883b [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Interface org.apache.calcite.linq4j.function.Function0 (Apache 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="Uses of Interface org.apache.calcite.linq4j.function.Function0 (Apache Calcite 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><a href="../package-summary.html">Package</a></li>
<li><a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Class</a></li>
<li class="navBarCell1Rev">Use</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">
<h2 title="Uses of Interface org.apache.calcite.linq4j.function.Function0" class="title">Uses of Interface<br>org.apache.calcite.linq4j.function.Function0</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.adapter.enumerable">org.apache.calcite.adapter.enumerable</a></th>
<td class="colLast">
<div class="block">Query optimizer rules for Java calling convention.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.adapter.jdbc">org.apache.calcite.adapter.jdbc</a></th>
<td class="colLast">
<div class="block">Query provider based on a JDBC data source.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.jdbc">org.apache.calcite.jdbc</a></th>
<td class="colLast">
<div class="block">JDBC driver for Calcite.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.linq4j">org.apache.calcite.linq4j</a></th>
<td class="colLast">
<div class="block">Language-integrated query for Java (linq4j) main package.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.linq4j.function">org.apache.calcite.linq4j.function</a></th>
<td class="colLast">
<div class="block">Contains definitions of functions and predicates.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.runtime">org.apache.calcite.runtime</a></th>
<td class="colLast">
<div class="block">Utilities required at runtime.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="org.apache.calcite.adapter.enumerable">
<!-- -->
</a>
<h3>Uses of <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a> in <a href="../../../adapter/enumerable/package-summary.html">org.apache.calcite.adapter.enumerable</a></h3>
<table class="useSummary">
<caption><span>Fields in <a href="../../../adapter/enumerable/package-summary.html">org.apache.calcite.adapter.enumerable</a> declared as <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../adapter/enumerable/BasicAggregateLambdaFactory.html" title="type parameter in BasicAggregateLambdaFactory">TAccumulate</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BasicAggregateLambdaFactory.</span><code><span class="memberNameLink"><a href="../../../adapter/enumerable/BasicAggregateLambdaFactory.html#accumulatorInitializer">accumulatorInitializer</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../adapter/enumerable/LazyAggregateLambdaFactory.html" title="type parameter in LazyAggregateLambdaFactory">TOrigAccumulate</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyAggregateLambdaFactory.</span><code><span class="memberNameLink"><a href="../../../adapter/enumerable/LazyAggregateLambdaFactory.html#accumulatorInitializer">accumulatorInitializer</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../../adapter/enumerable/package-summary.html">org.apache.calcite.adapter.enumerable</a> that return <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../adapter/enumerable/AggregateLambdaFactory.html" title="type parameter in AggregateLambdaFactory">TAccumulate</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">AggregateLambdaFactory.</span><code><span class="memberNameLink"><a href="../../../adapter/enumerable/AggregateLambdaFactory.html#accumulatorInitializer()">accumulatorInitializer</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../adapter/enumerable/BasicAggregateLambdaFactory.html" title="type parameter in BasicAggregateLambdaFactory">TAccumulate</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">BasicAggregateLambdaFactory.</span><code><span class="memberNameLink"><a href="../../../adapter/enumerable/BasicAggregateLambdaFactory.html#accumulatorInitializer()">accumulatorInitializer</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../adapter/enumerable/LazyAggregateLambdaFactory.LazySource.html" title="class in org.apache.calcite.adapter.enumerable">LazyAggregateLambdaFactory.LazySource</a>&lt;<a href="../../../adapter/enumerable/LazyAggregateLambdaFactory.html" title="type parameter in LazyAggregateLambdaFactory">TSource</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">LazyAggregateLambdaFactory.</span><code><span class="memberNameLink"><a href="../../../adapter/enumerable/LazyAggregateLambdaFactory.html#accumulatorInitializer()">accumulatorInitializer</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../../adapter/enumerable/package-summary.html">org.apache.calcite.adapter.enumerable</a> with parameters of type <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../adapter/enumerable/BasicAggregateLambdaFactory.html#%3Cinit%3E(org.apache.calcite.linq4j.function.Function0,java.util.List)">BasicAggregateLambdaFactory</a></span>&#8203;(<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../adapter/enumerable/BasicAggregateLambdaFactory.html" title="type parameter in BasicAggregateLambdaFactory">TAccumulate</a>&gt;&nbsp;accumulatorInitializer,
java.util.List&lt;<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;<a href="../../../adapter/enumerable/BasicAggregateLambdaFactory.html" title="type parameter in BasicAggregateLambdaFactory">TAccumulate</a>,&#8203;<a href="../../../adapter/enumerable/BasicAggregateLambdaFactory.html" title="type parameter in BasicAggregateLambdaFactory">TSource</a>,&#8203;<a href="../../../adapter/enumerable/BasicAggregateLambdaFactory.html" title="type parameter in BasicAggregateLambdaFactory">TAccumulate</a>&gt;&gt;&nbsp;accumulatorAdders)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../adapter/enumerable/LazyAggregateLambdaFactory.html#%3Cinit%3E(org.apache.calcite.linq4j.function.Function0,java.util.List)">LazyAggregateLambdaFactory</a></span>&#8203;(<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../adapter/enumerable/LazyAggregateLambdaFactory.html" title="type parameter in LazyAggregateLambdaFactory">TOrigAccumulate</a>&gt;&nbsp;accumulatorInitializer,
java.util.List&lt;<a href="../../../adapter/enumerable/LazyAggregateLambdaFactory.LazyAccumulator.html" title="interface in org.apache.calcite.adapter.enumerable">LazyAggregateLambdaFactory.LazyAccumulator</a>&lt;<a href="../../../adapter/enumerable/LazyAggregateLambdaFactory.html" title="type parameter in LazyAggregateLambdaFactory">TOrigAccumulate</a>,&#8203;<a href="../../../adapter/enumerable/LazyAggregateLambdaFactory.html" title="type parameter in LazyAggregateLambdaFactory">TSource</a>&gt;&gt;&nbsp;accumulators)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.calcite.adapter.jdbc">
<!-- -->
</a>
<h3>Uses of <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a> in <a href="../../../adapter/jdbc/package-summary.html">org.apache.calcite.adapter.jdbc</a></h3>
<table class="useSummary">
<caption><span>Classes in <a href="../../../adapter/jdbc/package-summary.html">org.apache.calcite.adapter.jdbc</a> that implement <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>(package private) static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../adapter/jdbc/JdbcUtils.ObjectArrayRowBuilder.html" title="class in org.apache.calcite.adapter.jdbc">JdbcUtils.ObjectArrayRowBuilder</a></span></code></th>
<td class="colLast">
<div class="block">Builder that calls <code>ResultSet.getObject(int)</code> for every column,
or <code>getXxx</code> if the result type is a primitive <code>xxx</code>,
and returns an array of objects for each row.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../../adapter/jdbc/package-summary.html">org.apache.calcite.adapter.jdbc</a> that return types with arguments of type <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;java.lang.Object[]&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">JdbcUtils.ObjectArrayRowBuilder.</span><code><span class="memberNameLink"><a href="../../../adapter/jdbc/JdbcUtils.ObjectArrayRowBuilder.html#factory(java.util.List)">factory</a></span>&#8203;(java.util.List&lt;<a href="../../../util/Pair.html" title="class in org.apache.calcite.util">Pair</a>&lt;org.apache.calcite.avatica.ColumnMetaData.Rep,&#8203;java.lang.Integer&gt;&gt;&nbsp;list)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.calcite.jdbc">
<!-- -->
</a>
<h3>Uses of <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a> in <a href="../../../jdbc/package-summary.html">org.apache.calcite.jdbc</a></h3>
<table class="useSummary">
<caption><span>Fields in <a href="../../../jdbc/package-summary.html">org.apache.calcite.jdbc</a> declared as <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../jdbc/CalcitePrepare.html" title="interface in org.apache.calcite.jdbc">CalcitePrepare</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalcitePrepare.</span><code><span class="memberNameLink"><a href="../../../jdbc/CalcitePrepare.html#DEFAULT_FACTORY">DEFAULT_FACTORY</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>(package private) <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../jdbc/CalcitePrepare.html" title="interface in org.apache.calcite.jdbc">CalcitePrepare</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">CalciteConnectionImpl.</span><code><span class="memberNameLink"><a href="../../../jdbc/CalciteConnectionImpl.html#prepareFactory">prepareFactory</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>(package private) <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../jdbc/CalcitePrepare.html" title="interface in org.apache.calcite.jdbc">CalcitePrepare</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Driver.</span><code><span class="memberNameLink"><a href="../../../jdbc/Driver.html#prepareFactory">prepareFactory</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../../jdbc/package-summary.html">org.apache.calcite.jdbc</a> that return <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../jdbc/CalcitePrepare.html" title="interface in org.apache.calcite.jdbc">CalcitePrepare</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Driver.</span><code><span class="memberNameLink"><a href="../../../jdbc/Driver.html#createPrepareFactory()">createPrepareFactory</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.calcite.linq4j">
<!-- -->
</a>
<h3>Uses of <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a> in <a href="../../package-summary.html">org.apache.calcite.linq4j</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../../package-summary.html">org.apache.calcite.linq4j</a> with parameters of type <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;TKey,&#8203;TAccumulate,&#8203;TResult&gt;<br><a href="../../Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TResult&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultEnumerable.</span><code><span class="memberNameLink"><a href="../../DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2)">groupBy</a></span>&#8203;(<a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;<a href="../../DefaultEnumerable.html" title="type parameter in DefaultEnumerable">T</a>,&#8203;TKey&gt;&nbsp;keySelector,
<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;TAccumulate&gt;&nbsp;accumulatorInitializer,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TAccumulate,&#8203;<a href="../../DefaultEnumerable.html" title="type parameter in DefaultEnumerable">T</a>,&#8203;TAccumulate&gt;&nbsp;accumulatorAdder,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TKey,&#8203;TAccumulate,&#8203;TResult&gt;&nbsp;resultSelector)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;TKey,&#8203;TAccumulate,&#8203;TResult&gt;<br><a href="../../Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TResult&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">DefaultEnumerable.</span><code><span class="memberNameLink"><a href="../../DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a></span>&#8203;(<a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;<a href="../../DefaultEnumerable.html" title="type parameter in DefaultEnumerable">T</a>,&#8203;TKey&gt;&nbsp;keySelector,
<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;TAccumulate&gt;&nbsp;accumulatorInitializer,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TAccumulate,&#8203;<a href="../../DefaultEnumerable.html" title="type parameter in DefaultEnumerable">T</a>,&#8203;TAccumulate&gt;&nbsp;accumulatorAdder,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TKey,&#8203;TAccumulate,&#8203;TResult&gt;&nbsp;resultSelector,
<a href="../EqualityComparer.html" title="interface in org.apache.calcite.linq4j.function">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static &lt;TSource,&#8203;TKey,&#8203;TAccumulate,&#8203;TResult&gt;<br><a href="../../Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TResult&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">EnumerableDefaults.</span><code><span class="memberNameLink"><a href="../../EnumerableDefaults.html#groupBy(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2)">groupBy</a></span>&#8203;(<a href="../../Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
<a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;TSource,&#8203;TKey&gt;&nbsp;keySelector,
<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;TAccumulate&gt;&nbsp;accumulatorInitializer,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TAccumulate,&#8203;TSource,&#8203;TAccumulate&gt;&nbsp;accumulatorAdder,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TKey,&#8203;TAccumulate,&#8203;TResult&gt;&nbsp;resultSelector)</code></th>
<td class="colLast">
<div class="block">Groups the elements of a sequence according to a
specified key selector function, initializing an accumulator for each
group and adding to it each time an element with the same key is seen.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;TSource,&#8203;TKey,&#8203;TAccumulate,&#8203;TResult&gt;<br><a href="../../Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TResult&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">EnumerableDefaults.</span><code><span class="memberNameLink"><a href="../../EnumerableDefaults.html#groupBy(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a></span>&#8203;(<a href="../../Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
<a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;TSource,&#8203;TKey&gt;&nbsp;keySelector,
<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;TAccumulate&gt;&nbsp;accumulatorInitializer,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TAccumulate,&#8203;TSource,&#8203;TAccumulate&gt;&nbsp;accumulatorAdder,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TKey,&#8203;TAccumulate,&#8203;TResult&gt;&nbsp;resultSelector,
<a href="../EqualityComparer.html" title="interface in org.apache.calcite.linq4j.function">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</code></th>
<td class="colLast">
<div class="block">Groups the elements of a sequence according to a
specified key selector function, initializing an accumulator for each
group and adding to it each time an element with the same key is seen.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;TKey,&#8203;TAccumulate,&#8203;TResult&gt;<br><a href="../../Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TResult&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ExtendedEnumerable.</span><code><span class="memberNameLink"><a href="../../ExtendedEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2)">groupBy</a></span>&#8203;(<a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;<a href="../../ExtendedEnumerable.html" title="type parameter in ExtendedEnumerable">TSource</a>,&#8203;TKey&gt;&nbsp;keySelector,
<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;TAccumulate&gt;&nbsp;accumulatorInitializer,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TAccumulate,&#8203;<a href="../../ExtendedEnumerable.html" title="type parameter in ExtendedEnumerable">TSource</a>,&#8203;TAccumulate&gt;&nbsp;accumulatorAdder,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TKey,&#8203;TAccumulate,&#8203;TResult&gt;&nbsp;resultSelector)</code></th>
<td class="colLast">
<div class="block">Groups the elements of a sequence according to a
specified key selector function, initializing an accumulator for each
group and adding to it each time an element with the same key is seen.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>&lt;TKey,&#8203;TAccumulate,&#8203;TResult&gt;<br><a href="../../Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TResult&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ExtendedEnumerable.</span><code><span class="memberNameLink"><a href="../../ExtendedEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a></span>&#8203;(<a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;<a href="../../ExtendedEnumerable.html" title="type parameter in ExtendedEnumerable">TSource</a>,&#8203;TKey&gt;&nbsp;keySelector,
<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;TAccumulate&gt;&nbsp;accumulatorInitializer,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TAccumulate,&#8203;<a href="../../ExtendedEnumerable.html" title="type parameter in ExtendedEnumerable">TSource</a>,&#8203;TAccumulate&gt;&nbsp;accumulatorAdder,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TKey,&#8203;TAccumulate,&#8203;TResult&gt;&nbsp;resultSelector,
<a href="../EqualityComparer.html" title="interface in org.apache.calcite.linq4j.function">EqualityComparer</a>&lt;TKey&gt;&nbsp;comparer)</code></th>
<td class="colLast">
<div class="block">Groups the elements of a sequence according to a
specified key selector function, initializing an accumulator for each
group and adding to it each time an element with the same key is seen.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private static &lt;TSource,&#8203;TKey,&#8203;TAccumulate,&#8203;TResult&gt;<br><a href="../../Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TResult&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">EnumerableDefaults.</span><code><span class="memberNameLink"><a href="../../EnumerableDefaults.html#groupBy_(java.util.Map,org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2)">groupBy_</a></span>&#8203;(java.util.Map&lt;TKey,&#8203;TAccumulate&gt;&nbsp;map,
<a href="../../Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
<a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;TSource,&#8203;TKey&gt;&nbsp;keySelector,
<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;TAccumulate&gt;&nbsp;accumulatorInitializer,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TAccumulate,&#8203;TSource,&#8203;TAccumulate&gt;&nbsp;accumulatorAdder,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TKey,&#8203;TAccumulate,&#8203;TResult&gt;&nbsp;resultSelector)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;TSource,&#8203;TKey,&#8203;TAccumulate,&#8203;TResult&gt;<br><a href="../../Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TResult&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">EnumerableDefaults.</span><code><span class="memberNameLink"><a href="../../EnumerableDefaults.html#groupByMultiple(org.apache.calcite.linq4j.Enumerable,java.util.List,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2)">groupByMultiple</a></span>&#8203;(<a href="../../Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
java.util.List&lt;<a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;TSource,&#8203;TKey&gt;&gt;&nbsp;keySelectors,
<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;TAccumulate&gt;&nbsp;accumulatorInitializer,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TAccumulate,&#8203;TSource,&#8203;TAccumulate&gt;&nbsp;accumulatorAdder,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TKey,&#8203;TAccumulate,&#8203;TResult&gt;&nbsp;resultSelector)</code></th>
<td class="colLast">
<div class="block">Groups the elements of a sequence according to a list of
specified key selector functions, initializing an accumulator for each
group and adding to it each time an element with the same key is seen.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private static &lt;TSource,&#8203;TKey,&#8203;TAccumulate,&#8203;TResult&gt;<br><a href="../../Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TResult&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">EnumerableDefaults.</span><code><span class="memberNameLink"><a href="../../EnumerableDefaults.html#groupByMultiple_(java.util.Map,org.apache.calcite.linq4j.Enumerable,java.util.List,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2)">groupByMultiple_</a></span>&#8203;(java.util.Map&lt;TKey,&#8203;TAccumulate&gt;&nbsp;map,
<a href="../../Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;TSource&gt;&nbsp;enumerable,
java.util.List&lt;<a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;TSource,&#8203;TKey&gt;&gt;&nbsp;keySelectors,
<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;TAccumulate&gt;&nbsp;accumulatorInitializer,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TAccumulate,&#8203;TSource,&#8203;TAccumulate&gt;&nbsp;accumulatorAdder,
<a href="../Function2.html" title="interface in org.apache.calcite.linq4j.function">Function2</a>&lt;TKey,&#8203;TAccumulate,&#8203;TResult&gt;&nbsp;resultSelector)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../package-summary.html">org.apache.calcite.linq4j</a> with parameters of type <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../EnumerableDefaults.WrapMap.html#%3Cinit%3E(org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.EqualityComparer)">WrapMap</a></span>&#8203;(<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;java.util.Map&lt;<a href="../../EnumerableDefaults.Wrapped.html" title="class in org.apache.calcite.linq4j">EnumerableDefaults.Wrapped</a>&lt;<a href="../../EnumerableDefaults.WrapMap.html" title="type parameter in EnumerableDefaults.WrapMap">K</a>&gt;,&#8203;<a href="../../EnumerableDefaults.WrapMap.html" title="type parameter in EnumerableDefaults.WrapMap">V</a>&gt;&gt;&nbsp;mapProvider,
<a href="../EqualityComparer.html" title="interface in org.apache.calcite.linq4j.function">EqualityComparer</a>&lt;<a href="../../EnumerableDefaults.WrapMap.html" title="type parameter in EnumerableDefaults.WrapMap">K</a>&gt;&nbsp;comparer)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.calcite.linq4j.function">
<!-- -->
</a>
<h3>Uses of <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a> in <a href="../package-summary.html">org.apache.calcite.linq4j.function</a></h3>
<table class="useSummary">
<caption><span>Classes in <a href="../package-summary.html">org.apache.calcite.linq4j.function</a> that implement <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../Functions.Ignore.html" title="class in org.apache.calcite.linq4j.function">Functions.Ignore</a>&lt;R,&#8203;T0,&#8203;T1&gt;</span></code></th>
<td class="colLast">
<div class="block">Ignore.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.apache.calcite.linq4j.function</a> that return <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static &lt;R&gt;&nbsp;<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;R&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Functions.</span><code><span class="memberNameLink"><a href="../Functions.html#ignore0()">ignore0</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns a function of arity 0 that does nothing.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.apache.calcite.runtime">
<!-- -->
</a>
<h3>Uses of <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a> in <a href="../../../runtime/package-summary.html">org.apache.calcite.runtime</a></h3>
<table class="useSummary">
<caption><span>Fields in <a href="../../../runtime/package-summary.html">org.apache.calcite.runtime</a> declared as <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../runtime/ResultSetEnumerable.ResultSetEnumerator.html" title="type parameter in ResultSetEnumerable.ResultSetEnumerator">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ResultSetEnumerable.ResultSetEnumerator.</span><code><span class="memberNameLink"><a href="../../../runtime/ResultSetEnumerable.ResultSetEnumerator.html#rowBuilder">rowBuilder</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Fields in <a href="../../../runtime/package-summary.html">org.apache.calcite.runtime</a> with type parameters of type <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private static <a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;java.lang.Object&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ResultSetEnumerable.</span><code><span class="memberNameLink"><a href="../../../runtime/ResultSetEnumerable.html#AUTO_ROW_BUILDER_FACTORY">AUTO_ROW_BUILDER_FACTORY</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../runtime/ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ResultSetEnumerable.</span><code><span class="memberNameLink"><a href="../../../runtime/ResultSetEnumerable.html#rowBuilderFactory">rowBuilderFactory</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../../runtime/package-summary.html">org.apache.calcite.runtime</a> that return types with arguments of type <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>private static <a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;java.lang.Object&gt;&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ResultSetEnumerable.</span><code><span class="memberNameLink"><a href="../../../runtime/ResultSetEnumerable.html#primitiveRowBuilderFactory(org.apache.calcite.linq4j.tree.Primitive%5B%5D)">primitiveRowBuilderFactory</a></span>&#8203;(<a href="../../tree/Primitive.html" title="enum in org.apache.calcite.linq4j.tree">Primitive</a>[]&nbsp;primitives)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Method parameters in <a href="../../../runtime/package-summary.html">org.apache.calcite.runtime</a> with type arguments of type <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../../../runtime/ResultSetEnumerable.html" title="class in org.apache.calcite.runtime">ResultSetEnumerable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ResultSetEnumerable.</span><code><span class="memberNameLink"><a href="../../../runtime/ResultSetEnumerable.html#of(javax.sql.DataSource,java.lang.String,org.apache.calcite.linq4j.function.Function1)">of</a></span>&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql,
<a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;T&gt;&gt;&nbsp;rowBuilderFactory)</code></th>
<td class="colLast">
<div class="block">Executes a SQL query and returns the results as an enumerator, using a
row builder to convert JDBC column values into rows.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../../../runtime/ResultSetEnumerable.html" title="class in org.apache.calcite.runtime">ResultSetEnumerable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ResultSetEnumerable.</span><code><span class="memberNameLink"><a href="../../../runtime/ResultSetEnumerable.html#of(javax.sql.DataSource,java.lang.String,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.runtime.ResultSetEnumerable.PreparedStatementEnricher)">of</a></span>&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql,
<a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;T&gt;&gt;&nbsp;rowBuilderFactory,
<a href="../../../runtime/ResultSetEnumerable.PreparedStatementEnricher.html" title="interface in org.apache.calcite.runtime">ResultSetEnumerable.PreparedStatementEnricher</a>&nbsp;consumer)</code></th>
<td class="colLast">
<div class="block">Executes a SQL query and returns the results as an enumerator, using a
row builder to convert JDBC column values into rows.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructor parameters in <a href="../../../runtime/package-summary.html">org.apache.calcite.runtime</a> with type arguments of type <a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../runtime/ResultSetEnumerable.html#%3Cinit%3E(javax.sql.DataSource,java.lang.String,org.apache.calcite.linq4j.function.Function1)">ResultSetEnumerable</a></span>&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql,
<a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../runtime/ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;&gt;&nbsp;rowBuilderFactory)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../runtime/ResultSetEnumerable.html#%3Cinit%3E(javax.sql.DataSource,java.lang.String,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.runtime.ResultSetEnumerable.PreparedStatementEnricher)">ResultSetEnumerable</a></span>&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql,
<a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../runtime/ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;&gt;&nbsp;rowBuilderFactory,
<a href="../../../runtime/ResultSetEnumerable.PreparedStatementEnricher.html" title="interface in org.apache.calcite.runtime">ResultSetEnumerable.PreparedStatementEnricher</a>&nbsp;preparedStatementEnricher)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../runtime/ResultSetEnumerable.ResultSetEnumerator.html#%3Cinit%3E(java.sql.ResultSet,org.apache.calcite.linq4j.function.Function1)">ResultSetEnumerator</a></span>&#8203;(java.sql.ResultSet&nbsp;resultSet,
<a href="../Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="../../../runtime/ResultSetEnumerable.ResultSetEnumerator.html" title="type parameter in ResultSetEnumerable.ResultSetEnumerator">T</a>&gt;&gt;&nbsp;rowBuilderFactory)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</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><a href="../package-summary.html">Package</a></li>
<li><a href="../Function0.html" title="interface in org.apache.calcite.linq4j.function">Class</a></li>
<li class="navBarCell1Rev">Use</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>