doc fixes

This commit is contained in:
Yatsishin Ilya 2020-02-04 15:25:09 +03:00
parent 907037bcca
commit 9e542f6cb0
7 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Generates random data with given schema.
Allows to populate test tables with data.
Supports all data types that can be stored in table except LowCardinality, AggregateFunction.
Supports all data types that can be stored in table except `LowCardinality` and `AggregateFunction`.
```sql
generate('name TypeName[, name TypeName]...', 'limit'[, 'max_array_length'[, 'max_string_length'[, 'random_seed']]]);

View File

@ -2,7 +2,7 @@
Генерирует случайные данные с заданной схемой.
Позволяет заполнять тестовые таблицы данными.
Поддерживает все типы данных, которые могут храниться в таблице, за исключением LowCardinality, AggregateFunction.
Поддерживает все типы данных, которые могут храниться в таблице, за исключением `LowCardinality` и `AggregateFunction`.
```sql
generate('name TypeName[, name TypeName]...', 'limit'[, 'max_array_length'[, 'max_string_length'[, 'random_seed']]]);

View File

@ -142,6 +142,7 @@ nav:
- 'odbc': 'query_language/table_functions/odbc.md'
- 'hdfs': 'query_language/table_functions/hdfs.md'
- 'input': 'query_language/table_functions/input.md'
- 'generate': 'query_language/table_functions/generate.md'
- 'Dictionaries':
- 'Introduction': 'query_language/dicts/index.md'
- 'External Dictionaries':

View File

@ -168,6 +168,7 @@ nav:
- 'odbc': 'query_language/table_functions/odbc.md'
- 'hdfs': 'query_language/table_functions/hdfs.md'
- 'input': 'query_language/table_functions/input.md'
- 'generate': 'query_language/table_functions/generate.md'
- 'Dictionaries':
- 'Introduction': 'query_language/dicts/index.md'
- 'External Dictionaries':

View File

@ -140,7 +140,8 @@ nav:
- 'odbc': 'query_language/table_functions/odbc.md'
- 'hdfs': 'query_language/table_functions/hdfs.md'
- 'input': 'query_language/table_functions/input.md'
- 'Dictionaries':
- 'generate': 'query_language/table_functions/generate.md'
- 'Dictionaries':
- 'Introduction': 'query_language/dicts/index.md'
- 'External Dictionaries':
- 'General Description': 'query_language/dicts/external_dicts.md'

View File

@ -141,6 +141,7 @@ nav:
- 'odbc': 'query_language/table_functions/odbc.md'
- 'hdfs': 'query_language/table_functions/hdfs.md'
- 'input': 'query_language/table_functions/input.md'
- 'generate': 'query_language/table_functions/generate.md'
- 'Словари':
- 'Введение': 'query_language/dicts/index.md'
- 'Внешние словари':

View File

@ -167,6 +167,7 @@ nav:
- 'odbc': 'query_language/table_functions/odbc.md'
- 'hdfs': 'query_language/table_functions/hdfs.md'
- 'input': 'query_language/table_functions/input.md'
- 'generate': 'query_language/table_functions/generate.md'
- '字典':
- '介绍': 'query_language/dicts/index.md'
- '外部字典':