Function: destroy_query_table
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
x |
|
|
x |
|
|
x |
|
|
√ |
|
|
x |
Function Usage
Destroys data of the aclfvQueryTable type created by the acl.fv.create_query_table call.
The
Prototype
- C Prototype
1aclError aclfvDestroyQueryTable(aclfvQueryTable *queryTable)
- Python Function
1ret = acl.fv.destroy_query_table(query_table)
Parameter Description
|
Parameter |
Description |
|---|---|
|
query_table |
Int, address of the pointer to the aclfvQueryTable data to destroy. |
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Parent topic: Feature Vector Search