mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 19:32:07 +00:00
style
This commit is contained in:
parent
383e9264b7
commit
7f8d51f73e
@ -12,6 +12,11 @@
|
|||||||
namespace DB
|
namespace DB
|
||||||
{
|
{
|
||||||
|
|
||||||
|
namespace ErrorCodes
|
||||||
|
{
|
||||||
|
extern const int LOGICAL_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
template <typename Response = std::unordered_map<std::string, std::string>>
|
template <typename Response = std::unordered_map<std::string, std::string>>
|
||||||
class KeyValuePairExtractorBuilder
|
class KeyValuePairExtractorBuilder
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user