OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TargetMetaInfo.h File Reference
#include <string>
#include "../Shared/sqltypes.h"
+ Include dependency graph for TargetMetaInfo.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TargetMetaInfo
 

Functions

std::ostream & operator<< (std::ostream &os, TargetMetaInfo const &tmi)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
TargetMetaInfo const &  tmi 
)
inline

Definition at line 51 of file TargetMetaInfo.h.

References TargetMetaInfo::get_physical_type_info(), TargetMetaInfo::get_resname(), TargetMetaInfo::get_type_info(), and SQLTypeInfo::to_string().

51  {
52  return os << "TargetMetaInfo(resname_(" << tmi.get_resname() << ") ti_("
53  << tmi.get_type_info().to_string() << ") physical_ti_("
54  << tmi.get_physical_type_info().to_string() << "))";
55 }

+ Here is the call graph for this function: