next up previous
Next: LIP_INDEXINFO_GET Up: Miscellanea Previous: LIP_INDEXINFO_ANALYZE

LIP_INDEXINFO_SET

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

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


C syntax:

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


LIP_INDEXINFO_SET stores the information about a index array in the info object. The number of all indices is specified in count, while the number of unique indices - in ucount. The array inode specifies, for each node, the number of indices referencing the data from this node, whereas the array iunique provides the information on unique indices for each node.