Repository: asterixdb-site
Updated Branches:
  refs/heads/asf-site f9dfc038e -> 7a4bed914


http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/7a4bed91/content/docs/0.9.2/sqlpp/primer-sqlpp.html
----------------------------------------------------------------------
diff --git a/content/docs/0.9.2/sqlpp/primer-sqlpp.html 
b/content/docs/0.9.2/sqlpp/primer-sqlpp.html
index 38d87c8..e297244 100644
--- a/content/docs/0.9.2/sqlpp/primer-sqlpp.html
+++ b/content/docs/0.9.2/sqlpp/primer-sqlpp.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-08-25
+ | Generated by Apache Maven Doxia at 2017-09-14
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170825" />
+    <meta name="Date-Revision-yyyymmdd" content="20170914" />
     <meta http-equiv="Content-Language" content="en" />
     <title>AsterixDB &#x2013; AsterixDB 101: An ADM and SQL++ Primer</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -48,11 +48,11 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-08-25</li>
+                  <li id="publishDate">Last Published: 2017-09-14</li>
                       
                 
                     
-                 <li id="projectVersion" class="pull-right">Version: 
0.9.3-SNAPSHOT</li>
+                 <li id="projectVersion" class="pull-right">Version: 0.9.2</li>
       
                                             <li class="divider 
pull-right">|</li>
                         
@@ -889,34 +889,6 @@
     { &quot;chirp&quot;: { &quot;chirpId&quot;: &quot;8&quot;, 
&quot;user&quot;: { &quot;screenName&quot;: &quot;NathanGiesen@211&quot;, 
&quot;lang&quot;: &quot;en&quot;, &quot;friendsCount&quot;: 39339, 
&quot;statusesCount&quot;: 473, &quot;name&quot;: &quot;Nathan Giesen&quot;, 
&quot;followersCount&quot;: 49416 }, &quot;senderLocation&quot;: 
point(&quot;46.05,93.34&quot;), &quot;sendTime&quot;: 
datetime(&quot;2005-10-14T10:10:00.000Z&quot;), &quot;referredTopics&quot;: {{ 
&quot;product-z&quot;, &quot;shortcut-menu&quot; }}, &quot;messageText&quot;: 
&quot; like product-z the shortcut-menu is awesome:)&quot; }, 
&quot;similarChirps&quot;: [  ] }
 </pre></div></div></div>
 <div class="section">
-<h3><a name="Inserting_New_Data"></a>Inserting New Data</h3>
-<p>In addition to loading and querying data, AsterixDB supports incremental 
additions to datasets via the SQL++ <i>INSERT</i> statement.</p>
-<p>The following example adds a new chirp by user &#x201c;<a 
class="externalLink" 
href="mailto:NathanGiesen@211";>NathanGiesen@211</a>&#x201d; to the 
ChirpMessages dataset. (An astute reader may notice that this chirp was issued 
a half an hour after his last chirp, so his counts have all gone up in the 
interim, although he appears not to have moved in the last half hour.)</p>
-
-<div class="source">
-<div class="source">
-<pre>    USE TinySocial;
-
-    INSERT INTO ChirpMessages
-    (
-       {&quot;chirpId&quot;: &quot;13&quot;,
-        &quot;user&quot;:
-            {&quot;screenName&quot;: &quot;NathanGiesen@211&quot;,
-             &quot;lang&quot;: &quot;en&quot;,
-             &quot;friendsCount&quot;: 39345,
-             &quot;statusesCount&quot;: 479,
-             &quot;name&quot;: &quot;Nathan Giesen&quot;,
-             &quot;followersCount&quot;: 49420
-            },
-        &quot;senderLocation&quot;: point(&quot;47.44,80.65&quot;),
-        &quot;sendTime&quot;: datetime(&quot;2008-04-26T10:10:35&quot;),
-        &quot;referredTopics&quot;: {{&quot;chirping&quot;}},
-        &quot;messageText&quot;: &quot;chirpy chirp, my fellow chirpers!&quot;
-       }
-    );
-</pre></div></div>
-<p>In general, the data to be inserted may be specified using any valid SQL++ 
query expression. The insertion of a single object instance, as in this 
example, is just a special case where the query expression happens to be a 
object constructor involving only constants.</p></div>
-<div class="section">
 <h3><a name="Deleting_Existing_Data"></a>Deleting Existing Data</h3>
 <p>In addition to inserting new data, AsterixDB supports deletion from 
datasets via the SQL++ <i>DELETE</i> statement. The statement supports 
&#x201c;searched delete&#x201d; semantics, and its <i>WHERE</i> clause can 
involve any valid XQuery expression.</p>
 <p>The following example deletes the chirp that we just added from user 
&quot;<a class="externalLink" 
href="mailto:NathanGiesen@211&quot;";>NathanGiesen@211&quot;</a>. (Easy come, 
easy go. :-))</p>

http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/7a4bed91/content/docs/0.9.2/udf.html
----------------------------------------------------------------------
diff --git a/content/docs/0.9.2/udf.html b/content/docs/0.9.2/udf.html
index 8d9c237..d5d937b 100644
--- a/content/docs/0.9.2/udf.html
+++ b/content/docs/0.9.2/udf.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-07-27
+ | Generated by Apache Maven Doxia at 2017-09-14
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170727" />
+    <meta name="Date-Revision-yyyymmdd" content="20170914" />
     <meta http-equiv="Content-Language" content="en" />
     <title>AsterixDB &#x2013; Support for User Defined Functions in 
AsterixDB</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -48,11 +48,11 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-07-27</li>
+                  <li id="publishDate">Last Published: 2017-09-14</li>
                       
                 
                     
-                 <li id="projectVersion" class="pull-right">Version: 
0.9.2-SNAPSHOT</li>
+                 <li id="projectVersion" class="pull-right">Version: 0.9.2</li>
       
                                             <li class="divider 
pull-right">|</li>
                         

http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/7a4bed91/content/docs/0.9.2/yarn.html
----------------------------------------------------------------------
diff --git a/content/docs/0.9.2/yarn.html b/content/docs/0.9.2/yarn.html
index 9b332f0..2431c05 100644
--- a/content/docs/0.9.2/yarn.html
+++ b/content/docs/0.9.2/yarn.html
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2017-07-27
+ | Generated by Apache Maven Doxia at 2017-09-14
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20170727" />
+    <meta name="Date-Revision-yyyymmdd" content="20170914" />
     <meta http-equiv="Content-Language" content="en" />
     <title>AsterixDB &#x2013; Introduction</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -48,11 +48,11 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2017-07-27</li>
+                  <li id="publishDate">Last Published: 2017-09-14</li>
                       
                 
                     
-                 <li id="projectVersion" class="pull-right">Version: 
0.9.2-SNAPSHOT</li>
+                 <li id="projectVersion" class="pull-right">Version: 0.9.2</li>
       
                                             <li class="divider 
pull-right">|</li>
                         

Reply via email to