Module org.neo4j.driver
Class InternalPlan<T extends Plan>
java.lang.Object
org.neo4j.driver.internal.summary.InternalPlan<T>
- All Implemented Interfaces:
Plan
- Direct Known Subclasses:
InternalProfiledPlan
-
Field Summary
Modifier and TypeFieldDescriptionBuilds a regular plan without profiling information - eg. -
Constructor Summary
-
Method Summary
-
Field Details
-
EXPLAIN_PLAN_FROM_VALUE
Builds a regular plan without profiling information - eg. a plan that came as a result of an `EXPLAIN` query
-
-
Constructor Details
-
InternalPlan
-
-
Method Details
-
operatorType
- Specified by:
operatorType
in interfacePlan
- Returns:
- the operation this plan is performing.
-
identifiers
Description copied from interface:Plan
Identifiers used by this part of the plan. These can be both identifiers introduce by you, or automatically generated identifiers.- Specified by:
identifiers
in interfacePlan
- Returns:
- a list of identifiers used by this plan.
-
arguments
Description copied from interface:Plan
Manyoperators
have arguments defining their specific behavior. This map contains those arguments. -
children
Description copied from interface:Plan
As noted in the class-level javadoc, a plan is a tree, where each child is another plan. The children are where this part of the plan gets its input records - unless this is anoperator
that introduces new records on its own. -
toString
-
equals
-
hashCode
public int hashCode()
-