Function: destroy_query_table

Description

Destroys data of the aclfvQueryTable type created by calling the acl.fv.create_query_table API.

The Atlas inference accelerator module of the Atlas inference product does not support this API.

Prototype

  • C Prototype
    1
    aclError aclfvDestroyQueryTable(aclfvQueryTable *queryTable)
    
  • Python Function
    1
    ret = acl.fv.destroy_query_table(query_table)
    

Parameters

Parameter

Description

query_table

Int, address of the pointer to the aclfvQueryTable data to destroy.

Return Value

Return Value

Description

ret

Int, error code.

Reference

For details about the API call sequence and sample code, see Feature Vector Search.