Skip to content

Commit

Permalink
Moved physical operator to extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Dec 19, 2023
1 parent 5b64c49 commit 925281d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1,086 deletions.
3 changes: 1 addition & 2 deletions src/execution/operator/join/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ add_library_unity(
perfect_hash_join_executor.cpp
physical_piecewise_merge_join.cpp
physical_positional_join.cpp
physical_range_join.cpp
physical_pathfinding.cpp)
physical_range_join.cpp)
set(ALL_OBJECT_FILES
${ALL_OBJECT_FILES} $<TARGET_OBJECTS:duckdb_operator_join>
PARENT_SCOPE)
Loading

0 comments on commit 925281d

Please sign in to comment.