#pragma once #include #include namespace DB { StringRef parentPath(StringRef path); StringRef getBaseName(StringRef path); }