Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1FD66200CF8 for ; Thu, 14 Sep 2017 21:55:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1F45B1609C6; Thu, 14 Sep 2017 19:55:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1C97E1609CF for ; Thu, 14 Sep 2017 21:55:52 +0200 (CEST) Received: (qmail 23443 invoked by uid 500); 14 Sep 2017 19:55:52 -0000 Mailing-List: contact commits-help@asterixdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.apache.org Delivered-To: mailing list commits@asterixdb.apache.org Received: (qmail 23320 invoked by uid 99); 14 Sep 2017 19:55:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Sep 2017 19:55:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 13A9AF57FC; Thu, 14 Sep 2017 19:55:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: imaxon@apache.org To: commits@asterixdb.apache.org Date: Thu, 14 Sep 2017 19:55:54 -0000 Message-Id: In-Reply-To: <4921cf133f554c798edb97eac67d4f9c@git.apache.org> References: <4921cf133f554c798edb97eac67d4f9c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/6] asterixdb-site git commit: Fix 0.9.2 docs archived-at: Thu, 14 Sep 2017 19:55:55 -0000 http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/f9dfc038/docs/0.9.2/aql/externaldata.html ---------------------------------------------------------------------- diff --git a/docs/0.9.2/aql/externaldata.html b/docs/0.9.2/aql/externaldata.html index 46d48f3..fec80ae 100644 --- a/docs/0.9.2/aql/externaldata.html +++ b/docs/0.9.2/aql/externaldata.html @@ -1,13 +1,13 @@ - + AsterixDB – Accessing External Data in AsterixDB @@ -48,11 +48,11 @@ + +

Double precision is an alias of double.

+

Binary

binary represents a sequence of bytes. It can be constructed from a hex or a base64 string sequence. The total length of the byte sequence can be up to 2,147,483,648.

@@ -791,7 +825,24 @@
{ "v1": uuid("5c848e5c-6b6a-498f-8452-8847a2957421") }
 
- + +

Incomplete Information Types

@@ -821,7 +872,7 @@

Missing

-

missing represents a missing name-value pair in an object. If the referenced field does not exist, an empty result value is returned by the query.

+

missing indicates that a name-value pair is missing from an object. If a missing name-value pair is accessed, an empty result value is returned by the query.

As neither the data model nor the system enforces homogeneity for datasets or collections, items in a dataset or collection can be of heterogeneous types and so a field can be present in one object and missing in another.

    @@ -845,7 +896,24 @@
    {  }
     
-

Since a field with value missing means the field is absent, we get an empty object.

+

Since a field with value missing means the field is absent, we get an empty object.

+

Derived Types

http://git-wip-us.apache.org/repos/asf/asterixdb-site/blob/f9dfc038/docs/0.9.2/feeds/tutorial.html ---------------------------------------------------------------------- diff --git a/docs/0.9.2/feeds/tutorial.html b/docs/0.9.2/feeds/tutorial.html index c6000c1..b39917d 100644 --- a/docs/0.9.2/feeds/tutorial.html +++ b/docs/0.9.2/feeds/tutorial.html @@ -1,13 +1,13 @@ - + AsterixDB – Support for Data Ingestion in AsterixDB @@ -48,11 +48,11 @@