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

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/14789/head
Cai Yudong 2022-01-04 20:03:33 +08:00 committed by GitHub
parent 9f04855588
commit 606b613318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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) {