| MySQL 5.6.14 Source Code Document
    | 

| 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::GetValueSpec * | extraGetValues | 
| Uint32 | numExtraGetValues | 
| Uint32 | partitionId | 
| const NdbInterpretedCode * | interpretedCode | 
| void * | customData | 
| const Ndb::PartitionSpec * | partitionInfo | 
| Uint32 | sizeOfPartInfo | 
Definition at line 108 of file NdbScanOperation.hpp.