#include "my_compiler.h"
#include "sql/item.h"
#include <string>
 
Go to the source code of this file.
◆ FormatNumberReadably() [1/2]
      
        
          | std::string FormatNumberReadably  | 
          ( | 
          double  | 
          d | ) | 
           | 
        
      
 
 
◆ FormatNumberReadably() [2/2]
      
        
          | std::string FormatNumberReadably  | 
          ( | 
          uint64_t  | 
          l | ) | 
           | 
        
      
 
 
◆ GenerateExpressionLabel()
◆ ItemsToString()
template<class T > 
      
        
          | std::string ItemsToString  | 
          ( | 
          const T &  | 
          items | ) | 
           | 
        
      
 
 
◆ StringPrintf()
      
        
          | std::string StringPrintf  | 
          ( | 
          const char *  | 
          fmt,  | 
        
        
           | 
           | 
            | 
          ...  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Like sprintf, but returns an std::string. 
This is not the most efficient of formatting functions, but it is only intended for debugging/tracing use.