Behavior of the Row.peek() method for arrays/strings
Return a copy of the data into a new array/string. The copy is safe to use after stepping to the next row.
Return a slice of the data. The slice can point to invalid data after stepping to the next row.
See Implementation
Behavior of the Row.peek() method for arrays/strings