mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 12:32:04 +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
|