mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 23:45:28 +08:00
Merge branch 'branch-0.5.0' into 'branch-0.5.0'
MS-626 Refactor DataObj to support cache any type data See merge request megasearch/milvus!682 Former-commit-id: 15f33afbfd88993a92baab53cd979e6b65e045e2
This commit is contained in:
commit
e8b09efaaf
1
cpp/src/cache/DataObj.h
vendored
1
cpp/src/cache/DataObj.h
vendored
@ -27,7 +27,6 @@ class DataObj {
|
||||
public:
|
||||
virtual int64_t
|
||||
Size() = 0;
|
||||
|
||||
};
|
||||
|
||||
using DataObjPtr = std::shared_ptr<DataObj>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user