The mi_istats_setnlevels() accessor function
The mi_istats_setnlevels() function stores the number of index levels in the statistics descriptor.
Syntax
void mi_istats_setnlevels(MI_AM_ISTATS_DESC *istatsDesc,
mi_integer nlevels)
- istatsDesc
- Points to the statistics descriptor.
- nlevels
- provides the number of levels in the index.
Usage
Call this function from am_stats. The database server places the value that this function sets in the levels column of the sysindices system catalog table.
Return values
None