提交 6802db69 编写于 作者: O Olga Revyakina

Database or Table Engine descrition template upd

上级 73573472
...@@ -195,7 +195,7 @@ Templates: ...@@ -195,7 +195,7 @@ Templates:
- [Function](_description_templates/template-function.md) - [Function](_description_templates/template-function.md)
- [Setting](_description_templates/template-setting.md) - [Setting](_description_templates/template-setting.md)
- [Table engine](_description_templates/template-table-engine.md) - [Database or Table engine](_description_templates/template-engine.md)
- [System table](_description_templates/template-system-table.md) - [System table](_description_templates/template-system-table.md)
......
# EngineName {#enginename} # EngineName {#enginename}
- What the engine does. - What the Database/Table engine does.
- Relations with other engines if they exist. - Relations with other engines if they exist.
## Creating a Database {#creating-a-database}
``` sql
CREATE DATABASE ...
```
or
## Creating a Table {#creating-a-table} ## Creating a Table {#creating-a-table}
``` sql ``` sql
CREATE TABLE ... CREATE TABLE ...
...@@ -10,12 +16,19 @@ ...@@ -10,12 +16,19 @@
**Engine Parameters** **Engine Parameters**
**Query Clauses** **Query Clauses** (for Table engines only)
## Virtual columns {#virtual-columns} ## Virtual columns {#virtual-columns} (for Table engines only)
List and virtual columns with description, if they exist. List and virtual columns with description, if they exist.
## Data Types Support {#data_types-support} (for Database engines only)
| EngineName | ClickHouse |
|-----------------------|------------------------------------|
| NativeDataTypeName | [ClickHouseDataTypeName](link#) |
## Specifics and recommendations {#specifics-and-recommendations} ## Specifics and recommendations {#specifics-and-recommendations}
Algorithms Algorithms
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册