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

Function getDatabase

src/Access/ContextAccess.cpp:88–88  ·  view source on GitHub ↗

Helper for using in templates.

Source from the content-addressed store, hash-verified

86
87 /// Helper for using in templates.
88 std::string_view getDatabase() { return {}; }
89
90 template <typename... OtherArgs>
91 std::string_view getDatabase(std::string_view arg1, const OtherArgs &...) { return arg1; }

Callers 15

getIDMethod · 0.85
getIDMethod · 0.85
getIDMethod · 0.85
getIDMethod · 0.85
getIDMethod · 0.85
getIDMethod · 0.85
formatQueryImplMethod · 0.85
getIDMethod · 0.85
getIDMethod · 0.85
getIDMethod · 0.85
getIDMethod · 0.85
getIDMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected