MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NdbScanOperation::ScanOptions Struct Reference
Collaboration diagram for NdbScanOperation::ScanOptions:

Public Types

enum  Type {
  SO_SCANFLAGS = 0x01, SO_PARALLEL = 0x02, SO_BATCH = 0x04, SO_GETVALUE = 0x08,
  SO_PARTITION_ID = 0x10, SO_INTERPRETED = 0x20, SO_CUSTOMDATA = 0x40, SO_PART_INFO = 0x80
}

Public Attributes

Uint64 optionsPresent
Uint32 scan_flags
Uint32 parallel
Uint32 batch
NdbOperation::GetValueSpecextraGetValues
Uint32 numExtraGetValues
Uint32 partitionId
const NdbInterpretedCodeinterpretedCode
void * customData
const Ndb::PartitionSpecpartitionInfo
Uint32 sizeOfPartInfo

Detailed Description

Definition at line 108 of file NdbScanOperation.hpp.


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