Function: destroy_query_table
Description
Destroys data of the aclfvQueryTable type created by calling the acl.fv.create_query_table API.
The
Prototype
- C Prototype
1aclError aclfvDestroyQueryTable(aclfvQueryTable *queryTable)
- Python Function
1ret = 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.
|
Parent topic: API for feature vector search (Python)