ClickHouse/src/Common/assertProcessUserMatchesDataOwner.h
2023-05-19 16:23:56 +02:00

11 lines
175 B
C++

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