Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
redactor.h File Reference
#include <string>
Include dependency graph for redactor.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

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...