MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / setSourceRegexp

Method setSourceRegexp

src/Interpreters/InternalTextLogsQueue.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void InternalTextLogsQueue::setSourceRegexp(const String & regexp)
81{
82 source_regexp = std::make_unique<re2::RE2>(regexp);
83}
84
85}

Callers 3

executeQueryMethod · 0.80
runImplMethod · 0.80
sendQueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected