Home | Previous Page | Next Page   Descriptor Function Reference > Accessor Functions >

mi_istats_setnleaves()

The mi_istats_setnleaves() function stores the number of index leaf nodes in the statistics descriptor.

Syntax

void mi_istats_setnleaves(MI_AM_ISTATS_DESC *istatsDesc,
   mi_integer nleaves)
istatsDesc
points to the statistics descriptor.
nleaves
provides the number of leaf nodes in the index.

Usage

Call this function from am_stats. The database server places the value that this function sets in the leaves entry of the sysindices system catalog table.

Return Values

None

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]