| 405 | } |
| 406 | |
| 407 | String ISerialization::getFileNameForStream(const NameAndTypePair & column, const SubstreamPath & path, const StreamFileNameSettings & settings) |
| 408 | { |
| 409 | return getFileNameForStream(column.getNameInStorage(), path, settings); |
| 410 | } |
| 411 | |
| 412 | static bool isPossibleOffsetsOfNested(const ISerialization::SubstreamPath & path) |
| 413 | { |
nothing calls this directly
no test coverage detected