mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 20:32:43 +00:00
8 lines
180 B
C++
8 lines
180 B
C++
|
#include <Interpreters/IExternalLoaderConfigRepository.h>
|
||
|
|
||
|
|
||
|
namespace DB
|
||
|
{
|
||
|
const char * IExternalLoaderConfigRepository::INTERNAL_REPOSITORY_NAME_PREFIX = "\xFF internal repo ";
|
||
|
}
|