groonga_d.table

Undocumented in source.

Members

Aliases

grn_normalizer_open_options_func
alias grn_normalizer_open_options_func = grn_table_module_open_options_func
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_module_open_options_func
alias grn_table_module_open_options_func = void* function(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* proc, groonga_d.groonga.grn_obj* values, 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_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.
grn_tokenizer_open_options_func
alias grn_tokenizer_open_options_func = grn_table_module_open_options_func
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_next
groonga_d.groonga.grn_posting* grn_index_cursor_next(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* ic, uint* tid)
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, uint rid_min, uint 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_table_add
uint 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
uint grn_table_at(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, uint 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_cache_default_tokenizer_options
void* grn_table_cache_default_tokenizer_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, grn_table_module_open_options_func open_options_func, groonga_d.groonga.grn_close_func close_options_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_cache_normalizer_options
void* grn_table_cache_normalizer_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* string, grn_table_module_open_options_func open_options_func, groonga_d.groonga.grn_close_func close_options_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_cache_token_filter_options
void* grn_table_cache_token_filter_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, uint i, grn_table_module_open_options_func open_options_func, groonga_d.groonga.grn_close_func close_options_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_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, uint 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_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_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_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
uint 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, uint 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
uint 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
uint 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_default_tokenizer_options
groonga_d.groonga.grn_rc grn_table_get_default_tokenizer_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* options)
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_default_tokenizer_string
groonga_d.groonga.grn_rc grn_table_get_default_tokenizer_string(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* output)
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, uint 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_normalizer_options
groonga_d.groonga.grn_rc grn_table_get_normalizer_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* options)
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_normalizer_string
groonga_d.groonga.grn_rc grn_table_get_normalizer_string(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* output)
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, uint id, uint* 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_get_token_filter_options
groonga_d.groonga.grn_rc grn_table_get_token_filter_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, uint i, groonga_d.groonga.grn_obj* options)
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_token_filters_string
groonga_d.groonga.grn_rc grn_table_get_token_filters_string(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* output)
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_is_grouped
ubyte 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
uint 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* 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_set_default_tokenizer_options
groonga_d.groonga.grn_rc grn_table_set_default_tokenizer_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_set_normalizer_options
groonga_d.groonga.grn_rc grn_table_set_normalizer_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, groonga_d.groonga.grn_obj* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_table_set_token_filter_options
groonga_d.groonga.grn_rc grn_table_set_token_filter_options(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* table, uint i, groonga_d.groonga.grn_obj* options)
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_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, ubyte 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, uint 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_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_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_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_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_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