libneo4j-client-2.2.0
Data Fields
neo4j_statement_plan Struct Reference

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_stepoutput_step
 The output execution step.
 

Detailed Description

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.