From 394c6c7bb06445b1a707b6b1b4eccb0ce181ccec Mon Sep 17 00:00:00 2001 From: morningman Date: Fri, 19 Jul 2019 17:26:47 +0800 Subject: [PATCH] Fix index.rst file for aggregation-function SQL reference docs --- .../sql-functions/aggregate-functions/index.rst | 8 ++++++++ .../cn/sql-reference/sql-functions/index.rst | 1 + 2 files changed, 9 insertions(+) create mode 100644 docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/index.rst diff --git a/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/index.rst b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/index.rst new file mode 100644 index 00000000000000..10a1dceb92d1d7 --- /dev/null +++ b/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/index.rst @@ -0,0 +1,8 @@ +============= +聚合函数 +============= + +.. toctree:: + :glob: + + * diff --git a/docs/documentation/cn/sql-reference/sql-functions/index.rst b/docs/documentation/cn/sql-reference/sql-functions/index.rst index b9547de89642f0..4f929c43878d62 100644 --- a/docs/documentation/cn/sql-reference/sql-functions/index.rst +++ b/docs/documentation/cn/sql-reference/sql-functions/index.rst @@ -13,3 +13,4 @@ SQL 函数 date-time-functions/index spatial-functions/index string-functions/index + aggregate-functions/index