#define GRN_API
Definition groonga.h:39
grn_operator
Definition groonga.h:1149
GRN_API bool grn_operator_exec_prefix(grn_ctx *ctx, grn_obj *target, grn_obj *prefix)
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_less(grn_ctx *ctx, grn_obj *x, grn_obj *y)
GRN_API const char * grn_operator_to_script_syntax(grn_operator op)
bool grn_operator_exec_func(grn_ctx *ctx, grn_obj *x, grn_obj *y)
Definition operator.h:27
GRN_API bool grn_operator_exec_match(grn_ctx *ctx, grn_obj *target, grn_obj *sub_text)
GRN_API grn_operator_exec_func * grn_operator_to_exec_func(grn_operator op)
GRN_API bool grn_operator_exec_greater(grn_ctx *ctx, grn_obj *x, grn_obj *y)
GRN_API bool grn_operator_exec_equal(grn_ctx *ctx, grn_obj *x, grn_obj *y)
GRN_API const char * grn_operator_to_string(grn_operator op)
GRN_API bool grn_operator_exec_regexp(grn_ctx *ctx, grn_obj *target, grn_obj *pattern)
GRN_API bool grn_operator_exec_not_equal(grn_ctx *ctx, grn_obj *x, grn_obj *y)