Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getName
Method
getName
src/Functions/repeat.cpp:194–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
static FunctionPtr create(ContextPtr) { return std::make_shared<FunctionRepeat>(); }
193
194
String getName() const override { return name; }
195
196
size_t getNumberOfArguments() const override { return 2; }
197
Callers
1
executeImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected