OmniSciDB
a5dc49c757
|
#include <TargetMetaInfo.h>
Public Member Functions | |
TargetMetaInfo (const std::string &resname, const SQLTypeInfo &ti) | |
TargetMetaInfo (const std::string &resname, const SQLTypeInfo &ti, const SQLTypeInfo &physical_ti) | |
const std::string & | get_resname () const |
const SQLTypeInfo & | get_type_info () const |
const SQLTypeInfo & | get_physical_type_info () const |
std::string | toString () const |
Private Attributes | |
std::string | resname_ |
SQLTypeInfo | ti_ |
SQLTypeInfo | physical_ti_ |
Definition at line 28 of file TargetMetaInfo.h.
|
inline |
Definition at line 30 of file TargetMetaInfo.h.
|
inline |
Definition at line 32 of file TargetMetaInfo.h.
|
inline |
Definition at line 38 of file TargetMetaInfo.h.
References physical_ti_.
Referenced by NumericConverterFactory< SOURCE_TYPE, TARGET_TYPE >::create(), operator<<(), and boost::serialization::save_construct_data().
|
inline |
Definition at line 36 of file TargetMetaInfo.h.
References resname_.
Referenced by operator<<(), boost::serialization::save_construct_data(), and ThriftSerializers::target_meta_info_to_thrift().
|
inline |
Definition at line 37 of file TargetMetaInfo.h.
References ti_.
Referenced by DictionaryConverterFactory< TARGET_TYPE >::create(), anonymous_namespace{RelAlgExecutor.cpp}::is_none_encoded_text(), isGeometry(), TextConverterFactory::operator()(), operator<<(), boost::serialization::save_construct_data(), and ThriftSerializers::target_meta_info_to_thrift().
|
inline |
Definition at line 40 of file TargetMetaInfo.h.
References physical_ti_, resname_, ti_, and SQLTypeInfo::to_string().
|
private |
Definition at line 48 of file TargetMetaInfo.h.
Referenced by get_physical_type_info(), and toString().
|
private |
Definition at line 46 of file TargetMetaInfo.h.
Referenced by get_resname(), and toString().
|
private |
Definition at line 47 of file TargetMetaInfo.h.
Referenced by get_type_info(), and toString().