blob: 764517b352fbf37cc57d108987bdcb0c250db22c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.calcite.runtime (Apache Calcite calcite API)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.calcite.runtime (Apache Calcite calcite API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../overview-summary.html">概览</a></li>
<li class="navBarCell1Rev">程序包</li>
<li></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../index-all.html">索引</a></li>
<li><a href="../../../../help-doc.html">帮助</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/calcite/rex/package-summary.html">上一个程序包</a></li>
<li><a href="../../../../org/apache/calcite/schema/package-summary.html">下一个程序包</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/calcite/runtime/package-summary.html" target="_top">框架</a></li>
<li><a href="package-summary.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">所有类</a></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>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="程序包" class="title">程序包&nbsp;org.apache.calcite.runtime</h1>
<div class="docSummary">
<div class="block">Utilities required at runtime.</div>
</div>
<p>请参阅:&nbsp;<a href="#package.description">说明</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="接口概要表, 列表接口和解释">
<caption><span>接口概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">接口</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/ArrayBindable.html" title="org.apache.calcite.runtime中的接口">ArrayBindable</a></td>
<td class="colLast">
<div class="block">Extension to <a href="../../../../org/apache/calcite/runtime/Bindable.html" title="org.apache.calcite.runtime中的接口"><code>Bindable</code></a> that returns rows that are arrays of objects.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Bindable.html" title="org.apache.calcite.runtime中的接口">Bindable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Statement that can be bound to a <a href="../../../../org/apache/calcite/DataContext.html" title="org.apache.calcite中的接口"><code>DataContext</code></a> and then executed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/CalciteResource.html" title="org.apache.calcite.runtime中的接口">CalciteResource</a></td>
<td class="colLast">
<div class="block">Compiler-checked resources for the Calcite project.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Enumerables.Emitter.html" title="org.apache.calcite.runtime中的接口">Enumerables.Emitter</a>&lt;E,TResult&gt;</td>
<td class="colLast">
<div class="block">Given a match (a list of rows, and their states) produces a list
of rows to be output.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/FlatLists.ComparableList.html" title="org.apache.calcite.runtime中的接口">FlatLists.ComparableList</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">List that is also comparable.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.Geom.html" title="org.apache.calcite.runtime中的接口">GeoFunctions.Geom</a></td>
<td class="colLast">
<div class="block">Geometry.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Hook.Closeable.html" title="org.apache.calcite.runtime中的接口">Hook.Closeable</a></td>
<td class="colLast">
<div class="block">Removes a Hook after use.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Pattern.html" title="org.apache.calcite.runtime中的接口">Pattern</a></td>
<td class="colLast">
<div class="block">Regular expression, to be compiled into an <a href="../../../../org/apache/calcite/runtime/Automaton.html" title="org.apache.calcite.runtime中的类"><code>Automaton</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/ResultSetEnumerable.PreparedStatementEnricher.html" title="org.apache.calcite.runtime中的接口">ResultSetEnumerable.PreparedStatementEnricher</a></td>
<td class="colLast">
<div class="block">Consumer for decorating a <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/PreparedStatement.html?is-external=true" title="java.sql中的类或接口"><code>PreparedStatement</code></a>, that is, setting
its parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Typed.html" title="org.apache.calcite.runtime中的接口">Typed</a></td>
<td class="colLast">
<div class="block">Adds type information to a <a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口"><code>Enumerable</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="类概要表, 列表类和解释">
<caption><span>类概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col"></th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/ArrayComparator.html" title="org.apache.calcite.runtime中的类">ArrayComparator</a></td>
<td class="colLast">
<div class="block">Compares arrays.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/ArrayEnumeratorCursor.html" title="org.apache.calcite.runtime中的类">ArrayEnumeratorCursor</a></td>
<td class="colLast">
<div class="block">Implementation of <code>Cursor</code> on top of an
<a href="../../../../org/apache/calcite/linq4j/Enumerator.html" title="org.apache.calcite.linq4j中的接口"><code>Enumerator</code></a> that
returns an array of <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口"><code>Object</code></a> for each row.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Automaton.html" title="org.apache.calcite.runtime中的类">Automaton</a></td>
<td class="colLast">
<div class="block">A nondeterministic finite-state automaton (NFA).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/AutomatonBuilder.html" title="org.apache.calcite.runtime中的类">AutomatonBuilder</a></td>
<td class="colLast">
<div class="block">Builds a state-transition graph for deterministic finite automaton.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/BinarySearch.html" title="org.apache.calcite.runtime中的类">BinarySearch</a></td>
<td class="colLast">
<div class="block">Binary search for the implementation of
RANGE BETWEEN XXX PRECEDING/FOLLOWING clause.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/ConsList.html" title="org.apache.calcite.runtime中的类">ConsList</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">List that consists of a head element and an immutable non-empty list.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/DeterministicAutomaton.html" title="org.apache.calcite.runtime中的类">DeterministicAutomaton</a></td>
<td class="colLast">
<div class="block">A deterministic finite automaton (DFA).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Enumerables.html" title="org.apache.calcite.runtime中的类">Enumerables</a></td>
<td class="colLast">
<div class="block">Utilities for processing <a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口"><code>Enumerable</code></a>
collections.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/EnumeratorCursor.html" title="org.apache.calcite.runtime中的类">EnumeratorCursor</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Implementation of <code>Cursor</code> on top of an
<a href="../../../../org/apache/calcite/linq4j/Enumerator.html" title="org.apache.calcite.linq4j中的接口"><code>Enumerator</code></a> that
returns a record for each row.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Feature.html" title="org.apache.calcite.runtime中的类">Feature</a></td>
<td class="colLast">
<div class="block">SQL language feature.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/FlatLists.html" title="org.apache.calcite.runtime中的类">FlatLists</a></td>
<td class="colLast">
<div class="block">Space-efficient, comparable, immutable lists.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/FlatLists.AbstractFlatList.html" title="org.apache.calcite.runtime中的类">FlatLists.AbstractFlatList</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Base class for flat lists.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/FlatLists.Flat1List.html" title="org.apache.calcite.runtime中的类">FlatLists.Flat1List</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">List that stores its one elements in the one members of the class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/FlatLists.Flat2List.html" title="org.apache.calcite.runtime中的类">FlatLists.Flat2List</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">List that stores its two elements in the two members of the class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/FlatLists.Flat3List.html" title="org.apache.calcite.runtime中的类">FlatLists.Flat3List</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">List that stores its three elements in the three members of the class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/FlatLists.Flat4List.html" title="org.apache.calcite.runtime中的类">FlatLists.Flat4List</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">List that stores its four elements in the four members of the class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/FlatLists.Flat5List.html" title="org.apache.calcite.runtime中的类">FlatLists.Flat5List</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">List that stores its five elements in the five members of the class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/FlatLists.Flat6List.html" title="org.apache.calcite.runtime中的类">FlatLists.Flat6List</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">List that stores its six elements in the six members of the class.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/GeoFunctions.html" title="org.apache.calcite.runtime中的类">GeoFunctions</a></td>
<td class="colLast">
<div class="block">Helper methods to implement Geo-spatial functions in generated code.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/HttpUtils.html" title="org.apache.calcite.runtime中的类">HttpUtils</a></td>
<td class="colLast">
<div class="block">Utilities for connecting to REST services such as Splunk via HTTP.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/JsonFunctions.html" title="org.apache.calcite.runtime中的类">JsonFunctions</a></td>
<td class="colLast">
<div class="block">A collection of functions used in JSON processing.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/JsonFunctions.JsonPathContext.html" title="org.apache.calcite.runtime中的类">JsonFunctions.JsonPathContext</a></td>
<td class="colLast">
<div class="block">Returned path context of JsonApiCommonSyntax, public for testing.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/JsonFunctions.JsonValueContext.html" title="org.apache.calcite.runtime中的类">JsonFunctions.JsonValueContext</a></td>
<td class="colLast">
<div class="block">The Java output of <a href="../../../../org/apache/calcite/sql/fun/SqlJsonValueExpressionOperator.html" title="org.apache.calcite.sql.fun中的类"><code>SqlJsonValueExpressionOperator</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Like.html" title="org.apache.calcite.runtime中的类">Like</a></td>
<td class="colLast">
<div class="block">Utilities for converting SQL <code>LIKE</code> and <code>SIMILAR</code> operators
to regular expressions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Matcher.html" title="org.apache.calcite.runtime中的类">Matcher</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Workspace that partialMatches patterns against an automaton.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Matcher.Builder.html" title="org.apache.calcite.runtime中的类">Matcher.Builder</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Builds a Matcher.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/ObjectEnumeratorCursor.html" title="org.apache.calcite.runtime中的类">ObjectEnumeratorCursor</a></td>
<td class="colLast">
<div class="block">Implementation of <code>Cursor</code> on top of an
<a href="../../../../org/apache/calcite/linq4j/Enumerator.html" title="org.apache.calcite.linq4j中的接口"><code>Enumerator</code></a> that
returns an <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="java.lang中的类或接口"><code>Object</code></a> for each row.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Pattern.AbstractPattern.html" title="org.apache.calcite.runtime中的类">Pattern.AbstractPattern</a></td>
<td class="colLast">
<div class="block">Base class for implementations of <a href="../../../../org/apache/calcite/runtime/Pattern.html" title="org.apache.calcite.runtime中的接口"><code>Pattern</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Pattern.OpPattern.html" title="org.apache.calcite.runtime中的类">Pattern.OpPattern</a></td>
<td class="colLast">
<div class="block">Pattern with one or more arguments.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Pattern.PatternBuilder.html" title="org.apache.calcite.runtime中的类">Pattern.PatternBuilder</a></td>
<td class="colLast">
<div class="block">Builds a pattern expression.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Pattern.RepeatPattern.html" title="org.apache.calcite.runtime中的类">Pattern.RepeatPattern</a></td>
<td class="colLast">
<div class="block">Pattern that matches a pattern repeated between <code>minRepeat</code>
and <code>maxRepeat</code> times.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Pattern.SymbolPattern.html" title="org.apache.calcite.runtime中的类">Pattern.SymbolPattern</a></td>
<td class="colLast">
<div class="block">Pattern that matches a symbol.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/PredicateImpl.html" title="org.apache.calcite.runtime中的类">PredicateImpl</a>&lt;T&gt;</td>
<td class="colLast">已过时
<div class="block"><span class="deprecationComment">Now Calcite is Java 8 and higher, we recommend that you
implement <a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="java.util.function中的类或接口"><code>Predicate</code></a> directly.</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/RandomFunction.html" title="org.apache.calcite.runtime中的类">RandomFunction</a></td>
<td class="colLast">
<div class="block">Function object for <code>RAND</code> and <code>RAND_INTEGER</code>, with and without
seed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/RecordEnumeratorCursor.html" title="org.apache.calcite.runtime中的类">RecordEnumeratorCursor</a>&lt;E&gt;</td>
<td class="colLast">
<div class="block">Implementation of <code>Cursor</code> on top of an
<a href="../../../../org/apache/calcite/linq4j/Enumerator.html" title="org.apache.calcite.linq4j中的接口"><code>Enumerator</code></a> that
returns a record for each row.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/ResultSetEnumerable.html" title="org.apache.calcite.runtime中的类">ResultSetEnumerable</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">Executes a SQL statement and returns the result as an <a href="../../../../org/apache/calcite/linq4j/Enumerable.html" title="org.apache.calcite.linq4j中的接口"><code>Enumerable</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/SocketFactoryImpl.html" title="org.apache.calcite.runtime中的类">SocketFactoryImpl</a></td>
<td class="colLast">
<div class="block">Extends the SocketFactory object with the main functionality being that the
created sockets inherit a set of options whose values are set in the
SocketFactoryImpl.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/SortedMultiMap.html" title="org.apache.calcite.runtime中的类">SortedMultiMap</a>&lt;K,V&gt;</td>
<td class="colLast">
<div class="block">Map that allows you to partition values into lists according to a common
key, and then convert those lists into an iterator of sorted arrays.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/SqlFunctions.html" title="org.apache.calcite.runtime中的类">SqlFunctions</a></td>
<td class="colLast">
<div class="block">Helper methods to implement SQL functions in generated code.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/TrustAllSslSocketFactory.html" title="org.apache.calcite.runtime中的类">TrustAllSslSocketFactory</a></td>
<td class="colLast">
<div class="block">Socket factory that trusts all SSL connections.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Unit.html" title="org.apache.calcite.runtime中的类">Unit</a></td>
<td class="colLast">
<div class="block">Synthetic record with zero fields.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Utilities.html" title="org.apache.calcite.runtime中的类">Utilities</a></td>
<td class="colLast">
<div class="block">Utility methods called by generated code.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/XmlFunctions.html" title="org.apache.calcite.runtime中的类">XmlFunctions</a></td>
<td class="colLast">
<div class="block">A collection of functions used in Xml processing.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="枚举概要表, 列表枚举和解释">
<caption><span>枚举概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">枚举</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Hook.html" title="org.apache.calcite.runtime中的枚举">Hook</a></td>
<td class="colLast">
<div class="block">Collection of hooks that can be set by observers and are executed at various
parts of the query preparation process.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/JsonFunctions.PathMode.html" title="org.apache.calcite.runtime中的枚举">JsonFunctions.PathMode</a></td>
<td class="colLast">
<div class="block">Path spec has two different modes: lax mode and strict mode.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/Pattern.Op.html" title="org.apache.calcite.runtime中的枚举">Pattern.Op</a></td>
<td class="colLast">
<div class="block">Operator that constructs composite <a href="../../../../org/apache/calcite/runtime/Pattern.html" title="org.apache.calcite.runtime中的接口"><code>Pattern</code></a> instances.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/SqlFunctions.FlatProductInputType.html" title="org.apache.calcite.runtime中的枚举">SqlFunctions.FlatProductInputType</a></td>
<td class="colLast">
<div class="block">Type of argument passed into <a href="../../../../org/apache/calcite/runtime/SqlFunctions.html#flatProduct-int:A-boolean-org.apache.calcite.runtime.SqlFunctions.FlatProductInputType:A-"><code>SqlFunctions.flatProduct(int[], boolean, org.apache.calcite.runtime.SqlFunctions.FlatProductInputType[])</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="异常错误概要表, 列表异常错误和解释">
<caption><span>异常错误概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">异常错误</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/CalciteContextException.html" title="org.apache.calcite.runtime中的类">CalciteContextException</a></td>
<td class="colLast">
<div class="block">Exception which contains information about the textual context of the causing
exception.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/apache/calcite/runtime/CalciteException.html" title="org.apache.calcite.runtime中的类">CalciteException</a></td>
<td class="colLast">
<div class="block">Base class for all exceptions originating from Farrago.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="程序包org.apache.calcite.runtime的说明">程序包org.apache.calcite.runtime的说明</h2>
<div class="block">Utilities required at runtime.</div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../../overview-summary.html">概览</a></li>
<li class="navBarCell1Rev">程序包</li>
<li></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../../index-all.html">索引</a></li>
<li><a href="../../../../help-doc.html">帮助</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/calcite/rex/package-summary.html">上一个程序包</a></li>
<li><a href="../../../../org/apache/calcite/schema/package-summary.html">下一个程序包</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/calcite/runtime/package-summary.html" target="_top">框架</a></li>
<li><a href="package-summary.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">所有类</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>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &copy; 2012-2020 Apache Software Foundation. All Rights Reserved.</small></p>
</body>
</html>