We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Daft does not support the median function. I just tried to run this h2o query:
median
select id4, id5, median(v3) as median_v3, stddev(v3) as sd_v3 from x group by id4, id5
Here's the error I got: daft.exceptions.InvalidSQLException: Unsupported SQL: 'Function median not found'.
daft.exceptions.InvalidSQLException: Unsupported SQL: 'Function
not found'
It would be great if median was supported. One step closer to getting Daft in the h2o benchmarks!
No response
No
The text was updated successfully, but these errors were encountered:
Hi @MrPowers , thanks for raising this issue up! I've added it to our backlog, and we'll use this Issue to track its progress
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem?
Daft does not support the
median
function. I just tried to run this h2o query:Here's the error I got:
daft.exceptions.InvalidSQLException: Unsupported SQL: 'Function
mediannot found'
.Describe the solution you'd like
It would be great if
median
was supported. One step closer to getting Daft in the h2o benchmarks!Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: