FastDeleteFeatureByIndice
API definition |
APP_ERROR FastDeleteFeatureByIndice(int64_t count, const int64_t *indices); |
|---|---|
Function |
Deletes features by indice. This API is exclusively compatible with TSFlatIP and TSInt8FlatCos similarity search scenarios. |
Input |
int64_t count: number of features to be deleted. const int64_t *indices: index of the feature to be deleted. |
Output |
N/A |
Return value |
APP_ERROR: return status. For details, see Return Code Reference. |
Restrictions |
|
Parent topic: AscendIndexTS