[Groonga-commit] groonga/groonga at c96b2b5 [master] expr optimize: add support for OP_QUORUM

アーカイブの一覧に戻る
Kouhei Sutou null+****@clear*****
Mon Mar 4 11:42:12 JST 2019


Kouhei Sutou	2019-03-04 11:42:12 +0900 (Mon, 04 Mar 2019)

  Revision: c96b2b5a7be9eafd4c7e7a6d99a56a7d581d3e2a
  https://github.com/groonga/groonga/commit/c96b2b5a7be9eafd4c7e7a6d99a56a7d581d3e2a

  Message:
    expr optimize: add support for OP_QUORUM

  Modified files:
    lib/mrb/scripts/expression_tree/binary_operation.rb

  Modified: lib/mrb/scripts/expression_tree/binary_operation.rb (+1 -0)
===================================================================
--- lib/mrb/scripts/expression_tree/binary_operation.rb    2019-03-04 11:40:46 +0900 (f2dd64e3e)
+++ lib/mrb/scripts/expression_tree/binary_operation.rb    2019-03-04 11:42:12 +0900 (bf4d05257)
@@ -37,6 +37,7 @@ module Groonga
         Operator::EXACT,
         Operator::REGEXP,
         Operator::FUZZY,
+        Operator::QUORUM,
       ]
       def estimate_size(table)
         case @operator
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190304/18364b11/attachment-0001.html>


More information about the Groonga-commit mailing list
アーカイブの一覧に戻る