Skip to content
New issue

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

[FEATURE] Mathematical and Trigonometric functions missing from new V2 engine #1190

Closed
10 tasks done
MitchellGale opened this issue Dec 16, 2022 · 2 comments
Closed
10 tasks done

Comments

@MitchellGale
Copy link
Contributor

MitchellGale commented Dec 16, 2022

Missing Functions from V2 engine

Syntax from https://opensearch.org/docs/latest/search-plugins/sql/functions/.

Missing:

Can test by adding ifnull(null, true) to where clause which will run query in V2 engine.

opensearchsql> SELECT cosh(0.5) FROM calcs WHERE ifnull(null, true) LIMIT 1;                                                                                                                                                                                
{'reason': 'Invalid SQL query', 'details': 'unsupported method: ifnull', 'type': 'SqlParseException'}
@MitchellGale
Copy link
Contributor Author

@acarbonetto @matthewryanwells Seems like this issue is now completed, can I mark last task as done and close issue?

@MitchellGale
Copy link
Contributor Author

All tasks marked as completed. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants