tibasFilter_Create()

Returns a new filter object.

Declaration

tibas_status tibasFilter_Create
(tibasFilter*   filter,
const char*     filterString)

Parameters

Parameter Description
filter The filter returned by the function.
filterString The filter string used to create the filter.

Remarks

Use the tibasFilter_Create() function to create a filter.

After you have created the filter, you can use it with the tibasFilter_Eval() function to evaluate whether a specified tuple passes the filter. You can also apply the filter to a space browser that you create by calling the tibasMetaspace_Browse() function.