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
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.
ifnull(null, true)
opensearchsql> SELECT cosh(0.5) FROM calcs WHERE ifnull(null, true) LIMIT 1; {'reason': 'Invalid SQL query', 'details': 'unsupported method: ifnull', 'type': 'SqlParseException'}
The text was updated successfully, but these errors were encountered:
@acarbonetto @matthewryanwells Seems like this issue is now completed, can I mark last task as done and close issue?
Sorry, something went wrong.
All tasks marked as completed. Closing.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: