mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added ███████████-server.
This commit is contained in:
parent
fe6f7e0c6b
commit
b219f5fbae
@ -98,6 +98,11 @@ public:
|
||||
return Yandex::DateLUTSingleton::instance().makeDate(m_year, m_month, m_day);
|
||||
}
|
||||
|
||||
operator Yandex::DayNum_t() const
|
||||
{
|
||||
return Yandex::DateLUTSingleton::instance().makeDayNum(m_year, m_month, m_day);
|
||||
}
|
||||
|
||||
unsigned short year() const { return m_year; }
|
||||
unsigned char month() const { return m_month; }
|
||||
unsigned char day() const { return m_day; }
|
||||
|
Loading…
Reference in New Issue
Block a user