libneo4j-client-2.2.0
|
The plan (or profile) for an evaluated statement. More...
#include <neo4j-client.h>
Data Fields | |
const char * | version |
The version of the compiler that produced the plan/profile. | |
const char * | planner |
The planner that was used to produce the plan/profile. | |
const char * | runtime |
The runtime that was or would be used for evaluating the statement. | |
bool | is_profile |
true if profile data is included in the execution steps. | |
struct neo4j_statement_execution_step * | output_step |
The output execution step. | |
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.