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


Chapter 22 Filter : Filter Operations : tibasFilter_Eval()

tibasFilter_Eval()
Function
Declaration
tibas_status tibasFilter_Eval
(tibasFilter    filter,
tibasTuple      tuple,
tibas_boolean*   result)
Purpose
Evaluates a specified tuple based on a filter defined in a tibasFilter object.
Parameters
 
Remarks
Use the tibasFilter_Eval() function to evaluate a specified tuple using a specified tibasFilter object.
If the tuple passes the filter, the function returns TIBAS_TRUE; otherwise it returns TIBAS_FALSE.
See Also
tibasFilter_Create()
 

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