|
libsf3
|
#include <sf3_table.h>

Data Fields | |
| struct sf3_identifier | identifier |
| uint16_t | column_count |
| The number of columns in the table. | |
| uint64_t | row_length |
| The length of each row in bytes. | |
| uint64_t | row_count |
| The number of rows in the table. | |
| uint32_t | spec_length |
| The length of all the column specs in bytes. | |
| struct sf3_column_spec | columns [] |
| The column descriptions. | |
| uint16_t sf3_table::column_count |
The number of columns in the table.
Definition at line 65 of file sf3_table.h.
| struct sf3_column_spec sf3_table::columns[] |
The column descriptions.
Definition at line 73 of file sf3_table.h.
| struct sf3_identifier sf3_table::identifier |
Definition at line 63 of file sf3_table.h.
| uint64_t sf3_table::row_count |
The number of rows in the table.
Definition at line 69 of file sf3_table.h.
| uint64_t sf3_table::row_length |
The length of each row in bytes.
Definition at line 67 of file sf3_table.h.
| uint32_t sf3_table::spec_length |
The length of all the column specs in bytes.
Definition at line 71 of file sf3_table.h.