Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
json-util.h File Reference
#include <rapidjson/rapidjson.h>
#include <rapidjson/document.h>
#include "util/template-util.h"
#include "util/pretty-printer.h"
Include dependency graph for json-util.h:
This graph shows which files directly or indirectly include this file:

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)