Physical row context.  
 More...
#include <ddl0impl.h>
◆ Row() [1/2]
◆ Row() [2/2]
  
  
      
        
          | ddl::Row::Row  | 
          ( | 
          const Row &  | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ ~Row()
◆ build()
Build a row from a raw record. 
- Parameters
 - 
  
    | [in,out] | ctx | DDL context.  | 
    | [in,out] | index | Index the record belongs to.  | 
    | [in,out] | heap | Heap to use for allocation.  | 
    | [in] | type | Copy pointers or copy data.  | 
  
   
- Returns
 - DB_SUCCESS or error code. 
 
 
 
◆ operator=()
  
  
      
        
          | Row & ddl::Row::operator=  | 
          ( | 
          const Row &  | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ m_add_cols
◆ m_ext
Externally stored fields. 
 
 
◆ m_offsets
      
        
          | ulint* ddl::Row::m_offsets {} | 
        
      
 
 
◆ m_ptr
DTuple data, mapped over m_rec. 
 
 
◆ m_rec
      
        
          | const rec_t* ddl::Row::m_rec {} | 
        
      
 
 
The documentation for this struct was generated from the following files: