You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But actually return type of function depends on type of expression argument.
to check this you can run following query
SELECT toTypeName(quantileExact(number)),toTypeName(quantileExact(cast (number as int))), toTypeName(quantileExact(cast (number as float))) FROM numbers(10)
Additional context
No response
The text was updated successfully, but these errors were encountered:
Company or project name
No response
Describe the issue
Documentation says that return type of quantileExact is Float64, Date or DateTime. https://github.com/ClickHouse/ClickHouse/blob/master/docs/en/sql-reference/aggregate-functions/reference/quantileexact.md
But actually return type of function depends on type of expression argument.
to check this you can run following query
Additional context
No response
The text was updated successfully, but these errors were encountered: