You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/05/17 11:26:50 UTC

[incubator-doris] branch master updated: [doc]add largeint doc (#9609)

This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 0aac9489ae [doc]add largeint doc (#9609)
0aac9489ae is described below

commit 0aac9489aea75270faa1612cbf593abba7929b16
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Tue May 17 19:26:45 2022 +0800

    [doc]add largeint doc (#9609)
    
    add largeint doc
---
 docs/.vuepress/sidebar/en.js                       |  1 +
 docs/.vuepress/sidebar/zh-CN.js                    |  1 +
 .../sql-reference/Data-Types/LARGEINT.md           | 33 ++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/docs/.vuepress/sidebar/en.js b/docs/.vuepress/sidebar/en.js
index 0517c63ef8..cb677e32d3 100644
--- a/docs/.vuepress/sidebar/en.js
+++ b/docs/.vuepress/sidebar/en.js
@@ -807,6 +807,7 @@ module.exports = [
               "FLOAT",
               "HLL",
               "INT",
+              "LARGEINT",
               "SMALLINT",
               "STRING",
               "TINYINT",
diff --git a/docs/.vuepress/sidebar/zh-CN.js b/docs/.vuepress/sidebar/zh-CN.js
index 4421e26d4d..e1fad83642 100644
--- a/docs/.vuepress/sidebar/zh-CN.js
+++ b/docs/.vuepress/sidebar/zh-CN.js
@@ -807,6 +807,7 @@ module.exports = [
               "FLOAT",
               "HLL",
               "INT",
+              "LARGEINT",              
               "SMALLINT",
               "STRING",
               "TINYINT",
diff --git a/docs/en/sql-manual/sql-reference/Data-Types/LARGEINT.md b/docs/en/sql-manual/sql-reference/Data-Types/LARGEINT.md
new file mode 100644
index 0000000000..98e58bfae6
--- /dev/null
+++ b/docs/en/sql-manual/sql-reference/Data-Types/LARGEINT.md
@@ -0,0 +1,33 @@
+---
+{
+    "title": "LARGEINT",
+    "language": "en"
+}
+---
+
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+## LARGEINT
+### Description
+LARGEINT
+16-byte signed integer, range [-2^127 + 1 ~ 2^127 - 1]
+
+### keywords
+BIGINT


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org