groonga_d.dat

Undocumented in source.

Members

Aliases

grn_dat
alias grn_dat = _grn_dat
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_dat_cursor
alias grn_dat_cursor = _grn_dat_cursor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_dat_scan_hit
alias grn_dat_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_dat_add
uint grn_dat_add(groonga_d.groonga.grn_ctx* ctx, grn_dat* dat, 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_dat_close
groonga_d.groonga.grn_rc grn_dat_close(groonga_d.groonga.grn_ctx* ctx, grn_dat* dat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_dat_create
grn_dat* grn_dat_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_dat_cursor_close
void grn_dat_cursor_close(groonga_d.groonga.grn_ctx* ctx, grn_dat_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_dat_cursor_delete
groonga_d.groonga.grn_rc grn_dat_cursor_delete(groonga_d.groonga.grn_ctx* ctx, grn_dat_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_dat_cursor_get_key
int grn_dat_cursor_get_key(groonga_d.groonga.grn_ctx* ctx, grn_dat_cursor* c, const(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_dat_cursor_next
uint grn_dat_cursor_next(groonga_d.groonga.grn_ctx* ctx, grn_dat_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_dat_cursor_open
grn_dat_cursor* grn_dat_cursor_open(groonga_d.groonga.grn_ctx* ctx, grn_dat* dat, 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_dat_delete
groonga_d.groonga.grn_rc grn_dat_delete(groonga_d.groonga.grn_ctx* ctx, grn_dat* dat, 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_dat_delete_by_id
groonga_d.groonga.grn_rc grn_dat_delete_by_id(groonga_d.groonga.grn_ctx* ctx, grn_dat* dat, 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_dat_get
uint grn_dat_get(groonga_d.groonga.grn_ctx* ctx, grn_dat* dat, 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_dat_get_key
int grn_dat_get_key(groonga_d.groonga.grn_ctx* ctx, grn_dat* dat, 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_dat_get_key2
int grn_dat_get_key2(groonga_d.groonga.grn_ctx* ctx, grn_dat* dat, 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_dat_lcp_search
uint grn_dat_lcp_search(groonga_d.groonga.grn_ctx* ctx, grn_dat* dat, 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_dat_open
grn_dat* grn_dat_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_dat_remove
groonga_d.groonga.grn_rc grn_dat_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_dat_scan
int grn_dat_scan(groonga_d.groonga.grn_ctx* ctx, grn_dat* dat, const(char)* str, uint str_size, grn_dat_scan_hit* scan_hits, uint max_num_scan_hits, const(char)** str_rest)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_dat_size
uint grn_dat_size(groonga_d.groonga.grn_ctx* ctx, grn_dat* dat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_dat_update
groonga_d.groonga.grn_rc grn_dat_update(groonga_d.groonga.grn_ctx* ctx, grn_dat* dat, const(void)* src_key, uint src_key_size, const(void)* dest_key, uint dest_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_dat_update_by_id
groonga_d.groonga.grn_rc grn_dat_update_by_id(groonga_d.groonga.grn_ctx* ctx, grn_dat* dat, uint src_key_id, const(void)* dest_key, uint dest_key_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta