You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2016/03/07 02:22:44 UTC

svn commit: r1733855 - in /calcite/site: community/ docs/ img/

Author: jhyde
Date: Mon Mar  7 01:22:43 2016
New Revision: 1733855

URL: http://svn.apache.org/viewvc?rev=1733855&view=rev
Log:
[CALCITE-1112] Powered by Calcite

Add "Powered by Calcite" page, and a logo.

Add "upcoming talks" section to Community page.


Added:
    calcite/site/docs/powered_by.html
    calcite/site/img/pb-calcite-140.png   (with props)
    calcite/site/img/pb-calcite-240.png   (with props)
Modified:
    calcite/site/community/index.html
    calcite/site/docs/adapter.html
    calcite/site/docs/algebra.html
    calcite/site/docs/avatica_json_reference.html
    calcite/site/docs/avatica_overview.html
    calcite/site/docs/avatica_protobuf_reference.html
    calcite/site/docs/avatica_roadmap.html
    calcite/site/docs/history.html
    calcite/site/docs/howto.html
    calcite/site/docs/index.html
    calcite/site/docs/lattice.html
    calcite/site/docs/model.html
    calcite/site/docs/reference.html
    calcite/site/docs/stream.html
    calcite/site/docs/tutorial.html

Modified: calcite/site/community/index.html
URL: http://svn.apache.org/viewvc/calcite/site/community/index.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/community/index.html (original)
+++ calcite/site/community/index.html Mon Mar  7 01:22:43 2016
@@ -87,6 +87,7 @@
 -->
 
 <ul id="markdown-toc">
+  <li><a href="#upcoming-talks">Upcoming talks</a></li>
   <li><a href="#project-members">Project Members</a></li>
   <li><a href="#mailing-lists">Mailing Lists</a></li>
   <li><a href="#help">Help</a></li>
@@ -100,6 +101,15 @@
   </li>
 </ul>
 
+<h1 id="upcoming-talks">Upcoming talks</h1>
+
+<ul>
+  <li>2016/04/13 <a href="http://hadoopsummit.org/dublin/agenda/">Hadoop Summit</a>, Dublin</li>
+  <li>2016/04/26 <a href="http://kafka-summit.org/schedule/">Kafka Summit</a>, San Francisco</li>
+  <li>2016/05/10 <a href="http://events.linuxfoundation.org/events/apache-big-data-north-america/program/schedule">ApacheCon Big Data North America</a>, Vancouver</li>
+  <li>2016/05/24 <a href="http://www-conf.slac.stanford.edu/xldb2016/Program.asp">XLDB</a>, Palo Alto</li>
+</ul>
+
 <h1 id="project-members">Project Members</h1>
 
 <table>

Modified: calcite/site/docs/adapter.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/adapter.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/docs/adapter.html (original)
+++ calcite/site/docs/adapter.html Mon Mar  7 01:22:43 2016
@@ -122,6 +122,8 @@
   
     
   
+    
+  
 
   
 
@@ -158,6 +160,8 @@
   
     
   
+    
+  
 
   
 
@@ -194,6 +198,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -237,6 +243,8 @@
   
     
   
+    
+  
 
   
 
@@ -273,6 +281,8 @@
   
     
   
+    
+  
 
   
 
@@ -309,6 +319,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -352,6 +364,8 @@
   
     
   
+    
+  
 
   
 
@@ -388,6 +402,8 @@
   
     
   
+    
+  
 
   
 
@@ -424,6 +440,8 @@
   
     
   
+    
+  
 
   
 
@@ -460,6 +478,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -503,6 +523,8 @@
   
     
   
+    
+  
 
   
 
@@ -539,6 +561,8 @@
   
     
   
+    
+  
 
   
 
@@ -575,6 +599,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -618,6 +644,46 @@
   
     
   
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
 
   
 
@@ -654,6 +720,8 @@
   
     
   
+    
+  
 
   
 
@@ -690,6 +758,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -705,6 +775,11 @@
 
 -->
 
+<h2 id="schema-adapters">Schema adapters</h2>
+
+<p>A schema adapter allows Calcite to read particular kind of data,
+presenting the data as tables within a schema.</p>
+
 <ul>
   <li>Cassandra adapter (<a href="/apidocs/org/apache/calcite/adapter/cassandra/package-summary.html">calcite-cassandra</a>)</li>
   <li>CSV adapter (<a href="/apidocs/org/apache/calcite/adapter/csv/package-summary.html">example/csv</a>)</li>
@@ -717,40 +792,24 @@
 
 <h2 id="engines">Engines</h2>
 
-<p>The following standalone engines are powered by Apache Calcite.</p>
-
-<ul>
-  <li><a href="https://drill.apache.org">Apache Drill</a>
-uses Calcite for SQL parsing and query optimization</li>
-  <li><a href="https://flink.apache.org">Apache Flink</a>
-uses Calcite for parsing both regular and streaming SQL,
-and for query optimization</li>
-  <li><a href="https://hive.apache.org">Apache Hive</a>
-uses Calcite for query optimization</li>
-  <li><a href="https://kylin.apache.org">Apache Kylin</a>
-uses Calcite for SQL parsing and query optimization</li>
-  <li><a href="https://phoenix.apache.org">Apache Phoenix</a>
-uses Calcite for SQL parsing and query optimization (under development),
-and also uses Avatica for its remote JDBC driver</li>
-  <li><a href="https://github.com/milinda/samza-sql">SamzaSQL</a>,
-an extension to
-<a href="https://samza.apache.org">Apache Samza</a>,
-uses Calcite for parsing streaming SQL and query optimization</li>
-  <li><a href="https://storm.apache.org">Apache Storm</a>
-uses Calcite for parsing streaming SQL and query optimization</li>
-  <li>Cascading adapter (<a href="https://github.com/Cascading/lingual">Lingual</a>)</li>
-  <li><a href="https://github.com/twilmes/sql-gremlin">SQL-Gremlin</a>,
-a SQL interface to a
-<a href="http://tinkerpop.incubator.apache.org/">Apache TinkerPop</a>-enabled
-graph database</li>
-</ul>
+<p>Many projects and products use Apache Calcite for SQL parsing,
+query optimization, data virtualization/federation,
+and materialized view rewrite. Some of them are listed on the
+<a href="/docs/powered_by.html">“powered by Calcite”</a>
+page.</p>
 
 <h2 id="drivers">Drivers</h2>
 
