mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
Reorder header files for segcore/SegmentGrowing.h (#11829)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
e920b6d6ff
commit
a58f6b4820
@ -10,19 +10,19 @@
|
|||||||
// or implied. See the License for the specific language governing permissions and limitations under the License
|
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "common/Types.h"
|
|
||||||
#include "common/Schema.h"
|
|
||||||
#include <memory>
|
|
||||||
|
|
||||||
#include "query/deprecated/GeneralQuery.h"
|
|
||||||
#include "query/Plan.h"
|
|
||||||
#include "common/LoadInfo.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"
|
#include "segcore/SegmentInterface.h"
|
||||||
|
|
||||||
namespace milvus {
|
namespace milvus::segcore {
|
||||||
namespace segcore {
|
|
||||||
using SearchResult = milvus::SearchResult;
|
using SearchResult = milvus::SearchResult;
|
||||||
struct RowBasedRawData {
|
struct RowBasedRawData {
|
||||||
void* raw_data; // schema
|
void* raw_data; // schema
|
||||||
@ -82,5 +82,4 @@ CreateGrowingSegment(SchemaPtr schema) {
|
|||||||
return CreateGrowingSegment(schema, seg_conf);
|
return CreateGrowingSegment(schema, seg_conf);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace segcore
|
} // namespace milvus::segcore
|
||||||
} // namespace milvus
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user