struct node_info
Overview
struct node_info { // fields node_type_t type; node_descr_t descr; int parent_id; int node_id; int plan_id; param* params; uint32_t start_ts[2]; uint32_t end_ts[2]; result_info_t result; };
Detailed Documentation
Fields
node_type_t type
Node type
node_descr_t descr
Description of the node
int parent_id
ID of parent node
int node_id
ID of this node
int plan_id
ID of the next run item in the execution plan
param* params
List of parameters
uint32_t start_ts[2]
Timestamp of a “node start” event
uint32_t end_ts[2]
Timestamp of a “node end” event
result_info_t result
Node result info