Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
void InternalTextLogsQueue::setSourceRegexp(const String & regexp)
81
{
82
source_regexp = std::make_unique<re2::RE2>(regexp);
83
}
84
85
}
Callers
3
executeQuery
Method · 0.80
runImpl
Method · 0.80
sendQuery
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected