groonga_d.command

Undocumented in source.

Members

Aliases

grn_command_input
alias grn_command_input = _grn_command_input
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_command_run_func
alias grn_command_run_func = void function(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* command, grn_command_input* input, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

grn_command_input_add
groonga_d.groonga.grn_obj* grn_command_input_add(groonga_d.groonga.grn_ctx* ctx, grn_command_input* input, const(char)* name, int name_size, ubyte* added)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_command_input_at
groonga_d.groonga.grn_obj* grn_command_input_at(groonga_d.groonga.grn_ctx* ctx, grn_command_input* input, uint offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_command_input_close
groonga_d.groonga.grn_rc grn_command_input_close(groonga_d.groonga.grn_ctx* ctx, grn_command_input* input)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_command_input_get
groonga_d.groonga.grn_obj* grn_command_input_get(groonga_d.groonga.grn_ctx* ctx, grn_command_input* input, const(char)* name, int name_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_command_input_get_arguments
groonga_d.groonga.grn_obj* grn_command_input_get_arguments(groonga_d.groonga.grn_ctx* ctx, grn_command_input* input)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_command_input_open
grn_command_input* grn_command_input_open(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* command)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_command_register
groonga_d.groonga.grn_rc grn_command_register(groonga_d.groonga.grn_ctx* ctx, const(char)* command_name, int command_name_size, grn_command_run_func* run, groonga_d.groonga.grn_expr_var* vars, uint n_vars, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_command_run
groonga_d.groonga.grn_rc grn_command_run(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* command, grn_command_input* input)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_grn_command_input
struct _grn_command_input
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta