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

Method getFileNameForStream

src/DataTypes/Serializations/ISerialization.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226String ISerialization::getFileNameForStream(const NameAndTypePair & column, const SubstreamPath & path)
227{
228 return getFileNameForStream(column.getNameInStorage(), path);
229}
230
231String ISerialization::getFileNameForStream(const String & name_in_storage, const SubstreamPath & path)
232{

Callers

nothing calls this directly

Calls 6

escapeForFileNameFunction · 0.85
extractTableNameFunction · 0.85
getNameForSubstreamPathFunction · 0.85
getNameInStorageMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected