-
Notifications
You must be signed in to change notification settings - Fork 33
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
Ppl help command #685
Ppl help command #685
Conversation
…the actual ppl syntax Signed-off-by: YANGDB <[email protected]>
Signed-off-by: YANGDB <[email protected]>
@LantaoJin search -help This would be done for all commands we want to add the Implementation concepts and consideration
Please let me know if this sounds reasonable and if you have any suggestions to make this simpler |
Hi @YANG-DB , I haven't get the point what is the
Seems you are going to add a If your proposal is for What confused me is the usage in description. It definitely is a For the SEARCH explain=index
| <ppl command1>
| <ppl command2 or EXPLAIN source=index
| <ppl command1>
| <ppl command2 |
# Conflicts: # ppl-spark-integration/src/main/java/org/opensearch/sql/ppl/CatalystQueryPlanVisitor.java # ppl-spark-integration/src/main/java/org/opensearch/sql/ppl/parser/AstStatementBuilder.java # ppl-spark-integration/src/main/scala/org/opensearch/flint/spark/ppl/PPLSyntaxParser.scala
Signed-off-by: YANGDB <[email protected]>
@YANG-DB plz resolve conflict |
Signed-off-by: YANGDB <[email protected]>
# Conflicts: # ppl-spark-integration/src/main/java/org/opensearch/sql/ppl/CatalystQueryPlanVisitor.java # ppl-spark-integration/src/main/scala/org/opensearch/flint/spark/ppl/PPLSyntaxParser.scala
Signed-off-by: YANGDB <[email protected]>
Signed-off-by: YANGDB <[email protected]>
Signed-off-by: YANGDB <[email protected]>
Signed-off-by: YANGDB <[email protected]>
Signed-off-by: YANGDB <[email protected]>
Signed-off-by: YANGDB <[email protected]>
# Conflicts: # ppl-spark-integration/src/main/antlr4/OpenSearchPPLParser.g4
Signed-off-by: YANGDB <[email protected]>
closing this as it has not gained sufficient attention |
Description
Add PPL
-help
command to assist grammar explaining and assisting users on different dialects and semanticsearch -help
results in:
Issues Resolved
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.