This commit is contained in:
Arthur Passos 2022-12-15 09:59:50 -03:00
parent 383e9264b7
commit 7f8d51f73e

View File

@ -12,6 +12,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
template <typename Response = std::unordered_map<std::string, std::string>>
class KeyValuePairExtractorBuilder
{