|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <string>#include <vector>#include <boost/cstdint.hpp>Go to the source code of this file.
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Functions | |
| void | impala::UrlEncode (const std::string &in, std::string *out, bool hive_compat=false) |
| void | impala::UrlEncode (const std::vector< uint8_t > &in, std::string *out, bool hive_compat=false) |
| bool | impala::UrlDecode (const std::string &in, std::string *out, bool hive_compat=false) |
| void | impala::Base64Encode (const std::vector< uint8_t > &in, std::string *out) |
| void | impala::Base64Encode (const std::vector< uint8_t > &in, std::stringstream *out) |
| void | impala::Base64Encode (const std::string &in, std::string *out) |
| void | impala::Base64Encode (const std::string &in, std::stringstream *out) |
| bool | impala::Base64Decode (const std::string &in, std::string *out) |
| void | impala::EscapeForHtml (const std::string &in, std::stringstream *out) |