Polyglot SQL API Documentation - v0.2.0
GitHub
npm
Preparing search index...
QueryPlan
Interface QueryPlan
Full query execution plan
interface
QueryPlan
{
dag
:
Record
<
number
,
number
[]
>
;
leaves
:
PlanStep
[]
;
root
:
PlanStep
;
}
Index
Properties
dag
leaves
root
Properties
dag
dag
:
Record
<
number
,
number
[]
>
leaves
leaves
:
PlanStep
[]
root
root
:
PlanStep
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dag
leaves
root
GitHub
npm
Polyglot SQL API Documentation - v0.2.0
Loading...
Full query execution plan