[Groonga-commit] groonga/grnxx at e5b0653 [master] Enable ColumnImpl for Float, Time, and GeoPoint.

Back to archive index

susumu.yata null+****@clear*****
Mon Jul 14 18:25:39 JST 2014


susumu.yata	2014-07-14 18:25:39 +0900 (Mon, 14 Jul 2014)

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

  Message:
    Enable ColumnImpl for Float, Time, and GeoPoint.

  Modified files:
    lib/grnxx/column.cpp

  Modified: lib/grnxx/column.cpp (+9 -9)
===================================================================
--- lib/grnxx/column.cpp    2014-07-14 18:24:36 +0900 (75cc2b3)
+++ lib/grnxx/column.cpp    2014-07-14 18:25:39 +0900 (e934e81)
@@ -79,15 +79,15 @@ unique_ptr<Column> Column::create(Error *error,
     case INT_DATA: {
       return ColumnImpl<Int>::create(error, table, name, options);
     }
-//    case FLOAT_DATA: {
-//      return ColumnImpl<Float>::create(error, table, name, options);
-//    }
-//    case TIME_DATA: {
-//      return ColumnImpl<Time>::create(error, table, name, options);
-//    }
-//    case GEO_POINT_DATA: {
-//      return ColumnImpl<GeoPoint>::create(error, table, name, options);
-//    }
+    case FLOAT_DATA: {
+      return ColumnImpl<Float>::create(error, table, name, options);
+    }
+    case TIME_DATA: {
+      return ColumnImpl<Time>::create(error, table, name, options);
+    }
+    case GEO_POINT_DATA: {
+      return ColumnImpl<GeoPoint>::create(error, table, name, options);
+    }
 //    case TEXT_DATA: {
 //      return ColumnImpl<Text>::create(error, table, name, options);
 //    }
-------------- next part --------------
HTML����������������������������...
下載 



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