ClickHouse/dbms/Common/PODArray.cpp

9 lines
144 B
C++
Raw Normal View History

2018-12-24 14:26:38 +00:00
#include <Common/PODArray.h>
namespace DB
{
/// Used for left padding of PODArray when empty
const char EmptyPODArray[EmptyPODArraySize]{};
}