Node uses ConstantsTrait
Represents the attributes of a runtime statistics per query execution node.
Tags
Table of Contents
Constants
- CALLS : string = 'calls'
- The number of calls to this node.
- ID : string = 'id'
- The execution node ID to correlate the statistics with the plan returned in the extra attribute.
- ITEMS : string = 'items'
- The number of items returned by this node. Items are the temporary results returned at this stage.
- RUNTIME : string = 'runtime'
- The execution time of this node in seconds.
Constants
CALLS
The number of calls to this node.
public
string
CALLS
= 'calls'
ID
The execution node ID to correlate the statistics with the plan returned in the extra attribute.
public
string
ID
= 'id'
ITEMS
The number of items returned by this node. Items are the temporary results returned at this stage.
public
string
ITEMS
= 'items'
RUNTIME
The execution time of this node in seconds.
public
string
RUNTIME
= 'runtime'