GetExtraValAttrByLabel
API definition |
APP_ERROR GetExtraValAttrByLabel(int64_t count, const int64_t *labels, ExtraValAttr *extraVal) const; |
|---|---|
Function |
Obtains the additional attributes of a specified label feature. |
Input |
int64_t count: number of features to be obtained. const int64_t *labels: feature label. |
Output |
ExtraValAttr *extraVal: additional attribute. |
Return value |
APP_ERROR: return status. For details, see Return Code Reference. |
Restrictions |
|
Parent topic: AscendIndexTS