Turi Create
4.0
|
#include <core/storage/sframe_data/sframe_index_file.hpp>
Public Attributes | |
size_t | version = -1 |
The format version of the sframe. | |
size_t | nsegments = 0 |
The number of segments in the frame. | |
size_t | ncolumns = 0 |
The number of columns in the frame. | |
size_t | nrows = 0 |
The number of rows in the frame. | |
std::vector< std::string > | column_names |
The names of each column. The length of this must match ncolumns. | |
std::vector< std::string > | column_files |
The file names of each column (the sidx files). The length of this must match ncolumns. | |
std::map< std::string, std::string > | metadata |
Any additional metadata stored with the frame. | |
Describes all the information in an sframe index file
Definition at line 26 of file sframe_index_file.hpp.