|
Turnstone Operating System
|
tosdb table More...
#include <tosdb_internal.h>
Public Attributes | |
| tosdb_block_header_t | header |
| block header | |
| uint64_t | id |
| table id | |
| uint64_t | database_id |
| database id of this table | |
| char_t | name [TOSDB_NAME_MAX_LEN] |
| table name | |
| uint64_t | column_next_id |
| next column id | |
| uint64_t | column_list_location |
| location of column list | |
| uint64_t | column_list_size |
| size of column list | |
| uint64_t | index_next_id |
| next index id | |
| uint64_t | index_list_location |
| location of index list | |
| uint64_t | index_list_size |
| size of index list | |
| uint64_t | memtable_next_id |
| next memtable id | |
| uint64_t | sstable_list_location |
| location of sstable list | |
| uint64_t | sstable_list_size |
| size of sstable list | |
| uint64_t | primary_index_id |
| primary index id | |
| uint64_t | primary_column_id |
| primary column id | |
| data_type_t | primary_column_type |
| primary column type | |
tosdb table
table is used in table block