groonga_d.operator

Undocumented in source.

Members

Aliases

grn_operator_exec_func
alias grn_operator_exec_func = ubyte function(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* x, groonga_d.groonga.grn_obj* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

grn_operator_exec_equal
ubyte grn_operator_exec_equal(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* x, groonga_d.groonga.grn_obj* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_operator_exec_greater
ubyte grn_operator_exec_greater(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* x, groonga_d.groonga.grn_obj* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_operator_exec_greater_equal
ubyte grn_operator_exec_greater_equal(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* x, groonga_d.groonga.grn_obj* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_operator_exec_less
ubyte grn_operator_exec_less(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* x, groonga_d.groonga.grn_obj* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_operator_exec_less_equal
ubyte grn_operator_exec_less_equal(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* x, groonga_d.groonga.grn_obj* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_operator_exec_match
ubyte grn_operator_exec_match(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* target, groonga_d.groonga.grn_obj* sub_text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_operator_exec_not_equal
ubyte grn_operator_exec_not_equal(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* x, groonga_d.groonga.grn_obj* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_operator_exec_prefix
ubyte grn_operator_exec_prefix(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* target, groonga_d.groonga.grn_obj* prefix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_operator_exec_regexp
ubyte grn_operator_exec_regexp(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* target, groonga_d.groonga.grn_obj* pattern)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_operator_to_exec_func
grn_operator_exec_func* grn_operator_to_exec_func(groonga_d.groonga.grn_operator op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_operator_to_string
const(char)* grn_operator_to_string(groonga_d.groonga.grn_operator op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta