Home | Trees | Indices | Help |
|
---|
|
Parsing Postgres query plans (somewhat).
Functions | |||
|
Variables | |
__package__ =
|
Function Details |
returns a parsed query plan from an iterator returning postgres explain lines. pgPlan usually is a cursor resulting from an EXPLAIN query. The returned query plan is a tuple tree containing nodes of (op type, op dict, (children)), where op dict contains key-value pairs for things like cost, rows, etc. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |