mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
571d0d541c
* common/Types.h → common/types.h Also split Core/Defines.h and merge with common/likely.h * Improve cctz contrib * Fix ALWAYS_INLINE and unbundled build * Update Dockerfile from master * Fix test for unbundled library
10 lines
200 B
C++
10 lines
200 B
C++
#pragma once
|
|
|
|
#include <common/types.h>
|
|
#include <common/strong_typedef.h>
|
|
|
|
/** Represents number of days since 1970-01-01.
|
|
* See DateLUTImpl for usage examples.
|
|
*/
|
|
STRONG_TYPEDEF(UInt16, DayNum)
|