next up previous
Next: LIP_INDEXINFO_FREE Up: Miscellanea Previous: LIP_INDEXINFO_SET

LIP_INDEXINFO_GET

LIP_INDEXINFO_GET(info, count, ucount, inode, iunique)

IN info information about indices (handle)
OUT count number of indices (integer)
OUT ucount number of unique indices (integer)
OUT inode number of indices from each node (array of integer)
OUT iunique number of unique indices from each node (array of integer)


C syntax:

int LIP_Indexinfo_get(LIP_Indexinfo info, int *count, int *ucount, int *inode, int *iunique)


LIP_INDEXINFO_GET obtains the information about an index array from the info object. The number of all indices is stored in count, while the number of unique indices - in ucount. The array inode will be filled with the number of indices referencing the data on each node, whereas the array iunique will store the information on the unique indices for each node.