[Groonga-commit] groonga/grnxx at e5f7b37 [master] Add TODO comments.

Back to archive index

susumu.yata null+****@clear*****
Tue Jul 15 13:57:59 JST 2014


susumu.yata	2014-07-15 13:57:59 +0900 (Tue, 15 Jul 2014)

  New Revision: e5f7b37cbe2245daf4fa2fa3731456d09491ea3f
  https://github.com/groonga/grnxx/commit/e5f7b37cbe2245daf4fa2fa3731456d09491ea3f

  Message:
    Add TODO comments.

  Modified files:
    include/grnxx/expression.hpp

  Modified: include/grnxx/expression.hpp (+5 -0)
===================================================================
--- include/grnxx/expression.hpp    2014-07-15 13:34:05 +0900 (1fb97cb)
+++ include/grnxx/expression.hpp    2014-07-15 13:57:59 +0900 (7e5961b)
@@ -52,6 +52,11 @@ class Expression {
   // Evaluates the expression for the given record set and removes records
   // whose evaluation results are false.
   //
+  // TODO: If there are many records, the filter should be applied per block.
+  //       The best block size is not clear.
+  //
+  // TODO: An interface to apply a filter to a part of "*record_set" is needed.
+  //
   // Returns true on success.
   // On failure, returns false and stores error information into "*error" if
   // "error" != nullptr.
-------------- next part --------------
HTML����������������������������...
Download 



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