+<p>A driver allows you to connect to Calcite from your application.</p>
+
 <ul>
   <li><a href="/apidocs/org/apache/calcite/jdbc/package-summary.html">JDBC driver</a></li>
 </ul>
 
+<p>The JDBC driver is powered by
+<a href="/docs/avatica_overvew.html">Avatica</a>.
+Connections can be local or remote (JSON over HTTP or Protobuf over HTTP).</p>
+
 <p>The basic form of the JDBC connect string is</p>
 
 <p>jdbc:calcite:property=value;property2=value2</p>
@@ -829,6 +888,7 @@ as implemented by Avatica’s
   </tbody>
 </table>
 
+
           
 
 
@@ -1052,6 +1112,12 @@ as implemented by Avatica’s
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/tutorial.html">Tutorial</a></li>
       
 
@@ -1198,6 +1264,12 @@ as implemented by Avatica’s
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/stream.html">Streaming</a></li>
       
 
@@ -1562,6 +1634,12 @@ as implemented by Avatica’s
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/reference.html">SQL language</a></li>
       
 
@@ -1810,6 +1888,96 @@ as implemented by Avatica’s
       
     
     
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/api.html">API</a></li>
       
 
@@ -1825,6 +1993,12 @@ as implemented by Avatica’s
   
     
     
+      
+    
+    
+  
+    
+    
       
     
     

Modified: calcite/site/docs/algebra.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/algebra.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/docs/algebra.html (original)
+++ calcite/site/docs/algebra.html Mon Mar  7 01:22:43 2016
@@ -122,6 +122,8 @@
   
     
   
+    
+  
 
   
 
@@ -158,6 +160,8 @@
   
     
   
+    
+  
 
   
 
@@ -194,6 +198,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -237,6 +243,8 @@
   
     
   
+    
+  
 
   
 
@@ -273,6 +281,8 @@
   
     
   
+    
+  
 
   
 
@@ -309,6 +319,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -352,6 +364,8 @@
   
     
   
+    
+  
 
   
 
@@ -388,6 +402,8 @@
   
     
   
+    
+  
 
   
 
@@ -424,6 +440,8 @@
   
     
   
+    
+  
 
   
 
@@ -460,6 +478,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -503,6 +523,8 @@
   
     
   
+    
+  
 
   
 
@@ -539,6 +561,8 @@
   
     
   
+    
+  
 
   
 
@@ -575,6 +599,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -618,6 +644,46 @@
   
     
   
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
 
   
 
@@ -654,6 +720,8 @@
   
     
   
+    
+  
 
   
 
@@ -690,6 +758,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -1439,6 +1509,12 @@ added to the stack.</p>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/tutorial.html">Tutorial</a></li>
       
 
@@ -1585,6 +1661,12 @@ added to the stack.</p>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/stream.html">Streaming</a></li>
       
 
@@ -1949,6 +2031,12 @@ added to the stack.</p>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/reference.html">SQL language</a></li>
       
 
@@ -2197,6 +2285,96 @@ added to the stack.</p>
       
     
     
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/api.html">API</a></li>
       
 
@@ -2212,6 +2390,12 @@ added to the stack.</p>
   
     
     
+      
+    
+    
+  
+    
+    
       
     
     

Modified: calcite/site/docs/avatica_json_reference.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/avatica_json_reference.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/docs/avatica_json_reference.html (original)
+++ calcite/site/docs/avatica_json_reference.html Mon Mar  7 01:22:43 2016
@@ -122,6 +122,8 @@
   
     
   
+    
+  
 
   
 
@@ -158,6 +160,8 @@
   
     
   
+    
+  
 
   
 
@@ -194,6 +198,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -237,6 +243,8 @@
   
     
   
+    
+  
 
   
 
@@ -273,6 +281,8 @@
   
     
   
+    
+  
 
   
 
@@ -309,6 +319,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -352,6 +364,8 @@
   
     
   
+    
+  
 
   
 
@@ -388,6 +402,8 @@
   
     
   
+    
+  
 
   
 
@@ -424,6 +440,8 @@
   
     
   
+    
+  
 
   
 
@@ -460,6 +478,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -503,6 +523,8 @@
   
     
   
+    
+  
 
   
 
@@ -539,6 +561,8 @@
   
     
   
+    
+  
 
   
 
@@ -575,6 +599,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -618,6 +644,46 @@
   
     
   
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
 
   
 
@@ -654,6 +720,8 @@
   
     
   
+    
+  
 
   
 
@@ -690,6 +758,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -1878,6 +1948,12 @@ SQL or by a DatabaseMetaData operation w
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/tutorial.html">Tutorial</a></li>
       
 
@@ -2024,6 +2100,12 @@ SQL or by a DatabaseMetaData operation w
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/stream.html">Streaming</a></li>
       
 
@@ -2388,6 +2470,12 @@ SQL or by a DatabaseMetaData operation w
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/reference.html">SQL language</a></li>
       
 
@@ -2636,6 +2724,96 @@ SQL or by a DatabaseMetaData operation w
       
     
     
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/api.html">API</a></li>
       
 
@@ -2651,6 +2829,12 @@ SQL or by a DatabaseMetaData operation w
   
     
     
+      
+    
+    
+  
+    
+    
       
     
     

Modified: calcite/site/docs/avatica_overview.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/avatica_overview.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/docs/avatica_overview.html (original)
+++ calcite/site/docs/avatica_overview.html Mon Mar  7 01:22:43 2016
@@ -122,6 +122,8 @@
   
     
   
+    
+  
 
   
 
@@ -158,6 +160,8 @@
   
     
   
+    
+  
 
   
 
@@ -194,6 +198,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -237,6 +243,8 @@
   
     
   
+    
+  
 
   
 
@@ -273,6 +281,8 @@
   
     
   
+    
+  
 
   
 
@@ -309,6 +319,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -352,6 +364,8 @@
   
     
   
+    
+  
 
   
 
@@ -388,6 +402,8 @@
   
     
   
+    
+  
 
   
 
@@ -424,6 +440,8 @@
   
     
   
+    
+  
 
   
 
@@ -460,6 +478,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -503,6 +523,8 @@
   
     
   
+    
+  
 
   
 
@@ -539,6 +561,8 @@
   
     
   
+    
+  
 
   
 
@@ -575,6 +599,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -618,6 +644,46 @@
   
     
   
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
 
   
 
@@ -654,6 +720,8 @@
   
     
   
+    
+  
 
   
 
@@ -690,6 +758,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -1057,6 +1127,12 @@ At some point Avatica could become a sep
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/tutorial.html">Tutorial</a></li>
       
 
@@ -1203,6 +1279,12 @@ At some point Avatica could become a sep
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/stream.html">Streaming</a></li>
       
 
@@ -1567,6 +1649,12 @@ At some point Avatica could become a sep
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/reference.html">SQL language</a></li>
       
 
@@ -1815,6 +1903,96 @@ At some point Avatica could become a sep
       
     
     
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/api.html">API</a></li>
       
 
@@ -1830,6 +2008,12 @@ At some point Avatica could become a sep
   
     
     
+      
+    
+    
+  
+    
+    
       
     
     

Modified: calcite/site/docs/avatica_protobuf_reference.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/avatica_protobuf_reference.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/docs/avatica_protobuf_reference.html (original)
+++ calcite/site/docs/avatica_protobuf_reference.html Mon Mar  7 01:22:43 2016
@@ -122,6 +122,8 @@
   
     
   
+    
+  
 
   
 
@@ -158,6 +160,8 @@
   
     
   
+    
+  
 
   
 
@@ -194,6 +198,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -237,6 +243,8 @@
   
     
   
+    
+  
 
   
 
@@ -273,6 +281,8 @@
   
     
   
+    
+  
 
   
 
@@ -309,6 +319,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -352,6 +364,8 @@
   
     
   
+    
+  
 
   
 
@@ -388,6 +402,8 @@
   
     
   
+    
+  
 
   
 
@@ -424,6 +440,8 @@
   
     
   
+    
+  
 
   
 
@@ -460,6 +478,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -503,6 +523,8 @@
   
     
   
+    
+  
 
   
 
@@ -539,6 +561,8 @@
   
     
   
+    
+  
 
   
 
@@ -575,6 +599,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -618,6 +644,46 @@
   
     
   
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
 
   
 
@@ -654,6 +720,8 @@
   
     
   
+    
+  
 
   
 
@@ -690,6 +758,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -1942,6 +2012,12 @@ SQL or by a DatabaseMetaData operation w
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/tutorial.html">Tutorial</a></li>
       
 
@@ -2088,6 +2164,12 @@ SQL or by a DatabaseMetaData operation w
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/stream.html">Streaming</a></li>
       
 
@@ -2452,6 +2534,12 @@ SQL or by a DatabaseMetaData operation w
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/reference.html">SQL language</a></li>
       
 
@@ -2700,6 +2788,96 @@ SQL or by a DatabaseMetaData operation w
       
     
     
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/api.html">API</a></li>
       
 
@@ -2715,6 +2893,12 @@ SQL or by a DatabaseMetaData operation w
   
     
     
+      
+    
+    
+  
+    
+    
       
     
     

Modified: calcite/site/docs/avatica_roadmap.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/avatica_roadmap.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/docs/avatica_roadmap.html (original)
+++ calcite/site/docs/avatica_roadmap.html Mon Mar  7 01:22:43 2016
@@ -122,6 +122,8 @@
   
     
   
+    
+  
 
   
 
@@ -158,6 +160,8 @@
   
     
   
+    
+  
 
   
 
@@ -194,6 +198,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -237,6 +243,8 @@
   
     
   
+    
+  
 
   
 
@@ -273,6 +281,8 @@
   
     
   
+    
+  
 
   
 
@@ -309,6 +319,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -352,6 +364,8 @@
   
     
   
+    
+  
 
   
 
@@ -388,6 +402,8 @@
   
     
   
+    
+  
 
   
 
@@ -424,6 +440,8 @@
   
     
   
+    
+  
 
   
 
@@ -460,6 +478,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -503,6 +523,8 @@
   
     
   
+    
+  
 
   
 
@@ -539,6 +561,8 @@
   
     
   
+    
+  
 
   
 
@@ -575,6 +599,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -618,6 +644,46 @@
   
     
   
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
 
   
 
@@ -654,6 +720,8 @@
   
     
   
+    
+  
 
   
 
