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

Provide ability to input multiple types of explain request. #972

Closed
shahzadlone opened this issue Dec 16, 2022 · 0 comments · Fixed by #1039
Closed

Provide ability to input multiple types of explain request. #972

shahzadlone opened this issue Dec 16, 2022 · 0 comments · Fixed by #1039
Assignees
Labels
feature New feature or request
Milestone

Comments

@shahzadlone
Copy link
Member

Currently we only have the default explain (AKA simple explain) that is used by this:
query @explain { ... }

Add ability to handle these:

query @explain(type: "simple") { ... } // performs same as above default
query @explain(type: "execute") { ... }
query @explain(type: "predict") { ... }
query @explain(type: "debug") { ... }
@shahzadlone shahzadlone added the feature New feature or request label Dec 16, 2022
@shahzadlone shahzadlone added this to the DefraDB v0.5 milestone Dec 16, 2022
@shahzadlone shahzadlone self-assigned this Dec 16, 2022
shahzadlone added a commit that referenced this issue Jan 21, 2023
- Resolves #972 

- Description: This PR lays the groundwork that was missing to push the work that implements the other remaining explain types.

- Usage:
```
@Explain
@Explain(type: simple)
```
shahzadlone added a commit that referenced this issue Apr 13, 2023
- Resolves #972 

- Description: This PR lays the groundwork that was missing to push the work that implements the other remaining explain types.

- Usage:
```
@Explain
@Explain(type: simple)
```
shahzadlone added a commit to shahzadlone/defradb that referenced this issue Feb 23, 2024
- Resolves sourcenetwork#972 

- Description: This PR lays the groundwork that was missing to push the work that implements the other remaining explain types.

- Usage:
```
@Explain
@Explain(type: simple)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant