Skip to content

Commit

Permalink
Refactor file handle (#1978)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Refactoring

---------

Signed-off-by: Jin Hai <[email protected]>
  • Loading branch information
JinHai-CN authored Oct 7, 2024
1 parent 107f3cc commit c4194ab
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 836 deletions.
1 change: 0 additions & 1 deletion benchmark/local_infinity/knn/hnsw_benchmark_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "CLI11.hpp"

import stl;
import file_system;
import virtual_store;
import local_file_handle;
import infinity_exception;
Expand Down
2 changes: 1 addition & 1 deletion src/common/third_party.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module;
#include <arrow/array/array_primitive.h>
#include <arrow/io/interfaces.h>
#include <arrow/type.h>

#include <miniocpp/client.h>
#pragma clang diagnostic pop

export module third_party;
Expand Down
85 changes: 0 additions & 85 deletions src/storage/io/buffer_base.cppm

This file was deleted.

33 changes: 0 additions & 33 deletions src/storage/io/file_system.cpp

This file was deleted.

99 changes: 0 additions & 99 deletions src/storage/io/file_system.cppm

This file was deleted.

42 changes: 0 additions & 42 deletions src/storage/io/file_system_type.cppm

This file was deleted.

Loading

0 comments on commit c4194ab

Please sign in to comment.