@@ -690,6 +758,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -979,6 +1049,12 @@
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/tutorial.html">Tutorial</a></li>
       
 
@@ -1125,6 +1201,12 @@
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/stream.html">Streaming</a></li>
       
 
@@ -1489,6 +1571,12 @@
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/reference.html">SQL language</a></li>
       
 
@@ -1737,6 +1825,96 @@
       
     
     
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/api.html">API</a></li>
       
 
@@ -1752,6 +1930,12 @@
   
     
     
+      
+    
+    
+  
+    
+    
       
     
     

Modified: calcite/site/docs/history.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/history.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/docs/history.html (original)
+++ calcite/site/docs/history.html Mon Mar  7 01:22:43 2016
@@ -122,6 +122,8 @@
   
     
   
+    
+  
 
   
 
@@ -158,6 +160,8 @@
   
     
   
+    
+  
 
   
 
@@ -194,6 +198,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -237,6 +243,8 @@
   
     
   
+    
+  
 
   
 
@@ -273,6 +281,8 @@
   
     
   
+    
+  
 
   
 
@@ -309,6 +319,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -352,6 +364,8 @@
   
     
   
+    
+  
 
   
 
@@ -388,6 +402,8 @@
   
     
   
+    
+  
 
   
 
@@ -424,6 +440,8 @@
   
     
   
+    
+  
 
   
 
@@ -460,6 +478,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -503,6 +523,8 @@
   
     
   
+    
+  
 
   
 
@@ -539,6 +561,8 @@
   
     
   
+    
+  
 
   
 
@@ -575,6 +599,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -618,6 +644,46 @@
   
     
   
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
 
   
 
@@ -654,6 +720,8 @@
   
     
   
+    
+  
 
   
 
@@ -690,6 +758,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -727,7 +797,7 @@ to SLF4J’s <code>DEBUG</code> level
 <p>Compatibility: This release is tested
 on Linux, Mac OS X, Microsoft Windows;
 using Oracle JDK 1.7, 1.8;
-Guava versions 13.0.1 to 19.0;
+Guava versions 12.0.1 to 19.0;
 other software versions as specified in <code>pom.xml</code>.</p>
 
 <p>New features</p>
@@ -3419,7 +3489,7 @@ conflicts in multithreaded usage</li>
           
             
             
-            <a href="/docs/api.html" class="next">Next</a>
+            <a href="/docs/powered_by.html" class="next">Next</a>
           
       </div>
     </div>
@@ -3613,6 +3683,12 @@ conflicts in multithreaded usage</li>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/tutorial.html">Tutorial</a></li>
       
 
@@ -3759,6 +3835,12 @@ conflicts in multithreaded usage</li>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/stream.html">Streaming</a></li>
       
 
@@ -4123,6 +4205,12 @@ conflicts in multithreaded usage</li>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/reference.html">SQL language</a></li>
       
 
@@ -4371,6 +4459,96 @@ conflicts in multithreaded usage</li>
       
     
     
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/api.html">API</a></li>
       
 
@@ -4386,6 +4564,12 @@ conflicts in multithreaded usage</li>
   
     
     
+      
+    
+    
+  
+    
+    
       
     
     

Modified: calcite/site/docs/howto.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/howto.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/docs/howto.html (original)
+++ calcite/site/docs/howto.html Mon Mar  7 01:22:43 2016
@@ -122,6 +122,8 @@
   
     
   
+    
+  
 
   
 
@@ -158,6 +160,8 @@
   
     
   
+    
+  
 
   
 
@@ -194,6 +198,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -237,6 +243,8 @@
   
     
   
+    
+  
 
   
 
@@ -273,6 +281,8 @@
   
     
   
+    
+  
 
   
 
@@ -309,6 +319,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -352,6 +364,8 @@
   
     
   
+    
+  
 
   
 
@@ -388,6 +402,8 @@
   
     
   
+    
+  
 
   
 
@@ -424,6 +440,8 @@
   
     
   
+    
+  
 
   
 
@@ -460,6 +478,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -503,6 +523,8 @@
   
     
   
+    
+  
 
   
 
@@ -539,6 +561,8 @@
   
     
   
+    
+  
 
   
 
@@ -575,6 +599,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -618,6 +644,46 @@
   
     
   
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
 
   
 
@@ -654,6 +720,8 @@
   
     
   
+    
+  
 
   
 
@@ -690,6 +758,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -1135,7 +1205,7 @@ Supported configurations are:
     <ul>
       <li>JDK 1.7, 1.8;</li>
       <li>Linux, Mac OS X, and Windows;</li>
-      <li>Guava versions 13.0.1, 18.0 (the default) and 19.0 (specify <code>-Dguava.version=x.y</code>)</li>
+      <li>Guava versions 12.0.1, 18.0 (the default) and 19.0 (specify <code>-Dguava.version=x.y</code>)</li>
     </ul>
   </li>
   <li>Optional extra tests:
@@ -1153,7 +1223,7 @@ by merging the latest code into the <cod
 and when it completes, make sure that there are no important issues.</li>
   <li>Add release notes to <code>site/_docs/history.md</code>. Include the commit history,
 and say which versions of Java, Guava and operating systems the release is
-tested against. </li>
+tested against.</li>
   <li>Make sure that
 <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CALCITE%20AND%20status%20%3D%20Resolved%20and%20fixVersion%20is%20null">
 every “resolved” JIRA case</a> (including duplicates) has
