mirror of https://github.com/milvus-io/milvus.git
MS-626 Refactor DataObj to support cache any type data
Former-commit-id: 4833ed21851689b234ab513de0929a25ae1ee941pull/191/head
parent
14685f77d2
commit
92e39de8be
|
@ -27,7 +27,6 @@ class DataObj {
|
|||
public:
|
||||
virtual int64_t
|
||||
Size() = 0;
|
||||
|
||||
};
|
||||
|
||||
using DataObjPtr = std::shared_ptr<DataObj>;
|
||||
|
|
Loading…
Reference in New Issue