:orphan: .. index:: pair: struct; node_info .. _doxid-structnode__info: struct node_info ================ .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct node_info { // fields node_type_t :ref:`type`; :ref:`node_descr_t` :ref:`descr`; int :ref:`parent_id`; int :ref:`node_id`; int :ref:`plan_id`; :ref:`param`* :ref:`params`; uint32_t :ref:`start_ts`[2]; uint32_t :ref:`end_ts`[2]; :ref:`result_info_t` :ref:`result`; }; .. _details-structnode__info: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; type .. _doxid-structnode__info_1a129e562970f806f0665ad1d4c8fb9d49: .. ref-code-block:: cpp :class: doxyrest-title-code-block node_type_t type Node type .. index:: pair: variable; descr .. _doxid-structnode__info_1a73ccf6c849e5230e2fea44f1df58b8d1: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`node_descr_t` descr Description of the node .. index:: pair: variable; parent_id .. _doxid-structnode__info_1ab89b962e33ab0cb018579bfa183a7091: .. ref-code-block:: cpp :class: doxyrest-title-code-block int parent_id ID of parent node .. index:: pair: variable; node_id .. _doxid-structnode__info_1a054eb6d748a99d0a982be13e5d9156ed: .. ref-code-block:: cpp :class: doxyrest-title-code-block int node_id ID of this node .. index:: pair: variable; plan_id .. _doxid-structnode__info_1a53604677e3718de83bd676111ad94103: .. ref-code-block:: cpp :class: doxyrest-title-code-block int plan_id ID of the next run item in the execution plan .. index:: pair: variable; params .. _doxid-structnode__info_1a10c079f468813b21252c41667ee0792e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`param`* params List of parameters .. index:: pair: variable; start_ts .. _doxid-structnode__info_1a4a91aed8c9fb1d306d14ff9c9f319087: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t start_ts[2] Timestamp of a "node start" event .. index:: pair: variable; end_ts .. _doxid-structnode__info_1a5cd2287f127c59b5a4d520bf759d3149: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t end_ts[2] Timestamp of a "node end" event .. index:: pair: variable; result .. _doxid-structnode__info_1a8490c0e550be34afcc882236ed78f089: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`result_info_t` result Node result info