mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 21:12:28 +00:00
10 lines
150 B
C++
10 lines
150 B
C++
#include <Common/PODArray.h>
|
|
|
|
namespace DB
|
|
{
|
|
|
|
/// Used for left padding of PODArray when empty
|
|
const char empty_pod_array[empty_pod_array_size]{};
|
|
|
|
}
|