[Groonga-commit] groonga/grnxx at 721aef6 [master] Fix TODO comments.

Back to archive index

susumu.yata null+****@clear*****
Wed Jul 16 11:22:09 JST 2014


susumu.yata	2014-07-16 11:22:09 +0900 (Wed, 16 Jul 2014)

  New Revision: 721aef6683a77dca2c356d41b787886fae42069c
  https://github.com/groonga/grnxx/commit/721aef6683a77dca2c356d41b787886fae42069c

  Message:
    Fix TODO comments.

  Modified files:
    include/grnxx/column.hpp
    include/grnxx/types.hpp

  Modified: include/grnxx/column.hpp (+1 -1)
===================================================================
--- include/grnxx/column.hpp    2014-07-15 19:26:46 +0900 (ab54e3c)
+++ include/grnxx/column.hpp    2014-07-16 11:22:09 +0900 (88a1b85)
@@ -91,7 +91,7 @@ class Column {
   // On failure, returns nullptr and stores error information into "*error" if
   // "error" != nullptr.
   Index *get_index(size_t index_id) const {
-    // TODO
+    // TODO: Not supported yet.
     return nullptr;
   }
 

  Modified: include/grnxx/types.hpp (+6 -3)
===================================================================
--- include/grnxx/types.hpp    2014-07-15 19:26:46 +0900 (446fbae)
+++ include/grnxx/types.hpp    2014-07-16 11:22:09 +0900 (05d117c)
@@ -123,26 +123,29 @@ enum DataType {
   // Value: Double precision (64-bit) floating point number.
   // Default: 0.0.
   FLOAT_DATA,
-  // TODO
   // Type: Time.
   // Value: Microseconds since the Unix epoch (1970-01-01 00:00:00 UTC).
   // Default: The Unix epoch.
   TIME_DATA,
-  // TODO
   // Type: GeoPoint.
   // Value: Latitude-longitude in milliseconds.
   // Default: (0, 0).
   GEO_POINT_DATA,
+  // TODO: Not supported yet.
   // Type: String.
   // Value: Byte string.
   // Default: "".
   TEXT_DATA,
+  // TODO: Not supported yet.
   // Type: Reference.
   // Value: Reference to a row.
   // Default: NULL.
   ROW_REF_DATA,
 
-  // TODO
+  // TODO: Not supported yet.
+  //       Data types for I/O are required.
+  //       BOOL_VECTOR and TEXT_VECTOR are the problem.
+  //
   // Type: Vector.
   // Value: Vector of above data types.
   // Default: {}.
-------------- next part --------------
HTML����������������������������...
Download 



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