mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 11:33:46 +00:00
13 lines
203 B
C++
13 lines
203 B
C++
#ifndef DBMS_COMMON_DATE_LUT_H
|
|
#define DBMS_COMMON_DATE_LUT_H
|
|
|
|
#include <Yandex/DateLUT.h>
|
|
|
|
namespace DB
|
|
{
|
|
typedef Yandex::DateLUT DateLUT;
|
|
typedef Yandex::DateLUTSingleton DateLUTSingleton;
|
|
}
|
|
|
|
#endif
|