Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
[NSE-857] Fill destination buffer by reducer (#880)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
FelixYBW and zhouyuan authored May 1, 2022
1 parent 8aad39a commit f8e51f4
Show file tree
Hide file tree
Showing 4 changed files with 433 additions and 240 deletions.
3 changes: 3 additions & 0 deletions native-sql-engine/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 3.16)
project(spark_columnar_plugin)

#add_definitions(-DSKIPWRITE -DSKIPCOMPRESS -DPROCESSROW)
add_definitions(-DPROCESSROW)

#add_compile_options(-g)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

Expand Down
Loading

0 comments on commit f8e51f4

Please sign in to comment.