Create a new `ConcatenateIterator` as table iterator. This iterator is able to yield all the key/values in the given `table` file Entry format: key: internal key value: value of user key
(
cmp: C,
table: Arc<Table<F>>,
options: ReadOptions,
)