Update JoinSettings.cpp

This commit is contained in:
alexey-milovidov 2020-09-17 21:24:14 +03:00 committed by GitHub
parent 1322a1ce7a
commit 7152fec241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,9 @@ namespace ErrorCodes
{
extern const int BAD_ARGUMENTS;
extern const int UNKNOWN_SETTING;
} IMPLEMENT_SETTINGS_TRAITS(joinSettingsTraits, LIST_OF_JOIN_SETTINGS)
}
IMPLEMENT_SETTINGS_TRAITS(joinSettingsTraits, LIST_OF_JOIN_SETTINGS)
void JoinSettings::loadFromQuery(ASTStorage & storage_def)
{