| Package | Description |
|---|---|
| org.neo4j.driver.summary |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProfiledPlan
This is the same as a regular
Plan - except this plan has been executed, meaning it also contains detailed information about how much work each
step of the plan incurred on the database. |
| Modifier and Type | Method and Description |
|---|---|
Plan |
ResultSummary.plan()
This describes how the database will execute your query.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Plan> |
Plan.children()
As noted in the class-level javadoc, a plan is a tree, where each child is another plan.
|