-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs]Fix statement docs of CANCAL, REFRESH, PAUSE and RESUME MATERIALIZED VIEW #1902
base: master
Are you sure you want to change the base?
Conversation
``` | ||
|
||
## Required Parameters | ||
**<task_id>** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 参数要一个序号
- 需要加上反引号
**<task_id>** | |
**1. `<task_id>`** |
Where: | ||
```sql | ||
refresh_type | ||
: [partitionSpec | COMPLETE | AUTO] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
: [partitionSpec | COMPLETE | AUTO] | |
: [ <partitionSpec> | COMPLETE | AUTO ] |
|
||
```sql | ||
partitionSpec | ||
: PARTITIONS (<partition_name1>[ , partition_name2 ][ ... ]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
: PARTITIONS (<partition_name1>[ , partition_name2 ][ ... ]) | |
: PARTITIONS (<partition_name> [, <partition_name> [, ... ] ]) |
**<refresh_type>** | ||
> Specifies the refresh type of this materialized view. | ||
> | ||
> The refresh type may be one of the partitionSpec, COMPLETE or AUTO. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
缺少可选参数<partition_name>
的说明
Versions
Languages
Docs Checklist