- 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, groonga_d.groonga.grn_bool* 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.