Loading cpp/src/cache/DataObj.h +0 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ #pragma once #include <memory> namespace milvus { Loading @@ -27,7 +26,6 @@ class DataObj { public: virtual int64_t Size() = 0; }; using DataObjPtr = std::shared_ptr<DataObj>; Loading cpp/src/wrapper/VecImpl.h +5 −2 Original line number Diff line number Diff line Loading @@ -113,10 +113,13 @@ class BFIndex : public VecIndexImpl { class ToIndexData : public cache::DataObj { public: ToIndexData(int64_t size) : size_(size) {} explicit ToIndexData(int64_t size) : size_(size) { } int64_t Size() override {return size_;} Size() override { return size_; } private: int64_t size_; Loading cpp/src/db/engine/ExecutionEngineImpl.cpp +50 −50 File changed.Contains only whitespace changes. Show changes Loading
cpp/src/cache/DataObj.h +0 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ #pragma once #include <memory> namespace milvus { Loading @@ -27,7 +26,6 @@ class DataObj { public: virtual int64_t Size() = 0; }; using DataObjPtr = std::shared_ptr<DataObj>; Loading
cpp/src/wrapper/VecImpl.h +5 −2 Original line number Diff line number Diff line Loading @@ -113,10 +113,13 @@ class BFIndex : public VecIndexImpl { class ToIndexData : public cache::DataObj { public: ToIndexData(int64_t size) : size_(size) {} explicit ToIndexData(int64_t size) : size_(size) { } int64_t Size() override {return size_;} Size() override { return size_; } private: int64_t size_; Loading
cpp/src/db/engine/ExecutionEngineImpl.cpp +50 −50 File changed.Contains only whitespace changes. Show changes