The mi_tab_numfrags() accessor function

The mi_tab_numfrags() function retrieves the number of fragments in the table.

Syntax

mi_integer mi_tab_numfrags(MI_AM_TABLE_DESC *tableDesc)
tableDesc
Points to the table 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.