mirror of https://github.com/milvus-io/milvus.git
parent
5b7704a9f1
commit
3176c94a4f
|
@ -413,7 +413,6 @@ Status SqliteMetaImpl::DescribeTableIndex(const std::string &table_id, TableInde
|
||||||
|
|
||||||
auto groups = ConnectorPtr->select(columns(&TableSchema::engine_type_,
|
auto groups = ConnectorPtr->select(columns(&TableSchema::engine_type_,
|
||||||
&TableSchema::nlist_,
|
&TableSchema::nlist_,
|
||||||
&TableSchema::index_file_size_,
|
|
||||||
&TableSchema::metric_type_),
|
&TableSchema::metric_type_),
|
||||||
where(c(&TableSchema::table_id_) == table_id
|
where(c(&TableSchema::table_id_) == table_id
|
||||||
and c(&TableSchema::state_) != (int)TableSchema::TO_DELETE));
|
and c(&TableSchema::state_) != (int)TableSchema::TO_DELETE));
|
||||||
|
|
Loading…
Reference in New Issue