tibasTupleList_Size()

Returns the number of items in a specified tuple list.

Declaration

tibas_status tibasTupleList_Size(
    tibasTupleList tupleList,
    tibas_int*     size)

Parameters

Parameter Description
tupleList Specify the tuple list for which you want to return the size.
size The size (in number of tuples) of the specified tuple list.

Remarks

Use the tibasTupleList_Size() function to return the size of a specified tuple list.