chore: rm IndexMeta::MetricType def (#53)

This commit is contained in:
egolearner 2026-02-03 11:17:02 +08:00 committed by GitHub
parent ea9d957893
commit 6df6ba8fce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 9 deletions

View File

@ -48,15 +48,6 @@ class IndexMeta {
MO_COLUMN = 2,
};
/*! Metric Type
*/
enum MetricType {
METRIC_EUCLIDEAN = 1,
METRIC_SQUARED_EUCLIDEAN = 2,
METRIC_INNER_PRODUCT = 3,
METRIC_MIPS_SQUARED_EUCLIDEAN = 4
};
//! Constructor
IndexMeta(void) {
this->set_meta(DataType::DT_FP32, 128u);