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

Reorder header files for segcore/SegmentGrowing.h (#11829)

Signed-off-by: Nyudong.cai <yudong.cai@zilliz.com>
上级 e920b6d6
......@@ -10,19 +10,19 @@
// or implied. See the License for the specific language governing permissions and limitations under the License
#pragma once
#include <vector>
#include "common/Types.h"
#include "common/Schema.h"
#include <memory>
#include <vector>
#include "query/deprecated/GeneralQuery.h"
#include "query/Plan.h"
#include "common/LoadInfo.h"
#include "common/Schema.h"
#include "common/Types.h"
#include "query/Plan.h"
#include "query/deprecated/GeneralQuery.h"
#include "segcore/SegmentInterface.h"
namespace milvus {
namespace segcore {
namespace milvus::segcore {
using SearchResult = milvus::SearchResult;
struct RowBasedRawData {
void* raw_data; // schema
......@@ -82,5 +82,4 @@ CreateGrowingSegment(SchemaPtr schema) {
return CreateGrowingSegment(schema, seg_conf);
}
} // namespace segcore
} // namespace milvus
} // namespace milvus::segcore
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册