OmniSciDB
a5dc49c757
|
Functions | |
std::string | nullable_str_to_string (const NullableString &str) |
std::string | target_value_to_string (const TargetValue &tv, const SQLTypeInfo &ti, const std::string &delim) |
std::string import_export::anonymous_namespace{QueryExporterCSV.cpp}::nullable_str_to_string | ( | const NullableString & | str | ) |
Definition at line 76 of file QueryExporterCSV.cpp.
References CHECK.
Referenced by target_value_to_string().
std::string import_export::anonymous_namespace{QueryExporterCSV.cpp}::target_value_to_string | ( | const TargetValue & | tv, |
const SQLTypeInfo & | ti, | ||
const std::string & | delim | ||
) |
Definition at line 87 of file QueryExporterCSV.cpp.
References Datum::bigintval, CHECK, shared::convert_temporal_to_iso_format(), DatumToString(), SQLTypeInfo::get_elem_type(), inline_fp_null_val(), inline_int_null_val(), SQLTypeInfo::is_array(), SQLTypeInfo::is_boolean(), SQLTypeInfo::is_decimal(), SQLTypeInfo::is_time(), join(), kDOUBLE, NULL_BIGINT, NULL_BOOLEAN, nullable_str_to_string(), and to_string().
Referenced by import_export::QueryExporterCSV::exportResults().