Go to the source code of this file.
|
| GRN_API grn_id | grn_result_set_get_min_id (grn_ctx *ctx, grn_hash *result_set) |
| |
| GRN_API grn_rc | grn_result_set_add_record (grn_ctx *ctx, grn_hash *result_set, grn_posting *posting, grn_operator op) |
| |
| GRN_API grn_rc | grn_result_set_add_table (grn_ctx *ctx, grn_hash *result_set, grn_obj *table, double score, grn_operator op) |
| |
| GRN_API grn_rc | grn_result_set_add_table_cursor (grn_ctx *ctx, grn_hash *result_set, grn_table_cursor *cursor, double score, grn_operator op) |
| |
| GRN_API grn_rc | grn_result_set_add_index_cursor (grn_ctx *ctx, grn_hash *result_set, grn_obj *cursor, double additional_score, double weight, grn_operator op) |
| |
| GRN_API grn_rc | grn_result_set_add_ii_cursor (grn_ctx *ctx, grn_hash *result_set, grn_ii_cursor *cursor, double additional_score, double weight, grn_operator op) |
| |
| GRN_API grn_rc | grn_result_set_copy (grn_ctx *ctx, grn_hash *result_set, grn_hash *output_result_set) |
| |
◆ grn_result_set_add_ii_cursor()
◆ grn_result_set_add_index_cursor()
◆ grn_result_set_add_record()
◆ grn_result_set_add_table()
◆ grn_result_set_add_table_cursor()
◆ grn_result_set_copy()
◆ grn_result_set_get_min_id()