Skip to content

Commit

Permalink
support serialize and deserialize date/datetime (apache#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhg authored and HappenLee committed Jul 13, 2021
1 parent e16468c commit ff3cc1f
Show file tree
Hide file tree
Showing 27 changed files with 925 additions and 1,273 deletions.
4 changes: 2 additions & 2 deletions be/src/runtime/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
#include "thrift/protocol/TDebugProtocol.h"
#include "vec/data_types/data_type_date.h"
#include "vec/data_types/data_type_date_time.h"
#include "vec/data_types/data_type_decimal.h"
#include "vec/data_types/data_type_number.h"
#include "vec/data_types/data_type_string.h"
#include "vec/data_types/data_types_decimal.h"
#include "vec/data_types/data_types_number.h"

namespace doris {

Expand Down
323 changes: 0 additions & 323 deletions be/src/service/bench.cpp

This file was deleted.

4 changes: 2 additions & 2 deletions be/src/vec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ set(VEC_FILES
data_types/data_type_nullable.cpp
data_types/data_type_number_base.cpp
data_types/data_type_string.cpp
data_types/data_types_decimal.cpp
data_types/data_types_number.cpp
data_types/data_type_decimal.cpp
data_types/data_type_number.cpp
data_types/get_least_supertype.cpp
data_types/nested_utils.cpp
data_types/data_type_date.cpp
Expand Down
Loading

0 comments on commit ff3cc1f

Please sign in to comment.