[Groonga-commit] groonga/grnxx at 63a8e15 [master] Remove Table::create_expression_builder().

Back to archive index

susumu.yata null+****@clear*****
Tue Jul 8 16:07:00 JST 2014


susumu.yata	2014-07-08 16:07:00 +0900 (Tue, 08 Jul 2014)

  New Revision: 63a8e1577eb56e7c7dd40b046d9986751f632968
  https://github.com/groonga/grnxx/commit/63a8e1577eb56e7c7dd40b046d9986751f632968

  Message:
    Remove Table::create_expression_builder().
    
    This is because ExpressionBuilder::create() is available.

  Modified files:
    include/grnxx/table.hpp

  Modified: include/grnxx/table.hpp (+0 -8)
===================================================================
--- include/grnxx/table.hpp    2014-07-08 16:05:14 +0900 (27265c4)
+++ include/grnxx/table.hpp    2014-07-08 16:07:00 +0900 (173e0f3)
@@ -170,14 +170,6 @@ class Table {
       Error *error,
       const CursorOptions &options) const;
 
-  // Create an object to build expressions.
-  //
-  // Returns a pointer to the builder on success.
-  // On failure, returns nullptr and stores error information into "*error" if
-  // "error" != nullptr.
-//  unique_ptr<ExpressionBuilder> create_expression_builder(
-//      Error *error) const;
-
   // Create an object to build ordering information.
   //
   // Returns a pointer to the builder on success.
-------------- next part --------------
HTML����������������������������...
Download 



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