mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Move table functions lower in ToC
This commit is contained in:
parent
3031cc2788
commit
3e40ef5549
@ -55,12 +55,6 @@ pages:
|
||||
- 'Queries': 'query_language/queries.md'
|
||||
- 'Syntax': 'query_language/syntax.md'
|
||||
- 'Operators': 'query_language/operators.md'
|
||||
- 'Table functions':
|
||||
- 'Introduction': 'query_language/table_functions/index.md'
|
||||
- 'file': 'query_language/table_functions/file.md'
|
||||
- 'merge': 'query_language/table_functions/merge.md'
|
||||
- 'numbers': 'query_language/table_functions/numbers.md'
|
||||
- 'remote': 'query_language/table_functions/remote.md'
|
||||
- 'Functions':
|
||||
- 'Introduction': 'query_language/functions/index.md'
|
||||
- 'Arithmetic functions': 'query_language/functions/arithmetic_functions.md'
|
||||
@ -89,13 +83,17 @@ pages:
|
||||
- 'Functions for working with Yandex.Metrica dictionaries': 'query_language/functions/ym_dict_functions.md'
|
||||
- 'Functions for implementing the IN operator': 'query_language/functions/in_functions.md'
|
||||
- 'arrayJoin function': 'query_language/functions/array_join.md'
|
||||
|
||||
- 'Aggregate functions':
|
||||
- 'Introduction': 'query_language/agg_functions/index.md'
|
||||
- 'Function reference': 'query_language/agg_functions/reference.md'
|
||||
- 'Aggregate function combinators': 'query_language/agg_functions/combinators.md'
|
||||
- 'Parametric aggregate functions': 'query_language/agg_functions/parametric_functions.md'
|
||||
|
||||
- 'Table functions':
|
||||
- 'Introduction': 'query_language/table_functions/index.md'
|
||||
- 'file': 'query_language/table_functions/file.md'
|
||||
- 'merge': 'query_language/table_functions/merge.md'
|
||||
- 'numbers': 'query_language/table_functions/numbers.md'
|
||||
- 'remote': 'query_language/table_functions/remote.md'
|
||||
- 'Dictionaries':
|
||||
- 'Introduction': 'query_language/dicts/index.md'
|
||||
- 'External dictionaries':
|
||||
|
@ -90,7 +90,12 @@ pages:
|
||||
- 'Справочник функций': 'query_language/agg_functions/reference.md'
|
||||
- 'Комбинаторы агрегатных функций': 'query_language/agg_functions/combinators.md'
|
||||
- 'Параметрические агрегатные функции': 'query_language/agg_functions/parametric_functions.md'
|
||||
|
||||
- 'Табличные функции':
|
||||
- 'Введение': 'query_language/table_functions/index.md'
|
||||
- 'file': 'query_language/table_functions/file.md'
|
||||
- 'merge': 'query_language/table_functions/merge.md'
|
||||
- 'numbers': 'query_language/table_functions/numbers.md'
|
||||
- 'remote': 'query_language/table_functions/remote.md'
|
||||
- 'Словари':
|
||||
- 'Введение': 'query_language/dicts/index.md'
|
||||
- 'Внешние словари':
|
||||
@ -102,12 +107,6 @@ pages:
|
||||
- 'Ключ и поля словаря': 'query_language/dicts/external_dicts_dict_structure.md'
|
||||
- 'Встроенные словари': 'query_language/dicts/internal_dicts.md'
|
||||
|
||||
- 'Табличные функции':
|
||||
- 'Введение': 'query_language/table_functions/index.md'
|
||||
- 'file': 'query_language/table_functions/file.md'
|
||||
- 'merge': 'query_language/table_functions/merge.md'
|
||||
- 'numbers': 'query_language/table_functions/numbers.md'
|
||||
- 'remote': 'query_language/table_functions/remote.md'
|
||||
|
||||
- 'Эксплуатация':
|
||||
# - 'Эксплуатация': 'operations/index.md'
|
||||
|
Loading…
Reference in New Issue
Block a user