Allows the client to get a range of records.
column: string value naming the column to which the boundaries are applied.
start: the first value of the desired slice, inclusive.
end: the last value of the slice, exclusive.
Returns list of records, where each record is a hash mapping of column names to column values.