The mi_tab_numfrags() accessor function
The mi_tab_numfrags() function retrieves the number of fragments in the index.
Syntax
mi_integer mi_tab_numfrags(MI_AM_TABLE_DESC *tableDesc)
- tableDesc
- Points to the index descriptor.
Return values
The integer specifies the number of fragments in the table from the table descriptor. If the table is not fragmented, mi_tab_numfrags() returns 1.