milvus/cpp/src/db/Options.cpp
Xu Peng 2bc205b791 feat(db): add local meta
Former-commit-id: 30814a42efc7ad53847fc00d93903e1201c125d2
2019-04-18 10:50:24 +08:00

21 lines
393 B
C++

#include "Options.h"
#include "Env.h"
#include "DBMetaImpl.h"
namespace zilliz {
namespace vecwise {
namespace engine {
Options::Options()
: env(Env::Default()) {
}
/* DBMetaOptions::DBMetaOptions(const std::string& dbpath, */
/* const std::string& uri) */
/* : path(dbpath), backend_uri(uri) { */
/* } */
} // namespace engine
} // namespace vecwise
} // namespace zilliz