22 #ifndef IMPALA_UTIL_REDACTOR_H
23 #define IMPALA_UTIL_REDACTOR_H
60 void Redact(std::string*
string,
bool* changed = NULL);
63 inline std::string
RedactCopy(
const std::string& original) {
64 std::string temp(original);
std::string RedactCopy(const std::string &original)
Utility function to redacted a string without modifying the original.
void Redact(string *value, bool *changed)
string SetRedactionRulesFromFile(const string &rules_file_path)