Skip to content

Commit

Permalink
add decimal import
Browse files Browse the repository at this point in the history
  • Loading branch information
loneylee committed Dec 5, 2023
1 parent 989afb5 commit 84683be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp-ch/local-engine/Shuffle/SelectorBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <Columns/ColumnNullable.h>
#include <Columns/ColumnTuple.h>
#include <DataTypes/DataTypeArray.h>
#include <DataTypes/DataTypesDecimal.h>
#include <DataTypes/DataTypeMap.h>
#include <DataTypes/DataTypeTuple.h>
#include <Functions/FunctionFactory.h>
Expand Down

0 comments on commit 84683be

Please sign in to comment.