提交 dbadb940 编写于 作者: G groot

add id mapper class


Former-commit-id: f0c14a9905825c0970f19b2bd53da610954c07c0
上级 e7075c18
/*******************************************************************************
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited.
* Proprietary and confidential.
******************************************************************************/
#include "VecIdMapper.h"
namespace zilliz {
namespace vecwise {
namespace server {
VecIdMapper::VecIdMapper() {
}
VecIdMapper::~VecIdMapper() {
}
}
}
}
\ No newline at end of file
/*******************************************************************************
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited.
* Proprietary and confidential.
******************************************************************************/
#pragma once
namespace zilliz {
namespace vecwise {
namespace server {
class VecIdMapper {
public:
VecIdMapper();
~VecIdMapper();
};
}
}
}
......@@ -4,11 +4,6 @@
* Proprietary and confidential.
******************************************************************************/
#pragma once
/*******************************************************************************
* Copyright 上海赜睿信息科技有限公司(Zilliz) - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited.
* Proprietary and confidential.
******************************************************************************/
#include "utils/Error.h"
#include "thrift/gen-cpp/VecService.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册