[Groonga-commit] groonga/groonga at 514a883 [master] Export grn_table_create_for_group()

Back to archive index

Daijiro MORI null+****@clear*****
Tue Jun 18 13:22:32 JST 2013


Daijiro MORI	2013-06-18 13:22:32 +0900 (Tue, 18 Jun 2013)

  New Revision: 514a8834895c9f8630f7696d16395e7a93ab4321
  https://github.com/groonga/groonga/commit/514a8834895c9f8630f7696d16395e7a93ab4321

  Message:
    Export grn_table_create_for_group()

  Modified files:
    include/groonga.h
    lib/db.h

  Modified: include/groonga.h (+6 -0)
===================================================================
--- include/groonga.h    2013-06-18 13:19:25 +0900 (bd0f93a)
+++ include/groonga.h    2013-06-18 13:22:32 +0900 (e0e12e6)
@@ -2728,6 +2728,12 @@ GRN_API grn_rc grn_table_sort_key_close(grn_ctx *ctx,
 
 GRN_API grn_bool grn_table_is_grouped(grn_obj *table);
 
+GRN_API grn_obj *grn_table_create_for_group(grn_ctx *ctx,
+                                            const char *name,
+                                            unsigned int name_size,
+                                            const char *path,
+                                            grn_obj *group_key,
+                                            unsigned int max_n_subrecs);
 
 GRN_API grn_rc grn_load(grn_ctx *ctx, grn_content_type input_type,
                         const char *table, unsigned int table_len,

  Modified: lib/db.h (+0 -7)
===================================================================
--- lib/db.h    2013-06-18 13:19:25 +0900 (694afc2)
+++ lib/db.h    2013-06-18 13:22:32 +0900 (e3a49a4)
@@ -420,13 +420,6 @@ void grn_expr_pack(grn_ctx *ctx, grn_obj *buf, grn_obj *expr);
 GRN_API grn_rc grn_expr_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *expr);
 grn_obj *grn_expr_open(grn_ctx *ctx, grn_obj_spec *spec, const uint8_t *p, const uint8_t *pe);
 
-GRN_API grn_obj *grn_table_create_for_group(grn_ctx *ctx,
-                                            const char *name,
-                                            unsigned int name_size,
-                                            const char *path,
-                                            grn_obj *group_key,
-                                            unsigned int max_n_subrecs);
-
 #define KEY_NAME "_key"
 #define ID_NAME "_id"
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index