MCPcopy Create free account
hub / github.com/bytedance/bolt / replace

Method replace

bolt/functions/sparksql/tests/StringTest.cpp:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 std::optional<std::string> replace(
235 std::optional<std::string> str,
236 std::optional<std::string> replaced) {
237 return evaluateOnce<std::string>("replace(c0, c1)", str, replaced);
238 }
239
240 std::optional<std::string> replace(
241 std::optional<std::string> str,

Callers 8

unquote_stringFunction · 0.80
quote_stringFunction · 0.80
_csv_quoteFunction · 0.80
randDecimalFunction · 0.80
getUrlMethod · 0.80
_sf_to_suffixFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected