[Groonga-commit] groonga/grnxx at a2f3223 [master] Enable grnxx::IntColumn.

Back to archive index

susumu.yata null+****@clear*****
Fri Jul 4 18:41:25 JST 2014


susumu.yata	2014-07-04 18:41:25 +0900 (Fri, 04 Jul 2014)

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

  Message:
    Enable grnxx::IntColumn.

  Modified files:
    lib/grnxx/column.cpp

  Modified: lib/grnxx/column.cpp (+7 -7)
===================================================================
--- lib/grnxx/column.cpp    2014-07-04 18:28:34 +0900 (52f63ea)
+++ lib/grnxx/column.cpp    2014-07-04 18:41:25 +0900 (ae83f49)
@@ -76,20 +76,20 @@ unique_ptr<Column> Column::create(Error *error,
     case BOOL_DATA: {
       return BoolColumn::create(error, table, name, options);
     }
-//    case INT_DATA: {
-//      return ColumnImpl<Int>::create(error, table, name, options);
-//    }
+    case INT_DATA: {
+      return IntColumn::create(error, table, name, options);
+    }
 //    case FLOAT_DATA: {
-//      return ColumnImpl<Float>::create(error, table, name, options);
+//      return FloatColumn::create(error, table, name, options);
 //    }
 //    case TIME_DATA: {
-//      return ColumnImpl<Time>::create(error, table, name, options);
+//      return TimeColumn::create(error, table, name, options);
 //    }
 //    case GEO_POINT_DATA: {
-//      return ColumnImpl<GeoPoint>::create(error, table, name, options);
+//      return GeoPointColumn::create(error, table, name, options);
 //    }
 //    case TEXT_DATA: {
-//      return ColumnImpl<Text>::create(error, table, name, options);
+//      return TextColumn::create(error, table, name, options);
 //    }
     default: {
       // TODO: Other data types are not supported yet.
-------------- next part --------------
HTML����������������������������...
Download 



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