#pragma once #include #include namespace DB { StringRef parentNodePath(StringRef path); StringRef getBaseNodeName(StringRef path); }