MCPcopy Create free account
hub / github.com/apache/impala / UrlEncodeToString

Function UrlEncodeToString

be/src/kudu/util/url-coding.cc:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85string UrlEncodeToString(const std::string& in, bool hive_compat) {
86 string ret;
87 UrlEncode(in, &ret, hive_compat);
88 return ret;
89}
90
91// Adapted from
92// http://www.boost.org/doc/libs/1_40_0/doc/html/boost_asio/

Callers

nothing calls this directly

Calls 1

UrlEncodeFunction · 0.70

Tested by

no test coverage detected