Parser.h 257 字节
Newer Older
F
FluorineDog 已提交
1 2 3 4 5 6 7 8 9
#pragma once
#include "pb/service_msg.pb.h"
#include "query/BooleanQuery.h"
#include "query/BinaryQuery.h"
#include "query/GeneralQuery.h"

namespace milvus::wtf {

query_old::QueryPtr
F
FluorineDog 已提交
10
Transformer(proto::service::Query* query);
F
FluorineDog 已提交
11 12

}  // namespace milvus::wtf