Skip to main content

run

Function run 

Source
pub fn run(query: &str) -> Result<CommandResult>
Expand description

Run explain command

ยงErrors

Returns an error if the query cannot be parsed or if complexity analysis fails. Also propagates errors from JSON serialization of the response.