Return-Path: X-Original-To: apmail-drill-commits-archive@www.apache.org Delivered-To: apmail-drill-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 640D717B88 for ; Fri, 1 May 2015 18:07:58 +0000 (UTC) Received: (qmail 76767 invoked by uid 500); 1 May 2015 18:07:58 -0000 Delivered-To: apmail-drill-commits-archive@drill.apache.org Received: (qmail 76684 invoked by uid 500); 1 May 2015 18:07:58 -0000 Mailing-List: contact commits-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@drill.apache.org Delivered-To: mailing list commits@drill.apache.org Received: (qmail 76140 invoked by uid 99); 1 May 2015 18:07:58 -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; Fri, 01 May 2015 18:07:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D8FD7E17E1; Fri, 1 May 2015 18:07:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tshiran@apache.org To: commits@drill.apache.org Date: Fri, 01 May 2015 18:08:31 -0000 Message-Id: <1efb446e5e6940129e8f3856f03a3273@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [35/50] [abbrv] drill git commit: switch footnote order switch footnote order Project: http://git-wip-us.apache.org/repos/asf/drill/repo Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/3f4d05ba Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/3f4d05ba Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/3f4d05ba Branch: refs/heads/gh-pages Commit: 3f4d05ba5ef52e2697f951b73e58edb96d418d39 Parents: 0d62e54 Author: Kristine Hahn Authored: Thu Apr 30 13:31:27 2015 -0700 Committer: Kristine Hahn Committed: Thu Apr 30 13:31:27 2015 -0700 ---------------------------------------------------------------------- .../data-types/010-supported-data-types.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/drill/blob/3f4d05ba/_docs/sql-reference/data-types/010-supported-data-types.md ---------------------------------------------------------------------- diff --git a/_docs/sql-reference/data-types/010-supported-data-types.md b/_docs/sql-reference/data-types/010-supported-data-types.md index c86bccd..27dfbd8 100644 --- a/_docs/sql-reference/data-types/010-supported-data-types.md +++ b/_docs/sql-reference/data-types/010-supported-data-types.md @@ -31,7 +31,7 @@ Drill reads from and writes to data sources having a wide variety of types. Dril 2015-12-30 - DECIMAL(p,s), or DEC(p,s), NUMERIC(p,s)*** + DECIMAL(p,s), or DEC(p,s), NUMERIC(p,s)* 38-digit precision number, precision is p, and scale is s DECIMAL(6,2) is 1234.56, 4 digits before and 2 digits after the decimal point @@ -61,7 +61,7 @@ Drill reads from and writes to data sources having a wide variety of types. Dril '1-2' year to month
More examples - SMALLINT* + SMALLINT** 2-byte signed integer in the range -32,768 to 32,767 32000 @@ -76,14 +76,14 @@ Drill reads from and writes to data sources having a wide variety of types. Dril 2015-12-30 22:55:55.23
More examples - CHARACTER VARYING, CHARACTER, CHAR, or VARCHAR** + CHARACTER VARYING, CHARACTER, CHAR, or VARCHAR*** UTF8-encoded variable-length string. In this release, CHAR, its aliases, and VARCHAR types are not fundamentally different types. The default limit is 1 character. The maximum character limit is 2,147,483,647. CHAR(30) casts data to a 30-character string maximum. -\* Not currently supported. -\*\* Currently, Drill supports only variable-length strings. -\*\*\* In this release, the NUMERIC data type is an alias for the DECIMAL data type. +\* In this release, the NUMERIC data type is an alias for the DECIMAL data type. +\*\* Not currently supported. +\*\*\* Currently, Drill supports only variable-length strings. ## Casting and Converting Data Types