MySQL 5.6.14 Source Code Document
|
#include <QueryTree.hpp>
Public Types | |
enum | ScanIndexParamBits { SIP_PRUNE_PARAMS = 0x10000, SIP_PARALLEL = 0x20000, SIP_END = 0 } |
Public Member Functions | |
STATIC_CONST (NodeSize=4) | |
STATIC_CONST (BatchRowBits=11) |
Public Attributes | |
Uint32 | len |
Uint32 | requestInfo |
Uint32 | batchSize |
Uint32 | resultData |
Uint32 | optional [1] |
This struct describes parameters that are associated with a QN_ScanIndexNode
Definition at line 270 of file QueryTree.hpp.
SIP_PRUNE_PARAMS |
Do arguments contain parameters for prune-pattern |
SIP_PARALLEL |
Should it scan index in parallel This is needed for "multi-cursor" semantics with (partial) ordering |
Definition at line 280 of file QueryTree.hpp.
Uint32 QN_ScanIndexParameters::optional[1] |
Definition at line 300 of file QueryTree.hpp.