[Groonga-commit] groonga/groonga at 65aee61 [master] grn_ts: update an old comment

Back to archive index

susumu.yata null+****@clear*****
Fri Sep 25 17:42:03 JST 2015


susumu.yata	2015-09-25 17:42:03 +0900 (Fri, 25 Sep 2015)

  New Revision: 65aee61aa0b27435f11af5453323862568d2d824
  https://github.com/groonga/groonga/commit/65aee61aa0b27435f11af5453323862568d2d824

  Message:
    grn_ts: update an old comment

  Modified files:
    lib/grn_ts.h

  Modified: lib/grn_ts.h (+3 -4)
===================================================================
--- lib/grn_ts.h    2015-09-25 17:31:50 +0900 (9c77e5b)
+++ lib/grn_ts.h    2015-09-25 17:42:03 +0900 (b157389)
@@ -371,10 +371,9 @@ grn_rc grn_ts_expr_adjust(grn_ctx *ctx, grn_ts_expr *expr,
  */
 
 /*
- * grn_ts_select() finds records passing through a filter (specified by
- * `filter' and `filter_size') and writes the associated values (specified by
- * `output_columns' and `output_columns_size') into the output buffer of `ctx'
- * (`ctx->impl->outbuf').
+ * grn_ts_select() finds records passing through a filter and writes the values
+ * of output columns (the evaluation results of output expressions) into the
+ * output buffer (`ctx->impl->outbuf`).
  *
  * Note that the first `offset` records will be discarded and at most `limit`
  * records will be output.
-------------- next part --------------
HTML����������������������������...
Download 



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