fn decode_chunk<R>(chunk: DataFrame) -> Result<Vec<R>>
where R: TableRow + Send + Sync + 'static,