#pragma once #include #include namespace DB { void assertProcessUserMatchesDataOwner( const std::string & path, std::function on_warning); }