#include <indexed_column.h>
◆ Indexed_column() [1/2]
  
  
      
        
          | temptable::Indexed_column::Indexed_column  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
Default constructor used for std::array initialization in Index. 
 
 
◆ Indexed_column() [2/2]
  
  
      
        
          | temptable::Indexed_column::Indexed_column  | 
          ( | 
          const KEY_PART_INFO &  | 
          mysql_key_part | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
◆ cell_calculator()
  
  
      
        
          | const Cell_calculator & temptable::Indexed_column::cell_calculator  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ field_index()
  
  
      
        
          | size_t temptable::Indexed_column::field_index  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ prefix_length()
  
  
      
        
          | uint32_t temptable::Indexed_column::prefix_length  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ m_cell_calculator
◆ m_mysql_field_index
  
  
      
        
          | uint16_t temptable::Indexed_column::m_mysql_field_index | 
         
       
   | 
  
private   | 
  
 
The position of the indexed column. 
It can range from 1 to MAX_FIELDS. Use an appropriate datatype that can hold these values. 
 
 
◆ m_prefix_length
  
  
      
        
          | uint32_t temptable::Indexed_column::m_prefix_length | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: