You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2019/01/30 15:11:38 UTC

svn commit: r1852529 - in /kylin/site: cn/docs/tutorial/sql_reference.html docs/index.html docs/tutorial/sql_reference.html feed.xml

Author: lidong
Date: Wed Jan 30 15:11:38 2019
New Revision: 1852529

URL: http://svn.apache.org/viewvc?rev=1852529&view=rev
Log:
minor, update doc index page

Modified:
    kylin/site/cn/docs/tutorial/sql_reference.html
    kylin/site/docs/index.html
    kylin/site/docs/tutorial/sql_reference.html
    kylin/site/feed.xml

Modified: kylin/site/cn/docs/tutorial/sql_reference.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/sql_reference.html?rev=1852529&r1=1852528&r2=1852529&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/sql_reference.html (original)
+++ kylin/site/cn/docs/tutorial/sql_reference.html Wed Jan 30 15:11:38 2019
@@ -166,7 +166,7 @@ var _hmt = _hmt || [];
 						<div id="pjax">
 							<h1 class="post-title">SQL 快速参考</h1>
 							<article class="post-content" >
-							<p>Kylin 是使用 Calcite 进行查询的,原则上 Kylin 支持所有 Calcite 能够识别的语句。</p>
+							<p>Apache Kylin 使用 Apache Calcite 做 SQL 解析和优化。作为一款 OLAP 引擎, Kylin 支持 <code class="highlighter-rouge">SELECT</code> 操作,而不支持其它操作例如 <code class="highlighter-rouge">INSERT</code>,<code class="highlighter-rouge">UPDATE</code> 和 <code class="highlighter-rouge">DELETE</code>,因此 Kylin 的 SQL 语法是 Apache Calcite 支持语法的一个子集。本文列举了 Kylin 支持的 SQL 语法、函数以及数据类型,但可能并不完整。您可以查看 <a href="https://calcite.apache.org/docs/reference.html">Calcite SQL reference</a> 以了解更多内容。</p>
 
 <h2 id="section">语法</h2>
 <p><a href="#QUERYSYNTAX">QUERY SYNTAX</a><br />

Modified: kylin/site/docs/index.html
URL: http://svn.apache.org/viewvc/kylin/site/docs/index.html?rev=1852529&r1=1852528&r2=1852529&view=diff
==============================================================================
--- kylin/site/docs/index.html (original)
+++ kylin/site/docs/index.html Wed Jan 30 15:11:38 2019
@@ -6249,7 +6249,7 @@ var _hmt = _hmt || [];
 
 <p>Apache Kylin™ is an open source Distributed Analytics Engine designed to provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets.</p>
 
-<p>This is the document for the latest released version (v2.5). Document of prior versions: <br />
+<p>This is the document for the latest released version (v2.5 &amp; v2.6). Document of prior versions: <br />
 * <a href="/docs24">v2.4 document</a><br />
 * <a href="/docs23">v2.3 document</a><br />
 * <a href="/docs21/">v2.1 and v2.2 document</a><br />
@@ -6272,7 +6272,7 @@ var _hmt = _hmt || [];
   <li><a href="tutorial/web.html">Web Interface</a></li>
   <li><a href="tutorial/create_cube.html">Cube Wizard</a></li>
   <li><a href="tutorial/cube_build_job.html">Cube Build and Job Monitoring</a></li>
-  <li><a href="tutorial/sql_reference.html">SQL reference: by Apache Calcite</a></li>
+  <li><a href="tutorial/sql_reference.html">SQL reference</a></li>
   <li><a href="tutorial/cube_streaming.html">Build Cube with Streaming Data</a></li>
   <li><a href="tutorial/cube_spark.html">Build Cube with Spark Engine</a></li>
   <li><a href="tutorial/cube_build_performance.html">Cube Build Tuning</a></li>

Modified: kylin/site/docs/tutorial/sql_reference.html
URL: http://svn.apache.org/viewvc/kylin/site/docs/tutorial/sql_reference.html?rev=1852529&r1=1852528&r2=1852529&view=diff
==============================================================================
--- kylin/site/docs/tutorial/sql_reference.html (original)
+++ kylin/site/docs/tutorial/sql_reference.html Wed Jan 30 15:11:38 2019
@@ -6245,7 +6245,7 @@ var _hmt = _hmt || [];
 							
 							
 							<article class="post-content" >	
-							<p>Kylin uses Calcite for the query. In principle, Kylin supports all statements that Calcite recognizes.</p>
+							<p>Apache Kylin relies on Apache Calcite to parse and optimize the SQL statements. As an OLAP engine, Kylin supports <code class="highlighter-rouge">SELECT</code> statements, while doesn’t support others like <code class="highlighter-rouge">INSERT</code>, <code class="highlighter-rouge">UPDATE</code> and <code class="highlighter-rouge">DELETE</code> operations in SQL, so Kylin’s SQL grammer is a subset of Apache Calcite. This page lists the SQL grammar, the functions and the basic data types that Kylin supports. You can also check <a href="https://calcite.apache.org/docs/reference.html">Calcite SQL reference</a> for more detailed info.</p>
 
 <h2 id="grammar">Grammar</h2>
 

Modified: kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1852529&r1=1852528&r2=1852529&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Wed Jan 30 15:11:38 2019
@@ -19,8 +19,8 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.apache.org/</link>
     <atom:link href="http://kylin.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Wed, 30 Jan 2019 05:59:20 -0800</pubDate>
-    <lastBuildDate>Wed, 30 Jan 2019 05:59:20 -0800</lastBuildDate>
+    <pubDate>Wed, 30 Jan 2019 07:03:13 -0800</pubDate>
+    <lastBuildDate>Wed, 30 Jan 2019 07:03:13 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>