[Groonga-commit] groonga/grnxx at b4664a2 [master] Remove Column<Bool>::create().

Back to archive index

susumu.yata null+****@clear*****
Tue Dec 16 10:41:39 JST 2014


susumu.yata	2014-11-06 18:11:51 +0900 (Thu, 06 Nov 2014)

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

  Message:
    Remove Column<Bool>::create().

  Modified files:
    lib/grnxx/impl/column/scalar/bool.hpp

  Modified: lib/grnxx/impl/column/scalar/bool.hpp (+0 -10)
===================================================================
--- lib/grnxx/impl/column/scalar/bool.hpp    2014-11-06 18:07:34 +0900 (4a4999a)
+++ lib/grnxx/impl/column/scalar/bool.hpp    2014-11-06 18:11:51 +0900 (ef87898)
@@ -24,16 +24,6 @@ class Column<Bool> : public ColumnBase {
 
   // -- Internal API (grnxx/impl/column/base.hpp) --
 
-  // Create a new column.
-  //
-  // On success, returns the column.
-  // On failure, throws an exception.
-  static std::unique_ptr<ColumnBase> create(
-      Table *table,
-      const String &name,
-      DataType data_type,
-      const ColumnOptions &options);
-
   // Unset the value.
   void unset(Int row_id);
 
-------------- next part --------------
HTML����������������������������...
Download 



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