tibasSpaceResultList_Size()

Returns the number of tuples in the SpaceResultList object.

Declaration

tibas_status tibasSpaceResultList_Size(
    tibasSpaceResultList resultList,
    tibas_int*           size)

Parameters

Parameter Description
resultList The SpaceResultList object on which the function is invoked.
size The size (in number of tuple objects) of the specified SpaceResultList.

Remarks

Use the tibasSpaceResultList_Size() function to return the size of a specified SpaceResult list. Calling this function before you call the tibasSpaceResultList_Get() function can prevent requesting a get of data from an index value higher than the upper limit of the list.