Go to the source code of this file.
|
| GRN_API const char * | grn_operator_to_string (grn_operator op) |
| |
| GRN_API const char * | grn_operator_to_script_syntax (grn_operator op) |
| |
| GRN_API grn_operator_exec_func * | grn_operator_to_exec_func (grn_operator op) |
| |
| GRN_API bool | grn_operator_exec_equal (grn_ctx *ctx, grn_obj *x, grn_obj *y) |
| |
| GRN_API bool | grn_operator_exec_not_equal (grn_ctx *ctx, grn_obj *x, grn_obj *y) |
| |
| GRN_API bool | grn_operator_exec_less (grn_ctx *ctx, grn_obj *x, grn_obj *y) |
| |
| GRN_API bool | grn_operator_exec_greater (grn_ctx *ctx, grn_obj *x, grn_obj *y) |
| |
| GRN_API bool | grn_operator_exec_less_equal (grn_ctx *ctx, grn_obj *x, grn_obj *y) |
| |
| GRN_API bool | grn_operator_exec_greater_equal (grn_ctx *ctx, grn_obj *x, grn_obj *y) |
| |
| GRN_API bool | grn_operator_exec_match (grn_ctx *ctx, grn_obj *target, grn_obj *sub_text) |
| |
| GRN_API bool | grn_operator_exec_prefix (grn_ctx *ctx, grn_obj *target, grn_obj *prefix) |
| |
| GRN_API bool | grn_operator_exec_regexp (grn_ctx *ctx, grn_obj *target, grn_obj *pattern) |
| |
◆ grn_operator_exec_func
◆ grn_operator_exec_equal()
◆ grn_operator_exec_greater()
◆ grn_operator_exec_greater_equal()
◆ grn_operator_exec_less()
◆ grn_operator_exec_less_equal()
◆ grn_operator_exec_match()
◆ grn_operator_exec_not_equal()
◆ grn_operator_exec_prefix()
◆ grn_operator_exec_regexp()
◆ grn_operator_to_exec_func()
◆ grn_operator_to_script_syntax()
◆ grn_operator_to_string()