[Groonga-commit] groonga/grngo at 78a0ea5 [master] Update comments.

Back to archive index

susumu.yata null+****@clear*****
Tue Jul 14 08:41:56 JST 2015


susumu.yata	2015-07-14 08:41:56 +0900 (Tue, 14 Jul 2015)

  New Revision: 78a0ea53bc2164e0f5b0d0fa0fdc169bd2ec7c91
  https://github.com/groonga/grngo/commit/78a0ea53bc2164e0f5b0d0fa0fdc169bd2ec7c91

  Message:
    Update comments.

  Modified files:
    grngo.go

  Modified: grngo.go (+2 -2)
===================================================================
--- grngo.go    2015-07-13 17:38:07 +0900 (24f516c)
+++ grngo.go    2015-07-14 08:41:56 +0900 (98c63b3)
@@ -854,9 +854,9 @@ type Table struct {
 	db         *DB                // The owner DB.
 	obj        *C.grn_obj         // The associated table.
 	name       string             // The table name.
-	keyType    DataType           // The built-in data type of keys.
+	keyType    DataType           // The output type of keys.
 	keyTable   *Table             // Keys' reference table or nil if not available.
-	valueType  DataType           // The built-in data type of values.
+	valueType  DataType           // The output type of values.
 	valueTable *Table             // Values' reference table or nil if not available.
 	columns    map[string]*Column // A cache to find columns by name.
 }
-------------- next part --------------
HTML����������������������������...
Download 



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