Function: finalize
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Finalizes Profiling.
Prototype
- C Prototype
1aclError aclprofFinalize()
- Python Function
1ret = acl.prof.finalize()
Parameter Description
None.
Return Value Description
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Restrictions
Use this API together with the acl.prof.init API. Call acl.prof.init first and then acl.prof.finalize.
Parent topic: Data Profiling APIs