[Groonga-commit] groonga/groonga at 4210155 [master] Export grn_ii_cursor_next_pos()

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 7 18:15:04 JST 2017


Kouhei Sutou	2017-02-07 18:15:04 +0900 (Tue, 07 Feb 2017)

  New Revision: 42101554be98976e02d69d9fffbb72c824576e31
  https://github.com/groonga/groonga/commit/42101554be98976e02d69d9fffbb72c824576e31

  Message:
    Export grn_ii_cursor_next_pos()

  Modified files:
    include/groonga/ii.h
    lib/grn_ii.h

  Modified: include/groonga/ii.h (+1 -0)
===================================================================
--- include/groonga/ii.h    2017-02-07 17:35:06 +0900 (fc4f31c)
+++ include/groonga/ii.h    2017-02-07 18:15:04 +0900 (2e8aaf7)
@@ -61,6 +61,7 @@ typedef struct _grn_ii_cursor grn_ii_cursor;
 GRN_API grn_ii_cursor *grn_ii_cursor_open(grn_ctx *ctx, grn_ii *ii, grn_id tid,
                                           grn_id min, grn_id max, int nelements, int flags);
 GRN_API grn_posting *grn_ii_cursor_next(grn_ctx *ctx, grn_ii_cursor *c);
+GRN_API grn_posting *grn_ii_cursor_next_pos(grn_ctx *ctx, grn_ii_cursor *c);
 GRN_API grn_rc grn_ii_cursor_close(grn_ctx *ctx, grn_ii_cursor *c);
 
 #ifdef __cplusplus

  Modified: lib/grn_ii.h (+0 -1)
===================================================================
--- lib/grn_ii.h    2017-02-07 17:35:06 +0900 (4a033de)
+++ lib/grn_ii.h    2017-02-07 18:15:04 +0900 (c9808b7)
@@ -123,7 +123,6 @@ grn_rc grn_ii_flush(grn_ctx *ctx, grn_ii *ii);
 
 grn_ii_cursor *grn_ii_cursor_openv1(grn_ii *ii, uint32_t key);
 grn_rc grn_ii_cursor_openv2(grn_ii_cursor **cursors, int ncursors);
-grn_posting *grn_ii_cursor_next_pos(grn_ctx *ctx, grn_ii_cursor *c);
 
 uint32_t grn_ii_max_section(grn_ii *ii);
 
-------------- next part --------------
HTML����������������������������...
Download 



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