|
Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
|
This is the complete list of members for graphar::VertexPropertyWriter, including all inherited members.
| AddIndexColumn(const std::shared_ptr< arrow::Table > &table, IdType chunk_index, IdType chunk_size) const (defined in graphar::VertexPropertyWriter) | graphar::VertexPropertyWriter | |
| GetLabelTable(const std::shared_ptr< arrow::Table > &input_table, const std::vector< std::string > &labels) const | graphar::VertexPropertyWriter | |
| GetLabelTableAndRandomlyAddLabels(const std::shared_ptr< arrow::Table > &input_table, const std::vector< std::string > &labels) const (defined in graphar::VertexPropertyWriter) | graphar::VertexPropertyWriter | |
| GetValidateLevel() const | graphar::VertexPropertyWriter | inline |
| Make(const std::shared_ptr< VertexInfo > &vertex_info, const std::string &prefix, const std::shared_ptr< WriterOptions > &options, const ValidateLevel &validate_level=ValidateLevel::no_validate) | graphar::VertexPropertyWriter | static |
| Make(const std::shared_ptr< VertexInfo > &vertex_info, const std::string &prefix, const ValidateLevel &validate_level=ValidateLevel::no_validate) (defined in graphar::VertexPropertyWriter) | graphar::VertexPropertyWriter | static |
| Make(const std::shared_ptr< GraphInfo > &graph_info, const std::string &type, const std::shared_ptr< WriterOptions > &options, const ValidateLevel &validate_level=ValidateLevel::no_validate) | graphar::VertexPropertyWriter | static |
| Make(const std::shared_ptr< GraphInfo > &graph_info, const std::string &type, const ValidateLevel &validate_level=ValidateLevel::no_validate) (defined in graphar::VertexPropertyWriter) | graphar::VertexPropertyWriter | static |
| SetValidateLevel(const ValidateLevel &validate_level) | graphar::VertexPropertyWriter | inline |
| setWriterOptions(const std::shared_ptr< WriterOptions > &options) (defined in graphar::VertexPropertyWriter) | graphar::VertexPropertyWriter | inline |
| VertexPropertyWriter(const std::shared_ptr< VertexInfo > &vertex_info, const std::string &prefix, const std::shared_ptr< WriterOptions > &options=WriterOptions::DefaultWriterOption(), const ValidateLevel &validate_level=ValidateLevel::no_validate) | graphar::VertexPropertyWriter | explicit |
| WriteChunk(const std::shared_ptr< arrow::Table > &input_table, const std::shared_ptr< PropertyGroup > &property_group, IdType chunk_index, ValidateLevel validate_level=ValidateLevel::default_validate) const | graphar::VertexPropertyWriter | |
| WriteChunk(const std::shared_ptr< arrow::Table > &input_table, IdType chunk_index, ValidateLevel validate_level=ValidateLevel::default_validate) const | graphar::VertexPropertyWriter | |
| WriteLabelChunk(const std::shared_ptr< arrow::Table > &input_table, IdType chunk_index, FileType file_type, ValidateLevel validate_level=ValidateLevel::default_validate) const | graphar::VertexPropertyWriter | |
| WriteLabelTable(const std::shared_ptr< arrow::Table > &input_table, IdType start_chunk_index, FileType file_type, ValidateLevel validate_level=ValidateLevel::default_validate) const | graphar::VertexPropertyWriter | |
| WriteTable(const std::shared_ptr< arrow::Table > &input_table, const std::shared_ptr< PropertyGroup > &property_group, IdType start_chunk_index, ValidateLevel validate_level=ValidateLevel::default_validate) const | graphar::VertexPropertyWriter | |
| WriteTable(const std::shared_ptr< arrow::Table > &input_table, IdType start_chunk_index, ValidateLevel validate_level=ValidateLevel::default_validate) const | graphar::VertexPropertyWriter | |
| WriteVerticesNum(const IdType &count, ValidateLevel validate_level=ValidateLevel::default_validate) const | graphar::VertexPropertyWriter |