groonga_d.array

Undocumented in source.

Members

Aliases

grn_array
alias grn_array = _grn_array
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_array_cursor
alias grn_array_cursor = _grn_array_cursor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

_grn_array_get_value
void* _grn_array_get_value(groonga_d.groonga.grn_ctx* ctx, grn_array* array, groonga_d.groonga.grn_id id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_array_add
groonga_d.groonga.grn_id grn_array_add(groonga_d.groonga.grn_ctx* ctx, grn_array* array, 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_array_close
groonga_d.groonga.grn_rc grn_array_close(groonga_d.groonga.grn_ctx* ctx, grn_array* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_array_create
grn_array* grn_array_create(groonga_d.groonga.grn_ctx* ctx, const(char)* path, 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_array_cursor_close
void grn_array_cursor_close(groonga_d.groonga.grn_ctx* ctx, grn_array_cursor* cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_array_cursor_delete
groonga_d.groonga.grn_rc grn_array_cursor_delete(groonga_d.groonga.grn_ctx* ctx, grn_array_cursor* cursor, 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_array_cursor_get_value
int grn_array_cursor_get_value(groonga_d.groonga.grn_ctx* ctx, grn_array_cursor* cursor, 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_array_cursor_next
groonga_d.groonga.grn_id grn_array_cursor_next(groonga_d.groonga.grn_ctx* ctx, grn_array_cursor* cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_array_cursor_open
grn_array_cursor* grn_array_cursor_open(groonga_d.groonga.grn_ctx* ctx, grn_array* array, groonga_d.groonga.grn_id min, groonga_d.groonga.grn_id max, 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_array_cursor_set_value
groonga_d.groonga.grn_rc grn_array_cursor_set_value(groonga_d.groonga.grn_ctx* ctx, grn_array_cursor* cursor, 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_array_delete_by_id
groonga_d.groonga.grn_rc grn_array_delete_by_id(groonga_d.groonga.grn_ctx* ctx, grn_array* array, groonga_d.groonga.grn_id 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_array_get_value
int grn_array_get_value(groonga_d.groonga.grn_ctx* ctx, grn_array* array, groonga_d.groonga.grn_id 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_array_next
groonga_d.groonga.grn_id grn_array_next(groonga_d.groonga.grn_ctx* ctx, grn_array* array, groonga_d.groonga.grn_id id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_array_open
grn_array* grn_array_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_array_pull
groonga_d.groonga.grn_id grn_array_pull(groonga_d.groonga.grn_ctx* ctx, grn_array* array, groonga_d.groonga.grn_bool blockp, void function(groonga_d.groonga.grn_ctx* ctx, grn_array* array, groonga_d.groonga.grn_id id, void* func_arg) func, void* func_arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_array_push
groonga_d.groonga.grn_id grn_array_push(groonga_d.groonga.grn_ctx* ctx, grn_array* array, void function(groonga_d.groonga.grn_ctx* ctx, grn_array* array, groonga_d.groonga.grn_id id, void* func_arg) func, void* func_arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_array_set_value
groonga_d.groonga.grn_rc grn_array_set_value(groonga_d.groonga.grn_ctx* ctx, grn_array* array, groonga_d.groonga.grn_id 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_array_unblock
void grn_array_unblock(groonga_d.groonga.grn_ctx* ctx, grn_array* array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta