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

[skip e2e] Reorder header files for VerifyPlanNodeVisitor.cpp (#14732)

Signed-off-by: Nyudong.cai <yudong.cai@zilliz.com>
上级 9f048555
......@@ -9,15 +9,13 @@
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
// or implied. See the License for the specific language governing permissions and limitations under the License
#include "query/generated/VerifyPlanNodeVisitor.h"
#include "knowhere/index/vector_index/ConfAdapterMgr.h"
#include "segcore/SegmentGrowingImpl.h"
#include "knowhere/index/vector_index/ConfAdapter.h"
#include "knowhere/index/vector_index/helpers/IndexParameter.h"
#include "query/generated/VerifyPlanNodeVisitor.h"
namespace milvus::query {
#if 1
namespace impl {
// THIS CONTAINS EXTRA BODY FOR VISITOR
// WILL BE USED BY GENERATOR UNDER suvlim/core_gen/
......@@ -30,7 +28,6 @@ class VerifyPlanNodeVisitor : PlanNodeVisitor {
std::optional<RetType> ret_;
};
} // namespace impl
#endif
static knowhere::IndexType
InferIndexType(const Json& search_params) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册