Skip to content

Commit

Permalink
NED
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiang-hhhh committed Nov 1, 2024
1 parent 3606a78 commit 82165f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion be/src/vec/data_types/data_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class PColumnMeta;
enum PGenericType_TypeId : int;

namespace vectorized {

#include "common/compile_check_begin.h"
class IDataType;
class IColumn;
class BufferWritable;
Expand Down Expand Up @@ -425,4 +425,6 @@ char* serialize_const_flag_and_row_num(const IColumn** column, char* buf,
const char* deserialize_const_flag_and_row_num(const char* buf, MutableColumnPtr* column,
size_t* real_have_saved_num);
} // namespace vectorized

#include "common/compile_check_end.h"
} // namespace doris

0 comments on commit 82165f3

Please sign in to comment.