clickhouse-docs icon indicating copy to clipboard operation
clickhouse-docs copied to clipboard

Formatting consistency: `arguments` vs `parameters`

Open Blargian opened this issue 1 year ago • 0 comments

In the documentation for ClickHouse's aggregate functions we make a distinction between arguments and parameters (see for example exponentialMovingAverage) however for regular functions we use arguments in some cases and parameters in others.

For instance:

The usage of both is scattered around the docs. While the terms are probably interchangeable in this context I think we should be consistent in our formatting choices.

To do:

  • [ ] decide on a convention.
  • [ ] search through the docs and generate a list of all 'incorrect' usages.
  • [ ] make the change to those functions.

Blargian avatar Jun 13 '24 07:06 Blargian