Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 22 Filter : Filter Operations : tibasFilter_Create()

tibasFilter_Create()
Function
Declaration
tibas_status tibasFilter_Create
(tibasFilter*   filter,
const char*     filterString)
Purpose
Returns a new filter object.
Parameters
 
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.
See Also
tibasFilter_Eval(), tibasFilter_Free(), tibasMetaspace_Browse()
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved