|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include "util/json-util.h"Go to the source code of this file.
Functions | |
| template<> | |
| ToJsonValue< std::string > (const std::string &value, const TUnit::type type, rapidjson::Document *document, rapidjson::Value *out_val) | |
| ToJsonValue< std::string > | ( | const std::string & | value, |
| const TUnit::type | unit, | ||
| rapidjson::Document * | document, | ||
| rapidjson::Value * | out_val | ||
| ) |
Specialisation for std::string which requires explicit use of 'document's allocator to copy into out_val.
Definition at line 9 of file json-util.cc.