tibasTuple_Eval()
Evaluates if a specified tuple passes a specified filter.
Declaration
tibas_status tibasTuple_Eval
(tibasTuple tuple,
tibas_boolean* result,
char* filter)
Parameter
| Parameter |
Description |
| tuple |
The tuple on which the function is invoked. |
| result |
The result returned by the function:. Possible values TIBAS_TRUE if the tuple matches the filter and TIBAS_FALSE otherwise. |
| filter |
The filter string passed to the function. |
Remarks
Use the tibasTuple_Eval() function to determine whether a specified tuple passes a specified filter.
Copyright © Cloud Software Group, Inc. All rights reserved.