Hi, Does the IPC format currently support streaming a tensor together with a row and a column index? If not, are there any plans for this to be supported? It'd be quite a useful for matrices that could have 10s of thousands of either rows, columns or both. For my use case I am currently representing matrices as record batches, but performance is not that great when there are many columns and few rows.
Thanks, Razvan