Skip to content

Commit

Permalink
support decimal sum in sparksql (facebookincubator#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiayi771 authored and JkSelf committed Mar 16, 2023
1 parent 4ed124b commit 58929c5
Show file tree
Hide file tree
Showing 5 changed files with 560 additions and 2 deletions.
2 changes: 1 addition & 1 deletion velox/functions/sparksql/aggregates/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
add_compile_options(-Wno-stringop-overflow)
endif()

add_library(velox_functions_spark_aggregates LastAggregate.cpp BloomFilterAggAggregate.cpp Register.cpp DecimalAggregate.cpp)
add_library(velox_functions_spark_aggregates LastAggregate.cpp BloomFilterAggAggregate.cpp Register.cpp DecimalAggregate.cpp DecimalSumAggregate.cpp)

target_link_libraries(velox_functions_spark_aggregates ${FMT} velox_exec
velox_expression_functions velox_aggregates velox_vector)
Expand Down
Loading

0 comments on commit 58929c5

Please sign in to comment.