未验证 提交 40d254d0 编写于 作者: C Cai Yudong 提交者: GitHub

Reorder header files for segcore/InsertRecord.h (#11139)

Signed-off-by: Nyudong.cai <yudong.cai@zilliz.com>
上级 885e5f42
......@@ -10,14 +10,17 @@
// or implied. See the License for the specific language governing permissions and limitations under the License
#pragma once
#include <memory>
#include <vector>
#include "common/Schema.h"
#include "segcore/ConcurrentVector.h"
#include "segcore/AckResponder.h"
#include "segcore/ConcurrentVector.h"
#include "segcore/Record.h"
#include <memory>
#include <vector>
namespace milvus::segcore {
struct InsertRecord {
std::atomic<int64_t> reserved = 0;
AckResponder ack_responder_;
......@@ -72,4 +75,5 @@ struct InsertRecord {
private:
std::vector<std::unique_ptr<VectorBase>> fields_data_;
};
} // namespace milvus::segcore
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册