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

Method getFileNameForStream

src/DataTypes/Serializations/ISerialization.cpp:407–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407String ISerialization::getFileNameForStream(const NameAndTypePair & column, const SubstreamPath & path, const StreamFileNameSettings & settings)
408{
409 return getFileNameForStream(column.getNameInStorage(), path, settings);
410}
411
412static bool isPossibleOffsetsOfNested(const ISerialization::SubstreamPath & path)
413{

Callers

nothing calls this directly

Calls 7

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

Tested by

no test coverage detected