Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <rapidjson/rapidjson.h>
#include <rapidjson/document.h>
#include "util/template-util.h"
#include "util/pretty-printer.h"
Go to the source code of this file.
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Functions | |
template<typename T > | |
impala::ToJsonValue (const T &value, const TUnit::type unit, rapidjson::Document *document, rapidjson::Value *out_val) | |
template<> | |
void | impala::ToJsonValue< std::string > (const std::string &value, const TUnit::type unit, rapidjson::Document *document, rapidjson::Value *out_val) |