Skip to main content

Module explain_query_tool

Module explain_query_tool 

Source
Expand description

The explain_query tool: returns the EXPLAIN QUERY PLAN output for a SQL statement, showing how SQLite will execute the query.

Structs§

ExplainQueryInput
The input parameters for the explain_query tool.
ExplainQueryOutput
The result of explaining a SQL query’s execution plan.
ExplainQueryTool
Show the query execution plan for a SQL statement. Returns the EXPLAIN QUERY PLAN output showing how SQLite will scan tables, use indexes, and join data.
PlanNode
A single node in the EXPLAIN QUERY PLAN output tree.

Enums§

ExplainQueryError
Errors specific to the explain_query tool.