icp_result
Values returned by index_cond_func_xxx functions.
Definition: my_icp.h:35
@ ICP_OUT_OF_RANGE
Index tuple is out of the range that we're scanning, e.g.
Definition: my_icp.h:47
@ ICP_NO_MATCH
Index tuple doesn't satisfy the pushed index condition (the engine should discard the tuple and go to...
Definition: my_icp.h:38
@ ICP_MATCH
Index tuple satisfies the pushed index condition (the engine should fetch and return the record)
Definition: my_icp.h:42
enum icp_result ICP_RESULT
Values returned by index_cond_func_xxx functions.