The data size in bytes is now stored in the header of a column.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user