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

Method ReplaceContext

be/src/exprs/string-functions-ir.cc:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469
470struct ReplaceContext {
471 ReplaceContext(StringVal *pattern_in) {
472 pattern = StringValue::FromStringVal(*pattern_in);
473 search = StringSearch(&pattern);
474 }
475 StringValue pattern;
476 StringSearch search;
477};

Callers

nothing calls this directly

Calls 1

StringSearchClass · 0.85

Tested by

no test coverage detected