Plan
Class for execution plan received by prepending Cypher with EXPLAIN.
Constructor Summary
Public Constructor | ||
public |
constructor(plan: Object) Create a Plan instance |
Member Summary
Public Members | ||
public |
arguments: * |
|
public |
children: * |
|
public |
identifiers: * |
|
public |
operatorType: * |
Public Constructors
public constructor(plan: Object) source
Create a Plan instance
Params:
Name | Type | Attribute | Description |
plan | Object | Object with plan data |