ClickHouse/dbms/include/DB/Common/DateLUT.h

13 lines
203 B
C
Raw Normal View History

2010-05-20 19:29:04 +00:00
#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