Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Sep 15, 2023
1 parent e6e816e commit 2c4d36b
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 32 deletions.
1 change: 0 additions & 1 deletion src/binder/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
add_subdirectory(bind)
add_subdirectory(bind_expression)
add_subdirectory(copy)
add_subdirectory(ddl)
add_subdirectory(expression)
add_subdirectory(query)
Expand Down
8 changes: 0 additions & 8 deletions src/binder/copy/CMakeLists.txt

This file was deleted.

20 changes: 0 additions & 20 deletions src/binder/copy/bound_copy_from.cpp

This file was deleted.

1 change: 0 additions & 1 deletion src/include/binder/binder.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ class Binder {
std::unique_ptr<common::CopyDescription> copyDesc, catalog::TableSchema* tableSchema);
std::unique_ptr<BoundStatement> bindCopyRelFrom(
std::unique_ptr<common::CopyDescription> copyDesc, catalog::TableSchema* tableSchema);
// TODO: remove the following functions
expression_vector bindExpectedNodeFileColumns(
catalog::TableSchema* tableSchema, common::CopyDescription::FileType fileType);
expression_vector bindExpectedRelFileColumns(catalog::TableSchema* tableSchema);
Expand Down
1 change: 0 additions & 1 deletion src/include/common/clause_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ enum class ClauseType : uint8_t {
MATCH = 10,
UNWIND = 11,
IN_QUERY_CALL = 12,
LOAD_FROM = 13,
};

enum class MatchClauseType : uint8_t {
Expand Down
2 changes: 1 addition & 1 deletion src/processor/map/map_scan_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ std::unique_ptr<PhysicalOperator> PlanMapper::mapScanFile(LogicalOperator* logic
}

} // namespace processor
} // namespace kuzu
} // namespace kuzu

0 comments on commit 2c4d36b

Please sign in to comment.