susumu.yata
null+****@clear*****
Fri Jun 19 15:26:56 JST 2015
susumu.yata 2015-06-19 15:26:56 +0900 (Fri, 19 Jun 2015) New Revision: 5f1c1c4225083520e84a7ffa76bea1a739c3c483 https://github.com/groonga/grngo/commit/5f1c1c4225083520e84a7ffa76bea1a739c3c483 Message: Remove old comments. Modified files: grn.go Modified: grn.go (+0 -7) =================================================================== --- grn.go 2015-06-19 15:26:17 +0900 (2b410f8) +++ grn.go 2015-06-19 15:26:56 +0900 (ed2b3fe) @@ -22,12 +22,6 @@ type Float float64 type GeoPoint struct{ Latitude, Longitude int32 } type Text []byte -//type BoolVector []Bool -//type IntVector []Int -//type FloatVector []Float -//type GeoPointVector []GeoPoint -//type TextVector []Text - const ( True = Bool(3) False = Bool(0) @@ -1258,7 +1252,6 @@ func (column *GrnColumn) getTextVector(id Int) (interface{}, error) { } // GetValue() gets a value. -// TODO: GetValue() should use allocated spaces for better performance. func (column *GrnColumn) GetValue(id Int) (interface{}, error) { if !column.isVector { switch column.valueType { -------------- next part -------------- HTML����������������������������...Download