mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
fix(db): fix compile error
Former-commit-id: e260fd302903e714dd2eb8fcf2e589f3ecdcc029
This commit is contained in:
parent
33ffb08a88
commit
0b5d7e0437
@ -15,7 +15,7 @@ namespace vecwise {
|
||||
namespace engine {
|
||||
namespace meta {
|
||||
|
||||
long GetFileSize(const std::string& filename)
|
||||
long LocalMetaImpl::GetFileSize(const std::string& filename)
|
||||
{
|
||||
struct stat stat_buf;
|
||||
int rc = stat(filename.c_str(), &stat_buf);
|
||||
|
||||
@ -53,6 +53,7 @@ private:
|
||||
std::string GetGroupMetaPath(const std::string& group_id);
|
||||
|
||||
Status CreateGroupMeta(const GroupSchema& group_schema);
|
||||
long GetFileSize(const std::string& filename);
|
||||
|
||||
Status initialize();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user