groonga_d.table

Undocumented in source.

Members

Aliases

grn_table_cursor_foreach_func
alias grn_table_cursor_foreach_func = groonga_d.groonga.grn_rc function(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_table_cursor* cursor, groonga_d.groonga.grn_id id, 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_table_group_aggregator
alias grn_table_group_aggregator = _grn_table_group_aggregator
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_group_flags
alias grn_table_group_flags = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_group_result
alias grn_table_group_result = _grn_table_group_result
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_selector
alias grn_table_selector = _grn_table_selector
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_sort_flags
alias grn_table_sort_flags = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_sort_key
alias grn_table_sort_key = _grn_table_sort_key
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

grn_index_cursor_get_index_column
groonga_d.groonga.grn_obj* grn_index_cursor_get_index_column(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* index_cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_index_cursor_get_section_id
uint grn_index_cursor_get_section_id(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* index_cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_index_cursor_get_start_position
uint grn_index_cursor_get_start_position(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* index_cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_index_cursor_next
groonga_d.posting.grn_posting* grn_index_cursor_next(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* index_cursor, groonga_d.groonga.grn_id* term_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_index_cursor_open
groonga_d.groonga.grn_obj* grn_index_cursor_open(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_table_cursor* tc, groonga_d.groonga.grn_obj* index, groonga_d.groonga.grn_id rid_min, groonga_d.groonga.grn_id rid_max, 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_index_cursor_reset_start_position
groonga_d.groonga.grn_rc grn_index_cursor_reset_start_position(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* index_cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_index_cursor_set_scale
groonga_d.groonga.grn_rc grn_index_cursor_set_scale(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* index_cursor, float scale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_index_cursor_set_scales
groonga_d.groonga.grn_rc grn_index_cursor_set_scales(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* index_cursor, float* scales, size_t n_scales)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_index_cursor_set_section_id
groonga_d.groonga.grn_rc grn_index_cursor_set_section_id(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* index_cursor, uint section_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_index_cursor_set_start_position
groonga_d.groonga.grn_rc grn_index_cursor_set_start_position(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* index_cursor, uint position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_index_cursor_set_term_id
groonga_d.groonga.grn_rc grn_index_cursor_set_term_id(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* index_cursor, groonga_d.groonga.grn_id term_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_add
groonga_d.groonga.grn_id grn_table_add(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, const(void)* key, uint key_size, 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_table_apply_expr
groonga_d.groonga.grn_rc grn_table_apply_expr(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* output_column, groonga_d.groonga.grn_obj* expr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_at
groonga_d.groonga.grn_id grn_table_at(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, 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_table_columns
int grn_table_columns(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, const(char)* name, uint name_size, groonga_d.groonga.grn_obj* res)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_copy
groonga_d.groonga.grn_rc grn_table_copy(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* from, groonga_d.groonga.grn_obj* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_create
groonga_d.groonga.grn_obj* grn_table_create(groonga_d.groonga.grn_ctx* ctx, const(char)* name, uint name_size, const(char)* path, groonga_d.groonga.grn_table_flags flags, groonga_d.groonga.grn_obj* key_type, groonga_d.groonga.grn_obj* value_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_create_for_group
groonga_d.groonga.grn_obj* grn_table_create_for_group(groonga_d.groonga.grn_ctx* ctx, const(char)* name, uint name_size, const(char)* path, groonga_d.groonga.grn_obj* group_key, groonga_d.groonga.grn_obj* value_type, uint max_n_subrecs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_create_similar
groonga_d.groonga.grn_obj* grn_table_create_similar(groonga_d.groonga.grn_ctx* ctx, const(char)* name, uint name_size, const(char)* path, groonga_d.groonga.grn_obj* base_table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_cursor_close
groonga_d.groonga.grn_rc grn_table_cursor_close(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_table_cursor* tc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_cursor_delete
groonga_d.groonga.grn_rc grn_table_cursor_delete(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_table_cursor* tc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_cursor_foreach
groonga_d.groonga.grn_rc grn_table_cursor_foreach(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_table_cursor* cursor, grn_table_cursor_foreach_func func, 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_table_cursor_get_key
int grn_table_cursor_get_key(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_table_cursor* tc, 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_table_cursor_get_key_value
uint grn_table_cursor_get_key_value(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_table_cursor* tc, 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_table_cursor_get_max_n_records
size_t grn_table_cursor_get_max_n_records(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_table_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_table_cursor_get_value
int grn_table_cursor_get_value(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_table_cursor* tc, 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_table_cursor_next
groonga_d.groonga.grn_id grn_table_cursor_next(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_table_cursor* tc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_cursor_open
groonga_d.groonga.grn_table_cursor* grn_table_cursor_open(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, 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_table_cursor_set_value
groonga_d.groonga.grn_rc grn_table_cursor_set_value(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_table_cursor* tc, 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_table_cursor_table
groonga_d.groonga.grn_obj* grn_table_cursor_table(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_table_cursor* tc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_delete
groonga_d.groonga.grn_rc grn_table_delete(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, 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_table_delete_by_id
groonga_d.groonga.grn_rc grn_table_delete_by_id(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, 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_table_difference
groonga_d.groonga.grn_rc grn_table_difference(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table1, groonga_d.groonga.grn_obj* table2, groonga_d.groonga.grn_obj* res1, groonga_d.groonga.grn_obj* res2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_find_reference_object
groonga_d.groonga.grn_id grn_table_find_reference_object(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_get
groonga_d.groonga.grn_id grn_table_get(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, 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_table_get_duplicated_keys
groonga_d.groonga.grn_rc grn_table_get_duplicated_keys(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj** duplicated_keys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_get_key
int grn_table_get_key(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_id id, void* keybuf, int buf_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_get_subrecs
uint grn_table_get_subrecs(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_id id, groonga_d.groonga.grn_id* subrecbuf, int* scorebuf, int buf_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_group
groonga_d.groonga.grn_rc grn_table_group(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, grn_table_sort_key* keys, int n_keys, grn_table_group_result* results, int n_results)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_group_aggregator_close
groonga_d.groonga.grn_rc grn_table_group_aggregator_close(groonga_d.groonga.grn_ctx* ctx, grn_table_group_aggregator* aggregator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_group_aggregator_get_expression
const(char)* grn_table_group_aggregator_get_expression(groonga_d.groonga.grn_ctx* ctx, grn_table_group_aggregator* aggregator, uint* expression_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_group_aggregator_get_output_column_flags
groonga_d.groonga.grn_column_flags grn_table_group_aggregator_get_output_column_flags(groonga_d.groonga.grn_ctx* ctx, grn_table_group_aggregator* aggregator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_group_aggregator_get_output_column_name
const(char)* grn_table_group_aggregator_get_output_column_name(groonga_d.groonga.grn_ctx* ctx, grn_table_group_aggregator* aggregator, uint* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_group_aggregator_get_output_column_type
groonga_d.groonga.grn_obj* grn_table_group_aggregator_get_output_column_type(groonga_d.groonga.grn_ctx* ctx, grn_table_group_aggregator* aggregator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_group_aggregator_open
grn_table_group_aggregator* grn_table_group_aggregator_open(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_group_aggregator_set_expression
groonga_d.groonga.grn_rc grn_table_group_aggregator_set_expression(groonga_d.groonga.grn_ctx* ctx, grn_table_group_aggregator* aggregator, const(char)* expression, int expression_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_group_aggregator_set_output_column_flags
groonga_d.groonga.grn_rc grn_table_group_aggregator_set_output_column_flags(groonga_d.groonga.grn_ctx* ctx, grn_table_group_aggregator* aggregator, groonga_d.groonga.grn_column_flags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_group_aggregator_set_output_column_name
groonga_d.groonga.grn_rc grn_table_group_aggregator_set_output_column_name(groonga_d.groonga.grn_ctx* ctx, grn_table_group_aggregator* aggregator, const(char)* name, int name_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_group_aggregator_set_output_column_type
groonga_d.groonga.grn_rc grn_table_group_aggregator_set_output_column_type(groonga_d.groonga.grn_ctx* ctx, grn_table_group_aggregator* aggregator, groonga_d.groonga.grn_obj* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_group_keys_parse
grn_table_sort_key* grn_table_group_keys_parse(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, const(char)* raw_sort_keys, int raw_sort_keys_size, int* n_keys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_have_duplicated_keys
bool grn_table_have_duplicated_keys(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_is_grouped
groonga_d.groonga.grn_bool grn_table_is_grouped(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_lcp_search
groonga_d.groonga.grn_id grn_table_lcp_search(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, 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_table_max_n_subrecs
uint grn_table_max_n_subrecs(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_rename
groonga_d.groonga.grn_rc grn_table_rename(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, const(char)* name, uint 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_table_select
groonga_d.groonga.grn_obj* grn_table_select(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* expr, groonga_d.groonga.grn_obj* result_set, groonga_d.groonga.grn_operator op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_selector_close
groonga_d.groonga.grn_rc grn_table_selector_close(groonga_d.groonga.grn_ctx* ctx, grn_table_selector* table_selector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_selector_get_enough_filtered_ratio
double grn_table_selector_get_enough_filtered_ratio(groonga_d.groonga.grn_ctx* ctx, grn_table_selector* table_selector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_selector_get_max_n_enough_filtered_records
long grn_table_selector_get_max_n_enough_filtered_records(groonga_d.groonga.grn_ctx* ctx, grn_table_selector* table_selector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_selector_get_min_id
groonga_d.groonga.grn_id grn_table_selector_get_min_id(groonga_d.groonga.grn_ctx* ctx, grn_table_selector* table_selector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_selector_get_use_sequential_scan
bool grn_table_selector_get_use_sequential_scan(groonga_d.groonga.grn_ctx* ctx, grn_table_selector* table_selector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_selector_get_weight_factor
float grn_table_selector_get_weight_factor(groonga_d.groonga.grn_ctx* ctx, grn_table_selector* table_selector)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_selector_open
grn_table_selector* grn_table_selector_open(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* expr, groonga_d.groonga.grn_operator op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_selector_select
groonga_d.groonga.grn_obj* grn_table_selector_select(groonga_d.groonga.grn_ctx* ctx, grn_table_selector* table_selector, groonga_d.groonga.grn_obj* result_set)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_selector_set_enough_filtered_ratio
groonga_d.groonga.grn_rc grn_table_selector_set_enough_filtered_ratio(groonga_d.groonga.grn_ctx* ctx, grn_table_selector* table_selector, double ratio)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_selector_set_max_n_enough_filtered_records
groonga_d.groonga.grn_rc grn_table_selector_set_max_n_enough_filtered_records(groonga_d.groonga.grn_ctx* ctx, grn_table_selector* table_selector, long n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_selector_set_min_id
groonga_d.groonga.grn_rc grn_table_selector_set_min_id(groonga_d.groonga.grn_ctx* ctx, grn_table_selector* table_selector, groonga_d.groonga.grn_id min_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_selector_set_use_sequential_scan
groonga_d.groonga.grn_rc grn_table_selector_set_use_sequential_scan(groonga_d.groonga.grn_ctx* ctx, grn_table_selector* table_selector, bool use)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_selector_set_weight_factor
groonga_d.groonga.grn_rc grn_table_selector_set_weight_factor(groonga_d.groonga.grn_ctx* ctx, grn_table_selector* table_selector, float factor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_setoperation
groonga_d.groonga.grn_rc grn_table_setoperation(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table1, groonga_d.groonga.grn_obj* table2, groonga_d.groonga.grn_obj* res, groonga_d.groonga.grn_operator op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_size
uint grn_table_size(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_sort
int grn_table_sort(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, int offset, int limit, groonga_d.groonga.grn_obj* result, grn_table_sort_key* keys, int n_keys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_sort_key_close
groonga_d.groonga.grn_rc grn_table_sort_key_close(groonga_d.groonga.grn_ctx* ctx, grn_table_sort_key* keys, uint nkeys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_sort_key_from_str
grn_table_sort_key* grn_table_sort_key_from_str(groonga_d.groonga.grn_ctx* ctx, const(char)* str, uint str_size, groonga_d.groonga.grn_obj* table, uint* nkeys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_sort_keys_parse
grn_table_sort_key* grn_table_sort_keys_parse(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, const(char)* raw_sort_keys, int raw_sort_keys_size, int* n_keys)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_tokenize
groonga_d.groonga.grn_obj* grn_table_tokenize(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, const(char)* str, uint str_len, groonga_d.groonga.grn_obj* buf, groonga_d.groonga.grn_bool addp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_truncate
groonga_d.groonga.grn_rc grn_table_truncate(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_update
groonga_d.groonga.grn_rc grn_table_update(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, 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_table_update_by_id
groonga_d.groonga.grn_rc grn_table_update_by_id(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_id 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.

Manifest constants

GRN_CURSOR_ASCENDING
enum GRN_CURSOR_ASCENDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CURSOR_BY_ID
enum GRN_CURSOR_BY_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CURSOR_BY_KEY
enum GRN_CURSOR_BY_KEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CURSOR_DESCENDING
enum GRN_CURSOR_DESCENDING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CURSOR_GE
enum GRN_CURSOR_GE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CURSOR_GT
enum GRN_CURSOR_GT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CURSOR_LE
enum GRN_CURSOR_LE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CURSOR_LT
enum GRN_CURSOR_LT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CURSOR_PREFIX
enum GRN_CURSOR_PREFIX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CURSOR_RK
enum GRN_CURSOR_RK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CURSOR_SIZE_BY_BIT
enum GRN_CURSOR_SIZE_BY_BIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TABLE_GROUP_CALC_AGGREGATOR
enum GRN_TABLE_GROUP_CALC_AGGREGATOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TABLE_GROUP_CALC_AVG
enum GRN_TABLE_GROUP_CALC_AVG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TABLE_GROUP_CALC_COUNT
enum GRN_TABLE_GROUP_CALC_COUNT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TABLE_GROUP_CALC_MAX
enum GRN_TABLE_GROUP_CALC_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TABLE_GROUP_CALC_MEAN
enum GRN_TABLE_GROUP_CALC_MEAN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TABLE_GROUP_CALC_MIN
enum GRN_TABLE_GROUP_CALC_MIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TABLE_GROUP_CALC_SUM
enum GRN_TABLE_GROUP_CALC_SUM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TABLE_GROUP_LIMIT
enum GRN_TABLE_GROUP_LIMIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TABLE_MAX_KEY_SIZE
enum GRN_TABLE_MAX_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_TABLE_SORT_ASC
enum GRN_TABLE_SORT_ASC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_TABLE_SORT_DESC
enum GRN_TABLE_SORT_DESC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Meta