Expand description
Tree-formatted statement explanations. Human-readable query plan inspection.
Provides structured tree-formatted explanations of parsed QQL statements, detailing query execution intent, CTE subqueries, target vector spaces, routing keys, filter trees, and parameter configurations.
Functionsยง
- explain
- Parse
sourceand return a structured execution plan. - explain_
all - Explain every statement in a semicolon-delimited script. Returns a concatenated plan, one section per statement.
- explain_
node - Render a single AST node as a tree-structured plan.
- explain_
nodes - Explain an already parsed sequence without parsing the source again.