mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
1.1 KiB
1.1 KiB
functionName
Short description.
Syntax (without SELECT)
<function syntax>
Alias: <alias name>
. (Optional)
More text (Optional).
Arguments (Optional)
x
— Description. Optional (only for optional arguments). Possible values: . Default value: . Type name.y
— Description. Optional (only for optional arguments). Possible values: .Default value: . Type name.
Parameters (Optional, only for parametric aggregate functions)
z
— Description. Optional (only for optional parameters). Possible values: . Default value: . Type name.
Returned value(s)
- Returned values list.
Type: Type name.
Example
The example must show usage and/or a use cases. The following text contains recommended parts of an example.
Input table (Optional):
Query:
Result:
See Also (Optional)