MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
QueryNode Struct Reference

Public Types

enum  OpType { QN_LOOKUP = 0x1, QN_SCAN_FRAG = 0x2, QN_SCAN_INDEX = 0x3, QN_END = 0 }

Static Public Member Functions

static Uint32 getOpType (Uint32 op_len)
static Uint32 getLength (Uint32 op_len)
static void setOpLen (Uint32 &d, Uint32 o, Uint32 l)

Public Attributes

Uint32 len
Uint32 requestInfo
Uint32 tableId
Uint32 tableVersion

Detailed Description

Definition at line 24 of file QueryTree.hpp.


The documentation for this struct was generated from the following file: