Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <string>
Go to the source code of this file.
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Functions | |
std::string | impala::SetRedactionRulesFromFile (const std::string &rules_file_path) |
void | impala::Redact (std::string *string, bool *changed=NULL) |
std::string | impala::RedactCopy (const std::string &original) |
Utility function to redacted a string without modifying the original. More... | |