(timestamp int64, rowIndex int)
| 105 | } |
| 106 | |
| 107 | func (t *Tablet) SetTimestamp(timestamp int64, rowIndex int) { |
| 108 | t.timestamps[rowIndex] = timestamp |
| 109 | } |
| 110 | |
| 111 | func (t *Tablet) SetValueAt(value interface{}, columnIndex, rowIndex int) error { |
| 112 |
no outgoing calls