Skip to content

Commit

Permalink
refactor: unify CopyNode and CopyRel operator
Browse files Browse the repository at this point in the history
  • Loading branch information
ray6080 committed Mar 3, 2024
1 parent 010e193 commit d1d0958
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 505 deletions.
3 changes: 2 additions & 1 deletion src/include/processor/operator/partitioner.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#pragma once

#include "common/data_chunk/data_chunk_collection.h"
#include "processor/operator/sink.h"
#include "processor/data_pos.h"
#include "sink.h"

namespace kuzu {
namespace storage {
Expand Down
121 changes: 0 additions & 121 deletions src/include/processor/operator/persistent/copy_rel.h

This file was deleted.

186 changes: 0 additions & 186 deletions src/processor/operator/persistent/copy_node.cpp

This file was deleted.

Loading

0 comments on commit d1d0958

Please sign in to comment.