mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Reorder header files for query/ScalarIndex.h (#13854)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/13863/head
parent
dbd6408158
commit
83624d5850
|
@ -10,11 +10,13 @@
|
|||
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||
|
||||
#pragma once
|
||||
#include "knowhere/index/structured_index_simple/StructuredIndexSort.h"
|
||||
#include "common/Span.h"
|
||||
#include "common/FieldMeta.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "common/FieldMeta.h"
|
||||
#include "common/Span.h"
|
||||
#include "knowhere/index/structured_index_simple/StructuredIndexSort.h"
|
||||
|
||||
namespace milvus::query {
|
||||
|
||||
template <typename T>
|
||||
|
|
Loading…
Reference in New Issue