GetBaseMask
API definition |
APP_ERROR GetBaseMask(int64_t count, uint8_t *mask); |
|---|---|
Function |
Obtains the flag indicating whether a vector is quickly deleted. The bit value 0 indicates that the vector at this position is deleted and is invalid. |
Input |
int64_t count: valid length of the mask array. |
Output |
uint8_t *mask: array indicating whether the vector is deleted. |
Return value |
APP_ERROR: return status. For details, see Return Code Reference. |
Restrictions |
|
Parent topic: AscendIndexTS