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
asin
acos
atan
It seems asin, acos, atan functions are not implemented
I came across this issue while using the UQL parser within a grafana-infinity-datasource query.
grafana-infinity-datasource
I'm using version 0.0.23.
0.0.23
While trying to apply the following transformation:
extend "lat"=asin("ratio")
I get a not implemented error.
not implemented
In fact, it seems that such functions are not implemented in utils.ts.
utils.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
It seems
asin
,acos
,atan
functions are not implementedDescription
I came across this issue while using the UQL parser within a
grafana-infinity-datasource
query.I'm using version
0.0.23
.While trying to apply the following transformation:
I get a
not implemented
error.In fact, it seems that such functions are not implemented in
utils.ts
.The text was updated successfully, but these errors were encountered: