#pragma once #include namespace DB { typedef std::pair StringRange; typedef Poco::SharedPtr StringPtr; }