Fixing style.

This commit is contained in:
Nikolai Kochetov 2024-05-31 11:26:54 +00:00
parent 32016c5bfa
commit 8383d8ea3f

View File

@ -6,6 +6,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
/// Used to replace columns that changed type because of JOIN to their original type
class ReplaceColumnsVisitor : public InDepthQueryTreeVisitor<ReplaceColumnsVisitor>
{