Evaluates a specified tuple based on a filter defined in a tibasFilter object.
      Declaration
tibas_status tibasFilter_Eval
(tibasFilter    filter,
tibasTuple      tuple,
tibas_boolean*   result)
Parameters
               
               
               
                  
                     | Parameter | Description | 
               
               
                  
                     | filter | Specify the tibasFilter object to use to evaluate the tuple. | 
                  
                     | tuple | The tuple passed to the function. | 
                  
                     | result | The status returned by the function. | 
               
            
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.
Copyright © Cloud Software Group, Inc. All rights reserved.