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

Method getStorageObjects

src/Disks/DiskObjectStorage/DiskObjectStorage.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236StoredObjects DiskObjectStorage::getStorageObjects(const String & local_path) const
237{
238 return metadata_storage->getStorageObjects(local_path);
239}
240
241bool DiskObjectStorage::existsFile(const String & path) const
242{

Callers 5

copyFileImplMethod · 0.45
getUniqueIdMethod · 0.45
prepareReadMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36