@@ -1734,6 +1804,12 @@ as a template. Be sure to include a brie
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/tutorial.html">Tutorial</a></li>
       
 
@@ -1880,6 +1956,12 @@ as a template. Be sure to include a brie
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/stream.html">Streaming</a></li>
       
 
@@ -2244,6 +2326,12 @@ as a template. Be sure to include a brie
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/reference.html">SQL language</a></li>
       
 
@@ -2492,6 +2580,96 @@ as a template. Be sure to include a brie
       
     
     
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/api.html">API</a></li>
       
 
@@ -2507,6 +2685,12 @@ as a template. Be sure to include a brie
   
     
     
+      
+    
+    
+  
+    
+    
       
     
     

Modified: calcite/site/docs/index.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/index.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/docs/index.html (original)
+++ calcite/site/docs/index.html Mon Mar  7 01:22:43 2016
@@ -122,6 +122,8 @@
   
     
   
+    
+  
 
   
 
@@ -158,6 +160,8 @@
   
     
   
+    
+  
 
   
 
@@ -194,6 +198,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -237,6 +243,8 @@
   
     
   
+    
+  
 
   
 
@@ -273,6 +281,8 @@
   
     
   
+    
+  
 
   
 
@@ -309,6 +319,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -352,6 +364,8 @@
   
     
   
+    
+  
 
   
 
@@ -388,6 +402,8 @@
   
     
   
+    
+  
 
   
 
@@ -424,6 +440,8 @@
   
     
   
+    
+  
 
   
 
@@ -460,6 +478,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -503,6 +523,8 @@
   
     
   
+    
+  
 
   
 
@@ -539,6 +561,8 @@
   
     
   
+    
+  
 
   
 
@@ -575,6 +599,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -618,6 +644,46 @@
   
     
   
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
 
   
 
@@ -654,6 +720,8 @@
   
     
   
+    
+  
 
   
 
@@ -690,6 +758,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -1033,6 +1103,12 @@ more details in the <a href="reference.h
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/tutorial.html">Tutorial</a></li>
       
 
@@ -1179,6 +1255,12 @@ more details in the <a href="reference.h
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/stream.html">Streaming</a></li>
       
 
@@ -1543,6 +1625,12 @@ more details in the <a href="reference.h
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/reference.html">SQL language</a></li>
       
 
@@ -1791,6 +1879,96 @@ more details in the <a href="reference.h
       
     
     
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/api.html">API</a></li>
       
 
@@ -1806,6 +1984,12 @@ more details in the <a href="reference.h
   
     
     
+      
+    
+    
+  
+    
+    
       
     
     

Modified: calcite/site/docs/lattice.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/lattice.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/docs/lattice.html (original)
+++ calcite/site/docs/lattice.html Mon Mar  7 01:22:43 2016
@@ -122,6 +122,8 @@
   
     
   
+    
+  
 
   
 
@@ -158,6 +160,8 @@
   
     
   
+    
+  
 
   
 
@@ -194,6 +198,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -237,6 +243,8 @@
   
     
   
+    
+  
 
   
 
@@ -273,6 +281,8 @@
   
     
   
+    
+  
 
   
 
@@ -309,6 +319,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -352,6 +364,8 @@
   
     
   
+    
+  
 
   
 
@@ -388,6 +402,8 @@
   
     
   
+    
+  
 
   
 
@@ -424,6 +440,8 @@
   
     
   
+    
+  
 
   
 
@@ -460,6 +478,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -503,6 +523,8 @@
   
     
   
+    
+  
 
   
 
@@ -539,6 +561,8 @@
   
     
   
+    
+  
 
   
 
@@ -575,6 +599,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -618,6 +644,46 @@
   
     
   
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
 
   
 
@@ -654,6 +720,8 @@
   
     
   
+    
+  
 
   
 
@@ -690,6 +758,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -1049,6 +1119,12 @@ tiles).</p>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/tutorial.html">Tutorial</a></li>
       
 
@@ -1195,6 +1271,12 @@ tiles).</p>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/stream.html">Streaming</a></li>
       
 
@@ -1559,6 +1641,12 @@ tiles).</p>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/reference.html">SQL language</a></li>
       
 
@@ -1807,6 +1895,96 @@ tiles).</p>
       
     
     
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/api.html">API</a></li>
       
 
@@ -1822,6 +2000,12 @@ tiles).</p>
   
     
     
+      
+    
+    
+  
+    
+    
       
     
     

Modified: calcite/site/docs/model.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/model.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/docs/model.html (original)
+++ calcite/site/docs/model.html Mon Mar  7 01:22:43 2016
@@ -122,6 +122,8 @@
   
     
   
+    
+  
 
   
 
@@ -158,6 +160,8 @@
   
     
   
+    
+  
 
   
 
@@ -194,6 +198,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -237,6 +243,8 @@
   
     
   
+    
+  
 
   
 
@@ -273,6 +281,8 @@
   
     
   
+    
+  
 
   
 
@@ -309,6 +319,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -352,6 +364,8 @@
   
     
   
+    
+  
 
   
 
@@ -388,6 +402,8 @@
   
     
   
+    
+  
 
   
 
@@ -424,6 +440,8 @@
   
     
   
+    
+  
 
   
 
@@ -460,6 +478,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -503,6 +523,8 @@
   
     
   
+    
+  
 
   
 
@@ -539,6 +561,8 @@
   
     
   
+    
+  
 
   
 
@@ -575,6 +599,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -618,6 +644,46 @@
   
     
   
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
 
   
 
@@ -654,6 +720,8 @@
   
     
   
+    
+  
 
   
 
@@ -690,6 +758,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -1425,6 +1495,12 @@ when you want to pass the column as a me
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/tutorial.html">Tutorial</a></li>
       
 
@@ -1571,6 +1647,12 @@ when you want to pass the column as a me
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/stream.html">Streaming</a></li>
       
 
@@ -1935,6 +2017,12 @@ when you want to pass the column as a me
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/reference.html">SQL language</a></li>
       
 
@@ -2183,6 +2271,96 @@ when you want to pass the column as a me
       
     
     
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/api.html">API</a></li>
       
 
@@ -2198,6 +2376,12 @@ when you want to pass the column as a me
   
     
     
