schema: add NAME_LENGTH constant
It's probably not the best place for this constant, but that's where it is in origin. Signed-off-by: Paweł Dziepak <pdziepak@cloudius-systems.com>
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
#include "schema_builder.hh"
|
||||
#include <boost/algorithm/cxx11/any_of.hpp>
|
||||
|
||||
constexpr int32_t schema::NAME_LENGTH;
|
||||
|
||||
template<typename Sequence>
|
||||
std::vector<data_type>
|
||||
get_column_types(const Sequence& column_definitions) {
|
||||
|
||||
Reference in New Issue
Block a user