ClickHouse's system table system.functions exposes if functions are deterministic.
However, the docs of non-deterministic functions don't mention this fact. Example: rand()
It would be cool if the docs generator could add something like Note: The function is non-deterministic. to the end of the description or the "Returned value" section.
ClickHouse's system table system.functions exposes if functions are deterministic.
However, the docs of non-deterministic functions don't mention this fact. Example: rand()
It would be cool if the docs generator could add something like
Note: The function is non-deterministic.to the end of the description or the "Returned value" section.