mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Update JoinSettings.cpp
This commit is contained in:
parent
1322a1ce7a
commit
7152fec241
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user