neo4j_statement_plan_

The plan (or profile) for an evaluated statement.

Plans and profiles differ only in that execution steps do not contain row and db-hit data.

Members

Variables

is_profile
bool is_profile;

true if profile data is included in the execution steps.

output_step
neo4j_statement_execution_step* output_step;

The output execution step.

planner
const(char)* planner;

The planner that was used to produce the plan/profile.

runtime
const(char)* runtime;

The runtime that was or would be used for evaluating the statement.

version_
const(char)* version_;

The version of the compiler that produced the plan/profile.

Meta