groonga_d.pat

Undocumented in source.

Members

Aliases

grn_pat
alias grn_pat = _grn_pat
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_cursor
alias grn_pat_cursor = _grn_pat_cursor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_scan_hit
alias grn_pat_scan_hit = groonga_d.groonga._grn_table_scan_hit
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

grn_pat_add
uint grn_pat_add(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat, const(void)* key, uint key_size, void** value, int* added)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_close
groonga_d.groonga.grn_rc grn_pat_close(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_create
grn_pat* grn_pat_create(groonga_d.groonga.grn_ctx* ctx, const(char)* path, uint key_size, uint value_size, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_cursor_close
void grn_pat_cursor_close(groonga_d.groonga.grn_ctx* ctx, grn_pat_cursor* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_cursor_delete
groonga_d.groonga.grn_rc grn_pat_cursor_delete(groonga_d.groonga.grn_ctx* ctx, grn_pat_cursor* c, groonga_d.groonga.grn_table_delete_optarg* optarg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_cursor_get_key
int grn_pat_cursor_get_key(groonga_d.groonga.grn_ctx* ctx, grn_pat_cursor* c, void** key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_cursor_get_key_value
int grn_pat_cursor_get_key_value(groonga_d.groonga.grn_ctx* ctx, grn_pat_cursor* c, void** key, uint* key_size, void** value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_cursor_get_value
int grn_pat_cursor_get_value(groonga_d.groonga.grn_ctx* ctx, grn_pat_cursor* c, void** value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_cursor_next
uint grn_pat_cursor_next(groonga_d.groonga.grn_ctx* ctx, grn_pat_cursor* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_cursor_open
grn_pat_cursor* grn_pat_cursor_open(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat, const(void)* min, uint min_size, const(void)* max, uint max_size, int offset, int limit, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_cursor_set_value
groonga_d.groonga.grn_rc grn_pat_cursor_set_value(groonga_d.groonga.grn_ctx* ctx, grn_pat_cursor* c, const(void)* value, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_delete
groonga_d.groonga.grn_rc grn_pat_delete(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat, const(void)* key, uint key_size, groonga_d.groonga.grn_table_delete_optarg* optarg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_delete_by_id
groonga_d.groonga.grn_rc grn_pat_delete_by_id(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat, uint id, groonga_d.groonga.grn_table_delete_optarg* optarg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_delete_with_sis
int grn_pat_delete_with_sis(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat, uint id, groonga_d.groonga.grn_table_delete_optarg* optarg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_get
uint grn_pat_get(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat, const(void)* key, uint key_size, void** value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_get_key
int grn_pat_get_key(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat, uint id, void* keybuf, int bufsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_get_key2
int grn_pat_get_key2(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat, uint id, groonga_d.groonga.grn_obj* bulk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_get_value
int grn_pat_get_value(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat, uint id, void* valuebuf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_lcp_search
uint grn_pat_lcp_search(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat, const(void)* key, uint key_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_open
grn_pat* grn_pat_open(groonga_d.groonga.grn_ctx* ctx, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_prefix_search
groonga_d.groonga.grn_rc grn_pat_prefix_search(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat, const(void)* key, uint key_size, groonga_d.hash.grn_hash* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_remove
groonga_d.groonga.grn_rc grn_pat_remove(groonga_d.groonga.grn_ctx* ctx, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_scan
int grn_pat_scan(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat, const(char)* str, uint str_len, grn_pat_scan_hit* sh, uint sh_size, const(char)** rest)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_set_value
groonga_d.groonga.grn_rc grn_pat_set_value(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat, uint id, const(void)* value, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_size
uint grn_pat_size(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_pat_suffix_search
groonga_d.groonga.grn_rc grn_pat_suffix_search(groonga_d.groonga.grn_ctx* ctx, grn_pat* pat, const(void)* key, uint key_size, groonga_d.hash.grn_hash* h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta