Re-arrange existing reference

This commit is contained in:
Ivan Blinkov 2017-06-16 19:03:14 +03:00
parent 0b3f8e9132
commit 3b25915cf2
21 changed files with 21 additions and 14 deletions

View File

@ -1,10 +1,11 @@
Functions Functions
========= =========
There are at least* two types of functions - regular functions (they are just called "functions") and aggregate functions. These are completely different concepts. Regular functions work as if they are applied to each row separately (for each row, the result of the function doesn't depend on the other rows). Aggregate functions accumulate a set of values from various rows (i.e. they depend on the entire set of rows). There are at least\* two types of functions - regular functions (they are just called "functions") and aggregate functions. These are completely different concepts. Regular functions work as if they are applied to each row separately (for each row, the result of the function doesn't depend on the other rows). Aggregate functions accumulate a set of values from various rows (i.e. they depend on the entire set of rows).
In this section we discuss regular functions. For aggregate functions, see the section "Aggregate functions". In this section we discuss regular functions. For aggregate functions, see the section "Aggregate functions".
There is a third type of function that the 'arrayJoin' function belongs to; table functions can also be mentioned separately.
\* - there is a third type of function that the 'arrayJoin' function belongs to; table functions can also be mentioned separately.
.. toctree:: .. toctree::

View File

@ -1,4 +1,3 @@
Documentation Documentation
------------- -------------
@ -9,7 +8,6 @@ Documentation
getting_started getting_started
interfaces/index interfaces/index
query_language/index query_language/index
external_data
table_engines/index table_engines/index
system_tables/index system_tables/index
table_functions/index table_functions/index
@ -19,8 +17,5 @@ Documentation
functions/index functions/index
agg_functions/index agg_functions/index
dicts/index dicts/index
settings/index operations/index
configuration_files
access_rights
quotas
roadmap roadmap

View File

@ -0,0 +1,8 @@
Operations
==========
.. toctree::
:glob:
*
*/index

View File

@ -1,4 +1,3 @@
Документация Документация
------------ ------------
@ -9,7 +8,6 @@
getting_started getting_started
interfaces/index interfaces/index
query_language/index query_language/index
external_data
table_engines/index table_engines/index
system_tables/index system_tables/index
table_functions/index table_functions/index
@ -19,8 +17,5 @@
functions/index functions/index
agg_functions/index agg_functions/index
dicts/index dicts/index
settings/index operations/index
configuration_files
access_rights
quotas
roadmap roadmap

View File

@ -0,0 +1,8 @@
Эксплуатация
============
.. toctree::
:glob:
*
*/index