MCPcopy Create free account
hub / github.com/ByConity/ByConity / getLoadResult

Method getLoadResult

src/Interpreters/ExternalLoader.cpp:1336–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1334
1335template <typename ReturnType, typename>
1336ReturnType ExternalLoader::getLoadResult(const String & name) const
1337{
1338 return loading_dispatcher->getLoadResult<ReturnType>(name);
1339}
1340
1341template <typename ReturnType, typename>
1342ReturnType ExternalLoader::getLoadResults(const FilterByNameFunction & filter) const

Callers 3

renameInMemoryMethod · 0.45
tryGetTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected