Len returns the length of the Datum array.
()
| 5186 | |
| 5187 | // Len returns the length of the Datum array. |
| 5188 | func (d *DArray) Len() int { |
| 5189 | return len(d.Array) |
| 5190 | } |
| 5191 | |
| 5192 | // Size implements the Datum interface. |
| 5193 | func (d *DArray) Size() uintptr { |