The data size in bytes is now stored in the header of a column.

This commit is contained in:
Celine Mercier
2015-11-09 15:55:00 +01:00
parent 65c1b1e8b2
commit 01bfc14503
2 changed files with 19 additions and 24 deletions

View File

@ -55,6 +55,8 @@ typedef struct OBIDMS_column_header {
*/
size_t header_size; /**< Size of the header in bytes.
*/
size_t data_size; /**< Size of the data in bytes.
*/
index_t line_count; /**< Number of lines of data allocated.
*/
index_t lines_used; /**< Number of lines of data used.