ClickHouse/docs/_description_templates/template-function.md

855 B

functionName

Short description.

Syntax (without SELECT)

<function syntax>

Alias: <alias name>. (Optional)

More text (Optional).

Arguments (Optional)

Parameters (Optional, only for parametric aggregate functions)

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)