ClickHouse/dbms/include/DB/Common/DateLUT.h
2010-05-20 19:29:04 +00:00

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