mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Reorder header files for ScalarIndex (#11482)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
64b47ee4b3
commit
993d8ec4d3
@ -9,6 +9,7 @@
|
||||
// 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 "exceptions/EasyAssert.h"
|
||||
#include "ScalarIndex.h"
|
||||
|
||||
namespace milvus::segcore {
|
||||
|
||||
@ -10,14 +10,14 @@
|
||||
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||
|
||||
#pragma once
|
||||
#include "exceptions/EasyAssert.h"
|
||||
#include "common/Types.h"
|
||||
#include "pb/schema.pb.h"
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "common/Types.h"
|
||||
#include "pb/schema.pb.h"
|
||||
|
||||
namespace milvus::segcore {
|
||||
|
||||
@ -61,4 +61,5 @@ class ScalarIndexVector : public ScalarIndexBase {
|
||||
private:
|
||||
std::vector<std::pair<T, SegOffset>> mapping_;
|
||||
};
|
||||
|
||||
} // namespace milvus::segcore
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user