[Groonga-commit] groonga/groonga [master] Export grn_vector_decode() to use in expr.c

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 19 00:29:49 JST 2012


Kouhei Sutou	2012-10-19 00:29:49 +0900 (Fri, 19 Oct 2012)

  New Revision: fdeab6598e029fdd1bb905a3f7594c74ab8bafe3
  https://github.com/groonga/groonga/commit/fdeab6598e029fdd1bb905a3f7594c74ab8bafe3

  Merged d02a005: Merge pull request #35 from groonga/get-value-support-vector

  Log:
    Export grn_vector_decode() to use in expr.c

  Modified files:
    lib/db.h

  Modified: lib/db.h (+2 -0)
===================================================================
--- lib/db.h    2012-10-19 00:29:12 +0900 (7258b76)
+++ lib/db.h    2012-10-19 00:29:49 +0900 (091a5a3)
@@ -270,6 +270,8 @@ unsigned int grn_vector_pop_element(grn_ctx *ctx, grn_obj *vector,
                                     const char **str, unsigned int *weight, grn_id *domain);
 
 grn_rc grn_vector_delimit(grn_ctx *ctx, grn_obj *v, unsigned int weight, grn_id domain);
+grn_rc grn_vector_decode(grn_ctx *ctx, grn_obj *v, const char *data, uint32_t data_size);
+
 
 grn_rc grn_db_init_builtin_types(grn_ctx *ctx);
 
-------------- next part --------------
HTML����������������������������...
Download 



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