Apache GraphAr C++ Library
The C++ Library for Apache GraphAr
graphar::VertexPropertyWriter Member List

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) constgraphar::VertexPropertyWriter
GetLabelTableAndRandomlyAddLabels(const std::shared_ptr< arrow::Table > &input_table, const std::vector< std::string > &labels) const (defined in graphar::VertexPropertyWriter)graphar::VertexPropertyWriter
GetValidateLevel() constgraphar::VertexPropertyWriterinline
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::VertexPropertyWriterstatic
Make(const std::shared_ptr< VertexInfo > &vertex_info, const std::string &prefix, const ValidateLevel &validate_level=ValidateLevel::no_validate) (defined in graphar::VertexPropertyWriter)graphar::VertexPropertyWriterstatic
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::VertexPropertyWriterstatic
Make(const std::shared_ptr< GraphInfo > &graph_info, const std::string &type, const ValidateLevel &validate_level=ValidateLevel::no_validate) (defined in graphar::VertexPropertyWriter)graphar::VertexPropertyWriterstatic
SetValidateLevel(const ValidateLevel &validate_level)graphar::VertexPropertyWriterinline
setWriterOptions(const std::shared_ptr< WriterOptions > &options) (defined in graphar::VertexPropertyWriter)graphar::VertexPropertyWriterinline
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::VertexPropertyWriterexplicit
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) constgraphar::VertexPropertyWriter
WriteChunk(const std::shared_ptr< arrow::Table > &input_table, IdType chunk_index, ValidateLevel validate_level=ValidateLevel::default_validate) constgraphar::VertexPropertyWriter
WriteLabelChunk(const std::shared_ptr< arrow::Table > &input_table, IdType chunk_index, FileType file_type, ValidateLevel validate_level=ValidateLevel::default_validate) constgraphar::VertexPropertyWriter
WriteLabelTable(const std::shared_ptr< arrow::Table > &input_table, IdType start_chunk_index, FileType file_type, ValidateLevel validate_level=ValidateLevel::default_validate) constgraphar::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) constgraphar::VertexPropertyWriter
WriteTable(const std::shared_ptr< arrow::Table > &input_table, IdType start_chunk_index, ValidateLevel validate_level=ValidateLevel::default_validate) constgraphar::VertexPropertyWriter
WriteVerticesNum(const IdType &count, ValidateLevel validate_level=ValidateLevel::default_validate) constgraphar::VertexPropertyWriter