grn_rc
Definition groonga.h:61
#define GRN_API
Definition groonga.h:39
grn_operator
Definition groonga.h:1149
grn_log_level
Definition groonga.h:192
GRN_API grn_index_column_diff_options * grn_index_column_diff_options_open(grn_ctx *ctx)
Create a new options.
GRN_API grn_rc grn_index_column_diff(grn_ctx *ctx, grn_obj *index_column, grn_obj **diff)
Compute differences between expected index content and actual index content.
GRN_API grn_log_level grn_index_column_diff_options_get_progress_log_level(grn_ctx *ctx, grn_index_column_diff_options *options)
Get the log level that is used for progress logs.
GRN_API grn_rc grn_index_column_diff_full(grn_ctx *ctx, grn_obj *index_column, grn_index_column_diff_options *options, grn_obj **diff)
Compute differences between expected index content and actual index content with options.
GRN_API bool grn_index_column_is_usable(grn_ctx *ctx, grn_obj *index_column, grn_operator op)
GRN_API grn_rc grn_index_column_diff_options_set_progress_log_level(grn_ctx *ctx, grn_index_column_diff_options *options, grn_log_level level)
Set the log level that is used for progress logs.
GRN_API grn_rc grn_index_column_diff_options_close(grn_ctx *ctx, grn_index_column_diff_options *options)
Free the options.
struct grn_index_column_diff_options grn_index_column_diff_options
Options for grn_index_column_diff().
Definition index_column.h:48