+      
+    
+    
+  
+    
+    
       
     
     

Added: calcite/site/docs/powered_by.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/powered_by.html?rev=1733855&view=auto
==============================================================================
--- calcite/site/docs/powered_by.html (added)
+++ calcite/site/docs/powered_by.html Mon Mar  7 01:22:43 2016
@@ -0,0 +1,2150 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+<head>
+  <meta charset="UTF-8">
+  <title>Powered By Calcite</title>
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta name="generator" content="Jekyll v2.4.0">
+  <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
+  <link rel="stylesheet" href="/css/screen.css">
+  <link rel="icon" type="image/x-icon" href="/favicon.ico">
+  <!--[if lt IE 9]>
+  <script src="/js/html5shiv.min.js"></script>
+  <script src="/js/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+
+<body class="wrap">
+  <header role="banner">
+  <nav class="mobile-nav show-on-mobiles">
+    <ul>
+  <li class="">
+    <a href="/">Home</a>
+  </li>
+  <li class="">
+    <a href="/downloads/">Download</a>
+  </li>
+  <li class="">
+    <a href="/community/">Community</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</a>
+  </li>
+  <li class="">
+    <a href="/news/">News</a>
+  </li>
+  <li class="current">
+    <a href="/docs/">Docs</a>
+  </li>
+</ul>
+
+  </nav>
+  <div class="grid">
+    <div class="unit one-third center-on-mobiles">
+      <h1>
+        <a href="/">
+          <span class="sr-only">Apache Calcite</span>
+          <img src="/img/logo.png" width="226" height="140" alt="Calcite Logo">
+        </a>
+      </h1>
+    </div>
+    <nav class="main-nav unit two-thirds hide-on-mobiles">
+      <ul>
+  <li class="">
+    <a href="/">Home</a>
+  </li>
+  <li class="">
+    <a href="/downloads/">Download</a>
+  </li>
+  <li class="">
+    <a href="/community/">Community</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</a>
+  </li>
+  <li class="">
+    <a href="/news/">News</a>
+  </li>
+  <li class="current">
+    <a href="/docs/">Docs</a>
+  </li>
+</ul>
+
+    </nav>
+  </div>
+</header>
+
+
+    <section class="docs">
+    <div class="grid">
+
+      <div class="docs-nav-mobile unit whole show-on-mobiles">
+  <select onchange="if (this.value) window.location.href=this.value">
+    <option value="">Navigate the docs…</option>
+    
+    <optgroup label="Overview">
+      
+
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+
+    </optgroup>
+    
+    <optgroup label="Advanced">
+      
+
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+
+    </optgroup>
+    
+    <optgroup label="Avatica">
+      
+
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+
+    </optgroup>
+    
+    <optgroup label="Reference">
+      
+
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+
+    </optgroup>
+    
+    <optgroup label="Meta">
+      
+
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+
+
+    </optgroup>
+    
+  </select>
+</div>
+
+
+      <div class="unit four-fifths">
+        <article>
+          <h1>Powered By Calcite</h1>
+          <!--
+
+-->
+
+<p>The following companies and projects are powered by Apache Calcite.</p>
+
+<p><em><a href="https://github.com/apache/calcite/blob/master/site/_docs/powered_by.md">Add your company</a>.</em></p>
+
+<p><img src="/img/pb-calcite-240.png" alt="Powered By" /></p>
+
+<h3 id="apache-drill">Apache Drill</h3>
+
+<p><a href="https://drill.apache.org">Apache Drill</a>
+uses Calcite for SQL parsing and query optimization.</p>
+
+<h3 id="apache-flink">Apache Flink</h3>
+
+<p><a href="https://flink.apache.org">Apache Flink</a>
+uses Calcite for parsing both regular and streaming SQL,
+and for query optimization (under development).</p>
+
+<h3 id="apache-hive">Apache Hive</h3>
+
+<p><a href="https://hive.apache.org">Apache Hive</a>
+uses Calcite for cost-based query optimization.</p>
+
+<h3 id="apache-kylin">Apache Kylin</h3>
+
+<p><a href="https://kylin.apache.org">Apache Kylin</a>
+uses Calcite for SQL parsing and query optimization.</p>
+
+<h3 id="apache-phoenix">Apache Phoenix</h3>
+
+<p><a href="https://phoenix.apache.org">Apache Phoenix</a>
+uses Calcite for SQL parsing and query optimization (under development),
+and also uses Avatica for its remote JDBC driver.</p>
+
+<h3 id="apache-samza">Apache Samza</h3>
+
+<p><a href="https://github.com/milinda/samza-sql">SamzaSQL</a>,
+an extension to
+<a href="https://samza.apache.org">Apache Samza</a>,
+uses Calcite for parsing streaming SQL and query optimization.</p>
+
+<h3 id="apache-storm">Apache Storm</h3>
+
+<p><a href="https://storm.apache.org">Apache Storm</a>
+uses Calcite for parsing streaming SQL and query optimization.</p>
+
+<h3 id="cascading">Cascading</h3>
+
+<p><a href="https://github.com/Cascading/lingual">Lingual</a>
+component provides a SQL interface to Cascading.</p>
+
+<h3 id="qubole-quark">Qubole Quark</h3>
+
+<p><a href="https://github.com/qubole/quark">Quark</a>
+is a data virtualization engine over analytic databases.
+It uses Calcite to transparently rewrite queries to use materialized views.</p>
+
+<h3 id="sql-gremlin">SQL-Gremlin</h3>
+
+<p><a href="https://github.com/twilmes/sql-gremlin">SQL-Gremlin</a>
+is a SQL interface to a
+<a href="http://tinkerpop.incubator.apache.org/">Apache TinkerPop</a>-enabled
+graph database.</p>
+
+<h2 id="add-your-company">Add your company</h2>
+
+<p>Is your company or project powered by Calcite?
+<a href="https://github.com/apache/calcite/blob/master/site/_docs/powered_by.md">Add it to this page</a>
+and then use the “powered by Apache Calcite” logo
+(<a href="/img/pb-calcite-140.png">140 px</a>
+or <a href="/img/pb-calcite-240.png">240 px</a>)
+on your site.</p>
+
+
+          
+
+
+
+
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+
+  
+  
+    <div class="section-nav">
+      <div class="left align-right">
+          
+            
+            
+            <a href="/docs/history.html" class="prev">Previous</a>
+          
+      </div>
+      <div class="right align-left">
+          
+            
+            
+            <a href="/docs/api.html" class="next">Next</a>
+          
+      </div>
+    </div>
+    <div class="clear"></div>
+    
+
+        </article>
+      </div>
+
+      <div class="unit one-fifth hide-on-mobiles">
+  <aside>
+    
+    <h4>Overview</h4>
+    
+
+<ul>
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/index.html">Background</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/tutorial.html">Tutorial</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/algebra.html">Algebra</a></li>
+      
+
+
+</ul>
+
+    
+    <h4>Advanced</h4>
+    
+
+<ul>
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/adapter.html">Adapters</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/stream.html">Streaming</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/lattice.html">Lattices</a></li>
+      
+
+
+</ul>
+
+    
+    <h4>Avatica</h4>
+    
+
+<ul>
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/avatica_overview.html">Overview</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/avatica_roadmap.html">Roadmap</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/avatica_json_reference.html">JSON Reference</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/avatica_protobuf_reference.html">Protobuf Reference</a></li>
+      
+
+
+</ul>
+
+    
+    <h4>Reference</h4>
+    
+
+<ul>
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/reference.html">SQL language</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/model.html">JSON models</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/howto.html">HOWTO</a></li>
+      
+
+
+</ul>
+
+    
+    <h4>Meta</h4>
+    
+
+<ul>
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/history.html">History</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class="current"><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/api.html">API</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/testapi.html">Test API</a></li>
+      
+
+
+</ul>
+
+    
+  </aside>
+</div>
+
+
+      <div class="clear"></div>
+
+    </div>
+  </section>
+
+
+  <footer role="contentinfo">
+  <div id="poweredby">
+    <a href="http://www.apache.org/">
+      <span class="sr-only">Apache</span>
+      <img src="/img/feather.png" width="190" height="77" alt="Apache Logo"></a>
+  </div>
+  <div id="copyright">
+  <p>The contents of this website are &copy;&nbsp;2016
+     <a href="https://www.apache.org/">Apache Software Foundation</a>
+     under the terms of
+     the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">
+     Apache&nbsp;License&nbsp;v2</a>. Apache Calcite and its logo are
+     trademarks of the Apache Software Foundation.</p>
+  </div>
+</footer>
+
+  <script>
+  var anchorForId = function (id) {
+    var anchor = document.createElement("a");
+    anchor.className = "header-link";
+    anchor.href      = "#" + id;
+    anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa fa-link\"></i>";
+    anchor.title = "Permalink";
+    return anchor;
+  };
+
+  var linkifyAnchors = function (level, containingElement) {
+    var headers = containingElement.getElementsByTagName("h" + level);
+    for (var h = 0; h < headers.length; h++) {
+      var header = headers[h];
+
+      if (typeof header.id !== "undefined" && header.id !== "") {
+        header.appendChild(anchorForId(header.id));
+      }
+    }
+  };
+
+  document.onreadystatechange = function () {
+    if (this.readyState === "complete") {
+      var contentBlock = document.getElementsByClassName("docs")[0] || document.getElementsByClassName("news")[0];
+      if (!contentBlock) {
+        return;
+      }
+      for (var level = 1; level <= 6; level++) {
+        linkifyAnchors(level, contentBlock);
+      }
+    }
+  };
+</script>
+
+
+</body>
+</html>

Modified: calcite/site/docs/reference.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/reference.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/docs/reference.html (original)
+++ calcite/site/docs/reference.html Mon Mar  7 01:22:43 2016
@@ -122,6 +122,8 @@
   
     
   
+    
+  
 
   
 
@@ -158,6 +160,8 @@
   
     
   
+    
+  
 
   
 
@@ -194,6 +198,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -237,6 +243,8 @@
   
     
   
+    
+  
 
   
 
@@ -273,6 +281,8 @@
   
     
   
+    
+  
 
   
 
@@ -309,6 +319,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -352,6 +364,8 @@
   
     
   
+    
+  
 
   
 
@@ -388,6 +402,8 @@
   
     
   
+    
+  
 
   
 
@@ -424,6 +440,8 @@
   
     
   
+    
+  
 
   
 
@@ -460,6 +478,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -503,6 +523,8 @@
   
     
   
+    
+  
 
   
 
@@ -539,6 +561,8 @@
   
     
   
+    
+  
 
   
 
@@ -575,6 +599,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -618,6 +644,46 @@
   
     
   
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
 
   
 
@@ -654,6 +720,8 @@
   
     
   
+    
+  
 
   
 
@@ -690,6 +758,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -2816,6 +2886,12 @@ Here are some examples:</p>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/tutorial.html">Tutorial</a></li>
       
 
@@ -2962,6 +3038,12 @@ Here are some examples:</p>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/stream.html">Streaming</a></li>
       
 
@@ -3326,6 +3408,12 @@ Here are some examples:</p>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class="current"><a href="/docs/reference.html">SQL language</a></li>
       
 
@@ -3574,6 +3662,96 @@ Here are some examples:</p>
       
     
     
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/api.html">API</a></li>
       
 
@@ -3589,6 +3767,12 @@ Here are some examples:</p>
   
     
     
+      
+    
+    
+  
+    
+    
       
     
     

Modified: calcite/site/docs/stream.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/stream.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/docs/stream.html (original)
+++ calcite/site/docs/stream.html Mon Mar  7 01:22:43 2016
@@ -122,6 +122,8 @@
   
     
   
+    
+  
 
   
 
@@ -158,6 +160,8 @@
   
     
   
+    
+  
 
   
 
@@ -194,6 +198,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -237,6 +243,8 @@
   
     
   
+    
+  
 
   
 
@@ -273,6 +281,8 @@
   
     
   
+    
+  
 
   
 
@@ -309,6 +319,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -352,6 +364,8 @@
   
     
   
+    
+  
 
   
 
@@ -388,6 +402,8 @@
   
     
   
+    
+  
 
   
 
@@ -424,6 +440,8 @@
   
     
   
+    
+  
 
   
 
@@ -460,6 +478,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -503,6 +523,8 @@
   
     
   
+    
+  
 
   
 
@@ -539,6 +561,8 @@
   
     
   
+    
+  
 
   
 
@@ -575,6 +599,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -618,6 +644,46 @@
   
     
   
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
 
   
 
@@ -654,6 +720,8 @@
   
     
   
+    
+  
 
   
 
@@ -690,6 +758,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -1926,6 +1996,12 @@ MillWheel: Fault-Tolerant Stream Process
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/tutorial.html">Tutorial</a></li>
       
 
@@ -2072,6 +2148,12 @@ MillWheel: Fault-Tolerant Stream Process
       
     
     
+  
+    
+    
+      
+    
+    
       <li class="current"><a href="/docs/stream.html">Streaming</a></li>
       
 
@@ -2436,6 +2518,12 @@ MillWheel: Fault-Tolerant Stream Process
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/reference.html">SQL language</a></li>
       
 
@@ -2684,6 +2772,96 @@ MillWheel: Fault-Tolerant Stream Process
       
     
     
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/api.html">API</a></li>
       
 
@@ -2699,6 +2877,12 @@ MillWheel: Fault-Tolerant Stream Process
   
     
     
+      
+    
+    
+  
+    
+    
       
     
     

Modified: calcite/site/docs/tutorial.html
URL: http://svn.apache.org/viewvc/calcite/site/docs/tutorial.html?rev=1733855&r1=1733854&r2=1733855&view=diff
==============================================================================
--- calcite/site/docs/tutorial.html (original)
+++ calcite/site/docs/tutorial.html Mon Mar  7 01:22:43 2016
@@ -122,6 +122,8 @@
   
     
   
+    
+  
 
   
 
@@ -158,6 +160,8 @@
   
     
   
+    
+  
 
   
 
@@ -194,6 +198,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -237,6 +243,8 @@
   
     
   
+    
+  
 
   
 
@@ -273,6 +281,8 @@
   
     
   
+    
+  
 
   
 
@@ -309,6 +319,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -352,6 +364,8 @@
   
     
   
+    
+  
 
   
 
@@ -388,6 +402,8 @@
   
     
   
+    
+  
 
   
 
@@ -424,6 +440,8 @@
   
     
   
+    
+  
 
   
 
@@ -460,6 +478,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -503,6 +523,8 @@
   
     
   
+    
+  
 
   
 
@@ -539,6 +561,8 @@
   
     
   
+    
+  
 
   
 
@@ -575,6 +599,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -618,6 +644,46 @@
   
     
   
+    
+  
+
+  
+
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
+    
+  
 
   
 
@@ -654,6 +720,8 @@
   
     
   
+    
+  
 
   
 
@@ -690,6 +758,8 @@
   
     
   
+    
+  
 
 
     </optgroup>
@@ -1616,6 +1686,12 @@ relational operators?</p>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class="current"><a href="/docs/tutorial.html">Tutorial</a></li>
       
 
@@ -1762,6 +1838,12 @@ relational operators?</p>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/stream.html">Streaming</a></li>
       
 
@@ -2126,6 +2208,12 @@ relational operators?</p>
       
     
     
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/reference.html">SQL language</a></li>
       
 
@@ -2374,6 +2462,96 @@ relational operators?</p>
       
     
     
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+      <li class=""><a href="/docs/powered_by.html">Powered By Calcite</a></li>
+      
+
+
+  
+  
+  
+
+  
+    
+  
+
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
+  
+    
+    
+      
+    
+    
       <li class=""><a href="/docs/api.html">API</a></li>
       
 
@@ -2389,6 +2567,12 @@ relational operators?</p>
   
     
     
+      
+    
+    
+  
+    
+    
       
     
     

Added: calcite/site/img/pb-calcite-140.png
URL: http://svn.apache.org/viewvc/calcite/site/img/pb-calcite-140.png?rev=1733855&view=auto
==============================================================================
Binary file - no diff available.

Propchange: calcite/site/img/pb-calcite-140.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: calcite/site/img/pb-calcite-240.png
URL: http://svn.apache.org/viewvc/calcite/site/img/pb-calcite-240.png?rev=1733855&view=auto
==============================================================================
Binary file - no diff available.

Propchange: calcite/site/img/pb-calcite-240.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream