mirror of https://github.com/milvus-io/milvus.git
parent
4dc1ef06b1
commit
9e4d7992e9
|
@ -5,7 +5,7 @@
|
|||
1. `get_row_count`: Get the number of entities in the segment
|
||||
2. `get_schema`: Get the corresponding collection schema in the segment
|
||||
3. `GetMemoryUsageInBytes`: Get memory usage of a segment
|
||||
4. `Search(plan, placeholderGroup, timestamp) -> QueryResult`: Perform search operations according to the plan containing search parameters and predicate conditions, and return search results. Ensure that the time of all search results is before specified timestamp(MVCC)
|
||||
4. `Search(plan, placeholderGroup, timestamp) -> QueryResult`: Perform search operations according to the plan containing search parameters and predicate conditions, and return search results. Ensure that the time of all search results is before the specified timestamp(MVCC)
|
||||
5. `FillTargetEntry(plan, &queryResult)`: Fill the missing column data for search results based on target columns in the plan
|
||||
|
||||
See design details `${milvus_root}/internal/core/src/segcore/SegmentInterface.h`
|
||||
|
|
Loading…
Reference in New Issue