mirror of https://github.com/milvus-io/milvus.git
Reorder header files for segcore/reduce_c.cpp (#11480)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/11499/head
parent
50791765d5
commit
ba49490b04
|
@ -9,19 +9,19 @@
|
||||||
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
// 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
|
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
#include "common/Consts.h"
|
#include "common/Consts.h"
|
||||||
#include "common/Types.h"
|
#include "common/Types.h"
|
||||||
#include "exceptions/EasyAssert.h"
|
#include "exceptions/EasyAssert.h"
|
||||||
#include "log/Log.h"
|
#include "log/Log.h"
|
||||||
|
#include "pb/milvus.pb.h"
|
||||||
#include "query/Plan.h"
|
#include "query/Plan.h"
|
||||||
#include "segcore/reduce_c.h"
|
|
||||||
#include "segcore/Reduce.h"
|
#include "segcore/Reduce.h"
|
||||||
#include "segcore/ReduceStructure.h"
|
#include "segcore/ReduceStructure.h"
|
||||||
#include "segcore/SegmentInterface.h"
|
#include "segcore/SegmentInterface.h"
|
||||||
#include "pb/milvus.pb.h"
|
#include "segcore/reduce_c.h"
|
||||||
|
|
||||||
using SearchResult = milvus::SearchResult;
|
using SearchResult = milvus::SearchResult;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue