libneo4j-client-2.2.0
|
An execution step in a plan (or profile) for an evaluated statement. More...
#include <neo4j-client.h>
Data Fields | |
const char * | operator_type |
The name of the operator type applied in this execution step. | |
const char *const * | identifiers |
An array of identifier names available in this step. | |
unsigned int | nidentifiers |
The number of identifiers. | |
double | estimated_rows |
The estimated number of rows to be handled by this step. | |
unsigned long long | rows |
The number of rows handled by this step (for profiled plans only). | |
unsigned long long | db_hits |
The number of db_hits (for profiled plans only). | |
unsigned long long | page_cache_hits |
The number of page cache hits (for profiled plans only). | |
unsigned long long | page_cache_misses |
The number of page cache misses (for profiled plans only). | |
struct neo4j_statement_execution_step ** | sources |
An array containing the sources for this step. | |
unsigned int | nsources |
The number of sources. | |
neo4j_value_t | arguments |
A NEO4J_MAP, containing all the arguments for this step as provided by the server. | |
An execution step in a plan (or profile) for an evaluated statement.