Flex
0.17.9
|
This is the complete list of members for gs::Table, including all inherited members.
at(size_t row_id, size_t col_id) | gs::Table | |
at(size_t row_id, size_t col_id) const | gs::Table | |
buildColumnPtrs() | gs::Table | private |
close() | gs::Table | |
col_id_indexer_ | gs::Table | private |
col_num() const | gs::Table | |
column_name(size_t index) const | gs::Table | |
column_names() const | gs::Table | |
column_ptrs() | gs::Table | |
column_ptrs_ | gs::Table | private |
column_types() const | gs::Table | |
columns() | gs::Table | |
columns_ | gs::Table | private |
copy_to_tmp(const std::string &name, const std::string &snapshot_dir, const std::string &work_dir) | gs::Table | |
dump(const std::string &name, const std::string &snapshot_dir) | gs::Table | |
get_column(const std::string &name) | gs::Table | |
get_column(const std::string &name) const | gs::Table | |
get_column_by_id(size_t index) | gs::Table | |
get_column_by_id(size_t index) const | gs::Table | |
get_column_id_by_name(const std::string &name) const | gs::Table | |
get_row(size_t row_id) const | gs::Table | |
ingest(uint32_t index, grape::OutArchive &arc) | gs::Table | |
init(const std::string &name, const std::string &work_dir, const std::vector< std::string > &col_name, const std::vector< PropertyType > &types, const std::vector< StorageStrategy > &strategies_) | gs::Table | |
initColumns(const std::vector< std::string > &col_name, const std::vector< PropertyType > &types, const std::vector< StorageStrategy > &strategies_) | gs::Table | private |
insert(size_t index, const std::vector< Any > &values) | gs::Table | |
insert(size_t index, const std::vector< Any > &values, const std::vector< int32_t > &col_ind_mapping) | gs::Table | |
open(const std::string &name, const std::string &snapshot_dir, const std::string &work_dir, const std::vector< std::string > &col_name, const std::vector< PropertyType > &property_types, const std::vector< StorageStrategy > &strategies_) | gs::Table | |
open_in_memory(const std::string &name, const std::string &snapshot_dir, const std::vector< std::string > &col_name, const std::vector< PropertyType > &property_types, const std::vector< StorageStrategy > &strategies_) | gs::Table | |
open_with_hugepages(const std::string &name, const std::string &snapshot_dir, const std::vector< std::string > &col_name, const std::vector< PropertyType > &property_types, const std::vector< StorageStrategy > &strategies_, bool force) | gs::Table | |
reset_header(const std::vector< std::string > &col_name) | gs::Table | |
resize(size_t row_num) | gs::Table | |
row_num() const | gs::Table | |
Table() | gs::Table | |
touch(const std::string &name, const std::string &work_dir) | gs::Table | |
touched_ | gs::Table | private |
~Table() | gs::Table |