Merged
Conversation
…ency, debug_utils, utils, value_type - git mv headers to include/common/ and sources to src/common/ - Update all #include directives across include/, src/, tests/, bench/ - Add per-directory src/common/CMakeLists.txt with target_sources() - Refactor root CMakeLists.txt to use add_subdirectory(src/common) Made-with: Cursor
- git mv 12 headers to include/memory/ - node_arena, map_arena, array_arena, string_arena, memory_arena, free_list_arena, mem_arena, mem_utils, map_ref, array_ref, string_ref, schema_layout - Update all #include directives across include/, src/, tests/ - Header-only domain, no per-directory CMakeLists needed Made-with: Cursor
- git mv arrow_utils.hpp → arrow/utils.hpp, arrow_map_union_types.hpp → arrow/map_union_types.hpp, table_info.hpp → arrow/table_info.hpp - git mv arrow_utils.cpp → src/arrow/utils.cpp, table_info.cpp → src/arrow/table_info.cpp - Add src/arrow/CMakeLists.txt - Update all #include directives Made-with: Cursor
- git mv headers to include/schema/, sources to src/schema/ - Rename schema_utils.hpp → utils.hpp (avoid repeating domain in filename) - Add src/schema/CMakeLists.txt - Update all #include directives Made-with: Cursor
…d_update, update_type - git mv 7 headers to include/core/, edge_store.cpp to src/core/ - Add src/core/CMakeLists.txt - Update all #include directives Made-with: Cursor
…e_utils - git mv 5 headers to include/storage/, 4 sources to src/storage/ - Add src/storage/CMakeLists.txt - Update all #include directives Made-with: Cursor
- git mv 5 headers to include/query/, 4 sources to src/query/ - Rename query_execution.hpp → execution.hpp, query_execution.cpp → execution.cpp - Add src/query/CMakeLists.txt - Update all #include directives Made-with: Cursor
…base.cpp - Rename Database facade to main/ following KuzuDB convention - Add src/main/CMakeLists.txt - Update all #include directives Made-with: Cursor
- Move shell binary source out of src/ into apps/ - Update CMakeLists.txt executable path Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.