tibasSpace_Size()

Returns the number of entries in the space.

Declaration

tibas_status tibasSpace_Size
(tibasSpace space,
tibas_long* size,
const char* filter)

Parameters

Parameter Description
space The Space object for which to get the size value.
size Pointer to a variable that will return the size value (such as the number of tuples matching the filter).
filter A sting specifying filter criteria. Can be NULL if no filter is needed.

Remarks

Use the tibasSpace_Size() function to return the number of entries in a specified space.

You can specify a string value with the filter parameter that requests return of the number of entries in the space which match a given filter. If you do not provide a filter string, code NULL for the filter parameter.